edu.stanford.nlp.ie.machinereading.domains.ace.reader
Class AceMentionArgument
java.lang.Object
edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceMentionArgument
- Direct Known Subclasses:
- AceEventMentionArgument, AceRelationMentionArgument
public class AceMentionArgument
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mRole
protected final java.lang.String mRole
mContent
protected final AceEntityMention mContent
AceMentionArgument
public AceMentionArgument(java.lang.String role,
AceEntityMention content,
java.lang.String mentionType)
getContent
public AceEntityMention getContent()
getRole
public java.lang.String getRole()
toXml
public java.lang.String toXml(int offset)
toXmlShort
public java.lang.String toXmlShort(int offset)
Stanford NLP Group