| 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 |
|---|---|
ArrayList<AceEvent> |
AceDocument.events
a list of the events in the document
|
| Modifier and Type | Method and Description |
|---|---|
AceEvent |
EventPattern.match(Span anchorExtent,
String anchor,
Document doc,
SyntacticRelationSet relations,
AceDocument aceDoc)
match an anchor and its context against the event patterns; if the
match is successful, build and return an AceEvent.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AceDocument.addEvent(AceEvent event) |
Copyright © 2016 New York University. All rights reserved.