| 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 |
|---|---|
AceEntity |
AceRelation.arg1
arg1 of the relation: an entity
|
AceEntity |
AceRelation.arg2
arg2 of the relation: an entity
|
AceEntity |
AceEntityMention.entity
the entity of which this is a mention.
|
| Modifier and Type | Field and Description |
|---|---|
ArrayList<AceEntity> |
AceDocument.entities
a list of the entities in the document
|
| Modifier and Type | Method and Description |
|---|---|
void |
AceDocument.addEntity(AceEntity entity) |
| Constructor and Description |
|---|
AceRelation(String id,
String type,
String subtype,
String relClass,
AceEntity arg1,
AceEntity arg2) |
Copyright © 2016 New York University. All rights reserved.