edu.stanford.nlp.ie.machinereading.structure
Class RelationMentionFactory

java.lang.Object
  extended by edu.stanford.nlp.ie.machinereading.structure.RelationMentionFactory
All Implemented Interfaces:
java.io.Serializable

public class RelationMentionFactory
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
RelationMentionFactory()
           
 
Method Summary
 RelationMention constructRelationMention(java.lang.String objectId, CoreMap sentence, Span span, java.lang.String type, java.lang.String subtype, java.util.List<ExtractionObject> args, Counter<java.lang.String> probs)
          Always use this method to construct RelationMentions Other factories that inherit from this (e.g., NFLRelationFactory) may override this
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelationMentionFactory

public RelationMentionFactory()
Method Detail

constructRelationMention

public RelationMention constructRelationMention(java.lang.String objectId,
                                                CoreMap sentence,
                                                Span span,
                                                java.lang.String type,
                                                java.lang.String subtype,
                                                java.util.List<ExtractionObject> args,
                                                Counter<java.lang.String> probs)
Always use this method to construct RelationMentions Other factories that inherit from this (e.g., NFLRelationFactory) may override this

Parameters:
objectId -
sentence -
span -
type -
subtype -
args -
probs -


Stanford NLP Group