public class AceEventArgument 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
|
AceEventArgumentValue |
value
the value of the argument: an AceEntity or AceTimex
|
| Constructor and Description |
|---|
AceEventArgument(AceEventArgumentValue value,
String role) |
AceEventArgument(Element argumentElement,
AceDocument acedoc)
create an AceEventArgument from the information in the APF file.
|
public String role
public AceEventArgumentValue value
public double confidence
public AceEventArgument(AceEventArgumentValue value, String role)
public AceEventArgument(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 partpublic void write(PrintWriter w)
Copyright © 2016 New York University. All rights reserved.