| Package | Description |
|---|---|
| edu.nyu.jet.aceJet |
The AceJet package provides the classes and methods for the
Automatic
Content Extraction (ACE) evaluation.
|
| edu.nyu.jet.parser |
The Parser package includes several types of parsers (top-down, bottom-up,
and chart).
|
| edu.nyu.jet.tipster |
The Tipster package provides the basic methods for recording
information about documents. It is loosely based on the 'Tipster
Architecture' developed by R.Grishman as part of the Government-sponsored
Tipster program. The basic objects are Documents and Annotations;
a Document is a container for the text of the document, and a set of Annotations
on the Document.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
EventSyntacticPattern.buildSyntacticPath(int anchorStart,
int argumentPosn,
SyntacticRelationSet relations)
returns the syntactic path from the anchor to an argument.
|
static String |
EventSyntacticPattern.buildSyntacticPath(int anchorStart,
int argumentPosn,
SyntacticRelationSet relations,
List<AceEntityMention> localMentions)
returns the syntactic path from the anchor to an argument.
|
static String |
EventSyntacticPattern.buildSyntacticPathOnSpans(int fromPosn,
int toPosn,
SyntacticRelationSet relations,
List<Span> localSpans)
returns the syntactic path from the anchor to an argument.
|
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.
|
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 |
|---|---|
SyntacticRelationSet |
SyntacticRelationSet.getRelationsFrom(int from)
return a SyntacticRelationSet containing those relations whose source
is at position
from. |
static SyntacticRelationSet |
DepParser.parseDocument(Document doc)
parse all the sentences in Document 'doc', returning a
SyntacticRelationSet containing all the dependency relations.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
DepParser.parseSentence(Document doc,
Span span,
SyntacticRelationSet relations)
generate the dependency parse for a sentence, adding its arcs to
'relations'.
|
| Modifier and Type | Field and Description |
|---|---|
SyntacticRelationSet |
Document.relations |
Copyright © 2016 New York University. All rights reserved.