| Package | Description |
|---|---|
| edu.nyu.jet.aceJet |
The AceJet package provides the classes and methods for the
Automatic
Content Extraction (ACE) evaluation.
|
| Modifier and Type | Field and Description |
|---|---|
AceEntityMention |
AceRelationMention.arg1
arg1: an AceEntityMention
|
AceEntityMention |
AceRelationMention.arg2
arg2: an AceEntityMention
|
| Modifier and Type | Field and Description |
|---|---|
ArrayList<AceEntityMention> |
AceEntity.mentions
a list of the mentions of the entity
|
| Modifier and Type | Method and Description |
|---|---|
AceEntityMention |
AceEntity.findMention(String id) |
| Modifier and Type | Method and Description |
|---|---|
void |
AceEntity.addMention(AceEntityMention mention)
adds mention 'mention' to the mentions of this entity.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
EventSyntacticPattern.buildSyntacticPath(int anchorStart,
int argumentPosn,
SyntacticRelationSet relations,
List<AceEntityMention> localMentions)
returns the syntactic path from the anchor to an argument.
|
| Constructor and Description |
|---|
AceRelationMention(String id,
AceEntityMention arg1,
AceEntityMention arg2,
Document doc) |
Copyright © 2016 New York University. All rights reserved.