public class AceEventMentionArgument extends Object
| Modifier and Type | Field and Description |
|---|---|
double |
confidence
our confidence in the presence of this argument
|
String |
role
the role of the argument in the event
|
double |
roleConfidence
our confidence in this role assignment for this argument
|
AceMention |
value
the value of the argument: an AceEntityMention or AceTimexMention
|
| Constructor and Description |
|---|
AceEventMentionArgument(AceMention value,
String role) |
AceEventMentionArgument(Element argumentElement,
AceDocument acedoc)
create an AceEventMentionArgument from the information in the APF file.
|
public String role
public AceMention value
public double confidence
public double roleConfidence
public AceEventMentionArgument(AceMention value, String role)
public AceEventMentionArgument(Element argumentElement, AceDocument acedoc)
argumentElement - the XML element from the APF file containing
information about this argumentacedoc - the AceDocument of which this AceEvent is a partCopyright © 2016 New York University. All rights reserved.