|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
arc to the set of arcs leaving this state.
arcName to the set of
arcs leaving this state.
Concept to this Concept.
Concept to this ConceptHierarchy as
a child of the node parent.
state to the HMM.
Word to this Concept.
Word to this ConceptHierarchy as a
child of the node parent.Words of Concept parent are listed before
all the Concepts that isa parent.
token can be emitted by this state.
Span of text
between <tag> and </tag>.
Span of text
between <tag> and </tag>.
script to span span of document
doc.
Document.getNextAnnotationId().
BUParse,
should be used to analyze the text
type.
Concepts
in the subtree rooted at this node in breadth-first order.
Words
in the subtree rooted at this node in breadth-first order.
chartParse, should be used to analyze the text
Concept is basically a DefaultMutableTreeNode.conceptName and that allows children.
- ConceptHierarchy - class Jet.Concepts.ConceptHierarchy.
- A
ConceptHierarchy is an extended JTree. - ConceptHierarchy() -
Constructor for class Jet.Concepts.ConceptHierarchy
- Creates a
ConceptHierarchy with only the default root
UNIVERSE.
- ConceptHierarchy(File) -
Constructor for class Jet.Concepts.ConceptHierarchy
- Creates a
ConceptHierarchy from the file fileName.
- ConceptHierarchyWindow - class Jet.Concepts.ConceptHierarchyWindow.
ConceptHierarchyWindow is a UI that uses the
ConceptHierarchy.- ConceptHierarchyWindow(ConceptHierarchy, File) -
Constructor for class Jet.Concepts.ConceptHierarchyWindow
-
- ConcreteFileFilter - class Jet.Concepts.ConcreteFileFilter.
-
- ConcreteFileFilter(String, String) -
Constructor for class Jet.Concepts.ConcreteFileFilter
-
- Console - class Jet.Console.
- console (main window) for interactive use of JET.
- Console() -
Constructor for class Jet.Console
-
- Control - class Jet.Control.
- the Control class provides the methods for interpreting Jet scripts.
- Control() -
Constructor for class Jet.Control
-
- CorefCompare - class Jet.Refres.CorefCompare.
- static methods to compare entity annotations (coreference) in
two documents or collections.
- CorefCompare() -
Constructor for class Jet.Refres.CorefCompare
-
- CorefEval - class Jet.Refres.CorefEval.
- evaluate reference resolution procedure against a key file
with references annotated.
- CorefEval() -
Constructor for class Jet.Refres.CorefEval
-
- CorefScorer - class Jet.Refres.CorefScorer.
- implements coreference scoring based on the metric developed by Marc
Vilain for MUC-6.
- CorefScorer() -
Constructor for class Jet.Refres.CorefScorer
- create a new coreference scorer.
- CorefWriter - class Jet.Refres.CorefWriter.
- evaluate reference resolution procedure against a key file
with references annotated.
- CorefWriter() -
Constructor for class Jet.Refres.CorefWriter
-
- category -
Variable in class Jet.Parser.Edge
- the category of this node: either a String (grammar symbol) or a Literal.
- category -
Variable in class Jet.Parser.Reduce
-
- charAt(int) -
Method in class Jet.Tipster.Document
- Returns the character at position posn in the document.
- chartParse(Document, int, int, Grammar) -
Static method in class 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 Jet.Parser.Edge
- for non-leaf nodes, the children of this node.
- children(Annotation) -
Static method in class Jet.Parser.ParseTreeNode
- returns an array containing the children of 'node', or
null if the node has no children.
- children(Annotation) -
Static method in class Jet.Parser.StatParser
- returns an array containing the children of 'node', or
null if the node has no children.
- clear() -
Method in class Jet.Concepts.ConceptHierarchy
- Removes all the nodes from the hierarchy except the default root
UNIVERSE.
- clear() -
Static method in class Jet.Lex.Lexicon
- clears the entire lexicon (remove all entries).
- clear() -
Method in class Jet.Tipster.Document
- Deletes the text and all annotations on a document, creating an
empty document.
- clearAnnotations() -
Method in class Jet.Tipster.Document
- Removes all annotations on the document.
- clearAppliedPatterns() -
Method in class Jet.Pat.PatternView
-
- clearEntry(String[]) -
Static method in class Jet.Lex.Lexicon
- removes the definition (if any) for lexical item words.
- clearInputAnnotations(Document) -
Static method in class Jet.Parser.StatParser
- for ACE: erase all the characters within ANNOTATION ...
- clearLines() -
Method in class Jet.Tipster.View.JTextPaneX
- erase all the lines in the TextPane
- clearMatchedPatterns() -
Method in class Jet.Pat.PatternView
-
- closeAllViews() -
Static method in class Jet.JetTest
-
- colors -
Static variable in class Jet.Tipster.AnnotationColor
-
- comlexDeterminers -
Static variable in class Jet.Parser.AddSyntacticRelations
-
- compareCollections(DocumentCollection, DocumentCollection) -
Static method in class 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 Jet.Refres.CorefCompare
- compare the entity annotations (coreference) in Documents
'response' and 'key', updating Document 'response'.
- compareTo(Object) -
Method in class Jet.Tipster.Span
- compares this Span to Object o, which must be a Span.
- compatible(String, String, Annotation) -
Static method in class 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 Jet.HMM.BasicHMMemitter
-
- computeProbabilities() -
Method in class Jet.HMM.BigramHMMemitter
-
- computeProbabilities() -
Method in class Jet.HMM.HMM
- compute the probabilities for token emission and state transition from the
counts acquired in training.
- computeProbabilities() -
Method in class Jet.HMM.HMMemitter
- computate probabilities of emission from counts.
- computeProbabilities() -
Method in class Jet.HMM.HMMstate
- compute the probabilities for token emission and arc transition
from the counts acquired during training.
- computeProbabilities() -
Method in class Jet.HMM.SuffixHMMemitter
-
- computeProbabilities() -
Method in class Jet.HMM.WordFeatureHMMemitter
-
- concat(String[]) -
Static method in class Jet.Refres.Resolve
- append strings in 's', separated by blanks
- conceptHierarchy -
Static variable in class Jet.Concepts.ConceptHierarchyWindow
-
- conceptHierarchy -
Static variable in class Jet.JetTest
-
- conceptHierarchyFile -
Static variable in class Jet.JetTest
-
- config -
Static variable in class Jet.JetTest
-
- containsFeature(String) -
Method in class Jet.Lisp.FeatureSet
- Returns true if the FeatureSet has feature feat
with some value, possibly
null.
- convertCollection(String, String) -
Static method in class Jet.HMM.BIOWriter
- converts the collection of XML-coded files 'xmlCollectionName' and writes
the BIO format data as a single file on 'bioFileName'.
- createModel() -
Method in class Jet.HMM.HMM
-
DefaultMutableTreeNode
doc.
fs.
? predicate (argument).span of doc.
span of doc.
Concept named conceptName or
null if no Concept has conceptName.
Concept named conceptName (ignoring case)
or null if no Concept has conceptName.
Concept of the word word or
null if no Concept has word.
Concept.
Word.
token with FeatureSet fs.
Concept's subconcept array.
Concept.
Concept.
Transferable method.
Transferable method.
Transferable method.
Transferable method.
Word at the specified index in this
Concept's Word array.
Word named wordName or
null if no Word has wordName.
Word named wordName (ignoring case)
or null if no Word has wordName.
Words of this Concept.
Concept.
BasicHMMemitter to control
emission of tokens from states.
emitterClass to control
emission of tokens from states.
type.
configFile and load all
specified resources.
Transferable method.
Transferable method.
concept is already in the hierarchy, if so,
pop up an error message.
word is already in the hierarchy, if so,
pop up an error message.
isLeaf() method in DefaultMutableTreeNode
so that only Words are treated as leaves and Concepts
are always treated as internal nodes.
isLeaf() method in DefaultMutableTreeNode
so that only Words are treated as leaves and Concepts
are always treated as internal nodes.
concept1 isa concept2,
i.e. concept2 is the parent of concept1
in the concept hierarchy.
concept1 isa* concept2,
i.e. concept2 is concept1 itself or
an ancestor of concept1 in the concept hierarchy.
HMMReader.
doc1 and doc2 with respect to
annotations of type annType.
annType1 of document doc1
with annotations of type annType2 of document doc2.
Concept and adds it to selectedConcept
in the hierarchy.
Word and adds it to selectedConcept
in the hierarchy.
parse
doc.
inputFileName, displaying
the results in View windows if viewable is true.
JetTest.fileName, invoke
processFile on that file of documents.
sentenceSpan
of document doc.
recognize,
should be used to analyze the text
Chunker.fileName is set, load a
chunk model from that file.
Concepts.fileName is set, load a
concept hierarchy from that file.
rdr.
Grammar.fileName is set, load a
grammar from that file.
ConceptHierarchy from the file
fileName.
Englishlex.fileName
NameTags.fileName is set, load a
name tagger HMM from that file.
Pattern.fileName
Tags.fileName is set, load a
part-of-speech HMM from that file.
Resolve.references resolves the mentions (noun groups) in
span of Document doc.
removeAllchildren() method
of DefaultMutableTreeNode.
Concept.
Concept from the hierarchy with all its children.
Concept.
Word from the hierarchy.
SGMLScorer class analyzes the homology of two Documents
according to one type of their annotations.SGMLScorer to compare two Documents.
responseDoc and
keyDoc, setting recall and
precision.
annType.
annotations.
Document
instance with tag tags removed from the text and tag
annotations added to the document.
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.
Document
instance with tags tags removed from the text and tags
annotations added to the document.
stream in a form which can be reloaded
using HMM.load(java.io.Reader).
HMM.load(java.io.Reader).
HMM.load(java.io.Reader).
Concepts that isa this Concept
fs:
if every feature in the FeatureSet is present in fs
with the same value.
TDParse,
should be used to analyze the text
token
appeared n times as an output of the current state.
Document with its annotations.Word is basically a DefaultMutableTreeNode.word as its user object and that does not
allow children.
- WordFeatureHMMemitter - class Jet.HMM.WordFeatureHMMemitter.
- an HMMemitter, using statistics for exact token match (including case), for token
match (ignoring case), and for word 'shape'.
- WordFeatureHMMemitter() -
Constructor for class Jet.HMM.WordFeatureHMMemitter
-
- WriteAction - class Jet.Pat.WriteAction.
- the encoding of the "write message" action, where message
is a StringExpression (one or more strings or variables).
- WriteAction(StringExpression) -
Constructor for class Jet.Pat.WriteAction
- constructs a new WriteAction, given a message
- WriteAction(StreamTokenizer) -
Constructor for class Jet.Pat.WriteAction
- constructs a new WriteAction by reading from StreamTokenizer tok.
- within(Span) -
Method in class Jet.Tipster.Span
- Returns true if Span 's' contains the span.
- word -
Variable in class Jet.Parser.ParseTreeNode
- for leaf nodes, the word matched by this node.
- words -
Variable in class Jet.Concepts.Concept
- The
Words of this Concept
- writeColors() -
Static method in class Jet.Tipster.AnnotationColor
- write a table of type/color pairs, one per line, to 'colorFile'.
- writeHierarchy(File) -
Method in class Jet.Concepts.ConceptHierarchy
- Write this
ConceptHierarchy to the file fileName.
- writeSGML(String) -
Method in class Jet.Tipster.Document
- Returns the text of the document with each instance of an annotation
of type type enclosed in SGML tags.
- writeTagTable(PrintWriter) -
Method in class Jet.HMM.HMMannotator
- writes the tag table (the correspondence between HMM tags and
annotation types and features) to PrintWriter 'pw'.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||