- accept(File) - Method in class edu.nyu.jet.concepts.ConcreteFileFilter
-
- accept(Document, Annotation[], int, ClassHierarchyResolver) - Method in class edu.nyu.jet.ne.ClassRule
-
- accept(Document, Annotation[], int) - Method in interface edu.nyu.jet.ne.MatchRule
-
- accept(Document, Annotation[], int, ClassHierarchyResolver) - Method in class edu.nyu.jet.ne.MatchRuleItem
-
- accept(Document, Annotation[], int) - Method in class edu.nyu.jet.ne.NamedEntityRule
-
- accept(Document, Annotation[], int) - Method in class edu.nyu.jet.ne.PartOfSpeechRule
-
- accept(Document, Annotation[], int) - Method in class edu.nyu.jet.ne.RegexpRule
-
- accept(Document, Annotation[], int) - Method in class edu.nyu.jet.ne.StringRule
-
- accept(Document, Annotation[], int, ClassHierarchyResolver) - Method in class edu.nyu.jet.ne.TransformRule
-
determines whether the left-hand side of the rule matches the tokens
beginning with token[pos].
- accuracy - Variable in class edu.nyu.jet.refres.PronounScorer
-
pronoun coreference accuracy for the most recently processed document.
- Ace - Class in edu.nyu.jet.aceJet
-
procedures for generating ACE output for a Jet document.
- Ace() - Constructor for class edu.nyu.jet.aceJet.Ace
-
- ACE - Static variable in class edu.nyu.jet.refres.Resolve
-
determines range of mentions which participate in reference resolution.
- ace2004 - Static variable in class edu.nyu.jet.aceJet.AceDocument
-
true for 2004 or 2005 APF format
- ace2005 - Static variable in class edu.nyu.jet.aceJet.AceDocument
-
true for 2005 APF format
- AceDocument - Class in edu.nyu.jet.aceJet
-
an Ace Document, including entities, time expressions, relations,
and values, either obtained from an APF file or generated by the
system.
- AceDocument(String, String, String, String) - Constructor for class edu.nyu.jet.aceJet.AceDocument
-
- AceDocument(String, String) - Constructor for class edu.nyu.jet.aceJet.AceDocument
-
create a new AceDocument from the source document in 'textFileName'
and the APF file 'APFfileName'
- AceEntity - Class in edu.nyu.jet.aceJet
-
an Ace Entity, with information from the ACE key.
- AceEntity(String, String, String, boolean) - Constructor for class edu.nyu.jet.aceJet.AceEntity
-
- AceEntity(Element, String) - Constructor for class edu.nyu.jet.aceJet.AceEntity
-
create an AceEntity from the information in the APF file.
- AceEntityMention - Class in edu.nyu.jet.aceJet
-
an Ace Entity Mention, with information from the APF ACE key.
- AceEntityMention(String, String, Span, Span, String) - Constructor for class edu.nyu.jet.aceJet.AceEntityMention
-
- AceEntityMention(Element, String) - Constructor for class edu.nyu.jet.aceJet.AceEntityMention
-
create an AceEntityMention from the information in the APF file.
- AceEntityName - Class in edu.nyu.jet.aceJet
-
an Ace Entity Name, with information from the APF ACE key.
- AceEntityName(Span, String) - Constructor for class edu.nyu.jet.aceJet.AceEntityName
-
- AceEntityName(Element, String) - Constructor for class edu.nyu.jet.aceJet.AceEntityName
-
create an AceEntityName from the information in the APF file.
- AceEvent - Class in edu.nyu.jet.aceJet
-
an Ace Event, with information from the ACE key or system output.
- AceEvent(String, String, String) - Constructor for class edu.nyu.jet.aceJet.AceEvent
-
create a new event with the specified id, type, subtype, and arguments.
- AceEvent(Element, AceDocument, String) - Constructor for class edu.nyu.jet.aceJet.AceEvent
-
create an AceEvent from the information in the APF file.
- AceEventAnchor - Class in edu.nyu.jet.aceJet
-
- AceEventAnchor(Span, Span, String, Document) - Constructor for class edu.nyu.jet.aceJet.AceEventAnchor
-
- AceEventArgument - Class in edu.nyu.jet.aceJet
-
an Ace Event Argument, with information from the ACE key.
- AceEventArgument(AceEventArgumentValue, String) - Constructor for class edu.nyu.jet.aceJet.AceEventArgument
-
- AceEventArgument(Element, AceDocument) - Constructor for class edu.nyu.jet.aceJet.AceEventArgument
-
create an AceEventArgument from the information in the APF file.
- AceEventArgumentValue - Class in edu.nyu.jet.aceJet
-
the value of an AceEvent argument: either a AceEntity, AceValue, or AceTimex.
- AceEventArgumentValue() - Constructor for class edu.nyu.jet.aceJet.AceEventArgumentValue
-
- AceEventMention - Class in edu.nyu.jet.aceJet
-
an Ace event mention, with information from the ACE key.
- AceEventMention(String, Span, Span, String) - Constructor for class edu.nyu.jet.aceJet.AceEventMention
-
- AceEventMention(Element, AceDocument, String) - Constructor for class edu.nyu.jet.aceJet.AceEventMention
-
create an AceEventMention from the information in the APF file.
- AceEventMentionArgument - Class in edu.nyu.jet.aceJet
-
an Ace Event Mention Argument, with information from the ACE key.
- AceEventMentionArgument(AceMention, String) - Constructor for class edu.nyu.jet.aceJet.AceEventMentionArgument
-
- AceEventMentionArgument(Element, AceDocument) - Constructor for class edu.nyu.jet.aceJet.AceEventMentionArgument
-
create an AceEventMentionArgument from the information in the APF file.
- AceMention - Class in edu.nyu.jet.aceJet
-
the value of an AceEventMention argument: an
AceEntityMention, an AceTimexMention, an AceValueMention, or an AceEventAnchor.
- AceMention() - Constructor for class edu.nyu.jet.aceJet.AceMention
-
- AcePatternNode - Class in edu.nyu.jet.aceJet
-
a component of an EventPattern which matches an argument of the event,
an AceMention.
- AcePatternNode(AceMention) - Constructor for class edu.nyu.jet.aceJet.AcePatternNode
-
- AcePatternNode(String) - Constructor for class edu.nyu.jet.aceJet.AcePatternNode
-
create an AcePatternNode from a line produced by the 'write' method.
- AcePlus - Class in edu.nyu.jet.aceJet
-
contains code to write supplementary syntactic information into the
APF file.
- AcePlus() - Constructor for class edu.nyu.jet.aceJet.AcePlus
-
- AceRelation - Class in edu.nyu.jet.aceJet
-
an Ace Relation, with information from the ACE key.
- AceRelation(String, String, String, String, AceEntity, AceEntity) - Constructor for class edu.nyu.jet.aceJet.AceRelation
-
- AceRelation(Element, AceDocument, String) - Constructor for class edu.nyu.jet.aceJet.AceRelation
-
create an AceRelation from the information in the APF file.
- AceRelationMention - Class in edu.nyu.jet.aceJet
-
an Ace relation mention, with information from the ACE key.
- AceRelationMention(String, AceEntityMention, AceEntityMention, Document) - Constructor for class edu.nyu.jet.aceJet.AceRelationMention
-
- AceRelationMention(Element, AceDocument, String) - Constructor for class edu.nyu.jet.aceJet.AceRelationMention
-
create an AceEntityMention from the information in the APF file.
- AceTimex - Class in edu.nyu.jet.aceJet
-
an Ace Timex2 time expression.
- AceTimex(String, String) - Constructor for class edu.nyu.jet.aceJet.AceTimex
-
- AceTimex(Element, String) - Constructor for class edu.nyu.jet.aceJet.AceTimex
-
create an AceTimex from the information in the APF file.
- AceTimexMention - Class in edu.nyu.jet.aceJet
-
a mention of an (ACE) Timex2 time expression, with information from the APF ACE key.
- AceTimexMention(String, Span, String) - Constructor for class edu.nyu.jet.aceJet.AceTimexMention
-
create a new Timex mention with the specified id and extent.
- AceTimexMention(Element, String) - Constructor for class edu.nyu.jet.aceJet.AceTimexMention
-
create an AceTimexMention from the information in the APF file.
- AceUtils - Class in edu.nyu.jet.util
-
Utility class for dealing ACE annotation file.
- AceUtils() - Constructor for class edu.nyu.jet.util.AceUtils
-
- AceValue - Class in edu.nyu.jet.aceJet
-
an Ace value (an entity which is not coreferenced, such as a monetary
amount).
- AceValue(String, String, String) - Constructor for class edu.nyu.jet.aceJet.AceValue
-
- AceValue(Element, String) - Constructor for class edu.nyu.jet.aceJet.AceValue
-
create an AceValue from the information in the APF file.
- AceValueMention - Class in edu.nyu.jet.aceJet
-
a mention of an (ACE) value, with information from the APF ACE key.
- AceValueMention(String, Span, String) - Constructor for class edu.nyu.jet.aceJet.AceValueMention
-
create a new Value mention with the specified id and extent.
- AceValueMention(Element, String) - Constructor for class edu.nyu.jet.aceJet.AceValueMention
-
create an AceValueMention from the information in the APF file.
- acquirePatterns(Document, AceDocument, String) - Method in class edu.nyu.jet.aceJet.EventTagger
-
trains the tagger from document 'doc' and corresponding AceDocument
(APF file) aceDoc.
- Action - Class in edu.nyu.jet.pat
-
The representation of an action as part of a when statement
in a pattern collection.
- Action() - Constructor for class edu.nyu.jet.pat.Action
-
- actionPerformed(ActionEvent) - Method in class edu.nyu.jet.concepts.ConceptHierarchyWindow
-
called to handle menu actions.
- actionPerformed(ActionEvent) - Method in class edu.nyu.jet.Console
-
- actionPerformed(ActionEvent) - Method in class edu.nyu.jet.pat.PatternGraphView
-
- actionPerformed(ActionEvent) - Method in class edu.nyu.jet.pat.PatternView
-
- actionPerformed(ActionEvent) - Method in class edu.nyu.jet.scorer.SGMLScorerWindow
-
called to handle menu actions.
- actions - Variable in class edu.nyu.jet.pat.FinalPatternNode
-
- actions() - Method in class edu.nyu.jet.pat.PatternRule
-
- ActiveEdge - Class in edu.nyu.jet.parser
-
the representation of an active edge (incompletely matched production)
as used by the top-down active chart parser.
- ActiveEdge(Object, Vector, ParseTreeNode[], int, int) - Constructor for class edu.nyu.jet.parser.ActiveEdge
-
- ActiveLearner - Class in edu.nyu.jet.hmm
-
- ActiveLearner() - Constructor for class edu.nyu.jet.hmm.ActiveLearner
-
- ActiveLearnerTool - Class in edu.nyu.jet.hmm
-
- ActiveLearnerTool() - Constructor for class edu.nyu.jet.hmm.ActiveLearnerTool
-
- add(SyntacticRelation) - Method in class edu.nyu.jet.parser.SyntacticRelationSet
-
adds a SyntacticRelation to the set.
- add(Sexp) - Method in class edu.nyu.jet.parserStub.lisp.SexpList
-
- add(byte[], int, int, byte[], int, int) - Method in class edu.nyu.jet.util.CdbBuilder
-
Adds data.
- add(byte[], byte[]) - Method in class edu.nyu.jet.util.CdbBuilder
-
Adds data.
- addAll(Collection) - Method in class edu.nyu.jet.parser.SyntacticRelationSet
-
adds all the elements of c, which should be
SyntacticRelations, to the set.
- addAllowedFeatureValue(String) - Method in class edu.nyu.jet.hmm.HMMstate
-
allow tokens for which feature tokenType == s to be emitted by
this state.
- addAnnotation(Annotation) - Method in class edu.nyu.jet.tipster.Document
-
Adds an annotation to the document.
- addAnnotations(Document, AceDocument) - Static method in class edu.nyu.jet.aceJet.APFtoXML
-
- addAnnotations(ParseTreeNode, Document, Span, boolean) - Method in class edu.nyu.jet.format.PTBReader
-
Adds constit annotations to an existing Document doc to
represent the parse tree structure tree.
- addAnnotations(List<ParseTreeNode>, Document, String, Span, boolean) - Method in class edu.nyu.jet.format.PTBReader
-
Adds constit annotations to an existing Document doc to
represent the parse tree structure of a set of trees trees.
- addAnnotations(List<ParseTreeNode>, List<Integer>, Document, String, Span, boolean) - Method in class edu.nyu.jet.format.PTBReader
-
Adds constit annotations to an existing Document doc to
represent the parse tree structure of a set of trees trees.
- addAppliedPattern(String) - Method in class edu.nyu.jet.pat.PatternView
-
- addArc(HMMarc) - Method in class edu.nyu.jet.hmm.HMMstate
-
add arc arc to the set of arcs leaving this state.
- addArc(String) - Method in class edu.nyu.jet.hmm.HMMstate
-
add an arc to the state named arcName to the set of
arcs leaving this state.
- addConcept(Concept) - Method in class edu.nyu.jet.concepts.Concept
-
Adds a new Concept to this Concept.
- addConcept(Concept, Concept) - Method in class edu.nyu.jet.concepts.ConceptHierarchy
-
Adds a new Concept to this ConceptHierarchy as
a child of the node parent.
- addDefinition(FeatureSet) - Method in class edu.nyu.jet.lex.LexicalEntry
-
adds fs as an additional definition for this lexical entry
- addEntity(AceEntity) - Method in class edu.nyu.jet.aceJet.AceDocument
-
- addEntry(String[], FeatureSet) - Static method in class edu.nyu.jet.lex.Lexicon
-
adds fs to the lexicon as a definition of words
- addEntry(String[], FeatureSet, String) - Static method in class edu.nyu.jet.lex.Lexicon
-
- addEntry(String, HeadRule.ScanDirection, List<String>) - Method in class edu.nyu.jet.parser.HeadRule
-
Adds rule entry
- addEvent(AceEvent) - Method in class edu.nyu.jet.aceJet.AceDocument
-
- addEvent(Datum) - Method in class edu.nyu.jet.MaxEntModel
-
invoked during training to add one training Datum d to the
training set.
- addF(String) - Method in class edu.nyu.jet.aceJet.Datum
-
add feature feature to the Datum.
- addFeature(Pipe) - Method in class edu.nyu.jet.ne.CRFNameTagger
-
- addFeatures() - Method in class edu.nyu.jet.ne.CRFNameTagger
-
- AddFeaturesAction - Class in edu.nyu.jet.pat
-
the action (in a when statement) for adding features to an
existing Annotation.
- AddFeaturesAction(FeatureSet, Variable) - Constructor for class edu.nyu.jet.pat.AddFeaturesAction
-
- AddFeaturesAction(StreamTokenizer) - Constructor for class edu.nyu.jet.pat.AddFeaturesAction
-
creates an AddFeaturesAction from the input processed by StreamTokenizer
tok, which should have the form
addfeatures [type feature=value feature=value ...] to annotationVariable
- addFV(String, String) - Method in class edu.nyu.jet.aceJet.Datum
-
add feature feature=value to the Datum.
- addInverses() - Method in class edu.nyu.jet.parser.SyntacticRelationSet
-
for each relation in the SyntacticRelationSet of the form 'X rel Y', adds
an inverse relation of the form 'Y rel-1 X'.
- addLine(Point, Point) - Method in class edu.nyu.jet.tipster.View.JTextPaneX
-
add a line from 'start' to 'end', color BLUE.
- addLine(Point, Point, Color) - Method in class edu.nyu.jet.tipster.View.JTextPaneX
-
add a line from 'start' to 'end', color 'clr'.
- addMatchedPattern(String) - Method in class edu.nyu.jet.pat.PatternView
-
- addMention(AceEntityMention) - Method in class edu.nyu.jet.aceJet.AceEntity
-
adds mention 'mention' to the mentions of this entity.
- addMention(AceEventMention) - Method in class edu.nyu.jet.aceJet.AceEvent
-
add mention 'mention' to the event.
- addMention(AceRelationMention) - Method in class edu.nyu.jet.aceJet.AceRelation
-
- addMention(AceValueMention) - Method in class edu.nyu.jet.aceJet.AceValue
-
- addName(AceEntityName) - Method in class edu.nyu.jet.aceJet.AceEntity
-
adds name 'name' to the names associated with this entity.
- addRelation(AceRelation) - Method in class edu.nyu.jet.aceJet.AceDocument
-
- addRelations(Document) - Method in class edu.nyu.jet.parser.SyntacticRelationSet
-
search Document doc for syntactic relatioms (encoded
as features on annotations) and add them to the SyntacticRelationSet.
- addRule(PatternRule) - Method in class edu.nyu.jet.pat.PatternSet
-
adds a rule to a PatternSet
- addState(HMMstate) - Method in class edu.nyu.jet.hmm.HMM
-
add state state to the HMM.
- AddSyntacticRelations - Class in edu.nyu.jet.parser
-
takes a Penn Tree Bank tree and adds links corresponding to
various syntactic relations used by coreference.
- AddSyntacticRelations() - Constructor for class edu.nyu.jet.parser.AddSyntacticRelations
-
- addTimeExpression(AceTimex) - Method in class edu.nyu.jet.aceJet.AceDocument
-
- addTreeModelListener(TreeModelListener) - Method in class edu.nyu.jet.parser.ParseTreeModel
-
- addType(String) - Static method in class edu.nyu.jet.tipster.AnnotationColor
-
add a color entry for annotation type 'type'.
- addType(char, Annotation) - Method in class edu.nyu.jet.tipster.AnnotationTool
-
specifies that pressing key 'key' will cause an Annotation with
type and features specified by 'annotationPrototype' to be added
to the document over the selected text.
- addValue(AceValue) - Method in class edu.nyu.jet.aceJet.AceDocument
-
- addWord(Word) - Method in class edu.nyu.jet.concepts.Concept
-
Adds a new Word to this Concept.
- addWord(Word, Concept) - Method in class edu.nyu.jet.concepts.ConceptHierarchy
-
Adds a new Word to this ConceptHierarchy as a
child of the node parent.
All the Words of Concept parent are listed before
all the Concepts that isa parent.
- allLowerCase(Document) - Static method in class edu.nyu.jet.aceJet.Ace
-
- allLowerCase(Document, Span) - Static method in class edu.nyu.jet.aceJet.Ace
-
return true if either all the letters in span are
lower case, or the fraction of letters which are upper case
exceeds MAX_UPPER.
- allowedToken(Annotation) - Method in class edu.nyu.jet.hmm.HMMstate
-
returns true if token token can be emitted by this state.
- allTags - Static variable in class edu.nyu.jet.scorer.SGMLProcessor
-
if true, all tags will be converted to Annotations.
- analyzeChunkDependency(Document, ParseTreeNode) - Method in class edu.nyu.jet.chunk.ChunkDependencyAnalyzer
-
- anchorDir - Variable in class edu.nyu.jet.aceJet.AceTimex
-
- AnchoredPath - Class in edu.nyu.jet.aceJet
-
a representation of a lexicalizd dependency path, including
the types of its endpoints.
- AnchoredPath(String, String, String, String, int, int) - Constructor for class edu.nyu.jet.aceJet.AnchoredPath
-
- AnchoredPath(String) - Constructor for class edu.nyu.jet.aceJet.AnchoredPath
-
- AnchoredPathSet - Class in edu.nyu.jet.aceJet
-
- AnchoredPathSet(String) - Constructor for class edu.nyu.jet.aceJet.AnchoredPathSet
-
- anchorExtent - Variable in class edu.nyu.jet.aceJet.AceEventMention
-
the span of the anchor of the event, with start and end positions based
on the ACE offsets (excluding XML tags).
- anchorJetExtent - Variable in class edu.nyu.jet.aceJet.AceEventMention
-
the span of the anchor of the event, with start and end positions based
on Jet offsets (and so including following whitespace).
- anchorText - Variable in class edu.nyu.jet.aceJet.AceEventMention
-
the text of the anchor
- anchorVal - Variable in class edu.nyu.jet.aceJet.AceTimex
-
- ann - Variable in class edu.nyu.jet.parser.ParseTreeNode
-
for leaf nodes, the (token or constit) annotation matched by this node.
- annotate(Document) - Method in class edu.nyu.jet.hmm.HMMannotator
-
use the HMM to add annotations to Document 'doc'.
- annotate(Document, Span, String) - Method in class edu.nyu.jet.hmm.HMMTagger
-
tag 'span' of 'doc' according to the Penn Tree Bank tag set.
- annotate(Document, Span) - Method in class edu.nyu.jet.ne.ClassAnnotator
-
- annotate(Document, Span) - Method in class edu.nyu.jet.ne.CRFNameTagger
-
- annotate(Document, Span) - Method in class edu.nyu.jet.ne.DictionaryTagger
-
look up the tokens in span in the ENE dictionary and
record the results on the NE_INTERNAL annotations for these tokens.
- annotate(Document) - Method in class edu.nyu.jet.ne.DictionaryTagger
-
look up all the tokens in 'doc' in the ENE dictionary.
- annotate(Document, Span) - Method in class edu.nyu.jet.ne.NameAnnotator
-
annotate the text in span with named entity (ENAMEX)
annotations using the dictionary and rules of the ENE tagger.
- annotate(Document) - Method in class edu.nyu.jet.ne.NameAnnotator
-
annotate document doc with named entity (ENAMEX)
annotations using the dictionary and rules of the ENE tagger.
- annotate(Document, Span) - Static method in class edu.nyu.jet.parser.AddSyntacticRelations
-
annotate the constituents of document 'doc' within Span 'span'.
- annotate(Document) - Method in class edu.nyu.jet.time.NumberAnnotator
-
Annotates number expression and normalize value.
- annotate(Document, Span) - Method in class edu.nyu.jet.time.NumberAnnotator
-
Annotates number expression and normalize value.
- annotate(Document, Span, DateTime) - Method in class edu.nyu.jet.time.TimeAnnotator
-
annotate the time expressions in 'span' with TIMEX2 annotations.
- annotate(String, Span, FeatureSet) - Method in class edu.nyu.jet.tipster.Document
-
Creates an annotation and adds it to the document.
- annotateDocument(Document, Span) - Method in class edu.nyu.jet.tipster.AnnotationTool
-
display annotation tool with Document 'doc', allowing user to
add annotations within Span 'annotationZone' of the document.
- annotateNbest(Document, int, String) - Method in class edu.nyu.jet.hmm.HMMannotator
-
use the HMM to add N-best annotations to Document 'doc'.
- annotateSpan(Document, Span) - Method in class edu.nyu.jet.hmm.HMMannotator
-
use the HMM to add annotations to Span 'textSpan' of Document 'doc'.
- annotateSpanNbest(Document, Span, int, String) - Method in class edu.nyu.jet.hmm.HMMannotator
-
use the HMM to add annotations to Span 'textSpan' of Document 'doc'.
- annotateWithDefinitions(Document, int) - Static method in class edu.nyu.jet.lex.Lexicon
-
annotateWithDefinitions looks for the longest defined lexical item
consisting of the tokens starting at position posn; if such
an item is found, then for each definition of this item, an
annotation of type constit is added to the item, with the
item's definition as its attributes.
- annotateWithDefinitions(Document, int, int) - Static method in class edu.nyu.jet.lex.Lexicon
-
- annotateWithTag(String, int, int) - Method in class edu.nyu.jet.tipster.Document
-
annotateWithTag annotates document with Span of text
between <tag> and </tag>.
- annotateWithTag(String) - Method in class edu.nyu.jet.tipster.Document
-
annotateWithTag annotates document with Span of text
between <tag> and </tag>.
- Annotation - Class in edu.nyu.jet.tipster
-
An Annotation assigns a type and a set of features to a portion of a
Document.
- Annotation(String, Span, FeatureSet) - Constructor for class edu.nyu.jet.tipster.Annotation
-
- AnnotationColor - Class in edu.nyu.jet.tipster
-
provides a mechanism for associating particular highlighting colors with
particular annotation types in Document displays.
- AnnotationColor(String) - Constructor for class edu.nyu.jet.tipster.AnnotationColor
-
initializes the colorFrame -- the menu which is used to choose
colors for each annotation type.
- AnnotationColor(String, String) - Constructor for class edu.nyu.jet.tipster.AnnotationColor
-
initializes the colorFrame -- the menu which is used to choose
colors for each annotation type.
- AnnotationPatternElement - Class in edu.nyu.jet.pat
-
A pattern element which matches an annotation.
- AnnotationPatternElement(String, FeatureSet) - Constructor for class edu.nyu.jet.pat.AnnotationPatternElement
-
creates an AnnotationPatternElement which matches an Annotation with type
type and features fs.
- AnnotationPatternElement(String, FeatureSet, Variable) - Constructor for class edu.nyu.jet.pat.AnnotationPatternElement
-
creates an AnnotationPatternElement which matches an Annotation with type
type and features fs and, if the match is successful,
binds variable v to the annotation.
- annotationsAt(int) - Method in class edu.nyu.jet.tipster.Document
-
Returns the annotations beginning at character position start.
- annotationsAt(int, String) - Method in class edu.nyu.jet.tipster.Document
-
Returns the annotations of type type beginning at character
position start.
- annotationsAt(int, String[]) - Method in class edu.nyu.jet.tipster.Document
-
Returns the annotations which begin at character position start
and whose type is in array types.
- annotationsEndingAt(int) - Method in class edu.nyu.jet.tipster.Document
-
Returns the annotations ending at character position ending.
- annotationsEndingAt(int, String) - Method in class edu.nyu.jet.tipster.Document
-
Returns the annotations of type type ending at character position
end.
- annotationsOfType(String) - Method in class edu.nyu.jet.tipster.Document
-
Returns a vector of all annotations of type type.
- annotationsOfType(String, Span) - Method in class edu.nyu.jet.tipster.Document
-
Returns a vector of all annotations of type type whose span is
contained within span.
- AnnotationTool - Class in edu.nyu.jet.tipster
-
a tool for manually adding annotations to a Document.
- AnnotationTool() - Constructor for class edu.nyu.jet.tipster.AnnotationTool
-
Creates a new AnnotationTool.
- annotator - Variable in class edu.nyu.jet.hmm.HMMNameTagger
-
- annotator - Variable in class edu.nyu.jet.hmm.XNameTagger
-
- APFNameAnalyzer - Class in edu.nyu.jet.aceJet
-
analyze a set of ACE APF files for coreference relations
among names.
- APFNameAnalyzer() - Constructor for class edu.nyu.jet.aceJet.APFNameAnalyzer
-
- APFtoXML - Class in edu.nyu.jet.aceJet
-
convert a set of ACE files to XML files containing in-line markup for
the entity mentions, names, and time expressions specified by the APF file.
- APFtoXML() - Constructor for class edu.nyu.jet.aceJet.APFtoXML
-
- append(String) - Method in class edu.nyu.jet.tipster.Document
-
Adds the text stg to the end of the document.
- append(char) - Method in class edu.nyu.jet.tipster.Document
-
Adds the char c to the end of the document.
- apply(Document, Span) - Method in class edu.nyu.jet.ne.TransformRules
-
applies the transformation rules to 'span'.
- apply(ParseTreeNode) - Method in class edu.nyu.jet.parser.HeadRule
-
Applys head rule and sets head index each node in the parse tree.
- apply(Object) - Method in class edu.nyu.jet.pat.FeatureTest
-
returns true if this FeatureTest is satisfied by value.
- apply(String, Document) - Method in class edu.nyu.jet.pat.PatternCollection
-
applies the rules in the named PatternSet to the document.
- apply(String, Document, Span) - Method in class edu.nyu.jet.pat.PatternCollection
-
applies the rules in the named PatternSet to the specified span.
- apply(Document) - Method in class edu.nyu.jet.pat.PatternSet
-
applies the rules in the PatternSet to the entire document.
- apply(Document, Span) - Method in class edu.nyu.jet.pat.PatternSet
-
- apply(Document, List<Object>, Span, DateTime) - Method in class edu.nyu.jet.time.ScriptRule
-
- apply(Document, List<Object>, Span, DateTime) - Method in class edu.nyu.jet.time.SimpleTimeRule
-
- apply(Document, List<Object>, Span, DateTime) - Method in class edu.nyu.jet.time.TimeRule
-
- applyScript(Document, Span, String) - Static method in class edu.nyu.jet.Control
-
apply script script to span span of
document doc.
- applySubmenu() - Static method in class edu.nyu.jet.pat.PatternApplication
-
Returns the "Pattern Apply Trace" submenu used in the Console's
"Patterns" menu.
- arcs - Variable in class edu.nyu.jet.pat.InternalPatternNode
-
the arcs leaving this node.
- arg1 - Variable in class edu.nyu.jet.aceJet.AceRelation
-
arg1 of the relation: an entity
- arg1 - Variable in class edu.nyu.jet.aceJet.AceRelationMention
-
arg1: an AceEntityMention
- arg1 - Variable in class edu.nyu.jet.aceJet.AnchoredPath
-
- arg2 - Variable in class edu.nyu.jet.aceJet.AceRelation
-
arg2 of the relation: an entity
- arg2 - Variable in class edu.nyu.jet.aceJet.AceRelationMention
-
arg2: an AceEntityMention
- arg2 - Variable in class edu.nyu.jet.aceJet.AnchoredPath
-
- arguments - Variable in class edu.nyu.jet.aceJet.AceEvent
-
arguments of the event (each of type AceEventArgument)
- arguments - Variable in class edu.nyu.jet.aceJet.AceEventMention
-
arguments of the event mention (each of type AceEventMentionArgument)
- assignId() - Method in class edu.nyu.jet.tipster.Annotation
-
if the Annotation does not already have an 'id' feature, assigns an 'id'
feature whose value is the unique (to the Document) identifier obtained
by
Document.getNextAnnotationId().
- AssignmentPatternElement - Class in edu.nyu.jet.pat
-
a pattern element which assigns a value (a String or integer) to a
pattern variable.
- AssignmentPatternElement(Variable, String) - Constructor for class edu.nyu.jet.pat.AssignmentPatternElement
-
- AssignmentPatternElement(Variable, Integer) - Constructor for class edu.nyu.jet.pat.AssignmentPatternElement
-
- assignValues(String, List<Object>) - Method in class edu.nyu.jet.time.TimeRule
-
- AtomicPatternElement - Class in edu.nyu.jet.pat
-
abstract class for all PatternElements which do not contain
embedded references to other PatternElements.
- AtomicPatternElement() - Constructor for class edu.nyu.jet.pat.AtomicPatternElement
-
- attributes() - Method in class edu.nyu.jet.tipster.Annotation
-
- bareType(String) - Static method in class edu.nyu.jet.aceJet.EDTtype
-
- bareType(String) - Static method in class edu.nyu.jet.aceJet.FindAceValues
-
- BasicHMMemitter - Class in edu.nyu.jet.hmm
-
a simple HMMemitter, with statistics based only on exact match to a token in
the training corpus.
- BasicHMMemitter() - Constructor for class edu.nyu.jet.hmm.BasicHMMemitter
-
- batchFlag - Static variable in class edu.nyu.jet.JetTest
-
true to run in 'batch' mode, with no console display window
- bestActions - Variable in class edu.nyu.jet.pat.PatternApplication
-
the sequence of actions associated with the best pattern match found
so far.
- bestBindings - Variable in class edu.nyu.jet.pat.PatternApplication
-
the bindings of variables to values associated with the best pattern
match found so far.
- bestOutcome(Datum) - Method in class edu.nyu.jet.MaxEntModel
-
(for a trained model) returns the most likely outcome for Datum
d.
- bestPatternName - Variable in class edu.nyu.jet.pat.PatternApplication
-
the name of the best pattern match found so far.
- bestPosition - Variable in class edu.nyu.jet.pat.PatternApplication
-
if a match has been found, the document position matching the end of
the pattern.
- BigramHMMemitter - Class in edu.nyu.jet.hmm
-
an HMMemitter, using statistics for exact token match (including case), for token
match (ignoring case), for token bigrams (ignoring case) and for word 'shape'.
- BigramHMMemitter() - Constructor for class edu.nyu.jet.hmm.BigramHMMemitter
-
- BioType - Enum in edu.nyu.jet.ne
-
Type of BIO and N (Non Named entity but for transform rules).
- BIOWriter - Class in edu.nyu.jet.hmm
-
converts an XML-annotated named entity file (with the tag ENAMEX) into
a BIO-format file.
- BIOWriter() - Constructor for class edu.nyu.jet.hmm.BIOWriter
-
- bleach(String) - Method in class edu.nyu.jet.tipster.View
-
removes attributes from all the text associated with annotations of type type.
- BooleanFeature - Class in edu.nyu.jet.ne
-
Abstract Pipe class for adds feature value which is boolean value.
- BooleanFeature(String) - Constructor for class edu.nyu.jet.ne.BooleanFeature
-
- breadthFirstEnumerationOfConcepts() - Method in class edu.nyu.jet.concepts.Concept
-
Creates and returns an enumeration of the Concepts
in the subtree rooted at this node in breadth-first order.
- breadthFirstEnumerationOfWords() - Method in class edu.nyu.jet.concepts.Concept
-
Creates and returns an enumeration of the Words
in the subtree rooted at this node in breadth-first order.
- build(char[][], int[]) - Method in class edu.nyu.jet.util.DoubleArrayTrie
-
Builds a double array trie.
- buildAceEntities(Document, String, AceDocument) - Static method in class edu.nyu.jet.aceJet.Ace
-
create ACE entities from entity annotations produced by refres.
- buildAceValue(String, String, Span, AceDocument, String) - Static method in class edu.nyu.jet.aceJet.FindAceValues
-
constructs an AceValue and adds it to the AceDocument.
- buildAceValues(Document, String, AceDocument) - Static method in class edu.nyu.jet.aceJet.FindAceValues
-
adds to AceDocument aceDoc the Ace Values contained in
Document doc.
- buildEntitiesFromLinkedMentions(Document) - Static method in class edu.nyu.jet.refres.CorefFilter
-
buildEntitiesFromLinkedMentions takes a Document with annotations
following the MUC standard (linked-mention representation)
coref id=mention-ID ref=prior-mention-ID
and generates the internal representation of coreference,
with annotations of the form
entity mentions=Vector(mentions)
- buildEntitiesFromMentions(Document) - Static method in class edu.nyu.jet.refres.CorefFilter
-
buildEntitiesFromMentions takes a Document with coreference marked
in numbered-entity form, with Annotations
of the form
mention entity=entity-ID
where coreferential entities share the same entity-ID, and generates
annotations of the form
entity mentions=Vector(mentions)
- buildLinkedMentionsFromEntities(Document) - Static method in class edu.nyu.jet.refres.CorefFilter
-
buildLinkedMentionsFromEntities takes a Document with coreference information
in the form of mention attributes on entities and generates Annotations
of the form
COREF ID="n1" REF="n2"
over the heads of mentions, where coreferential mentions are
linked by having the same entity-ID.
- buildMentionsFromEntities(Document) - Static method in class edu.nyu.jet.refres.CorefFilter
-
buildMentionsFromEntities takes a Document with coreference information
in the form of mention attributes on entities and generates Annotations
of the form
mention entity=entity-ID
over the heads of mentions, where coreferential mentions are
linked by having the same entity-ID.
- buildModel() - Method in class edu.nyu.jet.MaxEntModel
-
- buildNameHMM(String) - Method in class edu.nyu.jet.hmm.HMMNameTagger
-
create the HMM states and arcs.
- buildParserInput(Document, int, int, boolean) - Static method in class edu.nyu.jet.parser.StatParser
-
build the arrays 'words', 'spans', 'wordDefns', and 'pennPOS' for
the parser:
words[i] = the i-th word string, for the PTB parser
(normalized to PTB form, such as -LRB- for '('
spans[i] = the span of the i-th word string
wordDefns[i] = the Jet word defn of the i-th sentence element
(if there are several defns, takes the first one)
pennPOS[i] = the PTB POS for the i-th sentence element
- buildSyntacticPath(int, int, SyntacticRelationSet) - Static method in class edu.nyu.jet.aceJet.EventSyntacticPattern
-
returns the syntactic path from the anchor to an argument.
- buildSyntacticPath(int, int, SyntacticRelationSet, List<AceEntityMention>) - Static method in class edu.nyu.jet.aceJet.EventSyntacticPattern
-
returns the syntactic path from the anchor to an argument.
- buildSyntacticPathOnSpans(int, int, SyntacticRelationSet, List<Span>) - Static method in class edu.nyu.jet.aceJet.EventSyntacticPattern
-
returns the syntactic path from the anchor to an argument.
- buildWordDefn(Document, String, Span, Annotation, String) - Static method in class edu.nyu.jet.parser.StatParser
-
- BUPARSE - Static variable in class edu.nyu.jet.parser.Parsers
-
a constant indicating that the bottom-up parser, BUParse,
should be used to analyze the text
- BUParse(Document, int, int, Grammar) - Static method in class edu.nyu.jet.parser.Parsers
-
apply a bottom-up ('immediate constituent') parser to characters
posn to end of Document using grammar gram.
- canonicalCountryName(String[]) - Method in class edu.nyu.jet.aceJet.Gazetteer
-
if s is the alias of a location name, returns the
primary location name, else null.
- capitalToCountry(String[]) - Method in class edu.nyu.jet.aceJet.Gazetteer
-
if s is the name of the capital of a country, returns the
associated country name, else null.
- category - Variable in class edu.nyu.jet.parser.Edge
-
the category of this node: either a String (grammar symbol) or a Literal.
- category - Variable in class edu.nyu.jet.parser.Reduce
-
- Cdb - Class in edu.nyu.jet.util
-
Constant database implementation.
- Cdb(File) - Constructor for class edu.nyu.jet.util.Cdb
-
Constructs constant database reader.
- Cdb(String) - Constructor for class edu.nyu.jet.util.Cdb
-
Consructs constant database reader.
- CdbBuilder - Class in edu.nyu.jet.util
-
Implementation of Constant database creation.
- CdbBuilder(String, String) - Constructor for class edu.nyu.jet.util.CdbBuilder
-
Constructs an object to build constant database.
- ChangeRule - Class in edu.nyu.jet.ne
-
- ChangeRule(int, NamedEntityAttribute) - Constructor for class edu.nyu.jet.ne.ChangeRule
-
- charAt(int) - Method in class edu.nyu.jet.tipster.Document
-
Returns the character at position posn in the document.
- CHARTPARSE - Static variable in class edu.nyu.jet.parser.Parsers
-
a constant indicating that the top-down active chart parser,
chartParse, should be used to analyze the text
- chartParse(Document, int, int, Grammar) - Static method in class edu.nyu.jet.parser.Parsers
-
apply a top-down active chart parser to characters
posn to end of Document doc using grammar gram.
- children - Variable in class edu.nyu.jet.parser.Edge
-
for non-leaf nodes, the children of this node.
- children(Annotation) - Static method in class edu.nyu.jet.parser.ParseTreeNode
-
given a parse tree Annotation 'node', as created by makeParseAnnotations,
returns an array containing the children of 'node', or null if the node
has no children.
- chunk(Document, Span) - Static method in class edu.nyu.jet.chunk.Chunker
-
adds chunks (annotations of type ng) to Span 'span' of
Document 'doc'.
- chunk(Document, ParseTreeNode) - Method in class edu.nyu.jet.chunk.TreeBasedChunker
-
- ChunkDependencyAnalyzer - Class in edu.nyu.jet.chunk
-
- ChunkDependencyAnalyzer() - Constructor for class edu.nyu.jet.chunk.ChunkDependencyAnalyzer
-
- Chunker - Class in edu.nyu.jet.chunk
-
a noun group chunker using a maximum entropy model.
- Chunker() - Constructor for class edu.nyu.jet.chunk.Chunker
-
- ChunkPath - Class in edu.nyu.jet.aceJet
-
- ChunkPath(Document, AceMention, AceMention) - Constructor for class edu.nyu.jet.aceJet.ChunkPath
-
builds the ChunkPath between two AceMentions.
- ChunkPath(Document, int, int) - Constructor for class edu.nyu.jet.aceJet.ChunkPath
-
builds the ChunkPath from position from to position
to in Document doc.
- ChunkPath(String) - Constructor for class edu.nyu.jet.aceJet.ChunkPath
-
- ClassAnnotator - Class in edu.nyu.jet.ne
-
- ClassAnnotator(Reader) - Constructor for class edu.nyu.jet.ne.ClassAnnotator
-
Constructs class annotator.
- ClassAnnotator(File) - Constructor for class edu.nyu.jet.ne.ClassAnnotator
-
- ClassHierarchyResolver - Interface in edu.nyu.jet.ne
-
- classify(String, String) - Static method in class edu.nyu.jet.aceJet.NameSubtyper
-
return the most likely subclass of name name, of EDT type
type.
- ClassRule - Class in edu.nyu.jet.ne
-
- ClassRule(MatchType, String[]) - Constructor for class edu.nyu.jet.ne.ClassRule
-
- clear() - Method in class edu.nyu.jet.concepts.ConceptHierarchy
-
Removes all the nodes from the hierarchy except the default root
UNIVERSE.
- clear() - Static method in class edu.nyu.jet.lex.Lexicon
-
clears the entire lexicon (remove all entries).
- clear() - Method in class edu.nyu.jet.tipster.Document
-
Deletes the text and all annotations on a document, creating an empty
document.
- clearAnnotations() - Method in class edu.nyu.jet.tipster.Document
-
Removes all annotations on the document.
- clearAppliedPatterns() - Method in class edu.nyu.jet.pat.PatternView
-
- clearEntry(String[]) - Static method in class edu.nyu.jet.lex.Lexicon
-
removes the definition (if any) for lexical item words.
- clearFlags() - Static method in class edu.nyu.jet.aceJet.APFtoXML
-
- clearInputAnnotations(Document) - Static method in class edu.nyu.jet.parser.StatParser
-
for ACE: erase all the characters within ANNOTATION ...
- clearLines() - Method in class edu.nyu.jet.tipster.View.JTextPaneX
-
erase all the lines in the TextPane
- clearMatchedPatterns() - Method in class edu.nyu.jet.pat.PatternView
-
- close() - Method in class edu.nyu.jet.util.Cdb
-
close all resource which is held by this object.
- closeAllViews() - Static method in class edu.nyu.jet.JetTest
-
- closeQuietly(Closeable) - Static method in class edu.nyu.jet.util.IOUtils
-
Closes java.io.Closeable object in safe.
- CoherenceAnalyzer - Class in edu.nyu.jet.aceJet
-
analyze a set of ACE APF files for coreference relations
between nominals.
- CoherenceAnalyzer() - Constructor for class edu.nyu.jet.aceJet.CoherenceAnalyzer
-
- collectAnchorsFromDocument(Document, AceDocument, String) - Method in class edu.nyu.jet.aceJet.NewEventTagger
-
collects the anchors (triggers) from an annotated document.
- CollectionAnnotationTool - Class in edu.nyu.jet.tipster
-
a tool for displaying a collection and allowing the AnnotationTool to
be invoked on documents in the collection.
- CollectionAnnotationTool(String, String) - Constructor for class edu.nyu.jet.tipster.CollectionAnnotationTool
-
create a tool to annotated documents from collection 'collectionFile',
using the tag set (with colors and key bindings) specified by
'colorFile'.
- CollectionView - Class in edu.nyu.jet.tipster
-
display of a DocumentCollection, with buttons to select views of
individual Documents.
- CollectionView(DocumentCollection) - Constructor for class edu.nyu.jet.tipster.CollectionView
-
create a viewer for Collection 'col'.
- collectParents(Annotation) - Static method in class edu.nyu.jet.parser.SynFun
-
returns a map from each child node to its parent in the parse tree
rooted at root.
- colors - Static variable in class edu.nyu.jet.tipster.AnnotationColor
-
- comlexDeterminers - Static variable in class edu.nyu.jet.parser.AddSyntacticRelations
-
- commonPrefixSearch(CharSequence, int, int, int) - Method in class edu.nyu.jet.util.DoubleArrayTrie
-
Searches the value to which be associated with the specified key.
- commonPrefixSearch(CharSequence, int, int) - Method in class edu.nyu.jet.util.DoubleArrayTrie
-
Searches strings which are specified key's prefix.
- commonPrefixSearch(CharSequence, int) - Method in class edu.nyu.jet.util.DoubleArrayTrie
-
Searches strings which are specified key's prefix.
- commonPrefixSearch(CharSequence) - Method in class edu.nyu.jet.util.DoubleArrayTrie
-
Searches strings which are specified key's prefix.
- compareCollections(DocumentCollection, DocumentCollection) - Static method in class edu.nyu.jet.refres.CorefCompare
-
compare the entity annotations (coreference) in all documents in
Document Collections 'response' and 'key', updating the documents
in DocumentCollection 'response'.
- compareDocuments(Document, Document) - Static method in class edu.nyu.jet.refres.CorefCompare
-
compare the entity annotations (coreference) in Documents
'response' and 'key', updating Document 'response'.
- compareTo(Object) - Method in class edu.nyu.jet.aceJet.AceMention
-
returns a positive, zero, or negative integer depending on whether the
start of the head of 'o' follows, is the same as, or precedes the head
of this AceMention.
- compareTo(NamedEntityAttribute) - Method in class edu.nyu.jet.ne.NamedEntityAttribute
-
- compareTo(Object) - Method in class edu.nyu.jet.tipster.Span
-
compares this Span to Object o, which must be a Span.
- compatible(String, String, Annotation) - Static method in class edu.nyu.jet.hmm.Retagger
-
returns true if Penn part-of-speech tag 'pennPOS', as a tag for 'word', is
compatible with Jet word definition 'jetDefn'.
- computeProbabilities() - Method in class edu.nyu.jet.hmm.BasicHMMemitter
-
- computeProbabilities() - Method in class edu.nyu.jet.hmm.BigramHMMemitter
-
- computeProbabilities() - Method in class edu.nyu.jet.hmm.HMM
-
compute the probabilities for token emission and state transition from the
counts acquired in training.
- computeProbabilities() - Method in class edu.nyu.jet.hmm.HMMemitter
-
computate probabilities of emission from counts.
- computeProbabilities() - Method in class edu.nyu.jet.hmm.HMMstate
-
compute the probabilities for token emission and arc transition
from the counts acquired during training.
- computeProbabilities() - Method in class edu.nyu.jet.hmm.SuffixHMMemitter
-
- computeProbabilities() - Method in class edu.nyu.jet.hmm.WordFeatureHMMemitter
-
- concat(String[]) - Static method in class edu.nyu.jet.refres.Resolve
-
append strings in 's', separated by blanks
- Concept - Class in edu.nyu.jet.concepts
-
A Concept is basically a DefaultMutableTreeNode.
- Concept(Object) - Constructor for class edu.nyu.jet.concepts.Concept
-
Creates a tree node with no children and parent, initialized
with the name conceptName and that allows children.
- ConceptHierarchy - Class in edu.nyu.jet.concepts
-
A ConceptHierarchy is an extended JTree.
- ConceptHierarchy() - Constructor for class edu.nyu.jet.concepts.ConceptHierarchy
-
Creates a ConceptHierarchy with only the default root
UNIVERSE.
- ConceptHierarchy(File) - Constructor for class edu.nyu.jet.concepts.ConceptHierarchy
-
Creates a ConceptHierarchy from the file fileName.
- conceptHierarchy - Static variable in class edu.nyu.jet.concepts.ConceptHierarchyWindow
-
- conceptHierarchy - Static variable in class edu.nyu.jet.JetTest
-
- conceptHierarchyFile - Static variable in class edu.nyu.jet.JetTest
-
- ConceptHierarchyWindow - Class in edu.nyu.jet.concepts
-
ConceptHierarchyWindow is a UI that uses the
ConceptHierarchy.
- ConceptHierarchyWindow(ConceptHierarchy, File) - Constructor for class edu.nyu.jet.concepts.ConceptHierarchyWindow
-
- ConcreteFileFilter - Class in edu.nyu.jet.concepts
-
- ConcreteFileFilter(String, String) - Constructor for class edu.nyu.jet.concepts.ConcreteFileFilter
-
- confidence - Variable in class edu.nyu.jet.aceJet.AceEventArgument
-
our confidence in the presence of this argument
- confidence - Variable in class edu.nyu.jet.aceJet.AceEventMention
-
our confidence in the presence of this event mention
- confidence - Variable in class edu.nyu.jet.aceJet.AceEventMentionArgument
-
our confidence in the presence of this argument
- confidence - Variable in class edu.nyu.jet.aceJet.AceRelationMention
-
our confidence in the presence of this relation mention
- config - Static variable in class edu.nyu.jet.JetTest
-
- Console - Class in edu.nyu.jet
-
console (main window) for interactive use of JET.
- Console() - Constructor for class edu.nyu.jet.Console
-
- contains(String) - Method in class edu.nyu.jet.aceJet.ChunkPath
-
returns true if the ChunkPath includes chunk.
- containsFeature(String) - Method in class edu.nyu.jet.lisp.FeatureSet
-
Returns true if the FeatureSet has feature feat with some value,
possibly null.
- Control - Class in edu.nyu.jet
-
the Control class provides the methods for interpreting Jet scripts.
- Control() - Constructor for class edu.nyu.jet.Control
-
- convertCollection(String, String) - Static method in class edu.nyu.jet.hmm.BIOWriter
-
converts the collection of XML-coded files 'xmlCollectionName' and writes
the BIO format data as a single file on 'bioFileName'.
- convertSpan(Span, String) - Static method in class edu.nyu.jet.aceJet.AceEntityMention
-
converts a jet Span to an APF span.
- CorefCompare - Class in edu.nyu.jet.refres
-
static methods to compare entity annotations (coreference) in
two documents or collections.
- CorefCompare() - Constructor for class edu.nyu.jet.refres.CorefCompare
-
- CorefEval - Class in edu.nyu.jet.refres
-
evaluate reference resolution procedure against a key file
with references annotated.
- CorefEval() - Constructor for class edu.nyu.jet.refres.CorefEval
-
- CorefFilter - Class in edu.nyu.jet.refres
-
CorefFilter provides a set of static methods for converting between
alternative representations of coreference information.
- CorefFilter() - Constructor for class edu.nyu.jet.refres.CorefFilter
-
- CorefScorer - Class in edu.nyu.jet.refres
-
implements coreference scoring based on the metric developed by Marc
Vilain for MUC-6.
- CorefScorer() - Constructor for class edu.nyu.jet.refres.CorefScorer
-
create a new coreference scorer.
- CorefWriter - Class in edu.nyu.jet.refres
-
provides a stand-alone main method for annotating a document
collection with coreference information.
- CorefWriter() - Constructor for class edu.nyu.jet.refres.CorefWriter
-
- createDefaultRule() - Static method in class edu.nyu.jet.parser.HeadRule
-
Creates HeadRule which has default rules.
- createFeaturePipe() - Method in class edu.nyu.jet.ne.CRFNameTagger
-
- createModel() - Static method in class edu.nyu.jet.aceJet.NameSubtyper
-
- CreateModel - Class in edu.nyu.jet.chunk
-
Main class which calls the GIS procedure after building the EventStream
from the data.
- CreateModel() - Constructor for class edu.nyu.jet.chunk.CreateModel
-
- createModel() - Method in class edu.nyu.jet.chunk.MaxEntNE
-
create a max ent model (at the end of training).
- createModel() - Method in class edu.nyu.jet.chunk.TokenClassifier
-
- createModel() - Method in class edu.nyu.jet.hmm.HMM
-
- createPipe() - Method in class edu.nyu.jet.ne.CRFNameTagger
-
- CRFNameTagger - Class in edu.nyu.jet.ne
-
- CRFNameTagger() - Constructor for class edu.nyu.jet.ne.CRFNameTagger
-
- dataPath - Static variable in class edu.nyu.jet.JetTest
-
- Datum - Class in edu.nyu.jet.aceJet
-
a data point, consisting of a set of features and an outcome, intended
as part of the training set for a classifier.
- Datum() - Constructor for class edu.nyu.jet.aceJet.Datum
-
create a new Datum.
- DayOfWeekPattern - Class in edu.nyu.jet.time
-
- DayOfWeekPattern() - Constructor for class edu.nyu.jet.time.DayOfWeekPattern
-
- DEFAULT_MUTABLE_TREENODE_FLAVOR - Static variable in class edu.nyu.jet.concepts.Concept
-
The flavor for DefaultMutableTreeNode
- DEFAULT_MUTABLE_TREENODE_FLAVOR - Static variable in class edu.nyu.jet.concepts.TransferableTreeNode
-
- defaultConfig - Static variable in class edu.nyu.jet.JetTest
-
- defines(String) - Method in class edu.nyu.jet.parser.Grammar
-
returns true if symbol s is defined (a non-terminal) in the grammar
- deleteUnusedConstits(Document, Span, Annotation) - Static method in class edu.nyu.jet.parser.StatParser
-
deletes all annotations of type 'constit' within span 'span' of
Document 'doc' which are not descendants of 'rootAnnotation'.
- DependencyAnalyzer - Class in edu.nyu.jet.parser
-
Dependency Analyzer using syntax tree.
- DependencyAnalyzer() - Constructor for class edu.nyu.jet.parser.DependencyAnalyzer
-
- DepParser - Class in edu.nyu.jet.parser
-
interface to a dependency parser (currently the Tratz-Hovy parser).
- DepParser() - Constructor for class edu.nyu.jet.parser.DepParser
-
- DepPathRelationTagger - Class in edu.nyu.jet.aceJet
-
a relation tagger based on dependency paths and argument types,
as produced by Jet ICE.
- DepPathRelationTagger() - Constructor for class edu.nyu.jet.aceJet.DepPathRelationTagger
-
- DepTransformer - Class in edu.nyu.jet.parser
-
a series of regularizing transformations for a dependency parser (currently the Tratz-Hovy parser).
- dereference(String) - Method in class edu.nyu.jet.pat.PatternCollection
-
returns pattern named patternName, or null if no
such pattern exists (alias for getPattern)
- dereference(Document) - Static method in class edu.nyu.jet.scorer.SGMLProcessor
-
convert all references to Annotations appearing as features of
other annotations from their string form ("#nnnn", where nnnn
is the id of the Annotation being references) to actual pointers
to Annotations.
- descendants(Annotation) - Static method in class edu.nyu.jet.parser.StatParser
-
returns a Set containing the parse tree node and all of its
descendants (its children, the children of its children, etc.).
- Dictionary - Class in edu.nyu.jet.ne
-
a dictionary used by the Extended Named Entity tagger.
- Dictionary() - Constructor for class edu.nyu.jet.ne.Dictionary
-
- Dictionary.Entry - Class in edu.nyu.jet.ne
-
- Dictionary.Entry(int, Set<String>) - Constructor for class edu.nyu.jet.ne.Dictionary.Entry
-
- DictionaryFormatException - Exception in edu.nyu.jet.ne
-
- DictionaryFormatException(String) - Constructor for exception edu.nyu.jet.ne.DictionaryFormatException
-
- DictionaryTagger - Class in edu.nyu.jet.ne
-
procedure for looking a token sequence up in the Extended Named Entity
dictionary.
- DictionaryTagger() - Constructor for class edu.nyu.jet.ne.DictionaryTagger
-
- directory() - Method in class edu.nyu.jet.tipster.ExternalDocument
-
returns the directory associated with the document, or 'null'
if there is no directory (if the fileName contains the full path).
- distance(Document, Annotation, Annotation, ArrayList<Annotation>, Vector) - Static method in class edu.nyu.jet.refres.Hobbs
-
computes the distance (number of mention nodes traversed) in a Hobbs search
starting from parse tree node 'm2' and searching backwards for parse
tree node 'm1'.
- doc1 - Variable in class edu.nyu.jet.scorer.SGMLScorer
-
- doc2 - Variable in class edu.nyu.jet.scorer.SGMLScorer
-
- docID - Variable in class edu.nyu.jet.aceJet.AceDocument
-
the document ID
- docId - Static variable in class edu.nyu.jet.JetTest
-
- Document - Class in edu.nyu.jet.tipster
-
Document provides a container for the text of a document and the annotations
on a document.
- Document() - Constructor for class edu.nyu.jet.tipster.Document
-
Creates a new document with no text or annotations.
- Document(String) - Constructor for class edu.nyu.jet.tipster.Document
-
Creates a new document with text stg and no annotations.
- Document(Document) - Constructor for class edu.nyu.jet.tipster.Document
-
- document() - Method in class edu.nyu.jet.tipster.Span
-
Returns the Document associated with a Span.
- document - Variable in class edu.nyu.jet.tipster.View
-
- DocumentCollection - Class in edu.nyu.jet.tipster
-
a set of ExternalDocuments.
- DocumentCollection(String) - Constructor for class edu.nyu.jet.tipster.DocumentCollection
-
create a new DocumentCollection based on file 'fileName'.
- DocumentCollection(String, String) - Constructor for class edu.nyu.jet.tipster.DocumentCollection
-
create a new DocumentCollection based on file fileName,
where the paths are relative to directory.
- DocumentScorer - Class in edu.nyu.jet.refres
-
abstract class for coreference scorers.
- DocumentScorer() - Constructor for class edu.nyu.jet.refres.DocumentScorer
-
- DocumentToSentenceIterator - Class in edu.nyu.jet.ne
-
- DocumentToSentenceIterator(Document, String, int) - Constructor for class edu.nyu.jet.ne.DocumentToSentenceIterator
-
- DocumentToSentenceIterator(Document, String) - Constructor for class edu.nyu.jet.ne.DocumentToSentenceIterator
-
- DoubleArrayTrie - Class in edu.nyu.jet.util
-
DoubleArrayTrie provides faster trie implementation which is based
Double-Array Structure.
- DoubleArrayTrie() - Constructor for class edu.nyu.jet.util.DoubleArrayTrie
-
- DoubleArrayTrie.Result - Class in edu.nyu.jet.util
-
- dragDropEnd(DragSourceDropEvent) - Method in class edu.nyu.jet.concepts.ConceptHierarchy
-
Method of DragSourceListener interface
- dragEnter(DragSourceDragEvent) - Method in class edu.nyu.jet.concepts.ConceptHierarchy
-
Method of DragSourceListener interface
- dragEnter(DropTargetDragEvent) - Method in class edu.nyu.jet.concepts.ConceptHierarchy
-
Method of DropTaregetListener interface
- dragExit(DragSourceEvent) - Method in class edu.nyu.jet.concepts.ConceptHierarchy
-
Method of DragSourceListener interface
- dragExit(DropTargetEvent) - Method in class edu.nyu.jet.concepts.ConceptHierarchy
-
Method of DropTaregetListener interface
- dragGestureRecognized(DragGestureEvent) - Method in class edu.nyu.jet.concepts.ConceptHierarchy
-
Method of DragGestureListener interface
- dragOver(DragSourceDragEvent) - Method in class edu.nyu.jet.concepts.ConceptHierarchy
-
Method of DragSourceListener interface
- dragOver(DropTargetDragEvent) - Method in class edu.nyu.jet.concepts.ConceptHierarchy
-
Method of DropTaregetListener interface
- drop(DropTargetDropEvent) - Method in class edu.nyu.jet.concepts.ConceptHierarchy
-
Method of DropTargetListener interface
- dropActionChanged(DragSourceDragEvent) - Method in class edu.nyu.jet.concepts.ConceptHierarchy
-
Method of DragSourceListener interface
- dropActionChanged(DropTargetDragEvent) - Method in class edu.nyu.jet.concepts.ConceptHierarchy
-
Method of DropTaregetListener interface
- Edge - Class in edu.nyu.jet.parser
-
an abstract class for both inactive edges (complete parse tree nodes) and
active edges (partially matched productions).
- Edge() - Constructor for class edu.nyu.jet.parser.Edge
-
- EDTtype - Class in edu.nyu.jet.aceJet
-
- EDTtype() - Constructor for class edu.nyu.jet.aceJet.EDTtype
-
- edu.nyu.jet - package edu.nyu.jet
-
The root Jet package provides the methods for top-level system
control and for the Console.
- edu.nyu.jet.aceJet - package edu.nyu.jet.aceJet
-
- edu.nyu.jet.chunk - package edu.nyu.jet.chunk
-
- edu.nyu.jet.concepts - package edu.nyu.jet.concepts
-
The Concepts package provides the classes for organizing and
editing a hierarchy of concepts, and associating the concepts with individual
words..
- edu.nyu.jet.format - package edu.nyu.jet.format
-
- edu.nyu.jet.hmm - package edu.nyu.jet.hmm
-
The HMM package includes the classes for Hidden Markov Models,
and part-of-speech and name taggers implemented using HMMs. A
separate
description is available of the overall structure and external representation
of these models, provided for those who wish to modify the models.
- edu.nyu.jet.lex - package edu.nyu.jet.lex
-
The Lex Package incorporate the code for reading dictionaries,
looking words up in dictionaries, and tokenizing text.
- edu.nyu.jet.lisp - package edu.nyu.jet.lisp
-
The Lisp package includes the basic classes for symbol manipulation
in Jet: literals, variables, and feature sets.
- edu.nyu.jet.ne - package edu.nyu.jet.ne
-
The NE package contains code for annotating
extended named entities using a
large dictionary and a set of transformation rules.
- edu.nyu.jet.parser - package edu.nyu.jet.parser
-
The Parser package includes several types of parsers (top-down, bottom-up,
and chart).
- edu.nyu.jet.parserStub - package edu.nyu.jet.parserStub
-
- edu.nyu.jet.parserStub.lisp - package edu.nyu.jet.parserStub.lisp
-
- edu.nyu.jet.pat - package edu.nyu.jet.pat
-
The Pat package encapsulates the basic pattern application
mechanism of Jet, sets of pattern/action rules which can be applied
to a document to add or modify annotations on the document. The external
form of the pattern language is described below; the classes used
to encode these patterns are summarized
separately.
- edu.nyu.jet.refres - package edu.nyu.jet.refres
-
The Refres package provides the methods for identifying coreference
relations within a document.
- edu.nyu.jet.scorer - package edu.nyu.jet.scorer
-
The Scorer package provides the classes for scoring an annotated
document against an answer key..
- edu.nyu.jet.time - package edu.nyu.jet.time
-
The Time package contains code for annotating time expressions in text
following the
TIMEX2 standard.
- edu.nyu.jet.tipster - package 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.
- edu.nyu.jet.util - package edu.nyu.jet.util
-
- edu.nyu.jet.zoner - package edu.nyu.jet.zoner
-
The Zoner package contains methods for identifying text segments
(sentences, etc.) within the document.
- empty() - Method in class edu.nyu.jet.aceJet.EventPattern
-
returns true if this is a pattern which can never match: a syntax or
PA pattern with no syntactic relations.
- emptyGenericDict() - Static method in class edu.nyu.jet.aceJet.EDTtype
-
- emptyTags - Static variable in class edu.nyu.jet.scorer.SGMLProcessor
-
a list of tags which do not have corresponding close tags and so are
to be converted to empty Annotations.
- encoding - Static variable in class edu.nyu.jet.JetTest
-
- end - Variable in class edu.nyu.jet.parser.Edge
-
the last character (of the document) spanned by this node
- end() - Method in class edu.nyu.jet.tipster.Annotation
-
returns the end of the span associated with the annotation.
- end() - Method in class edu.nyu.jet.tipster.Span
-
Returns the end of the span.
- endNoWS(Document) - Method in class edu.nyu.jet.tipster.Span
-
Returns the end of the span, after trimming any white space at the
end of the span.
- EnglishLex - Class in edu.nyu.jet.lex
-
- EnglishLex() - Constructor for class edu.nyu.jet.lex.EnglishLex
-
- entClass - Variable in class edu.nyu.jet.aceJet.AceEntity
-
(for ACE 2004 and later) class of entity: NEG|SPC|GEN|USP
- entities - Variable in class edu.nyu.jet.aceJet.AceDocument
-
a list of the entities in the document
- entity - Variable in class edu.nyu.jet.aceJet.AceEntityMention
-
the entity of which this is a mention.
- EntityFinder - Class in edu.nyu.jet
-
- EntityFinder() - Constructor for class edu.nyu.jet.EntityFinder
-
- entityTrace - Static variable in class edu.nyu.jet.aceJet.Ace
-
- EntityView - Class in edu.nyu.jet.refres
-
Displays entities and their mentions.
- EntityView(Document, int) - Constructor for class edu.nyu.jet.refres.EntityView
-
Creates an EntityView for Document doc.
- equalArray(Object[], Object[]) - Static method in class edu.nyu.jet.refres.Resolve
-
- equals(Object) - Method in class edu.nyu.jet.aceJet.AceEntityMention
-
returns 'true' if 'o' is an AceEntityMention with the same head span.
- equals(Object) - Method in class edu.nyu.jet.aceJet.AceEventMentionArgument
-
- equals(Object) - Method in class edu.nyu.jet.aceJet.AcePatternNode
-
- equals(Object) - Method in class edu.nyu.jet.aceJet.AceValueMention
-
returns 'true' if 'o' is an AceValueMention with the same extent.
- equals(ChunkPath) - Method in class edu.nyu.jet.aceJet.ChunkPath
-
- equals(Object) - Method in class edu.nyu.jet.aceJet.EventPattern
-
- equals(Object) - Method in class edu.nyu.jet.aceJet.EventPatternArgument
-
- equals(FeatureSet) - Method in class edu.nyu.jet.lisp.FeatureSet
-
Returns true if the FeatureSet is equal to fs: whether the two
FeatureSets have the same features with equal values.
- equals(Object) - Method in class edu.nyu.jet.lisp.FeatureSet
-
Returns true if the FeatureSet is equal to fs: whether the two
FeatureSets have the same features with equal values.
- equals(Object) - Method in class edu.nyu.jet.ne.NamedEntityAttribute
-
- equals(Object) - Method in class edu.nyu.jet.parser.SyntacticRelation
-
- equals(Object) - Method in class edu.nyu.jet.parser.SyntacticRelationSet
-
- equals(Object) - Method in class edu.nyu.jet.tipster.Span
-
Returns true if the start and end of the spans are both equal.
- equals(Object) - Method in class edu.nyu.jet.util.DoubleArrayTrie.Result
-
- eval(Document, int, String, HashMap, PatternApplication, PatternNode) - Method in class edu.nyu.jet.pat.AnnotationPatternElement
-
- eval(Document, int, String, HashMap, PatternApplication, PatternNode) - Method in class edu.nyu.jet.pat.AssignmentPatternElement
-
- eval(Document, int, String, HashMap, PatternApplication, PatternNode) - Method in class edu.nyu.jet.pat.AtomicPatternElement
-
- eval(Document, int, HashMap, PatternApplication) - Method in class edu.nyu.jet.pat.FinalPatternNode
-
Method invoked when this node is reached during pattern matching;
records the actions to be performed.
- eval(Document, int, String, HashMap, PatternApplication, PatternNode) - Method in class edu.nyu.jet.pat.GetEndPatternElement
-
- eval(Document, int, String, HashMap, PatternApplication, PatternNode) - Method in class edu.nyu.jet.pat.GetStartPatternElement
-
- eval(Document, int, String, HashMap, PatternApplication, PatternNode) - Method in class edu.nyu.jet.pat.IntegerPatternElement
-
- eval(Document, int, HashMap, PatternApplication) - Method in class edu.nyu.jet.pat.InternalPatternNode
-
- eval(Document, int, String, HashMap, PatternApplication, PatternNode) - Method in class edu.nyu.jet.pat.NullPatternElement
-
- eval(Document, int, String, HashMap, PatternApplication) - Method in class edu.nyu.jet.pat.PatternArc
-
- eval(Document, int, HashMap, PatternApplication) - Method in class edu.nyu.jet.pat.PatternNode
-
- eval(Document, int, String, HashMap, PatternApplication, PatternNode) - Method in class edu.nyu.jet.pat.TokenStringPatternElement
-
- eval(Document, int, String, HashMap, PatternApplication, PatternNode) - Method in class edu.nyu.jet.pat.UndefinedCapPatternElement
-
- evalEvents(String) - Static method in class edu.nyu.jet.aceJet.EventEval
-
evaluate the event tagger using the documents list in file
fileList.
- evalEvents(Document, AceDocument, String) - Static method in class edu.nyu.jet.aceJet.EventEval
-
evaluate the event tagger on Document doc.
- Evaluate - Class in edu.nyu.jet.ne
-
Evaluation tool for named entity extraction.
- Evaluate(String, String, Properties) - Constructor for class edu.nyu.jet.ne.Evaluate
-
- evaluate(Document, Document) - Method in class edu.nyu.jet.ne.Evaluator
-
- evaluate(Document, PatternApplication) - Method in class edu.nyu.jet.pat.StringExpression
-
evaluates the StringExpression at the time when print or write
action is performed.
- evaluatePatterns(Document, AceDocument, String) - Method in class edu.nyu.jet.aceJet.EventTagger
-
applies the learned patterns to Document 'doc' and records the
number of times it produced a correct or incorrect event.
- Evaluator - Class in edu.nyu.jet.ne
-
- Evaluator() - Constructor for class edu.nyu.jet.ne.Evaluator
-
- eve - Static variable in class edu.nyu.jet.aceJet.Ace
-
- eventCoref(AceDocument, Document, SyntacticRelationSet) - Method in class edu.nyu.jet.aceJet.EventTagger
-
performs coreference on the events in an Ace document.
- eventCoref(AceDocument, Document, SyntacticRelationSet) - Method in class edu.nyu.jet.aceJet.NewEventTagger
-
performs coreference on the events in an Ace document.
- EventEval - Class in edu.nyu.jet.aceJet
-
EventEval evaluates an event tagger using simple metrics of events and
arguments found, missing, and spurious.
- EventEval() - Constructor for class edu.nyu.jet.aceJet.EventEval
-
- EventPattern - Class in edu.nyu.jet.aceJet
-
a pattern which matches a word sequence and produces an Ace Event.
- EventPattern(EventPattern) - Constructor for class edu.nyu.jet.aceJet.EventPattern
-
create a shallow copy of EventPattern ep.
- EventPattern(BufferedReader) - Constructor for class edu.nyu.jet.aceJet.EventPattern
-
creates an EventPattern from a sequence of lines read from
reader, as written by write.
- EventPatternArgument - Class in edu.nyu.jet.aceJet
-
- EventPatternArgument(String, Object) - Constructor for class edu.nyu.jet.aceJet.EventPatternArgument
-
- EventPatternArgument(String) - Constructor for class edu.nyu.jet.aceJet.EventPatternArgument
-
- events - Variable in class edu.nyu.jet.aceJet.AceDocument
-
a list of the events in the document
- EventScorer - Class in edu.nyu.jet.aceJet
-
EventScorer implements Ji's 3 event metrics, as defined in
Refining Event Extraction [Ji and Grishman, ACL 2008].
- EventScorer() - Constructor for class edu.nyu.jet.aceJet.EventScorer
-
- EventSyntacticPattern - Class in edu.nyu.jet.aceJet
-
- EventSyntacticPattern() - Constructor for class edu.nyu.jet.aceJet.EventSyntacticPattern
-
- EventTagger - Class in edu.nyu.jet.aceJet
-
assigns ACE events to a Document, given the entities, times, and values.
- EventTagger() - Constructor for class edu.nyu.jet.aceJet.EventTagger
-
- ExactMatchClassHierarchyResolver - Class in edu.nyu.jet.ne
-
- ExactMatchClassHierarchyResolver() - Constructor for class edu.nyu.jet.ne.ExactMatchClassHierarchyResolver
-
- exactMatchSearch(CharSequence, int, int, int) - Method in class edu.nyu.jet.util.DoubleArrayTrie
-
Searches the value to which be associated with the specified key.
- exactMatchSearch(CharSequence, int, int) - Method in class edu.nyu.jet.util.DoubleArrayTrie
-
Searches the value to which be associated with the specified key.
- exactMatchSearch(CharSequence, int) - Method in class edu.nyu.jet.util.DoubleArrayTrie
-
Searches the value to which be associated with the specified key.
- exactMatchSearch(CharSequence) - Method in class edu.nyu.jet.util.DoubleArrayTrie
-
Searches the value to which be associated with the specified key.
- extendedNameTagger - Static variable in class edu.nyu.jet.JetTest
-
- extent - Variable in class edu.nyu.jet.aceJet.AceEntityName
-
the extent of the mention, with start and end positions based on
ACE offsets (excluding XML tags).
- extent - Variable in class edu.nyu.jet.aceJet.AceEventMention
-
the span of the extent of the event, with start and end positions based
on the ACE offsets (excluding XML tags).
- extent - Variable in class edu.nyu.jet.aceJet.AceMention
-
the extent of the mention, with start and end positions based on
ACE offsets (excluding XML tags).
- extent - Variable in class edu.nyu.jet.aceJet.AceRelationMention
-
the span of the extent of the event, with start and end positions based
on the ACE offsets (excluding XML tags).
- ExternalDocument - Class in edu.nyu.jet.tipster
-
a Document associated with a file.
- ExternalDocument(String, String) - Constructor for class edu.nyu.jet.tipster.ExternalDocument
-
creates a new external document associated with file 'fileName'.
- ExternalDocument(String, String, String) - Constructor for class edu.nyu.jet.tipster.ExternalDocument
-
- features - Variable in class edu.nyu.jet.lisp.FeatureSet
-
- features - Static variable in class edu.nyu.jet.parser.ParseView
-
- FeatureSet - Class in edu.nyu.jet.lisp
-
A FeatureSet provides a mapping from interned Strings to Objects.
- FeatureSet() - Constructor for class edu.nyu.jet.lisp.FeatureSet
-
Creates an empty FeatureSet.
- FeatureSet(String, Object) - Constructor for class edu.nyu.jet.lisp.FeatureSet
-
Creates a FeatureSet with one feature/value pair.
- FeatureSet(String, Object, String, Object) - Constructor for class edu.nyu.jet.lisp.FeatureSet
-
Creates a FeatureSet with two feature/value pairs.
- FeatureSet(String, Object, String, Object, String, Object) - Constructor for class edu.nyu.jet.lisp.FeatureSet
-
Creates a FeatureSet with three feature/value pairs.
- FeatureSet(FeatureSet) - Constructor for class edu.nyu.jet.lisp.FeatureSet
-
creates a new FeatureSet with the same features and values as fs.
- FeatureSet(StreamTokenizer, boolean, char) - Constructor for class edu.nyu.jet.lisp.FeatureSet
-
This constructor reads a feature set from StreamTokenizer tok.
- FeatureTest - Class in edu.nyu.jet.pat
-
representation of a condition on a feature value, represented in the
pattern language by ? predicate (argument).
- FeatureTest(String, Object) - Constructor for class edu.nyu.jet.pat.FeatureTest
-
creates a FeatureTest with the specified predicate and argument.
- FeatureTest(StreamTokenizer) - Constructor for class edu.nyu.jet.pat.FeatureTest
-
creates a FeatureTest from the next tokens in tok.
- fileName() - Method in class edu.nyu.jet.tipster.ExternalDocument
-
returns the file name associated with the document.
- FinalPatternNode - Class in edu.nyu.jet.pat
-
A node in the graph representation of a pattern set, representing the
end of a path, associated with a set of actions to be performed if that
node is reached in pattern matching.
- FinalPatternNode(Id, String, Vector) - Constructor for class edu.nyu.jet.pat.FinalPatternNode
-
Creates a FinalPatternNode with identifier i and set of actions
acts.
- find(byte[], int, int) - Method in class edu.nyu.jet.util.Cdb
-
Returns value to be associated with the specified key.
- find(byte[]) - Method in class edu.nyu.jet.util.Cdb
-
Returns value to be associated with the specified key.
- FindAceValues - Class in edu.nyu.jet.aceJet
-
- FindAceValues() - Constructor for class edu.nyu.jet.aceJet.FindAceValues
-
- findDateline(Document, int, String) - Static method in class edu.nyu.jet.zoner.SpecialZoner
-
finds datelines in newswire texts, and marks them with a
dateline annotation.
- findHead(Sexp) - Method in class edu.nyu.jet.parserStub.HeadFinder
-
- findMention(String) - Method in class edu.nyu.jet.aceJet.AceEntity
-
- findMentions(Document) - Static method in class edu.nyu.jet.refres.CorefScorer
-
return a Vector of all the mentions in the document (the union of
the 'mentions' feature of all entities).
- findNext(byte[], int, int) - Method in class edu.nyu.jet.util.Cdb
-
Returns next entry to be associated with the specified key.
- findNext(byte[]) - Method in class edu.nyu.jet.util.Cdb
-
Returns next entry to be associated with the specified key.
- findPrepositionIndex(Annotation) - Static method in class edu.nyu.jet.parser.AddSyntacticRelations
-
starting from a PP constituent node, returns the index of the
child node of category P or DP, or -1 if no such category is found.
- findRelations(String, Document, AceDocument) - Static method in class edu.nyu.jet.aceJet.DepPathRelationTagger
-
relation 'decoder': identifies the relations in document 'doc'
(from file name 'currentDoc') and adds them
as AceRelations to AceDocument 'aceDoc'.
- findRelations(String, Document, AceDocument) - Static method in class edu.nyu.jet.aceJet.LearnRelations
-
relation 'decoder': using previously learned patterns, identifies
the relations in document 'd' (from file name 'currentDoc') and adds them
as AceRelations to AceDocument 'aceDoc'.
- findRelations(String, Document, AceDocument) - Static method in class edu.nyu.jet.aceJet.RelationTagger
-
relation 'decoder': using previously trained models, identifies
the relations in document 'doc' (from file name 'currentDoc') and adds them
as AceRelations to AceDocument 'aceDoc'.
- findSpecialZones(Document) - Static method in class edu.nyu.jet.zoner.SpecialZoner
-
marks datelines and textBreaks (blank lines and rules) within the
TEXT annotation of Document 'doc'.
- findstart() - Method in class edu.nyu.jet.util.Cdb
-
Notifies starting of database lookup.
- findTextBreaks(Document, int, String) - Static method in class edu.nyu.jet.zoner.SpecialZoner
-
finds text breaks marked by double blank lines or by lines consisting entirely
of "-", "~", and "_" characters, and marks the line with a textBreak
annotation.
- finish() - Method in class edu.nyu.jet.util.CdbBuilder
-
Finishs building constant database.
- FirstWordFeature - Class in edu.nyu.jet.ne
-
- FirstWordFeature(String) - Constructor for class edu.nyu.jet.ne.FirstWordFeature
-
- fixHyphenatedItems(Document) - Static method in class edu.nyu.jet.parser.StatParser
-
for hyphenated forms X-Y, which are treated as three separate tokens
by the ACE tokenizer, create a single constituent with category 'hyphword'
and Penn POS JJ.
- format() - Method in class edu.nyu.jet.tipster.ExternalDocument
-
returns the format of the file holding this document: 'sgml' or 'pos'.
- fullFileName() - Method in class edu.nyu.jet.tipster.ExternalDocument
-
the full file name, including both the directory and the file name
within the directory
- fullSpan() - Method in class edu.nyu.jet.tipster.Document
-
Returns a Span covering the entire document.
- function - Variable in class edu.nyu.jet.parser.ParseTreeNode
-
function tag.
- gatherClauses(Document, Span) - Static method in class edu.nyu.jet.refres.Resolve
-
returns the set of all clauses (constituents of category s, rn-wh,
or rn-vingo) within Span span of Document doc.
- gatherMentions(Document, Span) - Static method in class edu.nyu.jet.refres.Resolve
-
returns the set of all mentions -- constituents which are
subject to reference resolution.
- gatherSyntacticCoref(Document, Vector<Annotation>, Vector<Annotation>) - Static method in class edu.nyu.jet.refres.Resolve
-
gatherSyntacticCoref looks for particular syntactic patterns in the
text which indicate coreference, and returns a Map with one entry
for each such syntactic coreference, linking the anaphor to the
antecedent.
- gatherTokens(Document, Span) - Static method in class edu.nyu.jet.lex.Tokenizer
-
returns an array containing all token annotations in
span of doc.
- gatherTokenStrings(Document, Span) - Static method in class edu.nyu.jet.lex.Tokenizer
-
returns an array of Strings corresponding to all the tokens
in span of doc.
- gazetteer - Static variable in class edu.nyu.jet.aceJet.Ace
-
- Gazetteer - Class in edu.nyu.jet.aceJet
-
a set of names of locations (countries, cities, etc.).
- Gazetteer() - Constructor for class edu.nyu.jet.aceJet.Gazetteer
-
create a new, empty Gazetteer.
- generic - Variable in class edu.nyu.jet.aceJet.AceEntity
-
true if the entity is generic (class not SPC)
- genericity - Variable in class edu.nyu.jet.aceJet.AceEvent
-
- get(String) - Method in class edu.nyu.jet.lisp.FeatureSet
-
Returns the value associated with feature feat.
- get(int) - Method in class edu.nyu.jet.parser.SyntacticRelationSet
-
returns the i-th relation in the set, where i is non-negative
and less than the size of the set.
- get(int) - Method in class edu.nyu.jet.parserStub.lisp.SexpList
-
- get(String) - Static method in class edu.nyu.jet.parserStub.lisp.Symbol
-
- get(String) - Method in class edu.nyu.jet.tipster.Annotation
-
Returns the value of attribute feature of the annotation.
- get(int) - Method in class edu.nyu.jet.tipster.DocumentCollection
-
returns the i-th document in the Collection.
- getAnnotationTypes() - Method in class edu.nyu.jet.tipster.Document
-
Returns a vector of all annotation types.
- getBioType() - Method in class edu.nyu.jet.ne.NamedEntityAttribute
-
- getBufferedReader(File, Charset) - Static method in class edu.nyu.jet.util.IOUtils
-
Returns BufferedReader for reading from file.
- getBufferedReader(File, String) - Static method in class edu.nyu.jet.util.IOUtils
-
Returns BufferedReader for reading from file.
- getBufferedWriter(File, Charset) - Static method in class edu.nyu.jet.util.IOUtils
-
Returns BufferedWriter for writing to file.
- getBufferedWriter(File, String) - Static method in class edu.nyu.jet.util.IOUtils
-
Returns BufferedWriter for writing to file.
- getByArgs(String, String) - Method in class edu.nyu.jet.aceJet.AnchoredPathSet
-
- getByArgs(String) - Method in class edu.nyu.jet.aceJet.AnchoredPathSet
-
- getByPath(String) - Method in class edu.nyu.jet.aceJet.AnchoredPathSet
-
- getCategory() - Method in class edu.nyu.jet.ne.NamedEntityAttribute
-
- getCategory() - Method in class edu.nyu.jet.parser.HeadRule.HeadRuleEntry
-
- getChild(Object, int) - Method in class edu.nyu.jet.parser.ParseTreeModel
-
- getChildCount(Object) - Method in class edu.nyu.jet.parser.ParseTreeModel
-
- getChildren() - Method in class edu.nyu.jet.parser.Edge
-
Returns children of this edge.
- getChunks() - Method in class edu.nyu.jet.aceJet.ChunkPath
-
returns the chunks in the ChunkPath: an array of Strings of the heads
of the chunks (or null if no chunk sequence was found)
- getClassHierarchyResolver() - Method in class edu.nyu.jet.ne.TransformRules
-
- getClassRule() - Method in class edu.nyu.jet.ne.MatchRuleItem
-
- getColor(Annotation) - Static method in class edu.nyu.jet.tipster.AnnotationColor
-
returns the Color associated with Annotation ann, or null if there
is no Color association for this Annotation.
- getConceptByName(String) - Method in class edu.nyu.jet.concepts.ConceptHierarchy
-
Returns the Concept named conceptName or
null if no Concept has conceptName.
- getConceptByNameIgnoreCase(String) - Method in class edu.nyu.jet.concepts.ConceptHierarchy
-
Returns the Concept named conceptName (ignoring case)
or null if no Concept has conceptName.
- getConceptFor(String) - Method in class edu.nyu.jet.concepts.ConceptHierarchy
-
Returns the Concept of the word word or
null if no Concept has word.
- getConfig(String) - Static method in class edu.nyu.jet.JetTest
-
return property 'property' from the configuration file.
- getConfig() - Method in class edu.nyu.jet.time.TimeAnnotator
-
- getConfigFile(String) - Static method in class edu.nyu.jet.JetTest
-
return file name 'property' from the configuration file; if the value is
an absolute path or one beginning "./", return the value of the property;
if it is a relative path, prefix it with the value of 'Jet.dataPath' from the
configuration file.
- getDefaultRule() - Static method in class edu.nyu.jet.parser.HeadRule
-
Returns default rule instance.
- getDefaultStemmer() - Static method in class edu.nyu.jet.lex.Stemmer
-
Returns default stemmer.
- getDefinition() - Method in class edu.nyu.jet.lex.LexicalEntry
-
returns the definitions for the lexical entry
- getDescription() - Method in class edu.nyu.jet.concepts.ConcreteFileFilter
-
- getDet(Annotation) - Static method in class edu.nyu.jet.parser.SynFun
-
returns the determiner of 'constit', or null if the
consitutent has no determiner.
- getDirection() - Method in class edu.nyu.jet.parser.HeadRule.HeadRuleEntry
-
- getDocId(Document) - Static method in class edu.nyu.jet.aceJet.Ace
-
returns the document ID of Document doc, if found,
else returns null.
- getDocument() - Method in class edu.nyu.jet.format.Treebank
-
- getEmissionProb(String, String, Annotation) - Method in class edu.nyu.jet.hmm.HMMstate
-
returns the probability of emitting 'token' with attributes 'fs'
when in this state.
- GetEndPatternElement - Class in edu.nyu.jet.pat
-
- GetEndPatternElement(Variable) - Constructor for class edu.nyu.jet.pat.GetEndPatternElement
-
- getEntityID(Annotation) - Static method in class edu.nyu.jet.aceJet.PerfectAce
-
- getExtension(File) - Method in class edu.nyu.jet.concepts.ConcreteFileFilter
-
- getHead(ParseTreeNode) - Method in class edu.nyu.jet.parser.HeadRule
-
Returns head element's index in node's children.
- getHead(Document, Annotation) - Static method in class edu.nyu.jet.parser.SynFun
-
returns the head string of constituent 'ann' in a parse tree.
- getHeadC(Annotation) - Static method in class edu.nyu.jet.refres.Resolve
-
returns the head constituent associated with constituent 'ann'.
- getHeadText() - Method in class edu.nyu.jet.aceJet.AceEntityMention
-
- getHeadText() - Method in class edu.nyu.jet.aceJet.AceMention
-
- getHeadTokens(Document, Annotation) - Static method in class edu.nyu.jet.refres.Resolve
-
- getHuman(Annotation) - Static method in class edu.nyu.jet.parser.SynFun
-
returns true if noun phrase 'constit' has a human head,
as recorded either an a 'human' feature on PA (by the
chunk patterns) or an 'nhuman' feature in the dictionary.
- getId() - Method in class edu.nyu.jet.tipster.Annotation
-
returns the value of the 'id' feature (converted from an Integer or
String to an int).
- getImmediateHead(Annotation) - Static method in class edu.nyu.jet.parser.SynFun
-
returns the head string for the current node.
- getIndex() - Method in class edu.nyu.jet.ne.ChangeRule
-
- getIndexOfChild(Object, Object) - Method in class edu.nyu.jet.parser.ParseTreeModel
-
- getInstance(Reader) - Static method in class edu.nyu.jet.ne.SimpleClassHierarchyResolver
-
- getInstance(File) - Static method in class edu.nyu.jet.ne.SimpleClassHierarchyResolver
-
- getJetHead() - Method in class edu.nyu.jet.aceJet.AceEntityMention
-
- getJetHead() - Method in class edu.nyu.jet.aceJet.AceEventAnchor
-
- getJetHead() - Method in class edu.nyu.jet.aceJet.AceMention
-
- getLastChunk() - Method in class edu.nyu.jet.aceJet.ChunkPath
-
returns the last chunk in the ChunkPath.
- getLength() - Method in class edu.nyu.jet.ne.Dictionary.Entry
-
- getLength() - Method in class edu.nyu.jet.util.DoubleArrayTrie.Result
-
- getLocalMargin(Document, Annotation[], String, int, int) - Method in class edu.nyu.jet.chunk.TokenClassifier
-
- getLocalMargin(Document, Annotation[], String, int, int) - Method in class edu.nyu.jet.hmm.HMM
-
returns the margin for assigning a particular tag to a sequence of
tokens.
- getLongestCommonPrefix(CharSequence, int, int, int) - Method in class edu.nyu.jet.util.DoubleArrayTrie
-
Returns longest common prefix between strings in the trie and specified
key.
- getLongestCommonPrefix(CharSequence, int, int) - Method in class edu.nyu.jet.util.DoubleArrayTrie
-
Returns longest common prefix between strings in the trie and specified
key.
- getLongestCommonPrefix(CharSequence, int) - Method in class edu.nyu.jet.util.DoubleArrayTrie
-
Returns longest common prefix between strings in the trie and specified
key.
- getLongestCommonPrefix(CharSequence) - Method in class edu.nyu.jet.util.DoubleArrayTrie
-
Returns longest common prefix between strings in the trie and specified
key.
- getMargin() - Method in class edu.nyu.jet.chunk.TokenClassifier
-
- getMargin() - Method in class edu.nyu.jet.hmm.HMM
-
if invoked after a call on 'viterbi', returns the margin (the difference
in score between the best and second best analyses).
- getMatchedMention() - Method in class edu.nyu.jet.aceJet.AcePatternNode
-
- getMatchScore() - Method in class edu.nyu.jet.aceJet.EventPattern
-
- getName() - Method in class edu.nyu.jet.concepts.Concept
-
Returns the name of this Concept.
- getName() - Method in class edu.nyu.jet.concepts.Word
-
Returns the name of this Word.
- getName(Document, Annotation) - Static method in class edu.nyu.jet.parser.SynFun
-
returns the name associated with a noun phrase, as a single
string, or null if the np does not have a name.
- getName() - Method in class edu.nyu.jet.tipster.DocumentCollection
-
returns the fileName (not the full path) of the Collection.
- getNamedEntity() - Method in class edu.nyu.jet.ne.ChangeRule
-
- getNamedEntityRule() - Method in class edu.nyu.jet.ne.MatchRuleItem
-
- getNameOrHead(Document, Annotation) - Static method in class edu.nyu.jet.parser.SynFun
-
if the head (the end of the 'headC' chain) of constituent 'ann'
is a name, return the name itself (with tokens connected by '-');
otherwise return the head as determined by 'getHead'.
- getNameTokens(Document, Annotation) - Static method in class edu.nyu.jet.refres.Resolve
-
returns the name associated with a noun phrase, as an array of token
strings, or null if the np does not have a name.
- getNextAnnotationId() - Method in class edu.nyu.jet.tipster.Document
-
returns a unique integer for this Document, to be used in assigning an
'id' feature to an Annotation on this Document.
- getNgHead(Annotation) - Static method in class edu.nyu.jet.refres.Resolve
-
- getNumber(Annotation) - Static method in class edu.nyu.jet.parser.SynFun
-
returns the number feature of noun phrase 'constit'
(singular or plural), or 'null' if the number feature is
not specified.
- getNumberAnnotator() - Static method in class edu.nyu.jet.JetTest
-
Returns instance of Jet.Time.NumberAnnotator for
annotating number expression.
- getNumOutcomes() - Method in class edu.nyu.jet.MaxEntModel
-
- getOffsets() - Method in class edu.nyu.jet.format.PTBReader
-
- getOutcome(int) - Method in class edu.nyu.jet.MaxEntModel
-
- getOutcomeProbabilities(Datum) - Method in class edu.nyu.jet.MaxEntModel
-
- getPA(Annotation) - Static method in class edu.nyu.jet.parser.SynFun
-
returns the 'pa' feature directly or indirectly associated with
parse tree node 'constit'.
- getParameters() - Method in class edu.nyu.jet.time.TimeRule
-
- getParent() - Method in class edu.nyu.jet.aceJet.AceEntityMention
-
returns the entity of which this is a mention.
- getParent() - Method in class edu.nyu.jet.aceJet.AceEventAnchor
-
- getParent() - Method in class edu.nyu.jet.aceJet.AceMention
-
the parent (the entity, value, or timex containing this mention)
- getParent() - Method in class edu.nyu.jet.aceJet.AceTimexMention
-
- getParent() - Method in class edu.nyu.jet.aceJet.AceValueMention
-
- getParseTree(int) - Method in class edu.nyu.jet.format.Treebank
-
- getParseTreeList() - Method in class edu.nyu.jet.format.Treebank
-
- getPartOfSpeechRule() - Method in class edu.nyu.jet.ne.MatchRuleItem
-
- getPathProbability() - Method in class edu.nyu.jet.chunk.TokenClassifier
-
- getPathProbability() - Method in class edu.nyu.jet.hmm.HMM
-
after either the viterbi decode or the nextBest method has been
invoked, returns the probability along the most recently returned path.
- getPattern(String) - Method in class edu.nyu.jet.pat.PatternCollection
-
returns pattern named patternName, or null if no
such pattern exists
- getPatternItems() - Method in class edu.nyu.jet.time.TimeRule
-
- getPatterns(List<String[]>) - Method in class edu.nyu.jet.time.TimeAnnotator
-
- getPatternSet(String) - Method in class edu.nyu.jet.pat.PatternCollection
-
returns pattern set named patternSetName, or null if no
such pattern set exists
- getPatternStrings(Map) - Method in class edu.nyu.jet.time.TimeAnnotator
-
- getPatternTokenCount() - Method in class edu.nyu.jet.ne.TransformRule
-
return a count of the number of tokens to be matched by the left-hand
(match) portion of the rule.
- getPrecision(String) - Method in class edu.nyu.jet.ne.Evaluator
-
- getPrecision() - Method in class edu.nyu.jet.ne.Evaluator
-
- getPriorityList() - Method in class edu.nyu.jet.parser.HeadRule.HeadRuleEntry
-
- getProbability(String, String, FeatureSet) - Method in class edu.nyu.jet.hmm.BasicHMMemitter
-
- getProbability(String, String, FeatureSet) - Method in class edu.nyu.jet.hmm.BigramHMMemitter
-
- getProbability(String, String, FeatureSet) - Method in class edu.nyu.jet.hmm.HMMemitter
-
returns the probability that the current HMM state will emit
token token with FeatureSet fs.
- getProbability(String, String, FeatureSet) - Method in class edu.nyu.jet.hmm.SuffixHMMemitter
-
- getProbability(String, String, FeatureSet) - Method in class edu.nyu.jet.hmm.WordFeatureHMMemitter
-
- getProductions(String) - Method in class edu.nyu.jet.parser.Grammar
-
returns the definition of symbol LHS in the grammar, or
null if LHS is not defined in the grammar.
- getProductionsEndingIn(Object) - Method in class edu.nyu.jet.parser.Grammar
-
returns a Vector of all productions whose last element is element.
- getRecall(String) - Method in class edu.nyu.jet.ne.Evaluator
-
- getRecall() - Method in class edu.nyu.jet.ne.Evaluator
-
- getReferenceTime() - Static method in class edu.nyu.jet.JetTest
-
Returns reference time for annotating TIMEX.
- getReferenceTimeFormat() - Static method in class edu.nyu.jet.JetTest
-
Returns format of reference time.
- getRegexpRule() - Method in class edu.nyu.jet.ne.MatchRuleItem
-
- getRelation(int, int) - Method in class edu.nyu.jet.parser.SyntacticRelationSet
-
return the first relation whose source is at position from
and whose target is at position to, or null
if no such relation exists.
- getRelation(int, String) - Method in class edu.nyu.jet.parser.SyntacticRelationSet
-
return the first relation whose source is at position from
and whose type is type, or null
if no such relation exists.
- getRelationsFrom(int) - Method in class edu.nyu.jet.parser.SyntacticRelationSet
-
return a SyntacticRelationSet containing those relations whose source
is at position from.
- getRelationTo(int) - Method in class edu.nyu.jet.parser.SyntacticRelationSet
-
return the first relation whose target is at position to
or null if no such relation exists.
- getRoot() - Method in class edu.nyu.jet.parser.ParseTreeModel
-
- getRule(Reader) - Static method in class edu.nyu.jet.parser.HeadRule
-
Returns rule instance which is read from java.io.Reader object.
- getRule(File) - Static method in class edu.nyu.jet.parser.HeadRule
-
Returns rule instance which is read from file.
- getRuleCount() - Method in class edu.nyu.jet.ne.TransformRules
-
returns a count of the number of rules.
- GetStartPatternElement - Class in edu.nyu.jet.pat
-
a pattern element, in the graph representation of a pattern, which
binds a variable to the current position in the document being matched.
- GetStartPatternElement(Variable) - Constructor for class edu.nyu.jet.pat.GetStartPatternElement
-
creates a GetStartPatternElement binding variable v.
- getState(String) - Method in class edu.nyu.jet.hmm.HMM
-
returns state with given name, or null if no such state
- getStem(String, String) - Method in class edu.nyu.jet.lex.Stemmer
-
Returns stem of word
- getString() - Method in class edu.nyu.jet.lisp.Literal
-
returns the String associated with this literal.
- getStringRule() - Method in class edu.nyu.jet.ne.MatchRuleItem
-
- getSubconceptAt(int) - Method in class edu.nyu.jet.concepts.Concept
-
Returns the subconcept at the specified index in this
Concept's subconcept array.
- getSubconceptCount() - Method in class edu.nyu.jet.concepts.Concept
-
Returns the number of subconcepts of this Concept.
- getSubconcepts() - Method in class edu.nyu.jet.concepts.Concept
-
Returns the vector of the subconcepts of this Concept.
- getTagTable() - Method in class edu.nyu.jet.hmm.HMMannotator
-
returns the tag table (the correspondence between HMM tags and
annotation types and features).
- getTimeAnnotator() - Static method in class edu.nyu.jet.JetTest
-
Returns instance of Jet.Time.TimeAnnotator for annotating
TIMEX.
- getTimeAnnotator() - Method in class edu.nyu.jet.time.TimeRule
-
- getTransferData(DataFlavor) - Method in class edu.nyu.jet.concepts.Concept
-
This is a Transferable method.
- getTransferData(DataFlavor) - Method in class edu.nyu.jet.concepts.TransferableTreeNode
-
- getTransferData(DataFlavor) - Method in class edu.nyu.jet.concepts.Word
-
This is a Transferable method.
- getTransferDataFlavors() - Method in class edu.nyu.jet.concepts.Concept
-
This is a Transferable method.
- getTransferDataFlavors() - Method in class edu.nyu.jet.concepts.TransferableTreeNode
-
- getTransferDataFlavors() - Method in class edu.nyu.jet.concepts.Word
-
This is a Transferable method.
- getTransitionProb(int) - Method in class edu.nyu.jet.hmm.HMMstate
-
returns the probability of a transition from this state to the
state numbered 'state' in the HMM.
- getType() - Method in class edu.nyu.jet.aceJet.AceEntityMention
-
- getType() - Method in class edu.nyu.jet.aceJet.AceEventAnchor
-
- getType() - Method in class edu.nyu.jet.aceJet.AceMention
-
the type (of the parent entity, value, or timex).
- getType() - Method in class edu.nyu.jet.aceJet.AceTimex
-
- getType() - Method in class edu.nyu.jet.aceJet.AceTimexMention
-
- getType() - Method in class edu.nyu.jet.aceJet.AceValueMention
-
- getTypes() - Method in class edu.nyu.jet.ne.Evaluator
-
- getTypeSubtype(Document, Annotation, Annotation) - Static method in class edu.nyu.jet.aceJet.EDTtype
-
returns the EDT type of a mention: PERSON, GPE, ORGANIZATION,
LOCATION, FACILITY, or OTHER (where OTHER indicates that it is not
and EDT mention).
- getTypeSubtype(Document, Annotation) - Static method in class edu.nyu.jet.aceJet.FindAceValues
-
returns the AceValue type and subtype of a mention: Numeric, Crime,
Sentence, Contact-Info, ...
- getTypeSubtype(Annotation) - Static method in class edu.nyu.jet.aceJet.PerfectAce
-
- getValue() - Method in class edu.nyu.jet.ne.Dictionary.Entry
-
- getValue() - Method in class edu.nyu.jet.util.DoubleArrayTrie.Result
-
- getWordAt(int) - Method in class edu.nyu.jet.concepts.Concept
-
Returns the Word at the specified index in this
Concept's Word array.
- getWordByName(String) - Method in class edu.nyu.jet.concepts.ConceptHierarchy
-
Returns the Word named wordName or
null if no Word has wordName.
- getWordByNameIgnoreCase(String) - Method in class edu.nyu.jet.concepts.ConceptHierarchy
-
Returns the Word named wordName (ignoring case)
or null if no Word has wordName.
- getWordCount() - Method in class edu.nyu.jet.concepts.Concept
-
Returns the number of Words of this Concept.
- getWords() - Method in class edu.nyu.jet.concepts.Concept
-
Returns the vector of the words of this Concept.
- GISTrainer - Class in edu.nyu.jet.chunk
-
An implementation of Generalized Iterative Scaling.
- gram - Static variable in class edu.nyu.jet.JetTest
-
- Grammar - Class in edu.nyu.jet.parser
-
a context-free grammar.
- Grammar(Reader) - Constructor for class edu.nyu.jet.parser.Grammar
-
constructs a Grammar from the data on reader.
- id - Variable in class edu.nyu.jet.aceJet.AceEvent
-
the ID of the event
- id - Variable in class edu.nyu.jet.aceJet.AceEventArgumentValue
-
- id - Variable in class edu.nyu.jet.aceJet.AceEventMention
-
the ID of the mention
- id - Variable in class edu.nyu.jet.aceJet.AceMention
-
- id - Variable in class edu.nyu.jet.aceJet.AceRelation
-
the ID of the relation
- id - Variable in class edu.nyu.jet.aceJet.AceRelationMention
-
the ID of the mention
- Id - Class in edu.nyu.jet.pat
-
- Id(int) - Constructor for class edu.nyu.jet.pat.Id
-
- id - Variable in class edu.nyu.jet.pat.PatternNode
-
- in(Object, Object[]) - Static method in class edu.nyu.jet.refres.Resolve
-
- includeWhitespace - Static variable in class edu.nyu.jet.scorer.SGMLProcessor
-
if true, whitespace following end tag is included as part of
span assigned to annotation.
- incrementEmitCount(String, String, int) - Method in class edu.nyu.jet.hmm.HMMstate
-
(during training), add 1 to the count of the times that 'token'
is emitted by this state.
- inEdgeArray() - Method in class edu.nyu.jet.pat.PatternGraph
-
- inEdges - Variable in class edu.nyu.jet.pat.PatternGraph
-
- init(String) - Static method in class edu.nyu.jet.aceJet.Ace
-
initialize ACE: read property file and load all resources specified
by the properties file.
- init(String[]) - Static method in class edu.nyu.jet.aceJet.APFtoXML
-
analyze arguments to APFtoXML.
- initForFileIO(String[]) - Static method in class edu.nyu.jet.aceJet.Ace
-
'initForFileIO' provides the initialization component of the 'main' method.
- initialize(String, String) - Method in class edu.nyu.jet.chunk.MENameTagger
-
initialize the tagger for training by loading from file tagTableFile
the list of valid annotations.
- initialize() - Static method in class edu.nyu.jet.JetTest
-
load all resources (lexicon, HMMs, patterns, grammar, concepts) as
specified in the .properties file.
- initialize(String, Properties) - Static method in class edu.nyu.jet.parser.DepParser
-
load the parse model file from parameter 'DepParser.model.fileName'
of the Jet properties file.
- initialize(String, Properties) - Static method in class edu.nyu.jet.parser.StatParser
-
initialize the parser (load grammar and data files).
- initialize(String, String) - Static method in class edu.nyu.jet.parser.StatParser
-
initialize the parser.
- initializeForTraining(String) - Method in class edu.nyu.jet.MaxEntModel
-
- initializeForTraining() - Method in class edu.nyu.jet.MaxEntModel
-
- initializeFromConfig(File, String) - Static method in class edu.nyu.jet.JetTest
-
read Jet parameter file from file configFile and load all
specified resources.
- initializeFromConfig(String, String) - Static method in class edu.nyu.jet.JetTest
-
- initializeFromConfig(File) - Static method in class edu.nyu.jet.JetTest
-
- initializeFromConfig(String) - Static method in class edu.nyu.jet.JetTest
-
- initTimex() - Static method in class edu.nyu.jet.JetTest
-
Initialize parameters for annotating TIMEX.
- inSameSentence(int, int) - Method in class edu.nyu.jet.zoner.SentenceSet
-
returns true if posn1 and posn2
are within the same sentence.
- IntegerPatternElement - Class in edu.nyu.jet.pat
-
a pattern element which matches an integer token.
- IntegerPatternElement(FeatureSet) - Constructor for class edu.nyu.jet.pat.IntegerPatternElement
-
- InternalPatternNode - Class in edu.nyu.jet.pat
-
a non-final node in the graph representation of a pattern set
(a node with outgoing arcs).
- InternalPatternNode(Id, PatternArc[]) - Constructor for class edu.nyu.jet.pat.InternalPatternNode
-
- InternalPatternNode(Id, Vector) - Constructor for class edu.nyu.jet.pat.InternalPatternNode
-
- intersect(Object[], Object[]) - Static method in class edu.nyu.jet.refres.Resolve
-
- InvalidFormatException - Exception in edu.nyu.jet.format
-
- InvalidFormatException(String) - Constructor for exception edu.nyu.jet.format.InvalidFormatException
-
- InvalidFormatException() - Constructor for exception edu.nyu.jet.format.InvalidFormatException
-
- inZone(Document, Span, String) - Static method in class edu.nyu.jet.hmm.HMMNameTagger
-
returns 'true' if Span 'span' is enclosed in an annotation of type
'zoneType'.
- IOUtils - Class in edu.nyu.jet.util
-
Utility class for input and output.
- IOUtils() - Constructor for class edu.nyu.jet.util.IOUtils
-
- isa(Concept, Concept) - Static method in class edu.nyu.jet.concepts.ConceptHierarchy
-
Returns true if concept1 isa concept2,
i.e. concept2 is the parent of concept1
in the concept hierarchy.
- isAbbreviation(String[], String) - Static method in class edu.nyu.jet.aceJet.APFNameAnalyzer
-
returns true if 'abbrev' is an acronym-style abbreviation for 'name'
-- i.e., an acronym with periods, such as U.S.A.
- isAbbreviation(String[], String) - Static method in class edu.nyu.jet.refres.Resolve
-
returns true if 'abbrev' is an acronym-style abbreviation for 'name'
-- i.e., an acronym with periods, such as U.S.A.
- isAcronym(String[], String) - Static method in class edu.nyu.jet.aceJet.APFNameAnalyzer
-
- isAcronym(String[], String) - Static method in class edu.nyu.jet.refres.Resolve
-
returns true if 'acronym' is a possible acronym for 'name', such
as 'USA' for 'United States of America'.
- isaStar(Concept, Concept) - Static method in class edu.nyu.jet.concepts.ConceptHierarchy
-
Returns true if concept1 isa* concept2,
i.e. concept2 is concept1 itself or
an ancestor of concept1 in the concept hierarchy.
- isBe(String) - Static method in class edu.nyu.jet.parser.DepTransformer
-
- isCountry(String[]) - Method in class edu.nyu.jet.aceJet.Gazetteer
-
returns true if s is the name of a country
(either the primary name or an alias).
- isCountryAlias(String[]) - Method in class edu.nyu.jet.aceJet.Gazetteer
-
returns true if s is an alias of a
location name.
- isDataFlavorSupported(DataFlavor) - Method in class edu.nyu.jet.concepts.Concept
-
This is a Transferable method.
- isDataFlavorSupported(DataFlavor) - Method in class edu.nyu.jet.concepts.TransferableTreeNode
-
- isDataFlavorSupported(DataFlavor) - Method in class edu.nyu.jet.concepts.Word
-
This is a Transferable method.
- isDictLoaded() - Static method in class edu.nyu.jet.aceJet.EDTtype
-
returns true if an EDT type dictionary has been loaded.
- isDictLoaded() - Static method in class edu.nyu.jet.aceJet.FindAceValues
-
returns true if a value type dictionary has been loaded.
- isDuplicateConcept(Concept) - Method in class edu.nyu.jet.concepts.ConceptHierarchy
-
Checks if concept is already in the hierarchy, if so,
pop up an error message.
- isDuplicateWord(Word) - Method in class edu.nyu.jet.concepts.ConceptHierarchy
-
Checks if word is already in the hierarchy, if so,
pop up an error message.
- isInitialized() - Static method in class edu.nyu.jet.parser.DepParser
-
- isInitialized() - Static method in class edu.nyu.jet.parser.StatParser
-
return true if the parser has already been initialized.
- isLeaf() - Method in class edu.nyu.jet.concepts.Concept
-
Overrides the isLeaf() method in DefaultMutableTreeNode
so that only Words are treated as leaves and Concepts
are always treated as internal nodes.
- isLeaf() - Method in class edu.nyu.jet.concepts.Word
-
Overrides the isLeaf() method in DefaultMutableTreeNode
so that only Words are treated as leaves and Concepts
are always treated as internal nodes.
- isLeaf(Object) - Method in class edu.nyu.jet.parser.ParseTreeModel
-
- isList() - Method in class edu.nyu.jet.parserStub.lisp.Sexp
-
- isLoaded() - Method in class edu.nyu.jet.MaxEntModel
-
- isLocation(String[]) - Method in class edu.nyu.jet.aceJet.Gazetteer
-
returns true if s is the name of any type of location
(either the primary name or an alias).
- isName(Annotation) - Static method in class edu.nyu.jet.refres.Resolve
-
returns true if 'consit' is a name.
- isNational(String[]) - Method in class edu.nyu.jet.aceJet.Gazetteer
-
returns true if s is the name of a national.
- isNationality(String[]) - Method in class edu.nyu.jet.aceJet.Gazetteer
-
returns true if s is a nationality
adjective.
- isNationals(String[]) - Method in class edu.nyu.jet.aceJet.Gazetteer
-
returns true if s is the name of a set of
nationals.
- isOpen() - Method in class edu.nyu.jet.tipster.ExternalDocument
-
returns 'true' if the file has been opened.
- isRegionOrContinent(String[]) - Method in class edu.nyu.jet.aceJet.Gazetteer
-
returns true if s is the name of a region
or continent (either the primary name or an alias).
- isState(String[]) - Method in class edu.nyu.jet.aceJet.Gazetteer
-
returns true if s is the name of a U.S.
- isSubClassOf(String, String) - Method in interface edu.nyu.jet.ne.ClassHierarchyResolver
-
- isSubClassOf(String, String) - Method in class edu.nyu.jet.ne.ExactMatchClassHierarchyResolver
-
- isSubClassOf(String, String) - Method in class edu.nyu.jet.ne.SimpleClassHierarchyResolver
-
- isSymbol() - Method in class edu.nyu.jet.parserStub.lisp.Sexp
-
- LBFGSTrainer - Class in edu.nyu.jet.chunk
-
Train an L2 regularized MaxEnt model with the L-BFGS algorithm
- LBFGSTrainer() - Constructor for class edu.nyu.jet.chunk.LBFGSTrainer
-
Create LBFGS trainer
- LBFGSTrainer(double) - Constructor for class edu.nyu.jet.chunk.LBFGSTrainer
-
Create LBFGS trainer with regularization parameter c
- LearnAceRelations - Class in edu.nyu.jet.aceJet
-
command-line callable method for training Ace relation tagger.
- LearnAceRelations() - Constructor for class edu.nyu.jet.aceJet.LearnAceRelations
-
- LearnRelations - Class in edu.nyu.jet.aceJet
-
procedures for learning the syntactic indications of ACE relations
1.
- lemmatizePath(String) - Static method in class edu.nyu.jet.aceJet.AnchoredPath
-
given a lexicalized dependency path path,
consisting of arcs and lexical items separated by colons,
replaces each lexical item by its lemma.
- length() - Method in class edu.nyu.jet.parserStub.lisp.SexpList
-
- length() - Method in class edu.nyu.jet.tipster.Document
-
Returns the length of the document (in characters).
- LexicalEntry - Class in edu.nyu.jet.lex
-
the basic element of the (internal) lexicon: the set of definitions of
a word or sequence of words.
- LexicalEntry(String[], FeatureSet) - Constructor for class edu.nyu.jet.lex.LexicalEntry
-
creates a lexical entry for the sequence of words wds and
makes fs one definition of this sequence.
- LexicalEntry(String[], FeatureSet, String) - Constructor for class edu.nyu.jet.lex.LexicalEntry
-
- Lexicon - Class in edu.nyu.jet.lex
-
provides (static) data structures for storing and looking up
word definitions.
- Lexicon() - Constructor for class edu.nyu.jet.lex.Lexicon
-
- LexiconCategoryFeature - Class in edu.nyu.jet.ne
-
- LexiconCategoryFeature(String) - Constructor for class edu.nyu.jet.ne.LexiconCategoryFeature
-
- lhs() - Method in class edu.nyu.jet.parser.Production
-
the left-hand side (defined symbol) of the production.
- limit - Static variable in class edu.nyu.jet.pat.PatternSet
-
applies the rules in the PatternSet to the specified span of the document.
- LineByLineNameTagger - Class in edu.nyu.jet.hmm
-
reads a series of files, with each file containing one sentence per
line, and writes out the sentences with named entity tags.
- LineByLineNameTagger() - Constructor for class edu.nyu.jet.hmm.LineByLineNameTagger
-
- linkAppositesAndPredComps - Static variable in class edu.nyu.jet.refres.MaxEntResolve
-
set to true if apposites and predicate complements should be
linked coreferentially.
- linkAppositesAndPredComps - Static variable in class edu.nyu.jet.refres.Resolve
-
set to true if apposites and predicate complements should be
linked coreferentially.
- Literal - Class in edu.nyu.jet.lisp
-
representation of a literal in the grammar, used to match
a specific string.
- Literal(String) - Constructor for class edu.nyu.jet.lisp.Literal
-
creates a new literal for String 'stg'.
- load(String) - Method in class edu.nyu.jet.aceJet.EventTagger
-
load an event pattern set in the form saved by the 'save' method.
- load() - Method in class edu.nyu.jet.aceJet.Gazetteer
-
load the Gazetteer from the file specified by parameter Gazetteer.fileName
of the configuration file.
- load(String) - Method in class edu.nyu.jet.aceJet.Gazetteer
-
load the Gazetteer from file fileName.
- load() - Static method in class edu.nyu.jet.aceJet.NameSubtyper
-
load the maxent model from the file specified as Jet paramter
Ace.NameSubtypeModel.fileName.
- load(String) - Static method in class edu.nyu.jet.aceJet.NameSubtyper
-
load the maxent model from file modelFileName.
- load(String) - Method in class edu.nyu.jet.aceJet.PerfectNameTagger
-
included to conform to the NameTagger interface.
- load(String) - Method in class edu.nyu.jet.chunk.MaxEntNE
-
load the information required for the MaxEntNE tagger from file
fileName.
- load(BufferedReader) - Method in class edu.nyu.jet.chunk.MaxEntNE
-
load the information required for the MaxEntNE tagger from
reader.
- load(String) - Method in class edu.nyu.jet.chunk.MENameTagger
-
load the data associated with this tagger from file 'fileName'.
- load(String) - Method in class edu.nyu.jet.chunk.TokenClassifier
-
- load(Reader) - Method in class edu.nyu.jet.format.PTBReader
-
Builds Jet.Tipster.Document object from Penn treebank corpus.
- load(File) - Method in class edu.nyu.jet.format.PTBReader
-
Builds Document object from Penn treebank corpus.
- load(File, String) - Method in class edu.nyu.jet.format.PTBReader
-
Builds Document object from Penn treebank corpus.
- load(Reader) - Method in class edu.nyu.jet.hmm.HMM
-
read a description of an HMM from HMMReader.
- load(String) - Method in class edu.nyu.jet.hmm.HMM
-
- load(String) - Method in class edu.nyu.jet.hmm.HMMNameTagger
-
load the tag table and the HMM associated with this tagger
from file 'fileName'.
- load(String) - Method in class edu.nyu.jet.hmm.HMMTagger
-
load the HMM associated with this tagger from file 'fileName'.
- load(String) - Method in class edu.nyu.jet.hmm.XNameTagger
-
load an HMM from file fileName.
- load(File) - Method in class edu.nyu.jet.ne.OnMemoryDictionary
-
- load(Reader) - Method in class edu.nyu.jet.ne.OnMemoryDictionary
-
Load Dictionary from java.io.Reader object
- load(Reader) - Static method in class edu.nyu.jet.ne.TransformRules
-
read the transformation rules using reader 'in'.
- load(File) - Static method in class edu.nyu.jet.ne.TransformRules
-
loads the transformation rules from file 'file'.
- load(String) - Static method in class edu.nyu.jet.parserStub.Settings
-
- load(String) - Method in interface edu.nyu.jet.scorer.NameTagger
-
- load(InputStream) - Method in class edu.nyu.jet.time.TimeAnnotator
-
load the time expression rules from 'in'.
- load(File) - Method in class edu.nyu.jet.time.TimeAnnotator
-
load the time expression rules from 'in'.
- load(String) - Method in class edu.nyu.jet.util.DoubleArrayTrie
-
Loads double array from file.
- load(File) - Method in class edu.nyu.jet.util.DoubleArrayTrie
-
Loads double array from file.
- loadAllModels(String) - Method in class edu.nyu.jet.aceJet.EventTagger
-
- loadAnchorSet() - Method in class edu.nyu.jet.aceJet.NewEventTagger
-
- loadAnnotatedDocument(File) - Static method in class edu.nyu.jet.util.AceUtils
-
Reads annotation information written in APF format and construct
Jet.Tipster.Document object.
- loadAnnotatedDocumentsFromDirectory(File) - Static method in class edu.nyu.jet.util.AceUtils
-
Reads annotation information files written in APF format and constructs
Jet.Tipster.Document objects from a specified directory.
- loadClassDictionary(Reader) - Method in class edu.nyu.jet.ne.NameAnnotator
-
load the the dictionary to be used by word class tagger.
- loadClassDictionary(File) - Method in class edu.nyu.jet.ne.NameAnnotator
-
load the the dictionary to be used by word class tagger.
- loadClassHierarchy(File) - Method in class edu.nyu.jet.ne.NameAnnotator
-
- loadDictionary(File) - Method in class edu.nyu.jet.lex.Stemmer
-
Loads stem dictonary.
- loadDictionary(Reader) - Method in class edu.nyu.jet.lex.Stemmer
-
- loaded - Static variable in class edu.nyu.jet.chunk.Onoma
-
- loadModel() - Static method in class edu.nyu.jet.chunk.Chunker
-
- loadModel(String) - Static method in class edu.nyu.jet.chunk.Chunker
-
load a maximum entropy chunker model from file 'modelFileName'.
- loadModel() - Method in class edu.nyu.jet.MaxEntModel
-
- loadModel(String) - Method in class edu.nyu.jet.MaxEntModel
-
- loadModel(BufferedReader) - Method in class edu.nyu.jet.MaxEntModel
-
- loadModels() - Method in class edu.nyu.jet.aceJet.NewEventTagger
-
- loadParseTrees(Reader) - Method in class edu.nyu.jet.format.PTBReader
-
Loads parse tree corpus from Penn Treebank corpus.
- loadParseTrees(File) - Method in class edu.nyu.jet.format.PTBReader
-
- loadRule(Map) - Method in class edu.nyu.jet.time.TimeAnnotator
-
- loadRules(Reader) - Method in class edu.nyu.jet.ne.NameAnnotator
-
load the rules to be used by the ENE tagger using Reader 'in'.
- loadRules(File) - Method in class edu.nyu.jet.ne.NameAnnotator
-
load the rules to be used by the ENE tagger using Reader 'in'.
- loadWordClusters(String) - Static method in class edu.nyu.jet.chunk.MaxEntNE
-
loads word clusters and builds map from word to cluster
- locationType(Document, String) - Method in class edu.nyu.jet.aceJet.Gazetteer
-
returns "country", "stateorprovince", or "city" as the type
of 'locationName' based on three types of evidence:
- entries in the gazetteer itself
- a coreferential nominal mention, typically from a
construct 'city of X' or 'X province'
- the last token of the location name
- lookUp(String[]) - Static method in class edu.nyu.jet.lex.Lexicon
-
return an array of the definitions (FeatureSets) associated
with the lexical item words, or null if there are no
definitions associated with this lexical item.
- lookup(int) - Method in class edu.nyu.jet.ne.Dictionary
-
look for a dictionary entry matching the token sequence beginning at
token pos.
- lookup(String[], int) - Method in class edu.nyu.jet.ne.Dictionary
-
look for a dictionary entry matching the token sequence beginning at
position pos of token sequence tokens.
- lookup(int) - Method in class edu.nyu.jet.ne.OnMemoryDictionary
-
look for a dictionary entry matching the token sequence beginning at
token pos.
- lookup(int) - Method in class edu.nyu.jet.ne.TrieDictionary
-
look for a dictionary entry matching the token sequence beginning at
token pos.
- lookupStart(String[]) - Method in class edu.nyu.jet.ne.Dictionary
-
initializes the dictionary look-up process for the text consisting of
tokens tokens.
- lookupStart(String[]) - Method in class edu.nyu.jet.ne.OnMemoryDictionary
-
initializes the dictionary look-up process for the text consisting of
tokens tokens.
- lookupStart(String[]) - Method in class edu.nyu.jet.ne.TrieDictionary
-
initializes the dictionary look-up process for the text consisting of
tokens tokens.
- main(String[]) - Static method in class edu.nyu.jet.aceJet.Ace
-
generate ACE annotation files (in APF) format for a list of documents.
- main(String[]) - Static method in class edu.nyu.jet.aceJet.AceDocument
-
- main(String[]) - Static method in class edu.nyu.jet.aceJet.APFNameAnalyzer
-
- main(String[]) - Static method in class edu.nyu.jet.aceJet.APFtoXML
-
convert a list of APF files to XML files containing in-line markup for
sentences, timex, mentions, entity types, and names.
- main(String[]) - Static method in class edu.nyu.jet.aceJet.CoherenceAnalyzer
-
- main(String[]) - Static method in class edu.nyu.jet.aceJet.EDTtype
-
- main(String[]) - Static method in class edu.nyu.jet.aceJet.EventEval
-
- main(String[]) - Static method in class edu.nyu.jet.aceJet.EventPattern
-
- main(String[]) - Static method in class edu.nyu.jet.aceJet.EventScorer
-
computes the average event scores for a set of documents.
- main(String[]) - Static method in class edu.nyu.jet.aceJet.EventTagger
-
tag a set of documents with ACE event information, using entity
and value information from an existing APF file, typically the
key.
- main(String[]) - Static method in class edu.nyu.jet.aceJet.Gazetteer
-
- main(String[]) - Static method in class edu.nyu.jet.aceJet.LearnAceRelations
-
train relation tagger from text and APF files.
- main(String[]) - Static method in class edu.nyu.jet.aceJet.NameSubtyper
-
train a subclass model from the ACE training data.
- main(String[]) - Static method in class edu.nyu.jet.aceJet.NewEventTagger
-
- main(String[]) - Static method in class edu.nyu.jet.aceJet.PerfectAce
-
generate parse collection with perfect named entities
- main(String[]) - Static method in class edu.nyu.jet.aceJet.RelationScorer
-
score an APF file for relations.
- main(String[]) - Static method in class edu.nyu.jet.aceJet.RelationTagger
-
trains a new relation tagger.
- main(String[]) - Static method in class edu.nyu.jet.aceJet.TrainEventTagger
-
train an ACE event tagger from a set of documents with APF files.
- main(String[]) - Static method in class edu.nyu.jet.chunk.Chunker
-
- main(String[]) - Static method in class edu.nyu.jet.chunk.CreateModel
-
- main(String[]) - Static method in class edu.nyu.jet.chunk.MENameTagger
-
- main(String[]) - Static method in class edu.nyu.jet.chunk.Predict
-
- main(String[]) - Static method in class edu.nyu.jet.chunk.TreeBasedChunker
-
- main(String[]) - Static method in class edu.nyu.jet.EntityFinder
-
- main(String[]) - Static method in class edu.nyu.jet.format.PTBReader
-
converts a set of Penn TreeBank files into text documents.
- main(String[]) - Static method in class edu.nyu.jet.hmm.ActiveLearner
-
- main(String[]) - Static method in class edu.nyu.jet.hmm.ActiveLearnerTool
-
- main(String[]) - Static method in class edu.nyu.jet.hmm.BIOWriter
-
- main(String[]) - Static method in class edu.nyu.jet.hmm.HMM
-
tests the Viterbi decoder and the N-best path generator on a simple
4-word noun phrase using a 4-state HMM.
- main(String[]) - Static method in class edu.nyu.jet.hmm.HMMNameTagger
-
procedure the named entity tagger on documents with in-line NE tags.
- main(String[]) - Static method in class edu.nyu.jet.hmm.LineByLineNameTagger
-
generate sentence list files for a list of documents.
- main(String[]) - Static method in class edu.nyu.jet.hmm.XNameTagger
-
procedures for training and testing the named entity tagger with rescoring.
- main(String[]) - Static method in class edu.nyu.jet.JetTest
-
- main(String[]) - Static method in class edu.nyu.jet.lex.Tokenizer
-
performs a very simple validation of the tokenizer, returning a success
or failure indication.
- main(String[]) - Static method in class edu.nyu.jet.ne.CRFNameTagger
-
- main(String[]) - Static method in class edu.nyu.jet.ne.Evaluate
-
- main(String[]) - Static method in class edu.nyu.jet.ne.TrieDictionary
-
- main(String[]) - Static method in class edu.nyu.jet.parser.Sparkle
-
- main(String[]) - Static method in class edu.nyu.jet.parser.StatParser
-
Apply the Bikel parser to a collection of documents, writing out the
resulting parses as XML annotations on the documents.
- main(String[]) - Static method in class edu.nyu.jet.parser.SyntacticRelationSet
-
- main(String[]) - Static method in class edu.nyu.jet.ProcessDocuments
-
process a set of documents through Jet in accordance with a
Jet parameter file.
- main(String[]) - Static method in class edu.nyu.jet.refres.CorefEval
-
- main(String[]) - Static method in class edu.nyu.jet.refres.CorefScorer
-
- main(String[]) - Static method in class edu.nyu.jet.refres.CorefWriter
-
- main(String[]) - Static method in class edu.nyu.jet.refres.MaxEntResolve
-
trains the pronoun coreference model from a training collection
of coreference-annotated documents.
- main(String[]) - Static method in class edu.nyu.jet.refres.PronounScorer
-
- main(String[]) - Static method in class edu.nyu.jet.scorer.NEScorer
-
compute recall / precision scores for named entities for a set of files.
- main(String[]) - Static method in class edu.nyu.jet.time.TimeMain
-
- main(String[]) - Static method in class edu.nyu.jet.tipster.AnnotationTool
-
- main(String[]) - Static method in class edu.nyu.jet.tipster.CollectionAnnotationTool
-
- main(String[]) - Static method in class edu.nyu.jet.tipster.CollectionView
-
- main(String[]) - Static method in class edu.nyu.jet.tipster.MakeCollection
-
- main(String[]) - Static method in class edu.nyu.jet.util.AceUtils
-
- main(String[]) - Static method in class edu.nyu.jet.Validate
-
- main(String[]) - Static method in class edu.nyu.jet.zoner.SentenceWriter
-
generate sentence list files for a list of documents.
- main(String[]) - Static method in class edu.nyu.jet.zoner.SpeechSplitter
-
- main(String[]) - Static method in class edu.nyu.jet.zoner.TaggedSentenceWriter
-
generate sentence list files for a list of documents.
- MakeCollection - Class in edu.nyu.jet.tipster
-
MakeCollection input-file collection-file collection-directory
converts a single file with multiple documents into a Jet collection
input-file: a concatenated collection of documents in a single
file, each beginning with and ending with
collection-file: name of Collection file to write
collection-directory: directory into which to put document files
ext file extension for document files
- MakeCollection() - Constructor for class edu.nyu.jet.tipster.MakeCollection
-
- makeParseAnnotations(Document, ParseTreeNode) - Static method in class edu.nyu.jet.parser.ParseTreeNode
-
given a parse tree in the form of nested ParseTreeNodes, adds an
Annotation of type 'constit' to Document 'doc' for each non-terminal node
in the tree.
- makePatternGraph() - Method in class edu.nyu.jet.pat.PatternCollection
-
converts the set of rules in all pattern sets of this pattern
collection into pattern graphs.
- makePatternGraph(PatternCollection) - Method in class edu.nyu.jet.pat.PatternSet
-
converts the set of rules in this pattern set into
a graph.
- mappedMentionCount - Variable in class edu.nyu.jet.refres.CorefScorer
-
number of mentions in current response Document which have a corresponding
mention in key Document (a mention whose head ends at the same position).
- markMentions(Vector) - Static method in class edu.nyu.jet.refres.Resolve
-
for all constituents on mentions, set the feature
mention to true.
- match(AceMention) - Method in class edu.nyu.jet.aceJet.AcePatternNode
-
returns a score reflecting the degree of match (similarity) between
this node and mention 'm'.
- match(Span, String, Document, SyntacticRelationSet, AceDocument) - Method in class edu.nyu.jet.aceJet.EventPattern
-
match an anchor and its context against the event patterns; if the
match is successful, build and return an AceEvent.
- match(String) - Method in class edu.nyu.jet.scorer.SGMLScorer
-
Compares documents doc1 and doc2 with respect to
annotations of type annType.
- match(String, String) - Method in class edu.nyu.jet.scorer.SGMLScorer
-
Compares annotations of type annType1 of document doc1
with annotations of type annType2 of document doc2.
- match(String, String, Span) - Method in class edu.nyu.jet.scorer.SGMLScorer
-
- match(Document, List<Annotation>, int) - Method in class edu.nyu.jet.time.DayOfWeekPattern
-
- match(Document, List<Annotation>, int) - Method in class edu.nyu.jet.time.MonthPattern
-
- match(Document, List<Annotation>, int) - Method in class edu.nyu.jet.time.NumberPattern
-
- match(Document, List<Annotation>, int) - Method in class edu.nyu.jet.time.PatternItem
-
if tokens[offset] matches the Pattern Item, return a PatternMatchResult
containing the normalized value of the matched token along with
the span of the matched token, else null.
- match(Document, List<Annotation>, int) - Method in class edu.nyu.jet.time.RegexPattern
-
- match(Document, List<Annotation>, int) - Method in class edu.nyu.jet.time.StringPattern
-
- match(Document, List<Annotation>, int) - Method in class edu.nyu.jet.time.TimePattern
-
if the tokens beginning at token[offset] constitute a time expression,
return a PatternMatchResult incorporating that time expression and
its span; otherwise return null.
- matchAnnotations(Annotation, Annotation, HashMap) - Static method in class edu.nyu.jet.pat.Pat
-
determines whether annotations ann1 and ann2 can be
matched (unified), consistent with variable bindings bindings.
- matches(String[]) - Method in class edu.nyu.jet.lex.LexicalEntry
-
determines whether the lexical entry matches the sequence of
tokens wds.
- matches(Document, int) - Method in class edu.nyu.jet.lex.LexicalEntry
-
determines whether the lexical entry matches the tokens in
Document doc, starting at position posn.
- matches(String) - Method in class edu.nyu.jet.ne.BooleanFeature
-
Returns if specified word is matched condition.
- matches(String) - Method in class edu.nyu.jet.ne.NumericalFeatures
-
- matches(String) - Method in class edu.nyu.jet.ne.RegexpMatchFeature
-
- matches(Document, List<Annotation>, int, DateTime, List<Object>) - Method in class edu.nyu.jet.time.TimeRule
-
matches the pattern portion of the current TimeRule against the sequence
of tokens in doc starting with tokens[offset].
- matchFound - Variable in class edu.nyu.jet.pat.PatternApplication
-
true if a match has been found between the pattern graph and
the Document.
- matchFromLeft(int, Document, AceDocument) - Method in class edu.nyu.jet.aceJet.AcePatternNode
-
looks for an entity mention matching the AcePatternNode starting at position
posn in Document doc.
- matchFromLeft(int, Document) - Method in class edu.nyu.jet.aceJet.ChunkPath
-
- matchFromRight(int, Document, AceDocument) - Method in class edu.nyu.jet.aceJet.AcePatternNode
-
looks for an entity mention matching the AcePatternNode ending at position
posn in Document doc.
- matchFromRight(int, Document) - Method in class edu.nyu.jet.aceJet.ChunkPath
-
- matchFS(FeatureSet, FeatureSet, HashMap) - Static method in class edu.nyu.jet.pat.Pat
-
determines whether feature sets fs1 and fs2 can be
matched (unified), consistent with variable bindings bindings.
- matchFullName(String[], String, String[], String) - Static method in class edu.nyu.jet.refres.Resolve
-
returns true if 'mentionName' is a possible reference to 'entityName'.
- matchOnHead(int, Document, AceDocument) - Method in class edu.nyu.jet.aceJet.AcePatternNode
-
looks for an entity mention matching the AcePatternNode whose head
begins at position posn in Document doc.
- matchPronoun(Document, Annotation, String, Annotation, boolean, ArrayList<Annotation>) - Static method in class edu.nyu.jet.refres.MaxEntResolve
-
return the probability that pronoun 'pronoun' is a possible anaphor for
entity 'ent' (this also includes possessive pronouns of category
'det', and headless noun phrases of category 'np').
- matchPronoun(Document, Annotation, String, Annotation) - Static method in class edu.nyu.jet.refres.Resolve
-
return true if pronoun 'mentionHead' is a possible anaphor for
entity 'ent' (this also includes possessive pronouns of category
'det', and headless noun phrases of category 'np').
- MatchRule - Interface in edu.nyu.jet.ne
-
- MatchRuleItem - Class in edu.nyu.jet.ne
-
an element of the left-hand (match) portion of an ENE transformation rule,
specifying constraints on a single token.
- MatchRuleItem() - Constructor for class edu.nyu.jet.ne.MatchRuleItem
-
- matchScore - Variable in class edu.nyu.jet.aceJet.EventPattern
-
- matchSubmenu() - Static method in class edu.nyu.jet.pat.PatternApplication
-
Returns the "Pattern Match Trace" submenu used in the Console's
"Patterns" menu.
- MAX_ANNOTATION_DEPTH - Static variable in class edu.nyu.jet.tipster.Annotation
-
in converting an Annotation to a String, the maximum level of nesting of
Annotations which will be printed.
- MaxEntModel - Class in edu.nyu.jet
-
a wrapper for the maximum entropy code provided in the OpenNLP package.
- MaxEntModel() - Constructor for class edu.nyu.jet.MaxEntModel
-
creates a new maximum entropy model.
- MaxEntModel(String, String) - Constructor for class edu.nyu.jet.MaxEntModel
-
creates a new maximum entropy model, specifying files for both
the features and the resulting model.
- MaxEntNE - Class in edu.nyu.jet.chunk
-
token-level maximum-entropy based name tagger.
- MaxEntNE() - Constructor for class edu.nyu.jet.chunk.MaxEntNE
-
create a new maximum entropy tagger.
- MaxEntResolve - Class in edu.nyu.jet.refres
-
contains procedures for reference resolution within a document.
- MaxEntResolve() - Constructor for class edu.nyu.jet.refres.MaxEntResolve
-
- MENameTagger - Class in edu.nyu.jet.chunk
-
a Named Entity tagger based on a maximum entropy token classifier.
- MENameTagger() - Constructor for class edu.nyu.jet.chunk.MENameTagger
-
creates a new MENameTagger.
- mene - Variable in class edu.nyu.jet.chunk.MENameTagger
-
- mentions - Variable in class edu.nyu.jet.aceJet.AceEntity
-
a list of the mentions of the entity
- mentions - Variable in class edu.nyu.jet.aceJet.AceEvent
-
a list of the mentions of this event (each of type AceEventMention)
- mentions - Variable in class edu.nyu.jet.aceJet.AceRelation
-
a list of the mentions of this relation (each of type AceRelationMention)
- mentions - Variable in class edu.nyu.jet.aceJet.AceTimex
-
a list of the mentions of this time expression (each of type AceTimexMention)
- mentions - Variable in class edu.nyu.jet.aceJet.AceValue
-
a list of the mentions of this value expression (each of type
AceValueMention).
- mergeMultipleRelations - Static variable in class edu.nyu.jet.aceJet.LearnRelations
-
if true, multiple relation mentions (with different types) between a single pair
of entities are merged (coref'ed) into a single relation, with the type
of the first mention.
- mergeMultipleRelations - Static variable in class edu.nyu.jet.aceJet.RelationTagger
-
if true, multiple relation mentions (with different types) between a single pair
of entities are merged (coref'ed) into a single relation, with the type
of the first mention.
- mismatch1 - Variable in class edu.nyu.jet.scorer.SGMLScorer
-
- mismatch2 - Variable in class edu.nyu.jet.scorer.SGMLScorer
-
- mod - Variable in class edu.nyu.jet.aceJet.AceTimex
-
- modality - Variable in class edu.nyu.jet.aceJet.AceEvent
-
- model - Static variable in class edu.nyu.jet.chunk.Chunker
-
- monocase - Static variable in class edu.nyu.jet.aceJet.Ace
-
if true, case information is not considered significant
(for finding names or sentence boundaries).
- MonthPattern - Class in edu.nyu.jet.time
-
- MonthPattern() - Constructor for class edu.nyu.jet.time.MonthPattern
-
- name - Variable in class edu.nyu.jet.hmm.HMMstate
-
the name of the state.
- name - Variable in class edu.nyu.jet.lisp.Variable
-
- NameAnnotator - Class in edu.nyu.jet.ne
-
NameAnnotator provides methods for (extended) named entity annotation
based on a dictionary and rules.
- NameAnnotator() - Constructor for class edu.nyu.jet.ne.NameAnnotator
-
create a new NameAnnotator.
- NameConstraints - Class in edu.nyu.jet.chunk
-
- NamedEntityAttribute - Class in edu.nyu.jet.ne
-
Attributes of named entity.
- NamedEntityAttribute(String, BioType) - Constructor for class edu.nyu.jet.ne.NamedEntityAttribute
-
- NamedEntityInDictionaryFeature - Class in edu.nyu.jet.ne
-
- NamedEntityInDictionaryFeature(String) - Constructor for class edu.nyu.jet.ne.NamedEntityInDictionaryFeature
-
- NamedEntityRule - Class in edu.nyu.jet.ne
-
- NamedEntityRule(MatchType, NamedEntityAttribute[]) - Constructor for class edu.nyu.jet.ne.NamedEntityRule
-
- NamedEntityUtil - Class in edu.nyu.jet.ne
-
Utility methods for the Extended Named Entity annotator.
- NamedEntityUtil() - Constructor for class edu.nyu.jet.ne.NamedEntityUtil
-
- nameHMM - Variable in class edu.nyu.jet.hmm.HMMNameTagger
-
- nameHMM - Variable in class edu.nyu.jet.hmm.XNameTagger
-
- nameNomCoref(Document, String, String, Annotation, Annotation) - Static method in class edu.nyu.jet.refres.Resolve
-
return true if a common noun phrase headed by 'mentionHead' is a possible
anaphoric reference to the (named) entity 'entity'.
- names - Variable in class edu.nyu.jet.aceJet.AceEntity
-
a list of the names of the entity
- NameSubtyper - Class in edu.nyu.jet.aceJet
-
methods to determine the ACE subclass of a name.
- NameSubtyper() - Constructor for class edu.nyu.jet.aceJet.NameSubtyper
-
- nameTagger - Static variable in class edu.nyu.jet.JetTest
-
- NameTagger - Interface in edu.nyu.jet.scorer
-
- nameTypeMatch - Static variable in class edu.nyu.jet.refres.MaxEntResolve
-
set to true if a pair of names can be linked only if they have been
assigned the same named entity type.
- nameTypeMatch - Static variable in class edu.nyu.jet.refres.Resolve
-
set to true if a pair of names can be linked only if they have been
assigned the same named entity type.
- nationalityToCountry(String[]) - Method in class edu.nyu.jet.aceJet.Gazetteer
-
if s is a nationality adjective, returns the
associated country name, else null.
- nationalsToCountry(String[]) - Method in class edu.nyu.jet.aceJet.Gazetteer
-
if s is the name of a set of nationals, returns the
associated country name, else null.
- nationalToCountry(String[]) - Method in class edu.nyu.jet.aceJet.Gazetteer
-
if s is the name of a national, returns the
associated country name, else null.
- NbestTrainCollection(String, String) - Method in class edu.nyu.jet.hmm.XNameTagger
-
generate reranking model training data from documents in 'testCollection',
where corresponding NE keys are in 'keyCollection'.
- needs() - Method in class edu.nyu.jet.parser.ActiveEdge
-
returns the next unmatched element in the production.
- NEScorer - Class in edu.nyu.jet.scorer
-
compute recall/precision scores for named entities.
- NEScorer() - Constructor for class edu.nyu.jet.scorer.NEScorer
-
- NewAnnotationAction - Class in edu.nyu.jet.pat
-
the action (in a when statement) for creating a new
annotation on a Document.
- NewAnnotationAction(String, FeatureSet, Variable) - Constructor for class edu.nyu.jet.pat.NewAnnotationAction
-
- NewAnnotationAction(StreamTokenizer) - Constructor for class edu.nyu.jet.pat.NewAnnotationAction
-
creates a NewAnnotationAction from the input processed by StreamTokenizer
tok, which should have the form
add [type feature=value feature=value ...]
or
add [type feature=value feature=value ...] over spanVariable
- newConcept(Concept) - Method in class edu.nyu.jet.concepts.ConceptHierarchy
-
Makes a new Concept and adds it to selectedConcept
in the hierarchy.
- newDocument() - Method in class edu.nyu.jet.aceJet.PerfectNameTagger
-
included to conform to the NameTagger interface.
- newDocument() - Method in class edu.nyu.jet.chunk.MaxEntNE
-
- newDocument() - Method in class edu.nyu.jet.chunk.MENameTagger
-
- newDocument() - Method in class edu.nyu.jet.chunk.TokenClassifier
-
- newDocument() - Method in class edu.nyu.jet.hmm.HMM
-
clears the name cache for the document.
- newDocument() - Method in class edu.nyu.jet.hmm.HMMNameTagger
-
- newDocument() - Method in interface edu.nyu.jet.scorer.NameTagger
-
- NewEventTagger - Class in edu.nyu.jet.aceJet
-
assigns ACE events to a Document, given the entities, times, and values.
- newWord(Concept) - Method in class edu.nyu.jet.concepts.ConceptHierarchy
-
Makes a new Word and adds it to selectedConcept
in the hierarchy.
- nextBest() - Method in class edu.nyu.jet.chunk.TokenClassifier
-
- nextBest() - Method in class edu.nyu.jet.hmm.HMM
-
an N-best-paths generator for HMMs.
- nextBestPath() - Method in class edu.nyu.jet.hmm.HMM
-
an N-best-paths generator for HMMs.
- nextInstance() - Method in class edu.nyu.jet.ne.DocumentToSentenceIterator
-
- nextOffset(List<Annotation>, int, Span) - Method in class edu.nyu.jet.time.TimeRule
-
- nomInName(Document, Annotation, Annotation) - Static method in class edu.nyu.jet.refres.Resolve
-
- nomVmap - Static variable in class edu.nyu.jet.parser.SyntacticRelationSet
-
- normalizedText(Span) - Method in class edu.nyu.jet.tipster.Document
-
Returns the text subsumed by span s, with leading and trailing
whitespace removed, and other whitespace sequences replaced by a single
blank.
- normalizedText(Annotation) - Method in class edu.nyu.jet.tipster.Document
-
Returns the text subsumed by annotation ann, with leading and
trailing whitespace removed, and other whitespace sequences replaced by a
single blank.
- normalizeGazName(String[], boolean, boolean) - Static method in class edu.nyu.jet.refres.Resolve
-
returns a standardized country name, using the gazetteer.
- normalizeMonth(DateTime, int) - Method in class edu.nyu.jet.time.TimeAnnotator
-
- normalizeName(String) - Static method in class edu.nyu.jet.refres.Resolve
-
replaces whitespace between tokens with a single blank.
- nounPlural(String[]) - Static method in class edu.nyu.jet.lex.EnglishLex
-
- NullPatternElement - Class in edu.nyu.jet.pat
-
a pattern element which always succeeds.
- NullPatternElement() - Constructor for class edu.nyu.jet.pat.NullPatternElement
-
- NumberAnnotator - Class in edu.nyu.jet.time
-
NumberAnnotator provides annotation number expression and normalizing value.
- NumberAnnotator() - Constructor for class edu.nyu.jet.time.NumberAnnotator
-
- numberOfChildren - Variable in class edu.nyu.jet.parser.Reduce
-
- NumberPattern - Class in edu.nyu.jet.time
-
- NumberPattern(int, int, NumberPattern.Ordinal) - Constructor for class edu.nyu.jet.time.NumberPattern
-
- NumberPattern(int, int) - Constructor for class edu.nyu.jet.time.NumberPattern
-
- NumberPattern(NumberPattern.Ordinal) - Constructor for class edu.nyu.jet.time.NumberPattern
-
- NumberPattern() - Constructor for class edu.nyu.jet.time.NumberPattern
-
- NumberPattern.Ordinal - Enum in edu.nyu.jet.time
-
- NumericalFeatures - Class in edu.nyu.jet.ne
-
Feature generator class which generates if token is numerical format.
- NumericalFeatures(String, Locale) - Constructor for class edu.nyu.jet.ne.NumericalFeatures
-
- NumericalFeatures(String) - Constructor for class edu.nyu.jet.ne.NumericalFeatures
-
- numOfMatchingAttrs - Variable in class edu.nyu.jet.scorer.SGMLScorer
-
- numOfMatchingTags - Variable in class edu.nyu.jet.scorer.SGMLScorer
-
- numOfTagsInDoc1 - Variable in class edu.nyu.jet.scorer.SGMLScorer
-
- numOfTagsInDoc2 - Variable in class edu.nyu.jet.scorer.SGMLScorer
-
- packNamedEntity(Document, Span, String) - Static method in class edu.nyu.jet.ne.NamedEntityUtil
-
create ENAMEX annotations from the NE_INTERNAL annotations used internally
by the Extended Named Entity annotator.
- packNamedEntity(Document, String) - Static method in class edu.nyu.jet.ne.NamedEntityUtil
-
- paintComponent(Graphics) - Method in class edu.nyu.jet.parser.ParseView.JParseComponent
-
draw the parse tree (once the positions of the nodes have
been calcuated by 'init'.
- paintComponent(Graphics) - Method in class edu.nyu.jet.tipster.View.JTextPaneX
-
paint the TextPane plus the lines specified by
prior calls to 'addLine'.
- parse(Reader) - Method in class edu.nyu.jet.ne.TransformRuleParser
-
Parse list of Named Entity Transform rules.
- parse(Document, int, int, Grammar) - Static method in class edu.nyu.jet.parser.Parsers
-
parse characters posn to end of Document using
grammar gram.
- parse(Document, Span) - Static method in class edu.nyu.jet.parser.StatParser
-
parse the sentence in 'span' of Document 'doc'.
- parse(SexpList) - Method in class edu.nyu.jet.parserStub.Parser
-
- parseDocument(Document) - Static method in class edu.nyu.jet.parser.DepParser
-
parse all the sentences in Document 'doc', returning a
SyntacticRelationSet containing all the dependency relations.
- Parser - Class in edu.nyu.jet.parserStub
-
- Parser(String) - Constructor for class edu.nyu.jet.parserStub.Parser
-
- parserMenu() - Static method in class edu.nyu.jet.parser.Parsers
-
returns a menu for controlling the parser (part of the Console menu
bar).
- Parsers - Class in edu.nyu.jet.parser
-
contains static methods for various types of recognizers
and parsers.
- Parsers() - Constructor for class edu.nyu.jet.parser.Parsers
-
- parserTrace - Static variable in class edu.nyu.jet.parser.Parsers
-
if true, causes each parser to write trace messages to the
Console.
- parserType - Static variable in class edu.nyu.jet.parser.Parsers
-
determines which analyzer will be applied by method parse
- parseSentence(Document, Span, SyntacticRelationSet) - Static method in class edu.nyu.jet.parser.DepParser
-
generate the dependency parse for a sentence, adding its arcs to
'relations'.
- ParseTreeModel - Class in edu.nyu.jet.parser
-
provides an implementation of the Java TreeModel for parse trees.
- ParseTreeModel(ParseTreeNode) - Constructor for class edu.nyu.jet.parser.ParseTreeModel
-
- ParseTreeNode - Class in edu.nyu.jet.parser
-
a node of a parse tree.
- ParseTreeNode(Object, ParseTreeNode[], int, int, Annotation, String) - Constructor for class edu.nyu.jet.parser.ParseTreeNode
-
create a ParseTreeNode corresponding to a leaf of the parse tree.
- ParseTreeNode(Object, ParseTreeNode[], int, int, Annotation, String, String) - Constructor for class edu.nyu.jet.parser.ParseTreeNode
-
create a ParseTreeNode corresponding to a leaf of the parse tree.
- ParseTreeNode(Object, ParseTreeNode[], int, int, int) - Constructor for class edu.nyu.jet.parser.ParseTreeNode
-
create a ParseTreeNode corresponding to an internal node of the parse
tree.
- ParseTreeNode(Object, ParseTreeNode[], int, int, int, String) - Constructor for class edu.nyu.jet.parser.ParseTreeNode
-
create a ParseTreeNode corresponding to an internal node of the parse
tree.
- ParseTreeView - Class in edu.nyu.jet.parser
-
a display of a parse tree using the Java tree drawing facility.
- ParseTreeView(String, ParseTreeNode) - Constructor for class edu.nyu.jet.parser.ParseTreeView
-
create (and make visible) a JFrame containing a display of the
parse tree with root root.
- ParseView - Class in edu.nyu.jet.parser
-
a graphical display of a parse tree.
- ParseView(String, Annotation) - Constructor for class edu.nyu.jet.parser.ParseView
-
creates a new Frame entitled 'title' displaying the parse tree rooted
at 'root'.
- ParseView.JParseComponent - Class in edu.nyu.jet.parser
-
the JComponent within the ParseView which actually displays the tree.
- PartOfSpeechRule - Class in edu.nyu.jet.ne
-
- PartOfSpeechRule(MatchType, String[]) - Constructor for class edu.nyu.jet.ne.PartOfSpeechRule
-
- pass - Static variable in class edu.nyu.jet.chunk.MaxEntNE
-
pass number during training.
- Pat - Class in edu.nyu.jet.pat
-
contains static procedures used in pattern matching.
- Pat() - Constructor for class edu.nyu.jet.pat.Pat
-
- path - Variable in class edu.nyu.jet.aceJet.AnchoredPath
-
- pathProbability - Variable in class edu.nyu.jet.hmm.HMM
-
after either the viterbi decode or the nextBest method has been
invoked, the probability along the most recently returned path.
- PatternAlternation - Class in edu.nyu.jet.pat
-
a pattern element for recording an alternation of patterns
(A | B | C).
- PatternAlternation(PatternElement[]) - Constructor for class edu.nyu.jet.pat.PatternAlternation
-
- PatternAlternation(Vector) - Constructor for class edu.nyu.jet.pat.PatternAlternation
-
- PatternApplication - Class in edu.nyu.jet.pat
-
records information about the matching of a pattern graph against a
segment of a Document.
- PatternApplication(Document, int) - Constructor for class edu.nyu.jet.pat.PatternApplication
-
- patternApplyTrace - Static variable in class edu.nyu.jet.pat.PatternApplication
-
if true, write a trace message to the console whenever a
the actions associated with a pattern are applied.
- PatternArc - Class in edu.nyu.jet.pat
-
an arc in the graph representation of a pattern.
- PatternArc(AtomicPatternElement, PatternNode) - Constructor for class edu.nyu.jet.pat.PatternArc
-
- PatternCollection - Class in edu.nyu.jet.pat
-
- PatternCollection() - Constructor for class edu.nyu.jet.pat.PatternCollection
-
creates an empty PatternCollection
- PatternElement - Class in edu.nyu.jet.pat
-
- PatternElement() - Constructor for class edu.nyu.jet.pat.PatternElement
-
- PatternEvaluation - Class in edu.nyu.jet.aceJet
-
holds information on the frequency with which an EventPattern
triggered correct or incorrect events.
- PatternEvaluation() - Constructor for class edu.nyu.jet.aceJet.PatternEvaluation
-
- PatternEvaluation(BufferedReader) - Constructor for class edu.nyu.jet.aceJet.PatternEvaluation
-
- patternFile - Static variable in class edu.nyu.jet.JetTest
-
- PatternGraph - Class in edu.nyu.jet.pat
-
- PatternGraph(Vector, Vector) - Constructor for class edu.nyu.jet.pat.PatternGraph
-
- PatternGraphView - Class in edu.nyu.jet.pat
-
A view of the pattern as a tree.
- PatternGraphView(File) - Constructor for class edu.nyu.jet.pat.PatternGraphView
-
- PatternItem - Class in edu.nyu.jet.time
-
a predefined pattern element for a time expression pattern.
- PatternItem() - Constructor for class edu.nyu.jet.time.PatternItem
-
- PatternMatchResult - Class in edu.nyu.jet.time
-
- PatternMatchResult(Object, Span) - Constructor for class edu.nyu.jet.time.PatternMatchResult
-
- patternMatchTrace - Static variable in class edu.nyu.jet.pat.PatternApplication
-
if true, write a trace message to the console whenever a
pattern is successfully matched.
- patternMenu() - Static method in class edu.nyu.jet.pat.PatternApplication
-
Returns a menu for controlling the pattern matcher (part of the Console menu
bar).
- patternName - Variable in class edu.nyu.jet.pat.FinalPatternNode
-
- patternName() - Method in class edu.nyu.jet.pat.PatternRule
-
- patternNames - Variable in class edu.nyu.jet.pat.PatternCollection
-
- PatternNode - Class in edu.nyu.jet.pat
-
a node in the graph representation of a pattern set.
- PatternNode() - Constructor for class edu.nyu.jet.pat.PatternNode
-
- PatternReference - Class in edu.nyu.jet.pat
-
an element in a pattern which stands for a reference to another pattern.
- PatternReference(String, PatternCollection) - Constructor for class edu.nyu.jet.pat.PatternReference
-
creates a reference to the pattern named patternName in
collection collection.
- PatternRepetition - Class in edu.nyu.jet.pat
-
a pattern element for representing an optional or repeated pattern,
A? (zero or one instance of A), A* (zero or more instances of A), or A+
(one or more instances of A).
- PatternRepetition(PatternElement, char) - Constructor for class edu.nyu.jet.pat.PatternRepetition
-
- PatternRule - Class in edu.nyu.jet.pat
-
internal representation of a when statement in a pattern file,
indicating that when pattern patternName is matched, actions
should be performed.
- PatternRule(String, Vector) - Constructor for class edu.nyu.jet.pat.PatternRule
-
- patterns - Variable in class edu.nyu.jet.pat.PatternCollection
-
- PatternSequence - Class in edu.nyu.jet.pat
-
a sequence of pattern elements which are to be matched in succession,
to successive portions of a document.
- PatternSequence(PatternElement[]) - Constructor for class edu.nyu.jet.pat.PatternSequence
-
creates a PatternSequence from an array of PatternElements
- PatternSequence(Vector) - Constructor for class edu.nyu.jet.pat.PatternSequence
-
creates a PatternSequence from a Vector of PatternElements
- PatternSet - Class in edu.nyu.jet.pat
-
a set of pattern-action rules which are applied together when
processing a document.
- PatternSet() - Constructor for class edu.nyu.jet.pat.PatternSet
-
creates an empty PatternSet (with no rules)
- patternSetNames - Variable in class edu.nyu.jet.pat.PatternCollection
-
- patternSets - Variable in class edu.nyu.jet.pat.PatternCollection
-
- PatternSyntaxError - Exception in edu.nyu.jet.pat
-
- PatternSyntaxError() - Constructor for exception edu.nyu.jet.pat.PatternSyntaxError
-
- PatternSyntaxError(String) - Constructor for exception edu.nyu.jet.pat.PatternSyntaxError
-
- PatternView - Class in edu.nyu.jet.pat
-
A view of the pattern as a tree.
- PatternView(File) - Constructor for class edu.nyu.jet.pat.PatternView
-
- pc - Static variable in class edu.nyu.jet.JetTest
-
- pe - Variable in class edu.nyu.jet.pat.PatternArc
-
- PerfectAce - Class in edu.nyu.jet.aceJet
-
contains methods which create perfect mentions or entities from
APF file.
- PerfectAce() - Constructor for class edu.nyu.jet.aceJet.PerfectAce
-
- perfectEntities - Static variable in class edu.nyu.jet.aceJet.Ace
-
- perfectMentions - Static variable in class edu.nyu.jet.aceJet.Ace
-
- PerfectNameTagger - Class in edu.nyu.jet.aceJet
-
contains methods which create perfect name (ENAMEX) annotations from
an APF file.
- perform(Document, PatternApplication) - Method in class edu.nyu.jet.pat.Action
-
- perform(Document, PatternApplication) - Method in class edu.nyu.jet.pat.AddFeaturesAction
-
performs the action, adding the specified Annotation.
- perform(Document, PatternApplication) - Method in class edu.nyu.jet.pat.NewAnnotationAction
-
performs the action, adding the specified Annotation.
- perform(Document, PatternApplication) - Method in class edu.nyu.jet.pat.PrintAction
-
performs the "print" action, writing the message to the Console.
- perform(Document, PatternApplication) - Method in class edu.nyu.jet.pat.WriteAction
-
performs the "write" action, writing the message to standard output.
- performActions() - Method in class edu.nyu.jet.pat.PatternApplication
-
perform the actions associated with this pattern application.
- pgv - Static variable in class edu.nyu.jet.Console
-
- pipe(Instance) - Method in class edu.nyu.jet.ne.BooleanFeature
-
- pipe(Instance) - Method in class edu.nyu.jet.ne.FirstWordFeature
-
- pipe(Instance) - Method in class edu.nyu.jet.ne.LexiconCategoryFeature
-
- pipe(Instance) - Method in class edu.nyu.jet.ne.NamedEntityInDictionaryFeature
-
- pipe(Instance) - Method in class edu.nyu.jet.ne.SentenceToTokenSequencePipe
-
- pipe(Instance) - Method in class edu.nyu.jet.ne.TokenLowerText
-
- polarity - Variable in class edu.nyu.jet.aceJet.AceEvent
-
- possessivePronouns - Static variable in class edu.nyu.jet.parser.AddSyntacticRelations
-
- precision - Variable in class edu.nyu.jet.refres.CorefScorer
-
coreference link precision for the most recently processed document.
- Predict - Class in edu.nyu.jet.chunk
-
Test the model on some input.
- Predict() - Constructor for class edu.nyu.jet.chunk.Predict
-
- preferEntities - Static variable in class edu.nyu.jet.aceJet.Ace
-
- preferRelations - Static variable in class edu.nyu.jet.aceJet.Ace
-
- prepare(String, String, String, String) - Static method in class edu.nyu.jet.ne.TrieDictionary
-
- prepareToMakeString(int) - Method in class edu.nyu.jet.lisp.FeatureSet
-
add an 'id' feature to all Annotations referenced by this FeatureSet.
- prepareToMakeString(int) - Method in class edu.nyu.jet.tipster.Annotation
-
add 'id' feature to all Annotations referenced by this Annotation.
- prepositions - Static variable in class edu.nyu.jet.parser.AddSyntacticRelations
-
- print(String) - Static method in class edu.nyu.jet.Console
-
if a Console has been created (through the Console constructor), write
stg to the console, else write it to System.err.
- print() - Method in class edu.nyu.jet.hmm.BasicHMMemitter
-
- print() - Method in class edu.nyu.jet.hmm.BigramHMMemitter
-
- print() - Method in class edu.nyu.jet.hmm.HMM
-
print a complete description of the HMM (all states and arcs) to System.out.
- print() - Method in class edu.nyu.jet.hmm.HMMemitter
-
print the information about emission from this state to System.out.
- print() - Method in class edu.nyu.jet.hmm.HMMstate
-
prints a state, along with its tag, its feature constraint (if
any) its arcs, and its emission probabilities.
- print() - Method in class edu.nyu.jet.hmm.SuffixHMMemitter
-
- print() - Method in class edu.nyu.jet.hmm.WordFeatureHMMemitter
-
- PrintAction - Class in edu.nyu.jet.pat
-
the encoding of the "print message" action, where message
is a StringExpression (one or more strings or variables).
- PrintAction(StringExpression) - Constructor for class edu.nyu.jet.pat.PrintAction
-
constructs a new PrintAction, given a message
- PrintAction(StreamTokenizer) - Constructor for class edu.nyu.jet.pat.PrintAction
-
constructs a new PrintAction by reading from StreamTokenizer tok.
- println(String) - Static method in class edu.nyu.jet.Console
-
if a Console has been created (through the Console constructor), write
stg + newline to the console, else write it to System.err.
- printTree() - Method in class edu.nyu.jet.parser.ParseTreeNode
-
prints the parse tree rooted at this node in an indented form.
- prob(Datum, String) - Method in class edu.nyu.jet.MaxEntModel
-
(for a trained model) returns the probability that the Datum
d is classified as value.
- processDocument(Document, String, String, String) - Static method in class edu.nyu.jet.aceJet.Ace
-
process a (Jet) document and create a corresponding AceDocument.
- processDocument(Document, AceDocument) - Static method in class edu.nyu.jet.aceJet.APFtoXML
-
- processDocument(Document, BufferedWriter, boolean, int) - Static method in class edu.nyu.jet.Control
-
apply the processDocument script to (all of) document doc.
- processDocument(Document) - Static method in class edu.nyu.jet.time.TimeMain
-
determines the reference time and adds TIMEX2 annotations to all the
TEXT fields of document doc.
- ProcessDocuments - Class in edu.nyu.jet
-
provides externally-callable main method to apply Jet processing to a
set of documents.
- ProcessDocuments() - Constructor for class edu.nyu.jet.ProcessDocuments
-
- processFile(String) - Static method in class edu.nyu.jet.aceJet.Ace
-
process a file containing a source document and generate an Ace APF file.
- processFile(String) - Static method in class edu.nyu.jet.aceJet.APFtoXML
-
process a single file, 'docName', generating a file with in-line XML.
- processFile(String, boolean) - Static method in class edu.nyu.jet.JetTest
-
process all the documents on file inputFileName,
displaying the results in View windows if viewable is
true.
- processFileAndCatchError(String) - Static method in class edu.nyu.jet.aceJet.Ace
-
process a single document to generate an Ace APF file, catching
any exceptions which occur.
- processFileAndCatchError(String) - Static method in class edu.nyu.jet.aceJet.APFtoXML
-
process a single file, 'currentDoc', generating a file with in-line XML
and catching any Java exceptions.
- processFiles(boolean) - Static method in class edu.nyu.jet.JetTest
-
for each Jet parameter beginning JetTest.fileName, invoke
processFile on that file of documents.
- processSentence(Document, Span) - Static method in class edu.nyu.jet.Control
-
apply the processSentence script to span sentenceSpan
of document doc.
- Production - Class in edu.nyu.jet.parser
-
a production of the context-free grammar.
- Production(String, Vector) - Constructor for class edu.nyu.jet.parser.Production
-
creates a new Production with the specified left hand side and
right hand side.
- PronounScorer - Class in edu.nyu.jet.refres
-
implements a simple pronoun accuracy metric.
- PronounScorer() - Constructor for class edu.nyu.jet.refres.PronounScorer
-
create a new pronoun coreference scorer.
- prune(Document, Span) - Method in class edu.nyu.jet.hmm.HMMTagger
-
prune existing 'constit' annotations on 'span' of 'doc' using information
from a part-of-speech tagger.
- pruneAceValues(AceDocument) - Static method in class edu.nyu.jet.aceJet.FindAceValues
-
remove AceValues of type Crime, Sentence, and Job-Title which are
not referenced by an event.
- pruneConstit(Document, Span) - Static method in class edu.nyu.jet.hmm.Retagger
-
prunes constit annotations obtained from lexical look-up
using Penn tags (recorded as tagger annotations).
- pseudoHobbsDistance(int, int) - Method in class edu.nyu.jet.zoner.SentenceSet
-
returns a distance measure between posn1 and posn2 to be used in
place of Hobbs distance if no parse is available.
- PTBReader - Class in edu.nyu.jet.format
-
A reader for the output of a Penn Treebank Parser.
- PTBReader() - Constructor for class edu.nyu.jet.format.PTBReader
-
- ptbToJetFS(String, String) - Static method in class edu.nyu.jet.hmm.Retagger
-
given an annotation based on Penn tag set, returns an array
(possibly empty) of corresponding Jet FeatureSets, with one entry for
each possible Jet category and attributes.
- PTBWriter - Class in edu.nyu.jet.format
-
- PTBWriter() - Constructor for class edu.nyu.jet.format.PTBWriter
-
- put(String, Object) - Method in class edu.nyu.jet.lisp.FeatureSet
-
Associates the specified value val with the feature feat.
- put(String, Object) - Method in class edu.nyu.jet.tipster.Annotation
-
Sets the value of attribute feature of the annotation to value.
- putAll(FeatureSet) - Method in class edu.nyu.jet.lisp.FeatureSet
-
putAll adds all the feature/value pairs in FeatureSet fs
- pv - Static variable in class edu.nyu.jet.Console
-
- radius - Static variable in class edu.nyu.jet.aceJet.EventSyntacticPattern
-
maximum length of path in syntax graph from anchor to an argument which
will be included in syntactic pattern.
- read(String) - Static method in class edu.nyu.jet.chunk.Onoma
-
Read the onomasticon from file 'fileName'.
- read(BufferedReader) - Method in class edu.nyu.jet.parser.SyntacticRelationSet
-
reads the SyntacticRelationSet from BufferedReader br.
- readChunkModel() - Static method in class edu.nyu.jet.JetTest
-
if the parameter Chunker.fileName is set, load a chunk
model from that file.
- readColors() - Static method in class edu.nyu.jet.tipster.AnnotationColor
-
read a table of Annotation type/color pairs, one per line, from 'colorFile'.
- readConcepts() - Static method in class edu.nyu.jet.JetTest
-
if the parameter Concepts.fileName is set, load a concept
hierarchy from that file.
- readDocument(BufferedReader) - Static method in class edu.nyu.jet.JetTest
-
read a document from rdr.
- readENEData() - Static method in class edu.nyu.jet.JetTest
-
- readFile(File, String) - Static method in class edu.nyu.jet.util.IOUtils
-
Reads String from file.
- readGazetteer() - Static method in class edu.nyu.jet.JetTest
-
if the parameter Gazetteer.fileName is set, load a
gazetteer.
- readGenderDict(String, Properties) - Static method in class edu.nyu.jet.refres.Resolve
-
if property NameGender.fileName is specified in config, reads the
name gender dictionary from the specified file.
- readGenericDict() - Static method in class edu.nyu.jet.aceJet.EDTtype
-
- readGenericDict(String) - Static method in class edu.nyu.jet.aceJet.EDTtype
-
- readGrammar() - Static method in class edu.nyu.jet.JetTest
-
if the parameter Grammar.fileName is set, load a grammar
from that file.
- readHierarchy(File) - Method in class edu.nyu.jet.concepts.ConceptHierarchy
-
Re-create this ConceptHierarchy from the file
fileName.
- readLexicon(String) - Static method in class edu.nyu.jet.lex.EnglishLex
-
reads the English lexicon entries from file fileName,
expands them (generating inflectional variants), and adds
them to the dictionary.
- readLexicons() - Static method in class edu.nyu.jet.JetTest
-
load all lexicons specified by parameters beginning with the string
EnglishLex.fileName
- readModel(InputStream) - Method in class edu.nyu.jet.ne.CRFNameTagger
-
- readModel(File) - Method in class edu.nyu.jet.ne.CRFNameTagger
-
- readNameTags() - Static method in class edu.nyu.jet.JetTest
-
if the parameter NameTags.fileName is set, load a name
tagger HMM from that file.
- readPatternCollection(Reader) - Method in class edu.nyu.jet.pat.PatternCollection
-
reads a file of pattern statements using reader and
builds (or augments) a PatternCollection in the form of
patterns and rules.
- readPatterns() - Static method in class edu.nyu.jet.JetTest
-
load all pattern files specified by parameters beginning with the string
Pattern.fileName and set the pattern trace switch if the
Pattern.trace switch is set.
- readRelations(String) - Method in class edu.nyu.jet.parser.SyntacticRelationSet
-
reads relations (in GLARF tuple format) from 'fileName'.
- readTags() - Static method in class edu.nyu.jet.JetTest
-
if the parameter Tags.fileName is set, load a
part-of-speech HMM from that file.
- readTagTable(String) - Method in class edu.nyu.jet.hmm.HMMannotator
-
read the tag table (the list of annotation types and features)
from file 'tagFileName'.
- readTagTable(BufferedReader) - Method in class edu.nyu.jet.hmm.HMMannotator
-
read the tag table (the list of annotation types and features)
from BufferedReader 'in'.
- readText(String, String) - Static method in class edu.nyu.jet.ne.TrieDictionary
-
- readTypeDict() - Static method in class edu.nyu.jet.aceJet.EDTtype
-
reads the EDT type dictionary from the file specified by Jet
parameters Ace.EDTtype.fileName and
Ace.EDTtype.auxFileName.
- readTypeDict(String) - Static method in class edu.nyu.jet.aceJet.EDTtype
-
reads the EDT type dictionary from file dictFile.
- readTypeDict() - Static method in class edu.nyu.jet.aceJet.FindAceValues
-
reads the Value type dictionary from the file specified by Jet
parameter Ace.Value.fileName.
- readTypeDict(String) - Static method in class edu.nyu.jet.aceJet.FindAceValues
-
reads the Value type dictionary from file dictFile.
- recall - Variable in class edu.nyu.jet.refres.CorefScorer
-
coreference link recall for the most recently processed document.
- RECOGNIZE - Static variable in class edu.nyu.jet.parser.Parsers
-
a constant indicating that the top-down recognizer, recognize,
should be used to analyze the text
- recognize(Document, int, int, Grammar) - Static method in class edu.nyu.jet.parser.Parsers
-
apply a top-down recognizer to characters posn to end
of Document using grammar gram.
- recordFailure(ArrayList) - Method in class edu.nyu.jet.aceJet.PatternEvaluation
-
- recordFailure(ArrayList, int) - Method in class edu.nyu.jet.aceJet.PatternEvaluation
-
- recordMargin() - Method in class edu.nyu.jet.chunk.TokenClassifier
-
- recordMargin() - Method in class edu.nyu.jet.hmm.HMM
-
enable the recording of the margin (the difference in score between the
best and second best analysis) by the Viterbi decoder.
- recordMatch(int, String, HashMap, Vector) - Method in class edu.nyu.jet.pat.PatternApplication
-
invoked for a successful match of a pattern.
- recordSuccess(ArrayList) - Method in class edu.nyu.jet.aceJet.PatternEvaluation
-
- recordSuccess(ArrayList, int) - Method in class edu.nyu.jet.aceJet.PatternEvaluation
-
- Reduce - Class in edu.nyu.jet.parser
-
a reduce goal for top-down parsing.
- Reduce(String, int) - Constructor for class edu.nyu.jet.parser.Reduce
-
creates a Reduce goal.
- reduceConjunction(String) - Static method in class edu.nyu.jet.aceJet.AnchoredPath
-
if the path includes a constituent conjoined with either
arg1 or arg2, eliminate the conjoined constituent:
arg1 ...
- references(Document, Span) - Static method in class edu.nyu.jet.refres.MaxEntResolve
-
Resolve.references resolves the mentions (noun groups) in
span of Document doc.
- references(Document, Span, Vector, Vector) - Static method in class edu.nyu.jet.refres.MaxEntResolve
-
- references(Document, Span) - Static method in class edu.nyu.jet.refres.Resolve
-
Resolve.references resolves the mentions (noun groups) in
span of Document doc.
- references(Document, Span, Vector<Annotation>, Vector<Annotation>) - Static method in class edu.nyu.jet.refres.Resolve
-
- refresh() - Method in class edu.nyu.jet.pat.PatternView
-
- RegexPattern - Class in edu.nyu.jet.time
-
- RegexPattern(Pattern) - Constructor for class edu.nyu.jet.time.RegexPattern
-
- RegexpMatchFeature - Class in edu.nyu.jet.ne
-
Feature generator class which generates if token matches with regular
expression.
- RegexpMatchFeature(String, String, int) - Constructor for class edu.nyu.jet.ne.RegexpMatchFeature
-
- RegexpMatchFeature(String, String) - Constructor for class edu.nyu.jet.ne.RegexpMatchFeature
-
- RegexpRule - Class in edu.nyu.jet.ne
-
- RegexpRule(MatchType, String) - Constructor for class edu.nyu.jet.ne.RegexpRule
-
- relation - Variable in class edu.nyu.jet.aceJet.AceRelationMention
-
relation: the AceRelation of which this is a mention
- relations - Variable in class edu.nyu.jet.aceJet.AceDocument
-
a list of the relations in the document
- relations - Static variable in class edu.nyu.jet.parser.ParseView
-
- relations - Static variable in class edu.nyu.jet.parser.Sparkle
-
the set of relations to be tested.
- relations - Variable in class edu.nyu.jet.tipster.Document
-
- RelationScorer - Class in edu.nyu.jet.aceJet
-
RelationScorer provides a simple procedure for scoring the relations in
an ACE APF file.
- RelationScorer() - Constructor for class edu.nyu.jet.aceJet.RelationScorer
-
- RelationTagger - Class in edu.nyu.jet.aceJet
-
procedures for training the ACE relation tagger and for tagging new text.
- RelationTagger() - Constructor for class edu.nyu.jet.aceJet.RelationTagger
-
- relationTrace - Static variable in class edu.nyu.jet.aceJet.LearnRelations
-
- relationTypes - Static variable in class edu.nyu.jet.parser.SyntacticRelationSet
-
- relClass - Variable in class edu.nyu.jet.aceJet.AceRelation
-
the class of the mention: explicit or implicit (not for ace2004 et seq.)
- remove(String) - Method in class edu.nyu.jet.lisp.FeatureSet
-
Removes the value associated with feature feat.
- remove(String) - Method in class edu.nyu.jet.tipster.Annotation
-
- removeAllChildren() - Method in class edu.nyu.jet.concepts.Concept
-
Overrides the removeAllchildren() method
of DefaultMutableTreeNode.
- removeAnnotation(Annotation) - Method in class edu.nyu.jet.tipster.Document
-
Removes annotation ann from the document.
- removeAnnotationsOfType(String) - Method in class edu.nyu.jet.tipster.Document
-
removes all annotations of type 'type' from the document.
- removeConcept(Concept) - Method in class edu.nyu.jet.concepts.Concept
-
Removes a subconcept with its children from this Concept.
- removeConcept(Concept) - Method in class edu.nyu.jet.concepts.ConceptHierarchy
-
Removes a Concept from the hierarchy with all its children.
- removeTreeModelListener(TreeModelListener) - Method in class edu.nyu.jet.parser.ParseTreeModel
-
- removeWord(Word) - Method in class edu.nyu.jet.concepts.Concept
-
Removes a word from this Concept.
- removeWord(Word) - Method in class edu.nyu.jet.concepts.ConceptHierarchy
-
Removes a Word from the hierarchy.
- report(String) - Method in class edu.nyu.jet.aceJet.EventTagger
-
write a human-readable report of all the event patterns to file
reportFile.
- report() - Method in class edu.nyu.jet.refres.CorefScorer
-
writes to standard output a report on the most recently
scored document.
- report() - Method in class edu.nyu.jet.refres.DocumentScorer
-
report to standard output the score for the most recently
processed document pair.
- report() - Method in class edu.nyu.jet.refres.PronounScorer
-
writes to standard output a report on the most recently
scored document.
- report() - Method in class edu.nyu.jet.scorer.SGMLScorer
-
- resetForTraining(String) - Method in class edu.nyu.jet.chunk.MaxEntNE
-
initializes the training process for the tagger.
- resetForTraining() - Method in class edu.nyu.jet.hmm.BasicHMMemitter
-
- resetForTraining() - Method in class edu.nyu.jet.hmm.BigramHMMemitter
-
- resetForTraining() - Method in class edu.nyu.jet.hmm.HMM
-
- resetForTraining() - Method in class edu.nyu.jet.hmm.HMMemitter
-
initialize the emitter prior to training.
- resetForTraining() - Method in class edu.nyu.jet.hmm.HMMstate
-
initialize the state for training.
- resetForTraining() - Method in class edu.nyu.jet.hmm.SuffixHMMemitter
-
- resetForTraining() - Method in class edu.nyu.jet.hmm.WordFeatureHMMemitter
-
- Resolve - Class in edu.nyu.jet.refres
-
contains static procedures for reference resolution within a document.
- Resolve() - Constructor for class edu.nyu.jet.refres.Resolve
-
- resolveNames(HashMap, int) - Method in class edu.nyu.jet.hmm.HMMstate
-
- resolveTerminalDependency(ParseTreeNode) - Method in class edu.nyu.jet.parser.DependencyAnalyzer
-
Resolves dependency for each terminal nodes.
- Retagger - Class in edu.nyu.jet.hmm
-
class Retagger provides methods for converting Penn part-of-speech
tags into Jet part-of-speech tags, and using the result to filter
the entries in the Jet lexicon.
- Retagger() - Constructor for class edu.nyu.jet.hmm.Retagger
-
- rhs() - Method in class edu.nyu.jet.parser.Production
-
the right-hand size of the production: a vector of Strings (grammar
symbols) and Literals.
- role - Variable in class edu.nyu.jet.aceJet.AceEventArgument
-
the role of the argument in the event
- role - Variable in class edu.nyu.jet.aceJet.AceEventMentionArgument
-
the role of the argument in the event
- roleConfidence - Variable in class edu.nyu.jet.aceJet.AceEventMentionArgument
-
our confidence in this role assignment for this argument
- rootNode - Variable in class edu.nyu.jet.pat.PatternSet
-
- RuleFormatException - Exception in edu.nyu.jet.ne
-
- RuleFormatException() - Constructor for exception edu.nyu.jet.ne.RuleFormatException
-
- RuleFormatException(String) - Constructor for exception edu.nyu.jet.ne.RuleFormatException
-
- run() - Method in class edu.nyu.jet.ne.Evaluate
-
- sameSimplex(Annotation, Annotation, HashMap<Annotation, Annotation>) - Static method in class edu.nyu.jet.refres.Hobbs
-
returns true if parse tree nodes x and y
are part of the same simplex sentence (used for reflexive pronoun tests).
- save(String) - Method in class edu.nyu.jet.aceJet.EventTagger
-
write out all the patterns to file 'fileName' in a form which
can be reloaded by the 'load' method.
- save(ParseTreeNode, Writer) - Method in class edu.nyu.jet.format.PTBWriter
-
- save() - Method in class edu.nyu.jet.tipster.DocumentCollection
-
save all the Documents in the Collection.
- save() - Method in class edu.nyu.jet.tipster.ExternalDocument
-
saves the Document to the directory/fileName used for opening the Document.
- save(String) - Method in class edu.nyu.jet.util.DoubleArrayTrie
-
Saves double array into file
- saveAs(String) - Method in class edu.nyu.jet.tipster.DocumentCollection
-
save the Collection to file 'newFileName', and then save all the
Documents in the Collection.
- saveAs(String, String) - Method in class edu.nyu.jet.tipster.DocumentCollection
-
- saveAs(String, String) - Method in class edu.nyu.jet.tipster.ExternalDocument
-
saves the Document to file 'fileName' in directory 'directory'.
- saveAsAbsolute(String, String) - Method in class edu.nyu.jet.tipster.DocumentCollection
-
- saveIn(String) - Method in class edu.nyu.jet.tipster.ExternalDocument
-
saves the Document to the originally specified fileName in directory
'directory'.
- saveModel() - Method in class edu.nyu.jet.MaxEntModel
-
- saveModel(String) - Method in class edu.nyu.jet.MaxEntModel
-
- saveModel(BufferedWriter) - Method in class edu.nyu.jet.MaxEntModel
-
- score(Document, Document) - Method in class edu.nyu.jet.hmm.HMMTagger
-
compare the 'constit' tags of Documents 'doc' and 'key', and report (to
System.out) the agreement rate.
- score(Document, Document) - Method in class edu.nyu.jet.refres.CorefScorer
-
compare the two documents, responseDoc and
keyDoc, setting recall and
precision.
- score(Document, Document) - Method in class edu.nyu.jet.refres.DocumentScorer
-
compute a coreference score between two documents,
responseDoc and keyDoc.
- score(Document, Document) - Method in class edu.nyu.jet.refres.PronounScorer
-
compare the two documents, responseDoc and
keyDoc, setting accuracy and
overallAccuracy.
- score - Static variable in class edu.nyu.jet.Validate
-
- scoreCollection(String, String) - Method in class edu.nyu.jet.hmm.XNameTagger
-
computes the recall/precision of 'testCollection' with respect to
'keyCollection' (which should have the same documents) with respect
to the name annotations in 'tagsToScore'.
- scoreCollection(NameTagger, String, String, String[]) - Static method in class edu.nyu.jet.scorer.NEScorer
-
- scoreCollection(NameTagger, DocumentCollection, DocumentCollection, String[]) - Static method in class edu.nyu.jet.scorer.NEScorer
-
computes the recall/precision of 'testCollection' with respect to
'keyCollection' (which should have the same documents) with respect
to the name annotations in 'tagsToScore'.
- scoreCollectionWithOracle(String, String) - Method in class edu.nyu.jet.hmm.XNameTagger
-
computes the recall/precision of 'testCollection' with respect to
'keyCollection' (which should have the same documents) with respect
to the name annotations in 'tagsToScore'.
- scoreDocument(String) - Static method in class edu.nyu.jet.aceJet.EventScorer
-
- ScriptRule - Class in edu.nyu.jet.time
-
- ScriptRule() - Constructor for class edu.nyu.jet.time.ScriptRule
-
- sentenceNumber(int) - Method in class edu.nyu.jet.zoner.SentenceSet
-
returns the number of the sentence containing character 'posn'
- sentences() - Method in class edu.nyu.jet.zoner.SentenceSet
-
returns a Vector of sentence Annotations.
- sentencesBetween(int, int) - Method in class edu.nyu.jet.zoner.SentenceSet
-
- sentenceSet - Static variable in class edu.nyu.jet.refres.MaxEntResolve
-
the set of sentences in the document
- sentenceSet - Static variable in class edu.nyu.jet.refres.Resolve
-
the set of sentences in the document
- SentenceSet - Class in edu.nyu.jet.zoner
-
a representation of a document as a set of sentences.
- SentenceSet(Document) - Constructor for class edu.nyu.jet.zoner.SentenceSet
-
create a new SentenceSet from a document by retrieving all the
sentence annotations.
- SentenceSplitter - Class in edu.nyu.jet.zoner
-
container for static method for sentence splitting.
- SentenceSplitter() - Constructor for class edu.nyu.jet.zoner.SentenceSplitter
-
- SentenceToTokenSequencePipe - Class in edu.nyu.jet.ne
-
- SentenceToTokenSequencePipe() - Constructor for class edu.nyu.jet.ne.SentenceToTokenSequencePipe
-
- SentenceWriter - Class in edu.nyu.jet.zoner
-
split a document into sentences and write the information about the
sentences out in one of three formats:
one sentence per line, with each sentence preceded by the character
offset of the sentence in the document
an XML file with the start and end offsets of each sentence
the original document with 'sentence' tags surrounding each
sentence (inline annotation)
- SentenceWriter() - Constructor for class edu.nyu.jet.zoner.SentenceWriter
-
- set - Variable in class edu.nyu.jet.aceJet.AceTimex
-
- setActiveHypotheses(Set) - Method in class edu.nyu.jet.tipster.Document
-
sets the value of activeHypotheses.
- setAddingToken(boolean) - Method in class edu.nyu.jet.format.PTBReader
-
Sets a adding tokens automatically or not.
- setAliasMap(Map<String, String>) - Method in class edu.nyu.jet.ne.NameAnnotator
-
specify a mapping to be used to translate the TYPE feature of ENAMEX
annotations as a final step in tagging.
- setAllTags(boolean) - Method in class edu.nyu.jet.tipster.ExternalDocument
-
if allTags == true, specifies that all SGML tags are to be converted to
annotations when this document is opened.
- setAnnotateEachToken(boolean) - Method in class edu.nyu.jet.hmm.HMMannotator
-
sets / clears the annotateEachToken flag, which applies only if BItag == false.
- setAnnotationAttribute(String, SimpleAttributeSet) - Method in class edu.nyu.jet.tipster.View
-
sets the character attributes for the portions of a document associated
with annotations of type annType.
- setAnnotationAttribute(Vector, SimpleAttributeSet) - Method in class edu.nyu.jet.tipster.View
-
sets the character attributes for the portions of a document associated
with annotations.
- setBackslashAsEscapeCharacter(boolean) - Method in class edu.nyu.jet.format.PTBReader
-
Sets a backslash is treated as escape character or not.
- setBItag(boolean) - Method in class edu.nyu.jet.hmm.HMMannotator
-
sets / clears the BItag flag.
- setCacheCount(String, int) - Method in class edu.nyu.jet.hmm.BigramHMMemitter
-
- setCacheCount(String, int) - Method in class edu.nyu.jet.hmm.HMMemitter
-
- setCacheCount(String, int) - Method in class edu.nyu.jet.hmm.HMMstate
-
- setCacheCount(String, int) - Method in class edu.nyu.jet.hmm.SuffixHMMemitter
-
- setCacheCount(String, int) - Method in class edu.nyu.jet.hmm.WordFeatureHMMemitter
-
- setCategory(String) - Method in class edu.nyu.jet.parser.HeadRule.HeadRuleEntry
-
- setChangeRule(ChangeType, ChangeRule[]) - Method in class edu.nyu.jet.ne.TransformRule
-
set the right-hand (change) portion of the rule.
- setCharAt(int, char) - Method in class edu.nyu.jet.tipster.Document
-
Sets the character at position posn to c.
- setClassHierarchyResolver(ClassHierarchyResolver) - Method in class edu.nyu.jet.ne.TransformRules
-
- setClassRule(ClassRule) - Method in class edu.nyu.jet.ne.MatchRuleItem
-
- setCurrentHypothesis(Object) - Method in class edu.nyu.jet.tipster.Document
-
sets the value of currentHypothesis.
- setCutoff(int) - Method in class edu.nyu.jet.MaxEntModel
-
sets the feature cutoff.
- setDictionary(Dictionary) - Method in class edu.nyu.jet.ne.DictionaryTagger
-
Set dictionary.
- setDictionary(Dictionary) - Method in class edu.nyu.jet.ne.NameAnnotator
-
specify the dictionary to be used by the ENE tagger.
- setDirection(HeadRule.ScanDirection) - Method in class edu.nyu.jet.parser.HeadRule.HeadRuleEntry
-
- setDocument(Document) - Method in class edu.nyu.jet.tipster.Span
-
Sets the Document associated with a Span.
- setEmptyTags(String[]) - Method in class edu.nyu.jet.tipster.ExternalDocument
-
specify a list of empty tags -- tags which do not have any corresponding
close tags and so should be converted to empty Annotations.
- setEncoding(String) - Static method in class edu.nyu.jet.JetTest
-
set the character set used for reading external documents.
- setEnd(int) - Method in class edu.nyu.jet.tipster.Span
-
sets the end of the span to 's'.
- setFeatureName(String) - Method in class edu.nyu.jet.hmm.HMMstate
-
imposes a feature constraint on tokens which match this state.
- setFlag(String) - Static method in class edu.nyu.jet.aceJet.APFtoXML
-
- setGaussianSigma(double) - Method in class edu.nyu.jet.chunk.GISTrainer
-
Sets whether this trainer will use smoothing while training the model.
- setHMM(HMM) - Method in class edu.nyu.jet.hmm.HMMstate
-
- setIterations(int) - Method in class edu.nyu.jet.MaxEntModel
-
- setMatchRules(MatchRuleItem[]) - Method in class edu.nyu.jet.ne.TransformRule
-
set the left-hand (match) portion of the rule.
- setMonocase(boolean) - Method in class edu.nyu.jet.aceJet.Gazetteer
-
sets the monocase which, when true, ignores case for
Gazetteer predicates.
- setNamedEntityRule(NamedEntityRule) - Method in class edu.nyu.jet.ne.MatchRuleItem
-
- setNbest() - Method in class edu.nyu.jet.hmm.HMM
-
enables N-best search.
- setOutcome(String) - Method in class edu.nyu.jet.aceJet.Datum
-
set the outcome for this set of features.
- setOutEdges(PatternNode) - Method in class edu.nyu.jet.pat.PatternGraph
-
- setOwner(Component) - Method in class edu.nyu.jet.concepts.ConceptHierarchy
-
- setParameters(Map) - Method in class edu.nyu.jet.time.ScriptRule
-
- setParameters(Map) - Method in class edu.nyu.jet.time.SimpleTimeRule
-
- setParameters(Map) - Method in class edu.nyu.jet.time.TimeRule
-
- setPartOfSpeechRule(PartOfSpeechRule) - Method in class edu.nyu.jet.ne.MatchRuleItem
-
- setPatternItems(PatternItem[]) - Method in class edu.nyu.jet.time.TimeRule
-
- setPatternSet(String) - Static method in class edu.nyu.jet.aceJet.Ace
-
- setPriorityList(List<String>) - Method in class edu.nyu.jet.parser.HeadRule.HeadRuleEntry
-
- setProperty(String, Object) - Method in class edu.nyu.jet.ne.CRFNameTagger
-
- setRecordMargin(boolean) - Method in class edu.nyu.jet.hmm.HMMannotator
-
turn on/off the feature that records the margin associated with an
annotation as a feature 'margin' on the annotation.
- setRecordProb(boolean) - Method in class edu.nyu.jet.hmm.HMMannotator
-
turn on/off the feature that records the (log) probability of
the assignment of tags to a span of text.
- setReferenceTime(DateTime) - Static method in class edu.nyu.jet.JetTest
-
Sets reference time for annotating TIMEX.
- setRegexpRule(RegexpRule) - Method in class edu.nyu.jet.ne.MatchRuleItem
-
- setSGMLindent(int) - Method in class edu.nyu.jet.tipster.Document
-
set amount to indent sgml tags, per level of tag nesting, for writeSGML.
- setSGMLtags(String[]) - Method in class edu.nyu.jet.tipster.ExternalDocument
-
sets the list of SGML tags which are to be converted to annotations when
this document is opened.
- setSGMLwrapMargin(int) - Method in class edu.nyu.jet.tipster.Document
-
set right margin for wrapping (inserting newlines) into sgml tags.
- setSmoothing(boolean) - Method in class edu.nyu.jet.chunk.GISTrainer
-
Sets whether this trainer will use smoothing while training the model.
- setSmoothingObservation(double) - Method in class edu.nyu.jet.chunk.GISTrainer
-
Sets whether this trainer will use smoothing while training the model.
- setStart(int) - Method in class edu.nyu.jet.tipster.Span
-
sets the start of the span to 's'.
- setStringRule(StringRule) - Method in class edu.nyu.jet.ne.MatchRuleItem
-
- setTagsToCache(String[]) - Method in class edu.nyu.jet.hmm.HMM
-
- setTagTable(String[][]) - Method in class edu.nyu.jet.hmm.HMMannotator
-
define the tag table for the annotator -- the correspondence between the
tags associated with the states and the annotations on the documents.
- setText(String) - Method in class edu.nyu.jet.tipster.Document
-
Sets the text of a document.
- setTimeAnnotator(TimeAnnotator) - Method in class edu.nyu.jet.time.TimeRule
-
- Settings - Class in edu.nyu.jet.parserStub
-
- Settings() - Constructor for class edu.nyu.jet.parserStub.Settings
-
- setTrace(boolean) - Method in class edu.nyu.jet.hmm.HMMannotator
-
turn on / off the trace
- setTransparent(boolean) - Method in class edu.nyu.jet.parser.SyntacticRelation
-
- setZoneToTag(String) - Method in class edu.nyu.jet.hmm.HMMannotator
-
sets the zones to be annotated.
- Sexp - Class in edu.nyu.jet.parserStub.lisp
-
- Sexp() - Constructor for class edu.nyu.jet.parserStub.lisp.Sexp
-
- SexpList - Class in edu.nyu.jet.parserStub.lisp
-
- SexpList() - Constructor for class edu.nyu.jet.parserStub.lisp.SexpList
-
- SGMLProcessor - Class in edu.nyu.jet.scorer
-
methods for converting SGML markup into Annotations.
- SGMLProcessor() - Constructor for class edu.nyu.jet.scorer.SGMLProcessor
-
- SGMLScorer - Class in edu.nyu.jet.scorer
-
The SGMLScorer class analyzes the agreement of two Documents
according to one type of their annotations.
- SGMLScorer(Document, Document) - Constructor for class edu.nyu.jet.scorer.SGMLScorer
-
Construct an SGMLScorer to compare two Documents.
- SGMLScorerWindow - Class in edu.nyu.jet.scorer
-
- SGMLScorerWindow() - Constructor for class edu.nyu.jet.scorer.SGMLScorerWindow
-
- sgmlToDoc(String, String) - Static method in class edu.nyu.jet.scorer.SGMLProcessor
-
Converts an SGML-marked String sgmlText to a Document
instance with tag tags removed from the text and tag
annotations added to the document.
- sgmlToDoc(Document, String) - Static method in class edu.nyu.jet.scorer.SGMLProcessor
-
Takes a Document doc whose text contains
SGML markup; deletes all existing annotations and returns the
doc with tag tags removed from the text and tag
annotations added to the document.
- sgmlToDoc(Document, String, String) - Static method in class edu.nyu.jet.scorer.SGMLProcessor
-
- sgmlToDoc(String, String[]) - Static method in class edu.nyu.jet.scorer.SGMLProcessor
-
Converts an SGML-marked String sgmlText to a Document
instance with tags tags removed from the text and tags
annotations added to the document.
- sgmlToDoc(Document, String[]) - Static method in class edu.nyu.jet.scorer.SGMLProcessor
-
- sgmlToDoc(Document, String, String[]) - Static method in class edu.nyu.jet.scorer.SGMLProcessor
-
- showColors() - Static method in class edu.nyu.jet.tipster.AnnotationColor
-
- shrink(Annotation) - Method in class edu.nyu.jet.tipster.Document
-
shrink the endpoint of Annotation code to remove any
trailing whitespace.
- shrink(String) - Method in class edu.nyu.jet.tipster.Document
-
shrink the endpoint, using
shrink, of all
annotations of type
type, to eliminate trailing
whitespace.
- shrinkAll() - Method in class edu.nyu.jet.tipster.Document
-
shrink the endpoint, using
shrink, of all
annotations in the document.
- SimpleClassHierarchyResolver - Class in edu.nyu.jet.ne
-
- simpleDecoder(Document, Annotation[]) - Method in class edu.nyu.jet.chunk.MaxEntNE
-
assign the best tag for each token using a simple deterministic
left-to-right tagger (which may not find the most probable path).
- SimpleTimeRule - Class in edu.nyu.jet.time
-
- SimpleTimeRule() - Constructor for class edu.nyu.jet.time.SimpleTimeRule
-
- size() - Method in class edu.nyu.jet.aceJet.ChunkPath
-
returns the number of chunks in the ChunkPath, or -1 if there is
no chunk path.
- size() - Method in class edu.nyu.jet.lisp.FeatureSet
-
returns the number of features in the FeatureSet.
- size() - Method in class edu.nyu.jet.parser.SyntacticRelationSet
-
returns the number of SyntacticRelations in the set.
- size() - Method in class edu.nyu.jet.tipster.DocumentCollection
-
returns the number of documents in the Collection.
- size() - Method in class edu.nyu.jet.zoner.SentenceSet
-
returns the number of sentences.
- skipWS(Document, int, int) - Static method in class edu.nyu.jet.lex.Tokenizer
-
advances to the next non-whitespace character in a document.
- skipWS(String, int, int) - Static method in class edu.nyu.jet.lex.Tokenizer
-
advances to the next non-whitespace character in a String.
- skipWSX(Document, int, int) - Static method in class edu.nyu.jet.lex.Tokenizer
-
advances to the next non-whitespace character in a document,
skipping any XML tags.
- skipWSX(String, int, int) - Static method in class edu.nyu.jet.lex.Tokenizer
-
- sort(Vector) - Static method in class edu.nyu.jet.tipster.Annotation
-
sorts a Vector of Annotations based on the end of the span of each
Annotation, highest end value first.
- sortByStartPosition(List<Annotation>) - Static method in class edu.nyu.jet.tipster.Annotation
-
sorts a list of annotation order by its start position.
- source - Variable in class edu.nyu.jet.aceJet.AnchoredPath
-
- sourceFile - Variable in class edu.nyu.jet.aceJet.AceDocument
-
the name of the source file
- sourcePos - Variable in class edu.nyu.jet.parser.SyntacticRelation
-
the part of speech of the source word
- sourcePosn - Variable in class edu.nyu.jet.parser.SyntacticRelation
-
the position (offset within the document text of the first character)
of the source word.
- sourceType - Variable in class edu.nyu.jet.aceJet.AceDocument
-
the type of source: newswire or bnews
- sourceWord - Variable in class edu.nyu.jet.parser.SyntacticRelation
-
the word (head) at the source of the relation.
- sourceWordSense - Variable in class edu.nyu.jet.parser.SyntacticRelation
-
- span - Variable in class edu.nyu.jet.time.PatternMatchResult
-
- span() - Method in class edu.nyu.jet.tipster.Annotation
-
returns the span (of text) associated with the annotation.
- Span - Class in edu.nyu.jet.tipster
-
A portion of a document, represented by its starting and ending
character positions, and a pointer to the document.
- Span(int, int) - Constructor for class edu.nyu.jet.tipster.Span
-
Creates a span from position s up to position e,
with a null document pointer.
- SpanBindingPatternElement - Class in edu.nyu.jet.pat
-
a pattern construct which binds a variable to the span matched
by a pattern element.
- SpanBindingPatternElement(PatternElement, Variable) - Constructor for class edu.nyu.jet.pat.SpanBindingPatternElement
-
creates a SpanBindingPatternElement.
- Sparkle - Class in edu.nyu.jet.parser
-
procedures for generating a set of syntactic dependency relations from a
document and comparing the generated set with a reference set of triples.
- Sparkle() - Constructor for class edu.nyu.jet.parser.Sparkle
-
- SpecialZoner - Class in edu.nyu.jet.zoner
-
methods for identifying specific zones in a document (for ACE 2005 docs)
- SpecialZoner() - Constructor for class edu.nyu.jet.zoner.SpecialZoner
-
- SpeechSplitter - Class in edu.nyu.jet.zoner
-
a sentence splitter for ASR (transcribed speech) files.
- SpeechSplitter() - Constructor for class edu.nyu.jet.zoner.SpeechSplitter
-
- split(Document, Span) - Static method in class edu.nyu.jet.zoner.SentenceSplitter
-
splits the text in textSpan into sentences, adding sentence
annotations to the document.
- split(Document, Span) - Static method in class edu.nyu.jet.zoner.SpeechSplitter
-
- splitAtWS(String) - Static method in class edu.nyu.jet.aceJet.Gazetteer
-
- splitToNamedEntity(Document, Span) - Static method in class edu.nyu.jet.ne.NamedEntityUtil
-
create NE_INTERNAL annotations for use by the Extended Named Entity
annotator.
- splitToNamedEntity(Document) - Static method in class edu.nyu.jet.ne.NamedEntityUtil
-
- start - Variable in class edu.nyu.jet.parser.Edge
-
the first character (of the document) spanned by this node
- start() - Method in class edu.nyu.jet.tipster.Annotation
-
returns the start of the span associated with the annotation.
- start() - Method in class edu.nyu.jet.tipster.Span
-
Returns the start of the span.
- startPosition - Variable in class edu.nyu.jet.pat.PatternApplication
-
the position in the Document where the matching starts.
- stateName - Variable in class edu.nyu.jet.hmm.HMMemitter
-
- StatParser - Class in edu.nyu.jet.parser
-
an interface to Dan Bikel's implementation of Collins' parser
- StatParser() - Constructor for class edu.nyu.jet.parser.StatParser
-
- stemmer - Static variable in class edu.nyu.jet.aceJet.AnchoredPath
-
- Stemmer - Class in edu.nyu.jet.lex
-
Stemmer provides method for getting stem of word.
- Stemmer() - Constructor for class edu.nyu.jet.lex.Stemmer
-
- store(String) - Static method in class edu.nyu.jet.aceJet.NameSubtyper
-
- store(String) - Method in class edu.nyu.jet.chunk.MaxEntNE
-
store the information required for the MaxEntNE tagger to file
fileName.
- store(BufferedWriter) - Method in class edu.nyu.jet.chunk.MaxEntNE
-
write the information required for the MaxEntNE tagger to BufferedWriter
writer.
- store(String) - Method in class edu.nyu.jet.chunk.MENameTagger
-
store the data associated with this tagger to file 'fileName'.
- store(String) - Method in class edu.nyu.jet.chunk.TokenClassifier
-
- store(PrintWriter) - Method in class edu.nyu.jet.hmm.BasicHMMemitter
-
- store(PrintWriter) - Method in class edu.nyu.jet.hmm.BigramHMMemitter
-
- store(PrintWriter) - Method in class edu.nyu.jet.hmm.HMM
-
- store(String) - Method in class edu.nyu.jet.hmm.HMM
-
- store(PrintWriter) - Method in class edu.nyu.jet.hmm.HMMemitter
-
- store(String) - Method in class edu.nyu.jet.hmm.HMMNameTagger
-
store the tag table and the HMM associated with this tagger
to file 'fileName'.
- store(PrintWriter) - Method in class edu.nyu.jet.hmm.HMMstate
-
writes a state, along with its tag, its feature constraint (if any),
its arcs, and its emission probabilities, to 'stream', in a form
that can be reloaded by
HMM.load(java.io.Reader).
- store(String) - Method in class edu.nyu.jet.hmm.HMMTagger
-
store the HMM associated with this tagger to file 'fileName'.
- store(PrintWriter) - Method in class edu.nyu.jet.hmm.SuffixHMMemitter
-
- store(PrintWriter) - Method in class edu.nyu.jet.hmm.WordFeatureHMMemitter
-
- stretch(Annotation) - Method in class edu.nyu.jet.tipster.Document
-
extend the endpoint of Annotation ann to include the following whitespace
past the current endpoint.
- stretch(String) - Method in class edu.nyu.jet.tipster.Document
-
extend the endpoint, using
stretch, of all
annotations of type
type.
- stretchAll() - Method in class edu.nyu.jet.tipster.Document
-
extend the endpoint, using
stretch, of all
annotations in the document.
- StringExpression - Class in edu.nyu.jet.pat
-
a sequence of strings and variables, used as the argument to the
"print" and "write" actions.
- StringExpression(StreamTokenizer) - Constructor for class edu.nyu.jet.pat.StringExpression
-
creates a new StringExpression from the input read by StreamTokenizer
tok, which should consist of a sequence of strings and
variable names, separated by "+".
- StringPattern - Class in edu.nyu.jet.time
-
- StringPattern(String) - Constructor for class edu.nyu.jet.time.StringPattern
-
- StringRule - Class in edu.nyu.jet.ne
-
- StringRule(MatchType, String[]) - Constructor for class edu.nyu.jet.ne.StringRule
-
- StringUtils - Class in edu.nyu.jet.util
-
Utility class for manipulating String.
- StringUtils() - Constructor for class edu.nyu.jet.util.StringUtils
-
- subconcepts - Variable in class edu.nyu.jet.concepts.Concept
-
The Concepts that isa this Concept
- subsetOf(FeatureSet) - Method in class edu.nyu.jet.lisp.FeatureSet
-
returns true if the FeatureSet is contained in fs: if
every feature in the FeatureSet is present in fs with the
same value.
- substitute(HashMap) - Method in class edu.nyu.jet.lisp.FeatureSet
-
Returns a new feature set in which every value of the original feature
set which is a variable has been replace by the binding of that variable
in bindings.
- subtype - Variable in class edu.nyu.jet.aceJet.AceEntity
-
the subtype of the EDT type; null for pre-2004 annotation.
- subtype - Variable in class edu.nyu.jet.aceJet.AceEvent
-
the subtype of the event
- subtype - Variable in class edu.nyu.jet.aceJet.AceRelation
-
the subtype of the relation
- SuffixHMMemitter - Class in edu.nyu.jet.hmm
-
an HMMemitter, using statistics for exact token match (including case), for token
match (ignoring case), for suffix, and for word 'shape'.
- SuffixHMMemitter() - Constructor for class edu.nyu.jet.hmm.SuffixHMMemitter
-
- summary() - Method in class edu.nyu.jet.refres.CorefScorer
-
writes to standard output a report on the overall accuracy
for all documents processed so far.
- summary() - Method in class edu.nyu.jet.refres.DocumentScorer
-
report the overall score for all documents processed so far.
- summary() - Method in class edu.nyu.jet.refres.PronounScorer
-
writes to standard output a report on the overall accuracy
for all documents processed so far.
- Symbol - Class in edu.nyu.jet.parserStub.lisp
-
- Symbol() - Constructor for class edu.nyu.jet.parserStub.lisp.Symbol
-
- SynFun - Class in edu.nyu.jet.parser
-
syntactic functions which retrieve information from parse trees.
- SynFun() - Constructor for class edu.nyu.jet.parser.SynFun
-
- SyntacticRelation - Class in edu.nyu.jet.parser
-
a syntactic relation between two elements of a sentence, such as a
subject or object relation.
- SyntacticRelation(int, String, String, String, int, String, String) - Constructor for class edu.nyu.jet.parser.SyntacticRelation
-
constructs a SyntacticRelation with the specified source, type, and
target.
- SyntacticRelation(int, String, String, int, String) - Constructor for class edu.nyu.jet.parser.SyntacticRelation
-
constructs a SyntacticRelation with the specified source, type, and
target.
- SyntacticRelation(String) - Constructor for class edu.nyu.jet.parser.SyntacticRelation
-
constructs a SyntacticRelation from a String of the form
type | sourceWord | sourcePosn | targetWord | targetPosn
- SyntacticRelationSet - Class in edu.nyu.jet.parser
-
the set of syntactic relations associated with a document.
- SyntacticRelationSet() - Constructor for class edu.nyu.jet.parser.SyntacticRelationSet
-
- tag(Document, AceDocument, String, String) - Method in class edu.nyu.jet.aceJet.EventTagger
-
identify ACE events in Document 'doc' and add them to 'aceDoc'.
- tag(String) - Method in class edu.nyu.jet.aceJet.EventTagger
-
add event information to the APF files of the documents on
fileList.
- tag(String) - Method in class edu.nyu.jet.aceJet.NewEventTagger
-
tags all the documents in fileList with events.
- tag(Document, AceDocument, String, String) - Method in class edu.nyu.jet.aceJet.NewEventTagger
-
identify ACE events in Document 'doc' and add them to 'aceDoc'.
- tag(Document, Span) - Method in class edu.nyu.jet.aceJet.PerfectNameTagger
-
tag Span 'span' of Document 'doc' with ENAMEX annotations.
- tag(Document, Span) - Method in class edu.nyu.jet.chunk.MENameTagger
-
tag span 'span' of Document 'doc' with Named Entity annotations.
- tag(Document, Span) - Method in class edu.nyu.jet.hmm.HMMNameTagger
-
tag span 'span' of Document 'doc' with Named Entity annotations.
- tag - Variable in class edu.nyu.jet.hmm.HMMstate
-
the tag of the state.
- tag(Document, Span, String) - Method in class edu.nyu.jet.hmm.XNameTagger
-
tag span 'span' of Document 'doc' with N-best Named Entity annotations.
- tag(Document, Span) - Method in interface edu.nyu.jet.scorer.NameTagger
-
- tagDocument(Document) - Method in class edu.nyu.jet.aceJet.PerfectNameTagger
-
tag the entire Document 'doc' with ENAMEX annotations.
- tagDocument(Document) - Method in class edu.nyu.jet.chunk.MENameTagger
-
tag document doc for named entities.
- tagDocument(Document) - Method in class edu.nyu.jet.hmm.HMMNameTagger
-
- tagDocument(Document) - Method in interface edu.nyu.jet.scorer.NameTagger
-
- tagDrugs(Document, Span) - Static method in class edu.nyu.jet.chunk.Onoma
-
This is a stub which remains from code that was added at SRI's
request for Dovetail in order to tag drug names..
- TaggedSentenceWriter - Class in edu.nyu.jet.zoner
-
write a Document out, one sentence per line, with tags as gnerated by
properties file.
- TaggedSentenceWriter() - Constructor for class edu.nyu.jet.zoner.TaggedSentenceWriter
-
- tagger - Static variable in class edu.nyu.jet.JetTest
-
- tagJet(Document, Span) - Method in class edu.nyu.jet.hmm.HMMTagger
-
tag 'span' of 'doc' according to the Jet part of speech set.
- tagNames(Document, Span) - Static method in class edu.nyu.jet.chunk.Onoma
-
tag names which appear in the onomasticon, adding an ENAMEX annotation
with features TYPE and SUBTYPE.
- tagPenn(Document, Span) - Method in class edu.nyu.jet.hmm.HMMTagger
-
tag 'span' of 'doc' according to the Penn Tree Bank tag set.
- tagPersonZone(Document, Span, HMMannotator) - Static method in class edu.nyu.jet.hmm.HMMNameTagger
-
- tagReciprocalRelations(Document) - Static method in class edu.nyu.jet.aceJet.Ace
-
assigns reciprocal relations subject-1 and object-1
- tagStem(Document, Span) - Method in class edu.nyu.jet.lex.Stemmer
-
Added stem feature to each token annotation if token text and stem are
difference.
- target - Variable in class edu.nyu.jet.pat.PatternArc
-
- targetPos - Variable in class edu.nyu.jet.parser.SyntacticRelation
-
the part of speech of the target word
- targetPosn - Variable in class edu.nyu.jet.parser.SyntacticRelation
-
the position (offset within the document text of the first character)
of the target word.
- targetWord - Variable in class edu.nyu.jet.parser.SyntacticRelation
-
the word (head) at the target of the relation.
- task(String[]) - Static method in class edu.nyu.jet.hmm.BIOWriter
-
command-line callable file conversion (invoked by -Dtask=CorefEval).
- task(String[]) - Static method in class edu.nyu.jet.refres.CorefEval
-
command-line callable coreference evaluation (invoked by jet -CorefEval).
- task(String[]) - Static method in class edu.nyu.jet.refres.EntityView
-
stand-alone utility to display coreference relations, invoked by
jet -CorefView document.
- task(String[]) - Static method in class edu.nyu.jet.tipster.CollectionAnnotationTool
-
stand-alone utility to annotate a collection, invoked by
jet -AnnotateCollection [collection colorFile].
- task(String[]) - Static method in class edu.nyu.jet.tipster.CollectionView
-
stand-alone utility to display a document collection, invoked by
jet -CollectionView collection.
- TDPARSE - Static variable in class edu.nyu.jet.parser.Parsers
-
a constant indicating that the top-down parser, TDParse,
should be used to analyze the text
- TDParse(Document, int, int, Grammar) - Static method in class edu.nyu.jet.parser.Parsers
-
apply a top-down backtracking parser to characters posn to
end of Document using grammar gram.
- tense - Variable in class edu.nyu.jet.aceJet.AceEvent
-
- terminalToToken(Document, ParseTreeNode) - Static method in class edu.nyu.jet.parser.ParseTreeNode
-
- test(ArrayList, double) - Method in class edu.nyu.jet.aceJet.PatternEvaluation
-
- test(File, File, File) - Static method in class edu.nyu.jet.ne.CRFNameTagger
-
- testDict(String, String, String) - Static method in class edu.nyu.jet.ne.TrieDictionary
-
- text - Variable in class edu.nyu.jet.aceJet.AceEntityName
-
- text - Variable in class edu.nyu.jet.aceJet.AceEventMention
-
the text of the extent of the event mention.
- text - Variable in class edu.nyu.jet.aceJet.AceMention
-
the text of the extent.
- text - Variable in class edu.nyu.jet.aceJet.AceRelationMention
-
the text of the extent of the event mention.
- text() - Method in class edu.nyu.jet.tipster.Document
-
Returns the entire text of the document.
- text(Span) - Method in class edu.nyu.jet.tipster.Document
-
Returns the text subsumed by span s.
- text(Annotation) - Method in class edu.nyu.jet.tipster.Document
-
Returns the text subsumed by annotation ann.
- TimeAnnotator - Class in edu.nyu.jet.time
-
Rule-driven time expression annotator.
- TimeAnnotator() - Constructor for class edu.nyu.jet.time.TimeAnnotator
-
- TimeAnnotator(String) - Constructor for class edu.nyu.jet.time.TimeAnnotator
-
- TimeAnnotator(File) - Constructor for class edu.nyu.jet.time.TimeAnnotator
-
- timeAnnotator - Static variable in class edu.nyu.jet.time.TimeMain
-
- timeExpressions - Variable in class edu.nyu.jet.aceJet.AceDocument
-
a list of the time expressions in the document
- TimeMain - Class in edu.nyu.jet.time
-
- TimeMain() - Constructor for class edu.nyu.jet.time.TimeMain
-
- TimePattern - Class in edu.nyu.jet.time
-
A time expression pattern element for transformation patterns which
matches a TIMEX2 annotation (as created by a basic time pattern).
- TimePattern(boolean) - Constructor for class edu.nyu.jet.time.TimePattern
-
creates a new TimePattern.
- TimeRule - Class in edu.nyu.jet.time
-
- TimeRule() - Constructor for class edu.nyu.jet.time.TimeRule
-
- timex - Variable in class edu.nyu.jet.aceJet.AceTimexMention
-
- titleCase(Document, Span) - Static method in class edu.nyu.jet.aceJet.Ace
-
returns true if Span span of Document doc
appears to be capitalized as a title: if there are no words
beginning with a lower-case letter except for a small list of
function words (articles, possessive pronouns, prepositions, ...).
- toArray() - Method in class edu.nyu.jet.aceJet.Datum
-
return the Datum as an array of features (with the outcome not included).
- toGraph(Id) - Method in class edu.nyu.jet.pat.AtomicPatternElement
-
- toGraph(Id) - Method in class edu.nyu.jet.pat.PatternAlternation
-
- toGraph(Id) - Method in class edu.nyu.jet.pat.PatternElement
-
- toGraph(Id) - Method in class edu.nyu.jet.pat.PatternReference
-
converts the PatternReference to a graph which can be inserted into
a pattern graph.
- toGraph(Id) - Method in class edu.nyu.jet.pat.PatternRepetition
-
converts a PatternRepetition to its graph representation.
- toGraph(Id) - Method in class edu.nyu.jet.pat.PatternSequence
-
converts the PatternSequence to a graph representation.
- toGraph(Id) - Method in class edu.nyu.jet.pat.SpanBindingPatternElement
-
converts the pattern element to its pattern graph representation,
including a separate GetStartPatternElement and GetEndPatternElement.
- tokenAt(int) - Method in class edu.nyu.jet.tipster.Document
-
Returns the token annotation starting at position start, or
null if no token starts at this position.
- TokenClassifier - Class in edu.nyu.jet.chunk
-
a trainable classifier for assigning tags to a sequence of tokens
- TokenClassifier() - Constructor for class edu.nyu.jet.chunk.TokenClassifier
-
- tokenEndingAt(int) - Method in class edu.nyu.jet.tipster.Document
-
Returns the token annotation ending at position end, or null
if no token starts at this position.
- tokenize(Document, Span) - Static method in class edu.nyu.jet.lex.Tokenizer
-
tokenizes the portion of Document doc covered by span.
- tokenize(String) - Static method in class edu.nyu.jet.lex.Tokenizer
-
tokenizes the argument string.
- tokenizeOnWS(Document, Span) - Static method in class edu.nyu.jet.lex.Tokenizer
-
tokenizes portion 'span' of 'doc', splitting only on white space.
- Tokenizer - Class in edu.nyu.jet.lex
-
Tokenizer contains the methods for dividing a string into tokens.
- Tokenizer() - Constructor for class edu.nyu.jet.lex.Tokenizer
-
- TokenLowerText - Class in edu.nyu.jet.ne
-
- TokenLowerText(String) - Constructor for class edu.nyu.jet.ne.TokenLowerText
-
- TokenStringPatternElement - Class in edu.nyu.jet.pat
-
a pattern element which matches a specific word.
- TokenStringPatternElement(String) - Constructor for class edu.nyu.jet.pat.TokenStringPatternElement
-
- toSGMLString() - Method in class edu.nyu.jet.lisp.FeatureSet
-
returns a string representation of the feature set, without enclosing
braces, of the form
feature1=value1 feature2=value2 ...
which is suitable when the feature set is part of an annotation or SGML
tag.
- toSGMLString(int, boolean, boolean) - Method in class edu.nyu.jet.lisp.FeatureSet
-
returns a string representation of the feature set, without enclosing
braces, of the form
feature1=value1 feature2=value2 ...
which is suitable when the feature set is part of an annotation or SGML
tag.
- toSGMLString() - Method in class edu.nyu.jet.tipster.Annotation
-
- toSGMLString(int, boolean, boolean) - Method in class edu.nyu.jet.tipster.Annotation
-
returns a String representation of the Annotation, without information
about the span of the annotation.
- toString() - Method in class edu.nyu.jet.aceJet.AceEvent
-
- toString() - Method in class edu.nyu.jet.aceJet.AceEventArgument
-
- toString() - Method in class edu.nyu.jet.aceJet.AceEventMention
-
- toString() - Method in class edu.nyu.jet.aceJet.AceEventMentionArgument
-
- toString() - Method in class edu.nyu.jet.aceJet.AcePatternNode
-
- toString() - Method in class edu.nyu.jet.aceJet.AceRelation
-
- toString() - Method in class edu.nyu.jet.aceJet.AceRelationMention
-
returns a String representation of the mention, consisting of
the type and subtype of the relation, and the text of the argument
mentions.
- toString() - Method in class edu.nyu.jet.aceJet.AnchoredPath
-
- toString() - Method in class edu.nyu.jet.aceJet.ChunkPath
-
- toString() - Method in class edu.nyu.jet.aceJet.Datum
-
return the Datum as a sequence of space-separated features, with the
outcome at the end.
- toString() - Method in class edu.nyu.jet.aceJet.EventPattern
-
produce a readable, one-line representation of the entire pattern
- toString() - Method in class edu.nyu.jet.aceJet.EventPatternArgument
-
- toString() - Method in class edu.nyu.jet.aceJet.PatternEvaluation
-
- toString() - Method in class edu.nyu.jet.lisp.FeatureSet
-
returns a printable form of the feature set, of the form
[feature1=value1 feature2=value2 ...].
- toString() - Method in class edu.nyu.jet.lisp.Literal
-
returns the String associated with this literal, enclosed in double quotes.
- toString() - Method in class edu.nyu.jet.lisp.Variable
-
- toString() - Method in class edu.nyu.jet.ne.NamedEntityAttribute
-
- toString() - Method in class edu.nyu.jet.parser.ActiveEdge
-
returns a printable form of the edge, in the form A -> B .
- toString() - Method in class edu.nyu.jet.parser.HeadRule.HeadRuleEntry
-
- toString() - Method in class edu.nyu.jet.parser.ParseTreeNode
-
return a String representation of the ParseTreeNode.
- toString() - Method in class edu.nyu.jet.parser.SyntacticRelation
-
- toString() - Method in class edu.nyu.jet.parser.SyntacticRelationSet
-
return a printable version of the SyntacticRelationSet.
- toString() - Method in class edu.nyu.jet.pat.Action
-
- toString() - Method in class edu.nyu.jet.pat.AddFeaturesAction
-
- toString() - Method in class edu.nyu.jet.pat.AnnotationPatternElement
-
- toString() - Method in class edu.nyu.jet.pat.AssignmentPatternElement
-
- toString() - Method in class edu.nyu.jet.pat.FinalPatternNode
-
Creates a printable representation of the node, consisting of "-->"
followed by representations of the associated actions.
- toString() - Method in class edu.nyu.jet.pat.GetEndPatternElement
-
- toString() - Method in class edu.nyu.jet.pat.GetStartPatternElement
-
- toString() - Method in class edu.nyu.jet.pat.IntegerPatternElement
-
- toString() - Method in class edu.nyu.jet.pat.InternalPatternNode
-
- toString() - Method in class edu.nyu.jet.pat.NewAnnotationAction
-
- toString() - Method in class edu.nyu.jet.pat.NullPatternElement
-
- toString() - Method in class edu.nyu.jet.pat.PatternAlternation
-
- toString() - Method in class edu.nyu.jet.pat.PatternElement
-
- toString() - Method in class edu.nyu.jet.pat.PatternReference
-
returns a printable form of the pattern reference: the pattern name.
- toString() - Method in class edu.nyu.jet.pat.PatternRepetition
-
- toString() - Method in class edu.nyu.jet.pat.PatternSequence
-
returns a printable representation of the PatternSequence, consisting
of the constituent PatternElements, separated by spaces.
- toString() - Method in class edu.nyu.jet.pat.PrintAction
-
returns a printable form of the "print" action, consisting of
"print" followed by the elements of the message, separated by "+".
- toString() - Method in class edu.nyu.jet.pat.SpanBindingPatternElement
-
produces a string representation of the pattern element, of the
form element : variable
- toString() - Method in class edu.nyu.jet.pat.StringExpression
-
produces a printable form of the StringExpression, consisting of
the elements of the expression, separated by "+".
- toString() - Method in class edu.nyu.jet.pat.TokenStringPatternElement
-
- toString() - Method in class edu.nyu.jet.pat.UndefinedCapPatternElement
-
- toString() - Method in class edu.nyu.jet.pat.WriteAction
-
returns a printable form of the "write" action, consisting of
"write" followed by the elements of the message, separated by "+".
- toString() - Method in class edu.nyu.jet.tipster.Annotation
-
returns a String representation of the Annotation, including the type,
span, and attributes, enclosed in '<' and '>'.
- toString() - Method in class edu.nyu.jet.tipster.Span
-
Returns a printable form of the span, "[start-end]".
- toString() - Method in class edu.nyu.jet.util.DoubleArrayTrie.Result
-
- totalMatchingAttrs - Variable in class edu.nyu.jet.scorer.SGMLScorer
-
- totalMatchingTags - Variable in class edu.nyu.jet.scorer.SGMLScorer
-
- totalTagsInDoc1 - Variable in class edu.nyu.jet.scorer.SGMLScorer
-
- totalTagsInDoc2 - Variable in class edu.nyu.jet.scorer.SGMLScorer
-
- toTree(DefaultMutableTreeNode) - Method in class edu.nyu.jet.pat.FinalPatternNode
-
- toTree(DefaultMutableTreeNode) - Method in class edu.nyu.jet.pat.InternalPatternNode
-
- toTree(DefaultMutableTreeNode) - Method in class edu.nyu.jet.pat.PatternNode
-
- trace - Static variable in class edu.nyu.jet.hmm.HMMTagger
-
if true, use HMMannotator trace to write a one-line message about each
part-of-speech assignment to Console.
- trace - Static variable in class edu.nyu.jet.pat.Pat
-
if true, write a message to the Console whenever a pattern
adds an annotation to a Document.
- trace - Static variable in class edu.nyu.jet.refres.MaxEntResolve
-
- trace - Static variable in class edu.nyu.jet.refres.Resolve
-
true to produce trace messages for the reference resolution process
- train(String[]) - Method in class edu.nyu.jet.aceJet.NewEventTagger
-
trains the event models on the documents in the list of file lists,
fileLists.
- train(EventTagger, String, int) - Static method in class edu.nyu.jet.aceJet.TrainEventTagger
-
trains an event tagger from a set of text and APF files.
- train(Document, Annotation[], String[]) - Method in class edu.nyu.jet.chunk.MaxEntNE
-
train the model on a sequence of words from Document doc.
- train(String) - Method in class edu.nyu.jet.chunk.MENameTagger
-
train the tagger using the collection of Documents 'trainingCollection'.
- train(ExternalDocument) - Method in class edu.nyu.jet.chunk.MENameTagger
-
- train(String, String) - Method in class edu.nyu.jet.chunk.MENameTagger
-
- train(Document, Annotation[], String[]) - Method in class edu.nyu.jet.chunk.TokenClassifier
-
- train(Document, Annotation[], String[]) - Method in class edu.nyu.jet.hmm.HMM
-
a slower algorithm for training the HMM.
- train(Document) - Method in class edu.nyu.jet.hmm.HMMannotator
-
use the annotations on Document 'doc' to train the HMM.
- train(DocumentCollection) - Method in class edu.nyu.jet.hmm.HMMannotator
-
use the annotations on all documents in DocumentCollection 'col'
to train HMM 'h'.
- train(String) - Method in class edu.nyu.jet.hmm.HMMNameTagger
-
train the HMMNameTagger using the collection of Documents 'trainingCollection'.
- train(String, String) - Method in class edu.nyu.jet.hmm.HMMNameTagger
-
- train(ExternalDocument) - Method in class edu.nyu.jet.hmm.HMMNameTagger
-
- train(Collection<Document>) - Method in class edu.nyu.jet.ne.CRFNameTagger
-
- train(String, String, int) - Static method in class edu.nyu.jet.refres.MaxEntResolve
-
trains coreference from a set of files marked with coref tags.
- train(Document) - Static method in class edu.nyu.jet.refres.MaxEntResolve
-
trains coreference from a document doc marked with
coref tags.
- train0(Document, Annotation[], String[]) - Method in class edu.nyu.jet.hmm.HMM
-
a fast, simple algorithm for training the HMM.
- TrainEventTagger - Class in edu.nyu.jet.aceJet
-
contains top-level methods for training EventTagger.
- TrainEventTagger() - Constructor for class edu.nyu.jet.aceJet.TrainEventTagger
-
- trainModel(EventStream, int, int) - Method in class edu.nyu.jet.chunk.GISTrainer
-
Trains a GIS model on the event in the specified event stream, using the specified number
of iterations and the specified count cutoff.
- trainModel(int, DataIndexer, int) - Method in class edu.nyu.jet.chunk.GISTrainer
-
Train a model using the GIS algorithm.
- trainModel(int, DataIndexer, Prior, int) - Method in class edu.nyu.jet.chunk.GISTrainer
-
Train a model using the GIS algorithm.
- trainModel(int, DataIndexer, Prior, int) - Method in class edu.nyu.jet.chunk.LBFGSTrainer
-
Train a model using the GIS algorithm.
- trainOnDocument(Document, AceDocument, String) - Method in class edu.nyu.jet.aceJet.NewEventTagger
-
trains the four statistical models on an annotated document.
- trainOnFilelist(String, int) - Method in class edu.nyu.jet.aceJet.NewEventTagger
-
trains an event tagger from a set of text and APF files.
- trainOnInstances(String, String, int) - Method in class edu.nyu.jet.hmm.BasicHMMemitter
-
- trainOnInstances(String, String, int) - Method in class edu.nyu.jet.hmm.BigramHMMemitter
-
- trainOnInstances(String, String, int) - Method in class edu.nyu.jet.hmm.HMMemitter
-
update emission counts to indicate that String token
appeared n times as an output of the current state.
- trainOnInstances(String, String, int) - Method in class edu.nyu.jet.hmm.SuffixHMMemitter
-
- trainOnInstances(String, String, int) - Method in class edu.nyu.jet.hmm.WordFeatureHMMemitter
-
- trainOnMention(Document, Annotation) - Static method in class edu.nyu.jet.refres.MaxEntResolve
-
add information on mention mention and its possible
antecedents to the training data which will be used to train the
coreference model.
- trainOnSpan(Document, Span) - Method in class edu.nyu.jet.hmm.HMMannotator
-
use the annotations on Span 'span' of Document 'doc' to train the HMM.
- TransferableTreeNode - Class in edu.nyu.jet.concepts
-
- TransferableTreeNode(DefaultMutableTreeNode) - Constructor for class edu.nyu.jet.concepts.TransferableTreeNode
-
- transform(Document, Annotation[], int) - Method in class edu.nyu.jet.ne.TransformRule
-
applies the transformation (right-hand part) of the rule to the tokens
starting with token[pos].
- transform(Arc[], Sentence) - Method in class edu.nyu.jet.parser.DepTransformer
-
makes three systematic revisions to the dependency structure
- verb chains
- changes passive to active
- incorporates prepositions into arc labels
- TransformRule - Class in edu.nyu.jet.ne
-
a transformation rule of the Extended Named Entity annotator.
- TransformRule() - Constructor for class edu.nyu.jet.ne.TransformRule
-
create a new TransformRule.
- TransformRuleParser - Class in edu.nyu.jet.ne
-
- TransformRuleParser() - Constructor for class edu.nyu.jet.ne.TransformRuleParser
-
- TransformRules - Class in edu.nyu.jet.ne
-
a list of transformation rules used by the ENE tagger.
- TransformRules(List<TransformRule>, ClassHierarchyResolver) - Constructor for class edu.nyu.jet.ne.TransformRules
-
- TransformRules(List<TransformRule>) - Constructor for class edu.nyu.jet.ne.TransformRules
-
- transparent - Variable in class edu.nyu.jet.parser.SyntacticRelation
-
true for relations (links) which are considered transparent by GLARF.
- Treebank - Class in edu.nyu.jet.format
-
- Treebank(Document, List<ParseTreeNode>) - Constructor for class edu.nyu.jet.format.Treebank
-
- TreeBasedChunker - Class in edu.nyu.jet.chunk
-
- TreeBasedChunker() - Constructor for class edu.nyu.jet.chunk.TreeBasedChunker
-
- TrieDictionary - Class in edu.nyu.jet.ne
-
An implementation of the Dictionary used by the Extended Named
Entity annotator, based on an in-memory Trie plus an on-disk
data base.
- TrieDictionary(File, File) - Constructor for class edu.nyu.jet.ne.TrieDictionary
-
- TrieDictionary(String, String) - Constructor for class edu.nyu.jet.ne.TrieDictionary
-
- type - Variable in class edu.nyu.jet.aceJet.AceEntity
-
the EDT type of the entity: PERSON, ORGANIZATION, GPE,
LOCATION, or FACILITY; for ACE 2004, also WEAPON or VEHICLE.
- type - Variable in class edu.nyu.jet.aceJet.AceEntityMention
-
the type of the mention: NAME, NOMINAL, or PRONOUN.
- type - Variable in class edu.nyu.jet.aceJet.AceEvent
-
the type of the event:
- type - Variable in class edu.nyu.jet.aceJet.AceRelation
-
the type of the relation:
- type - Variable in class edu.nyu.jet.parser.SyntacticRelation
-
the type of the relation.
- type() - Method in class edu.nyu.jet.tipster.Annotation
-