edu.stanford.nlp.ie.machinereading.domains.ace.reader
Class AceMention

java.lang.Object
  extended by edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceElement
      extended by edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceMention
Direct Known Subclasses:
AceEntityMention, AceEventMention, AceRelationMention

public class AceMention
extends AceElement


Field Summary
protected  AceCharSeq mExtent
           
 
Fields inherited from class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceElement
mId
 
Constructor Summary
protected AceMention(java.lang.String id, AceCharSeq extent)
           
 
Method Summary
 AceCharSeq getExtent()
           
 java.lang.String toXml(int offset)
           
 
Methods inherited from class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceElement
appendOffset, getId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mExtent

protected AceCharSeq mExtent
Constructor Detail

AceMention

protected AceMention(java.lang.String id,
                     AceCharSeq extent)
Method Detail

getExtent

public AceCharSeq getExtent()

toXml

public java.lang.String toXml(int offset)


Stanford NLP Group