| 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 |
AceEntityMention
an Ace Entity Mention, with information from the APF ACE key.
|
class |
AceEventAnchor |
class |
AceTimexMention
a mention of an (ACE) Timex2 time expression, with information from the APF ACE key.
|
class |
AceValueMention
a mention of an (ACE) value, with information from the APF ACE key.
|
| Modifier and Type | Field and Description |
|---|---|
AceMention |
AceEventMentionArgument.value
the value of the argument: an AceEntityMention or AceTimexMention
|
| Modifier and Type | Method and Description |
|---|---|
AceMention |
AcePatternNode.getMatchedMention() |
AceMention |
AcePatternNode.matchFromLeft(int posn,
Document doc,
AceDocument aceDoc)
looks for an entity mention matching the AcePatternNode starting at position
posn in Document doc. |
AceMention |
AcePatternNode.matchFromRight(int posn,
Document doc,
AceDocument aceDoc)
looks for an entity mention matching the AcePatternNode ending at position
posn in Document doc. |
| Modifier and Type | Method and Description |
|---|---|
int |
AcePatternNode.match(AceMention m)
returns a score reflecting the degree of match (similarity) between
this node and mention 'm'.
|
| Constructor and Description |
|---|
AceEventMentionArgument(AceMention value,
String role) |
AcePatternNode(AceMention mention) |
ChunkPath(Document doc,
AceMention m1,
AceMention m2)
builds the ChunkPath between two AceMentions.
|
Copyright © 2016 New York University. All rights reserved.