| Package | Description |
|---|---|
| edu.nyu.jet.aceJet |
The AceJet package provides the classes and methods for the
Automatic
Content Extraction (ACE) evaluation.
|
| Modifier and Type | Method and Description |
|---|---|
static AceDocument |
Ace.processDocument(Document doc,
String sourceId,
String sourceFile,
String docPathBase)
process a (Jet) document and create a corresponding AceDocument.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EventTagger.acquirePatterns(Document doc,
AceDocument aceDoc,
String docId)
trains the tagger from document 'doc' and corresponding AceDocument
(APF file) aceDoc.
|
static void |
APFtoXML.addAnnotations(Document doc,
AceDocument aceDoc) |
static void |
Ace.buildAceEntities(Document doc,
String docId,
AceDocument aceDoc)
create ACE entities from entity annotations produced by refres.
|
static void |
FindAceValues.buildAceValue(String id,
String typeSubtype,
Span extent,
AceDocument aceDoc,
String fileText)
constructs an AceValue and adds it to the AceDocument.
|
static void |
FindAceValues.buildAceValues(Document doc,
String docId,
AceDocument aceDoc)
adds to AceDocument
aceDoc the Ace Values contained in
Document doc. |
void |
NewEventTagger.collectAnchorsFromDocument(Document doc,
AceDocument aceDoc,
String docPath)
collects the anchors (triggers) from an annotated document.
|
static void |
EventEval.evalEvents(Document doc,
AceDocument aceDoc,
String docId)
evaluate the event tagger on Document
doc. |
void |
EventTagger.evaluatePatterns(Document doc,
AceDocument aceDoc,
String docId)
applies the learned patterns to Document 'doc' and records the
number of times it produced a correct or incorrect event.
|
void |
EventTagger.eventCoref(AceDocument aceDoc,
Document doc,
SyntacticRelationSet relations)
performs coreference on the events in an Ace document.
|
void |
NewEventTagger.eventCoref(AceDocument aceDoc,
Document doc,
SyntacticRelationSet relations)
performs coreference on the events in an Ace document.
|
static void |
LearnRelations.findRelations(String currentDoc,
Document d,
AceDocument aceDoc)
relation 'decoder': using previously learned patterns, identifies
the relations in document 'd' (from file name 'currentDoc') and adds them
as AceRelations to AceDocument 'aceDoc'.
|
static void |
RelationTagger.findRelations(String currentDoc,
Document d,
AceDocument ad)
relation 'decoder': using previously trained models, identifies
the relations in document 'doc' (from file name 'currentDoc') and adds them
as AceRelations to AceDocument 'aceDoc'.
|
static void |
DepPathRelationTagger.findRelations(String currentDoc,
Document d,
AceDocument ad)
relation 'decoder': identifies the relations in document 'doc'
(from file name 'currentDoc') and adds them
as AceRelations to AceDocument 'aceDoc'.
|
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.
|
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. |
int |
AcePatternNode.matchOnHead(int posn,
Document doc,
AceDocument aceDoc)
looks for an entity mention matching the AcePatternNode whose head
begins at position
posn in Document doc. |
static String |
APFtoXML.processDocument(Document doc,
AceDocument aceDoc) |
static void |
FindAceValues.pruneAceValues(AceDocument aceDoc)
remove AceValues of type Crime, Sentence, and Job-Title which are
not referenced by an event.
|
void |
EventTagger.tag(Document doc,
AceDocument aceDoc,
String currentDocPath,
String docId)
identify ACE events in Document 'doc' and add them to 'aceDoc'.
|
void |
NewEventTagger.tag(Document doc,
AceDocument aceDoc,
String currentDocPath,
String docId)
identify ACE events in Document 'doc' and add them to 'aceDoc'.
|
void |
NewEventTagger.trainOnDocument(Document doc,
AceDocument aceDoc,
String docPath)
trains the four statistical models on an annotated document.
|
| Constructor and Description |
|---|
AceEvent(Element eventElement,
AceDocument acedoc,
String fileText)
create an AceEvent from the information in the APF file.
|
AceEventArgument(Element argumentElement,
AceDocument acedoc)
create an AceEventArgument from the information in the APF file.
|
AceEventMention(Element mentionElement,
AceDocument acedoc,
String fileText)
create an AceEventMention from the information in the APF file.
|
AceEventMentionArgument(Element argumentElement,
AceDocument acedoc)
create an AceEventMentionArgument from the information in the APF file.
|
AceRelation(Element relationElement,
AceDocument acedoc,
String fileText)
create an AceRelation from the information in the APF file.
|
AceRelationMention(Element mentionElement,
AceDocument acedoc,
String fileText)
create an AceEntityMention from the information in the APF file.
|
Copyright © 2016 New York University. All rights reserved.