| Package | Description |
|---|---|
| edu.nyu.jet.aceJet |
The AceJet package provides the classes and methods for the
Automatic
Content Extraction (ACE) evaluation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AceEntity
an Ace Entity, with information from the ACE key.
|
class |
AceTimex
an Ace Timex2 time expression.
|
class |
AceValue
an Ace value (an entity which is not coreferenced, such as a monetary
amount).
|
| Modifier and Type | Field and Description |
|---|---|
AceEventArgumentValue |
AceEventArgument.value
the value of the argument: an AceEntity or AceTimex
|
| Modifier and Type | Method and Description |
|---|---|
AceEventArgumentValue |
AceEventAnchor.getParent() |
abstract AceEventArgumentValue |
AceMention.getParent()
the parent (the entity, value, or timex containing this mention)
|
AceEventArgumentValue |
AceTimexMention.getParent() |
AceEventArgumentValue |
AceValueMention.getParent() |
AceEventArgumentValue |
AceEntityMention.getParent()
returns the entity of which this is a mention.
|
| Constructor and Description |
|---|
AceEventArgument(AceEventArgumentValue value,
String role) |
Copyright © 2016 New York University. All rights reserved.