A B C D E F G H I J K L M N O P Q R S T U V W X Y

A

AbstractLabel - class edu.stanford.nlp.trees.AbstractLabel.
An AbstractLabel object acts as a Label with linguistic attributes.
AbstractLabel() - Constructor for class edu.stanford.nlp.trees.AbstractLabel
 
AbstractStreamTokenizer - class edu.stanford.nlp.io.AbstractStreamTokenizer.
An abstract class for a tokenizer implementing edu.stanford.nlp.io.StreamTokenizer, based on a Lexer.
AbstractStreamTokenizer(Lexer) - Constructor for class edu.stanford.nlp.io.AbstractStreamTokenizer
 
AbstractTokenizer - class edu.stanford.nlp.process.AbstractTokenizer.
Abstract tokenizer.
AbstractTokenizer() - Constructor for class edu.stanford.nlp.process.AbstractTokenizer
 
AbstractTreebankLanguagePack - class edu.stanford.nlp.trees.AbstractTreebankLanguagePack.
This provides an implementation of parts of the TreebankLanguagePack API to reduce the load on fresh implementations.
AbstractTreebankLanguagePack() - Constructor for class edu.stanford.nlp.trees.AbstractTreebankLanguagePack
Gives a handle to the TreebankLanguagePack
ACCEPT - Static variable in interface edu.stanford.nlp.io.Lexer
 
accept(File) - Method in class edu.stanford.nlp.io.NumberRangesFileFilter
Checks whether a file satisfies the number range selection filter.
accept(File) - Method in class edu.stanford.nlp.io.NumberRangeFileFilter
Checks whether a file satisfies the number range selection filter.
accept(File) - Method in class edu.stanford.nlp.io.ExtensionFileFilter
Checks whether a file satisfies the selection filter.
accept(Object) - Method in interface edu.stanford.nlp.util.Filter
Checks if the given object passes the filter.
acceptFilter() - Static method in class edu.stanford.nlp.util.Filters
The acceptFilter accepts everything.
AdaptiveLabelFactory - class edu.stanford.nlp.trees.AdaptiveLabelFactory.
An AdaptiveLabelFactory object makes simple Labels for objects, by creating a label of an appropriate type depending on the arguments passed in.
AdaptiveLabelFactory() - Constructor for class edu.stanford.nlp.trees.AdaptiveLabelFactory
 
add(int, Object) - Method in class edu.stanford.nlp.trees.MemoryTreebank
 
add(Object) - Method in class edu.stanford.nlp.trees.MemoryTreebank
 
add(Object) - Method in class edu.stanford.nlp.util.StackAgenda
 
add(Object) - Method in class edu.stanford.nlp.util.ScoredPriorityAgenda
 
add(Object) - Method in class edu.stanford.nlp.util.Index
 
add(Object) - Method in class edu.stanford.nlp.util.Beam
 
add(Object) - Method in interface edu.stanford.nlp.util.Heap
Adds the object to the heap.
add(Object) - Method in class edu.stanford.nlp.util.ArrayHeap
Adds an object to the heap.
add(Object) - Method in interface edu.stanford.nlp.util.Agenda
 
add(Object, double) - Method in class edu.stanford.nlp.util.Counter
Deprecated. use incrementCount instead.
addAll(Collection) - Method in class edu.stanford.nlp.util.Index
 
addAll(Counter) - Method in class edu.stanford.nlp.util.Counter
Adds the counts in the given Counter to the counts in this Counter.
addAll(int, Collection) - Method in class edu.stanford.nlp.trees.MemoryTreebank
 
addCounter(Counter) - Method in class edu.stanford.nlp.util.Counter
Deprecated. use addAll instead.
addLabel(Object) - Method in class edu.stanford.nlp.dbm.BasicDocument
Adds the given label to the List of labels for this Document if it is not null.
AdwaitSentenceReaderFactory - class edu.stanford.nlp.trees.AdwaitSentenceReaderFactory.
This class implements a SentenceReaderFactory which is suitable for reading in tagged or untagged sentences formatted one per line with underscores used only to separate words from POS tags.
AdwaitSentenceReaderFactory() - Constructor for class edu.stanford.nlp.trees.AdwaitSentenceReaderFactory
Constructs an AdwaitSentenceReaderFactory.
AdwaitSentenceReaderFactory(boolean) - Constructor for class edu.stanford.nlp.trees.AdwaitSentenceReaderFactory
Create a new AdwaitSentenceReaderFactory.
AdwaitSentenceReaderFactory(LabelFactory) - Constructor for class edu.stanford.nlp.trees.AdwaitSentenceReaderFactory
Create a new AdwaitSentenceReaderFactory.
AdwaitStreamTokenizer - class edu.stanford.nlp.trees.AdwaitStreamTokenizer.
Builds a tokenizer for files where whitespace separates tokens, and eol is significant.
AdwaitStreamTokenizer(Reader) - Constructor for class edu.stanford.nlp.trees.AdwaitStreamTokenizer
Create a tokenizer for Adwait-style sentences.
Agenda - interface edu.stanford.nlp.util.Agenda.
Agenda: an interface for representing an Agenda (a list of things to be done).
allValues() - Method in class edu.stanford.nlp.process.NumberFeature
 
allValues() - Method in class edu.stanford.nlp.process.NumAndCapFeature
Returns each possible feature in an array.
allValues() - Method in interface edu.stanford.nlp.process.Feature
An array of all possible FeatureValues for this Feature.
allValues() - Method in class edu.stanford.nlp.process.CapitalFeature
 
andFilter(Filter, Filter) - Static method in class edu.stanford.nlp.util.Filters
Filter that accepts only when both filters accept (AND).
appliable - Variable in class edu.stanford.nlp.process.DocumentProcessor
Appliable used to transform each document element during processing.
Appliable - interface edu.stanford.nlp.process.Appliable.
 
apply(Object) - Method in class edu.stanford.nlp.trees.TagMapper
appy() is based on the 1->1 mapping.
apply(Object) - Method in class edu.stanford.nlp.parser.lexparser.LexicalizedParser
Converts a Sentence/List into a Tree.
apply(Object) - Method in class edu.stanford.nlp.process.WordExtractor
Returns ((Word)in).word().
apply(Object) - Method in class edu.stanford.nlp.process.TreeToSentenceAppliable
Returns the Sentence yield of the given Tree.
apply(Object) - Method in class edu.stanford.nlp.process.Stemmer
Stems word (which must be a Word, or else a ClassCastException will be thrown, and returns stemmed Word.
apply(Object) - Method in interface edu.stanford.nlp.process.Appliable
Converts an Object to a different Object.
apply(SentenceVisitor) - Method in class edu.stanford.nlp.trees.MemorySentencebank
Apply the SentenceVisitor sp to all sentences in the Sentencebank
apply(SentenceVisitor) - Method in class edu.stanford.nlp.trees.Sentencebank
Apply a SentenceVisitor to each sentence in the Sentencebank.
apply(SentenceVisitor) - Method in class edu.stanford.nlp.trees.DiskSentencebank
Applies the SentenceVisitor to to all trees in the Sentencebank.
apply(TreeProcessor) - Method in class edu.stanford.nlp.trees.MemoryTreebank
Apply the TreeProcessor tp to all trees in the Treebank.
apply(TreeProcessor) - Method in class edu.stanford.nlp.trees.Treebank
Apply a TreeProcessor to each tree in the Treebank.
apply(TreeProcessor) - Method in class edu.stanford.nlp.trees.DiskTreebank
Applies the TreeProcessor to to all trees in the Treebank.
APPROVE_OPTION - Static variable in class edu.stanford.nlp.io.ui.OpenPageDialog
 
argmax() - Method in class edu.stanford.nlp.util.Counter
Finds and returns the key in this Counter with the largest count.
argmax(Comparator) - Method in class edu.stanford.nlp.util.Counter
Finds and returns the key in this Counter with the largest count.
argmin() - Method in class edu.stanford.nlp.util.Counter
Finds and returns the key in this Counter with the smallest count.
argmin(Comparator) - Method in class edu.stanford.nlp.util.Counter
Finds and returns the key in this Counter with the smallest count.
ArrayHeap - class edu.stanford.nlp.util.ArrayHeap.
ArrayHeap: Heap implementation.
ArrayHeap(Comparator) - Constructor for class edu.stanford.nlp.util.ArrayHeap
The objects added will be ordered using the Comparator.
ArrayHeap(Comparator, int) - Constructor for class edu.stanford.nlp.util.ArrayHeap
 
ArrayMap - class edu.stanford.nlp.util.ArrayMap.
ArrayMap: A map that is backed by an Array
ArrayUtils - class edu.stanford.nlp.util.ArrayUtils.
Static utility methods for operating on arrays.
ArrayUtils() - Constructor for class edu.stanford.nlp.util.ArrayUtils
Should not be instantiated
ASCENDING - Static variable in class edu.stanford.nlp.util.ScoredComparator
 
ASCENDING_COMPARATOR - Static variable in class edu.stanford.nlp.util.ScoredComparator
 
asFeatures() - Method in class edu.stanford.nlp.dbm.SentenceDocument
Returns this (the features are the list of words).
asFeatures() - Method in interface edu.stanford.nlp.dbm.Featurizable
returns Object as a Collection of its features
asFeatures() - Method in class edu.stanford.nlp.dbm.BasicDocument
Returns this (the features are the list of words).
asSortedList() - Method in class edu.stanford.nlp.util.Beam
 
attributes() - Method in interface edu.stanford.nlp.trees.HasAttributes
Manipulate attributes for a Label.
average(Counter) - Method in class edu.stanford.nlp.util.Counter
Returns a new Counter with counts averaged from this Counter and the given Counter.
averageCount() - Method in class edu.stanford.nlp.util.Counter
Returns the mean of all the counts (totalCount/size).

B

basicCategory(String) - Method in interface edu.stanford.nlp.trees.TreebankLanguagePack
Returns the basic syntactic category of a String by truncating stuff after a (non-word-initial) occurrence of one of the labelAnnotationIntroducingCharacters().
basicCategory(String) - Method in class edu.stanford.nlp.trees.AbstractTreebankLanguagePack
Returns the basic syntactic category of a String by truncating stuff after a (non-word-initial) occurrence of one of the labelAnnotationIntroducingCharacters().
BasicDocument - class edu.stanford.nlp.dbm.BasicDocument.
Basic implementation of Document that should be suitable for most needs.
BasicDocument() - Constructor for class edu.stanford.nlp.dbm.BasicDocument
Constructs a new (empty) BasicDocument using a PTBTokenizer.
BasicDocument(Tokenizer) - Constructor for class edu.stanford.nlp.dbm.BasicDocument
Constructs a new (empty) BasicDocument using the given tokenizer.
Beam - class edu.stanford.nlp.util.Beam.
Implements a finite beam, taking a comparator (default is ScoredComparator.ASCENDING_COMPARATOR, the MAX object according to the comparator is the one to be removed) and a beam size on construction (default is 100).
Beam() - Constructor for class edu.stanford.nlp.util.Beam
 
Beam(int) - Constructor for class edu.stanford.nlp.util.Beam
 
Beam(int, Comparator) - Constructor for class edu.stanford.nlp.util.Beam
 
blankDocument() - Method in class edu.stanford.nlp.dbm.SentenceDocument
 
blankDocument() - Method in interface edu.stanford.nlp.dbm.Document
Returns a new empty Document with the same meta-data (title, labels, etc) as this Document.
blankDocument() - Method in class edu.stanford.nlp.dbm.BasicDocument
Returns a new empty BasicDocument with the same title, labels, and tokenizer as this Document.
blockTags - Static variable in class edu.stanford.nlp.process.StripTagsProcessor
Block-level HTML tags that are rendered with surrounding line breaks.
BobChrisTreeNormalizer - class edu.stanford.nlp.trees.BobChrisTreeNormalizer.
Normalizes trees in the way used in Manning and Carpenter 1997.
BobChrisTreeNormalizer() - Constructor for class edu.stanford.nlp.trees.BobChrisTreeNormalizer
 
BobChrisTreeNormalizer(TreebankLanguagePack) - Constructor for class edu.stanford.nlp.trees.BobChrisTreeNormalizer
 
byteValue() - Method in class edu.stanford.nlp.util.MutableInteger
 

C

CANCEL_OPTION - Static variable in class edu.stanford.nlp.io.ui.OpenPageDialog
 
capacity() - Method in class edu.stanford.nlp.util.Beam
 
CapitalFeature - class edu.stanford.nlp.process.CapitalFeature.
Provides a partition over the set of possible unseen words that corresponds to the capitalization of characters in the word.
CapitalFeature() - Constructor for class edu.stanford.nlp.process.CapitalFeature
 
Category - class edu.stanford.nlp.trees.Category.
A Category object acts as a Label by containing a String that is a category (nonterminal).
CATEGORY_LABEL - Static variable in class edu.stanford.nlp.trees.AdaptiveLabelFactory
 
category() - Method in class edu.stanford.nlp.trees.NullLabel
 
category() - Method in class edu.stanford.nlp.trees.CategoryWordTag
 
category() - Method in interface edu.stanford.nlp.trees.HasCategory
Return the category value of the label (or null if none).
category() - Method in class edu.stanford.nlp.trees.Category
 
Category() - Constructor for class edu.stanford.nlp.trees.Category
Constructs a Category object.
Category(Label) - Constructor for class edu.stanford.nlp.trees.Category
Creates a new category whose category value is the value of any class that supports the Label interface.
Category(String) - Constructor for class edu.stanford.nlp.trees.Category
Constructs a Category object.
CategoryWordTag - class edu.stanford.nlp.trees.CategoryWordTag.
A CategoryWordTag object acts as a complex Label which contains a category, a head word, and a tag.
CategoryWordTag() - Constructor for class edu.stanford.nlp.trees.CategoryWordTag
 
CategoryWordTag(Label) - Constructor for class edu.stanford.nlp.trees.CategoryWordTag
Creates a new CategoryWordTag label from an existing label.
CategoryWordTag(String) - Constructor for class edu.stanford.nlp.trees.CategoryWordTag
This one argument constructor sets just the value.
CategoryWordTag(String, String, String) - Constructor for class edu.stanford.nlp.trees.CategoryWordTag
 
CategoryWordTagFactory - class edu.stanford.nlp.trees.CategoryWordTagFactory.
A CategoryWordTagFactory is a factory that makes a Label which is a CategoryWordTag triplet.
CategoryWordTagFactory() - Constructor for class edu.stanford.nlp.trees.CategoryWordTagFactory
 
children() - Method in class edu.stanford.nlp.trees.SimpleTree
Returns an array of children for the current node, or null if it is a leaf.
children() - Method in class edu.stanford.nlp.trees.LabeledScoredTreeNode
Returns an array of children for the current node, or null if it is a leaf.
children() - Method in class edu.stanford.nlp.trees.LabeledScoredTreeLeaf
Leaves have no children.
children() - Method in class edu.stanford.nlp.trees.Tree
Returns an array of children for the current node.
childrenNamesSpi() - Method in class edu.stanford.nlp.util.DisabledPreferences
 
childSpi(String) - Method in class edu.stanford.nlp.util.DisabledPreferences
 
ChineseCollinizer - class edu.stanford.nlp.trees.ChineseCollinizer.
Performs collinization operations on Chinese trees similar to those for English Namely: strips all functional & automatically-added tags strips all punctuation merges PRN and ADVP eliminates ROOT (note that there are a few non-unary ROOT nodes; these are not eliminated)
ChineseCollinizer() - Constructor for class edu.stanford.nlp.trees.ChineseCollinizer
 
ChineseCollinizer(boolean) - Constructor for class edu.stanford.nlp.trees.ChineseCollinizer
 
chineseColonAcceptFilter() - Static method in class edu.stanford.nlp.trees.ChineseTreebankLanguagePack
 
chineseCommaAcceptFilter() - Static method in class edu.stanford.nlp.trees.ChineseTreebankLanguagePack
 
chineseDashAcceptFilter() - Static method in class edu.stanford.nlp.trees.ChineseTreebankLanguagePack
 
chineseDouHaoAcceptFilter() - Static method in class edu.stanford.nlp.trees.ChineseTreebankLanguagePack
 
chineseEndSentenceAcceptFilter() - Static method in class edu.stanford.nlp.trees.ChineseTreebankLanguagePack
 
ChineseHeadFinder - class edu.stanford.nlp.trees.ChineseHeadFinder.
HeadFinder for the Penn Chinese Treebank.
ChineseHeadFinder() - Constructor for class edu.stanford.nlp.trees.ChineseHeadFinder
 
ChineseHeadFinder(TreebankLanguagePack) - Constructor for class edu.stanford.nlp.trees.ChineseHeadFinder
 
chineseLeftParenthesisAcceptFilter() - Static method in class edu.stanford.nlp.trees.ChineseTreebankLanguagePack
 
chineseLeftQuoteMarkAcceptFilter() - Static method in class edu.stanford.nlp.trees.ChineseTreebankLanguagePack
 
chineseOtherAcceptFilter() - Static method in class edu.stanford.nlp.trees.ChineseTreebankLanguagePack
 
chineseParenthesisAcceptFilter() - Static method in class edu.stanford.nlp.trees.ChineseTreebankLanguagePack
 
chineseQuoteMarkAcceptFilter() - Static method in class edu.stanford.nlp.trees.ChineseTreebankLanguagePack
 
chineseRightParenthesisAcceptFilter() - Static method in class edu.stanford.nlp.trees.ChineseTreebankLanguagePack
 
chineseRightQuoteMarkAcceptFilter() - Static method in class edu.stanford.nlp.trees.ChineseTreebankLanguagePack
 
chineseSelectiveTagPA - Static variable in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
 
chineseSplitDouHao - Static variable in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
Chinese: Split the dou hao (a punctuation mark separating members of a list) from other punctuation.
chineseSplitPunct - Static variable in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
Chinese: split Chinese punctuation several ways, along the lines of English punctuation plus another category for the dou hao.
chineseSplitPunctLR - Static variable in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
Chinese: split left right/paren quote (if chineseSplitPunct is also true.
chineseSplitVP3 - Static variable in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
Chinese: split VPs into VP-COMP, VP-CRD, VP-ADJ.
ChineseTreebankLanguagePack - class edu.stanford.nlp.trees.ChineseTreebankLanguagePack.
Language pack for Chinese treebank.
ChineseTreebankLanguagePack() - Constructor for class edu.stanford.nlp.trees.ChineseTreebankLanguagePack
 
ChineseTreebankParserParams - class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams.
Parameter file for parsing the Penn Chinese Treebank.
ChineseTreebankParserParams() - Constructor for class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
 
ChineseUnknownWordModel - class edu.stanford.nlp.parser.lexparser.ChineseUnknownWordModel.
Stores, trains, and scores with an unknown word model.
ChineseUnknownWordModel() - Constructor for class edu.stanford.nlp.parser.lexparser.ChineseUnknownWordModel
 
chineseVerySelectiveTagPA - Static variable in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
 
chiSquare2by2(int, int, int, int) - Static method in class edu.stanford.nlp.math.SloppyMath
Find a 2x2 chi-square value.
CHTBTokenizer - class edu.stanford.nlp.trees.international.CHTBTokenizer.
A simple tokenizer for tokenizing Penn Chinese Treebank files.
CHTBTokenizer(Reader) - Constructor for class edu.stanford.nlp.trees.international.CHTBTokenizer
Constructs a new tokenizer from a Reader.
cleanUpLabel(String) - Method in class edu.stanford.nlp.trees.SbjRetainingTreeNormalizer
Remove things like hyphened functional tags and equals from the end of a node label.
cleanUpLabel(String) - Method in class edu.stanford.nlp.trees.NegraTreeNormalizer
Remove things like hyphened functional tags and equals from the end of a node label.
cleanUpLabel(String) - Method in class edu.stanford.nlp.trees.NPTmpRetainingTreeNormalizer
Remove things like hyphened functional tags and equals from the end of a node label.
cleanUpLabel(String) - Method in class edu.stanford.nlp.trees.BobChrisTreeNormalizer
Remove things like hyphened functional tags and equals from the end of a node label.
clear() - Method in class edu.stanford.nlp.trees.MemoryTreebank
Empty a Treebank.
clear() - Method in class edu.stanford.nlp.trees.Treebank
Empty a Treebank.
clear() - Method in class edu.stanford.nlp.trees.DiskTreebank
Empty a Treebank.
clear() - Method in class edu.stanford.nlp.trees.MemorySentencebank
Empty a Sentencebank.
clear() - Method in class edu.stanford.nlp.trees.Sentencebank
Empty a Sentencebank.
clear() - Method in class edu.stanford.nlp.trees.DiskSentencebank
Empty a Sentencebank.
clear() - Method in class edu.stanford.nlp.util.Counter
Removes all counts from this Counter.
clear() - Method in class edu.stanford.nlp.util.ArrayHeap
Clears the heap.
close() - Method in class edu.stanford.nlp.trees.PennTreeReader
Close the Reader behind this TreeReader.
close() - Method in class edu.stanford.nlp.trees.SentenceReader
Close the Reader behind this SentenceReader.
close() - Method in interface edu.stanford.nlp.trees.TreeReader
Close the Reader behind this TreeReader.
close() - Static method in class edu.stanford.nlp.util.Dbg
 
collectionAcceptFilter(Collection) - Static method in class edu.stanford.nlp.util.Filters
The collectionAcceptFilter accepts a certain collection.
collectionAcceptFilter(Object[]) - Static method in class edu.stanford.nlp.util.Filters
The collectionAcceptFilter accepts a certain collection.
collectionRejectFilter(Collection) - Static method in class edu.stanford.nlp.util.Filters
The collectionRejectFilter rejects a certain collection.
collectionRejectFilter(Object[]) - Static method in class edu.stanford.nlp.util.Filters
The collectionRejectFilter rejects a certain collection.
CollectionUtils - class edu.stanford.nlp.util.CollectionUtils.
Collection of useful static methods for working with Collections.
collinizer() - Method in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams
the tree transformer used to produce trees for evaluation.
collinizer() - Method in interface edu.stanford.nlp.parser.lexparser.TreebankLangParserParams
the tree transformer used to produce trees for evaluation.
collinizer() - Method in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
the tree transformer used to produce trees for evaluation.
collinizerEvalb() - Method in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams
 
collinizerEvalb() - Method in interface edu.stanford.nlp.parser.lexparser.TreebankLangParserParams
 
collinizerEvalb() - Method in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
 
CollinsHeadFinder - class edu.stanford.nlp.trees.CollinsHeadFinder.
Implements the HeadFinder found in Michael Collins' 1999 thesis.
CollinsHeadFinder() - Constructor for class edu.stanford.nlp.trees.CollinsHeadFinder
 
CollinsHeadFinder(TreebankLanguagePack) - Constructor for class edu.stanford.nlp.trees.CollinsHeadFinder
 
CollinsSemanticHeadFinder - class edu.stanford.nlp.trees.CollinsSemanticHeadFinder.
Implements a 'semantic head' variant of the the HeadFinder found in Michael Collins' 1999 thesis.
CollinsSemanticHeadFinder() - Constructor for class edu.stanford.nlp.trees.CollinsSemanticHeadFinder
 
comparator() - Method in class edu.stanford.nlp.util.Counter
Comparator that sorts objects by (increasing) count.
comparator(boolean) - Method in class edu.stanford.nlp.util.Counter
Returns a comparator suitable for sorting this Counter's keys or entries by their respective counts.
compare(Object, Object) - Method in class edu.stanford.nlp.trees.TreeLengthComparator
Compare the two objects.
compare(Object, Object) - Method in class edu.stanford.nlp.util.ScoredComparator
 
compare(Object, Object) - Method in class edu.stanford.nlp.util.EntryValueComparator
Compares the values of the two given Map.Entry objects in the given order.
compareTo(MutableInteger) - Method in class edu.stanford.nlp.util.MutableInteger
Compares two MutableInteger objects numerically.
compareTo(Object) - Method in class edu.stanford.nlp.trees.WordTag
Implementation of comparison for Label.
compareTo(Object) - Method in class edu.stanford.nlp.trees.Constituent
Implementation of comparison for Comparable interface.
compareTo(Object) - Method in interface edu.stanford.nlp.trees.Label
Implementation of comparison for Label.
compareTo(Object) - Method in class edu.stanford.nlp.trees.AbstractLabel
Implementation of comparison for Label.
compareTo(Object) - Method in class edu.stanford.nlp.util.Pair
Compares this Pair to another object.
compareTo(Object) - Method in class edu.stanford.nlp.util.MutableInteger
Compares this MutableInteger object to another object.
Constituent - class edu.stanford.nlp.trees.Constituent.
A Constituent object defines a generic edge in a graph.
Constituent() - Constructor for class edu.stanford.nlp.trees.Constituent
 
ConstituentFactory - interface edu.stanford.nlp.trees.ConstituentFactory.
A ConstituentFactory is a factory for creating objects of class Constituent, or some descendent class.
constituentFactory() - Method in class edu.stanford.nlp.trees.LabeledScoredConstituent
Return a factory for this kind of constituent.
constituentFactory() - Method in class edu.stanford.nlp.trees.SimpleConstituent
Return a factory for this kind of constituent.
constituentFactory() - Method in class edu.stanford.nlp.trees.LabeledConstituent
Return a factory for this kind of constituent.
constituentFactory() - Method in class edu.stanford.nlp.trees.Span
Return a factory for this kind of constituent.
constituents() - Method in class edu.stanford.nlp.trees.Tree
Returns the Constituents generated by the parse tree.
constituents(ConstituentFactory) - Method in class edu.stanford.nlp.trees.Tree
Returns the Constituents generated by the parse tree.
contains(Constituent) - Method in class edu.stanford.nlp.trees.Constituent
Detects whether this constituent contains a constituent, that is whether they are nested.
contains(Object) - Method in class edu.stanford.nlp.util.Index
 
contains(String) - Method in class edu.stanford.nlp.process.StopList
Returns true if the word is in the stoplist.
contains(Word) - Method in class edu.stanford.nlp.process.StopList
Returns true if the word is in the stoplist.
copyFile(File, File) - Static method in class edu.stanford.nlp.io.FileCopier
Copies the contents of the given input file to the given output file.
Counter - class edu.stanford.nlp.util.Counter.
Specialized Map for storing numeric counts for objects.
Counter() - Constructor for class edu.stanford.nlp.util.Counter
Constructs a new (empty) Counter.
Counter(Map) - Constructor for class edu.stanford.nlp.util.Counter
Constructs a new Counter with the contents of the given Map.
countOf(Object) - Method in class edu.stanford.nlp.util.Counter
Deprecated. use getCount instead.
cross(Set, Set) - Static method in class edu.stanford.nlp.util.Sets
returns the set cross product of s1 and s2, as Pairs
crosses(Collection) - Method in class edu.stanford.nlp.trees.Constituent
Detects whether this constituent overlaps any of a Collection of Constituents without nesting, that is, whether it "crosses" any of them.
crosses(Constituent) - Method in class edu.stanford.nlp.trees.Constituent
Detects whether this constituent overlaps a constituent without nesting, that is, whether they "cross".
ctrlSubjTransformedBobChris() - Static method in class edu.stanford.nlp.trees.TreeNormalizers
 
CUTOFFS - Static variable in class edu.stanford.nlp.parser.lexparser.SisterAnnotationStats
Minimum support * KL to be included in output and as feature
CUTOFFS - Static variable in class edu.stanford.nlp.parser.lexparser.ParentAnnotationStats
Minimum support * KL to be included in output and as feature

D

DanBobChrisTreeNormalizer - class edu.stanford.nlp.trees.DanBobChrisTreeNormalizer.
Normalizes trees roughly the way used in Manning and Carpenter 1997.
DanBobChrisTreeNormalizer() - Constructor for class edu.stanford.nlp.trees.DanBobChrisTreeNormalizer
 
Datum - interface edu.stanford.nlp.dbm.Datum.
Interface for Objects which can be described by their features.
Dbg - class edu.stanford.nlp.util.Dbg.
This class now combines two sets of debugging calls: Chris': Centralize the debugging print-outs, and make them more efficient when turned off at runtime.
Dbg() - Constructor for class edu.stanford.nlp.util.Dbg
 
decreaseKey(Object) - Method in class edu.stanford.nlp.util.ScoredPriorityAgenda
 
decreaseKey(Object) - Method in interface edu.stanford.nlp.util.Heap
Raises the priority of an object in the heap.
decreaseKey(Object) - Method in class edu.stanford.nlp.util.ArrayHeap
Changes the position of an element o in the heap based on a change in the ordering of o.
decrementCount(Object) - Method in class edu.stanford.nlp.util.Counter
Subtracts 1.0 from the count for the given key.
decrementCount(Object, double) - Method in class edu.stanford.nlp.util.Counter
Subtracts the given count from the current count for the given key.
decrementCounts(Collection) - Method in class edu.stanford.nlp.util.Counter
Subtracts 1.0 from the counts of each of the given keys.
decrementCounts(Collection, double) - Method in class edu.stanford.nlp.util.Counter
Subtracts the given count from the current counts for each of the given keys.
deepCopy() - Method in class edu.stanford.nlp.trees.Tree
Create a deep copy of the tree.
deepCopy(TreeFactory) - Method in class edu.stanford.nlp.trees.Tree
Create a deep copy of the tree.
DEFAULT_ENCODING - Static variable in interface edu.stanford.nlp.trees.TreebankLanguagePack
Use this as the default encoding for Readers and Writers of Treebank data.
DEFAULT_ENCODING - Static variable in class edu.stanford.nlp.trees.AbstractTreebankLanguagePack
Use this as the default encoding for Readers and Writers of Treebank data.
delims - Static variable in class edu.stanford.nlp.process.SimpleTokenizer
Word delimiter characters used to tokenize text: " \t\n"
dependencies() - Method in class edu.stanford.nlp.trees.Tree
Return a set of Word-Word dependencies, represented as edu.stanford.nlp.util.Pair objects (where the first() is the head) for the Tree.
dependencies(Filter) - Method in class edu.stanford.nlp.trees.Tree
Return a set of Word-Word dependencies, represented as Pair objects (where the first() is the head) for the Tree.
dependencies(Filter, HeadFinder) - Method in class edu.stanford.nlp.trees.Tree
Return a set of Word-Word dependencies, represented as Pair objects (where the first() is the head) for the Tree.
dependencies(HeadFinder) - Method in class edu.stanford.nlp.trees.Tree
Return a set of Word-Word dependencies, represented as Pair objects (where the first() is the head) for the Tree.
depth() - Method in class edu.stanford.nlp.trees.Tree
Finds the depth of the tree.
DESCENDING - Static variable in class edu.stanford.nlp.util.ScoredComparator
 
DESCENDING_COMPARATOR - Static variable in class edu.stanford.nlp.util.ScoredComparator
 
deserializeParser(String) - Static method in class edu.stanford.nlp.parser.lexparser.LexicalizedParser
 
determineHead(Tree) - Method in class edu.stanford.nlp.trees.ModCollinsHeadFinder
Determine which daughter of the current parse tree is the head.
determineHead(Tree) - Method in class edu.stanford.nlp.trees.LeftHeadFinder
 
determineHead(Tree) - Method in class edu.stanford.nlp.trees.CollinsSemanticHeadFinder
Determine which daughter of the current parse tree is the head.
determineHead(Tree) - Method in class edu.stanford.nlp.trees.CollinsHeadFinder
Determine which daughter of the current parse tree is the head.
determineHead(Tree) - Method in class edu.stanford.nlp.trees.ChineseHeadFinder
Determine which daughter of the current parse tree is the head.
determineHead(Tree) - Method in interface edu.stanford.nlp.trees.HeadFinder
Determine which daughter of the current parse tree is the head.
diff(Set, Set) - Static method in class edu.stanford.nlp.util.Sets
set difference s1 - s2
DisabledPreferences - class edu.stanford.nlp.util.DisabledPreferences.
A do-nothing Preferences implementation so that we can avoid the hassles of the JVM Preference implementations.
DisabledPreferences() - Constructor for class edu.stanford.nlp.util.DisabledPreferences
 
DisabledPreferencesFactory - class edu.stanford.nlp.util.DisabledPreferencesFactory.
Returns do-nothing Preferences implementation.
DisabledPreferencesFactory() - Constructor for class edu.stanford.nlp.util.DisabledPreferencesFactory
 
DisjointSet - interface edu.stanford.nlp.util.DisjointSet.
Disjoint Set: It's the disjoint set interface.
DiskSentencebank - class edu.stanford.nlp.trees.DiskSentencebank.
A DiskSentencebank object stores merely the information to get at a corpus of sentences that is stored on disk.
DiskSentencebank() - Constructor for class edu.stanford.nlp.trees.DiskSentencebank
Create a new DiskSentencebank.
DiskSentencebank(int) - Constructor for class edu.stanford.nlp.trees.DiskSentencebank
Create a new Sentencebank.
DiskSentencebank(int, SentenceReaderFactory) - Constructor for class edu.stanford.nlp.trees.DiskSentencebank
Create a new Sentencebank.
DiskSentencebank(SentenceReaderFactory) - Constructor for class edu.stanford.nlp.trees.DiskSentencebank
Create a new DiskSentencebank.
DiskTreebank - class edu.stanford.nlp.trees.DiskTreebank.
A DiskTreebank object stores merely the information to get at a corpus of trees that is stored on disk.
DiskTreebank() - Constructor for class edu.stanford.nlp.trees.DiskTreebank
Create a new DiskTreebank.
DiskTreebank(int) - Constructor for class edu.stanford.nlp.trees.DiskTreebank
Create a new Treebank.
DiskTreebank(int, TreeReaderFactory) - Constructor for class edu.stanford.nlp.trees.DiskTreebank
Create a new Treebank.
DiskTreebank(String) - Constructor for class edu.stanford.nlp.trees.DiskTreebank
Create a new tree bank, set the encoding for file access.
DiskTreebank(TreeReaderFactory) - Constructor for class edu.stanford.nlp.trees.DiskTreebank
Create a new DiskTreebank.
DiskTreebank(TreeReaderFactory, String) - Constructor for class edu.stanford.nlp.trees.DiskTreebank
Create a new DiskTreebank.
display() - Method in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams
 
display() - Method in interface edu.stanford.nlp.parser.lexparser.TreebankLangParserParams
display language-specific settings
display() - Method in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
 
DO_TAGS - Static variable in class edu.stanford.nlp.parser.lexparser.SisterAnnotationStats
 
DO_TAGS - Static variable in class edu.stanford.nlp.parser.lexparser.ParentAnnotationStats
 
Document - interface edu.stanford.nlp.dbm.Document.
Represents a text document as a list of Words with a title.
DocumentProcessor - class edu.stanford.nlp.process.DocumentProcessor.
Processor that takes an Appliable and applies to every element in the input Document.
DocumentProcessor() - Constructor for class edu.stanford.nlp.process.DocumentProcessor
Does nothing but allows subclasses with empty constructor.
DocumentProcessor(Appliable) - Constructor for class edu.stanford.nlp.process.DocumentProcessor
Instantiates a new DocumentProcessor for a given Appliable
DocumentReader - class edu.stanford.nlp.dbm.DocumentReader.
Basic mechanism for reading in Documents from various input sources.
DocumentReader() - Constructor for class edu.stanford.nlp.dbm.DocumentReader
Constructs a new DocumentReader without an initial input source.
DocumentReader(Reader) - Constructor for class edu.stanford.nlp.dbm.DocumentReader
Constructs a new DocumentReader using a PTBTokenizer and keeps the original text.
DocumentReader(Reader, Tokenizer, boolean) - Constructor for class edu.stanford.nlp.dbm.DocumentReader
Constructs a new DocumentReader that will read text from the given Reader and tokenize it into words using the given Tokenizer.
doubleValue() - Method in class edu.stanford.nlp.util.MutableInteger
 
DummyTokenizer - class edu.stanford.nlp.process.DummyTokenizer.
Tokenizer implementation that conforms to the Penn Treebank tokenization conventions.
DummyTokenizer() - Constructor for class edu.stanford.nlp.process.DummyTokenizer
 
DummyTokenizer(Reader) - Constructor for class edu.stanford.nlp.process.DummyTokenizer
Constructs a new DummyTokenizer that treats carriage returns as normal whitespace.
dump() - Method in class edu.stanford.nlp.util.ArrayHeap
 

E

edu.stanford.nlp.dbm - package edu.stanford.nlp.dbm
 
edu.stanford.nlp.io - package edu.stanford.nlp.io
A few classes that augment the java.io package in useful ways for our applications.
edu.stanford.nlp.io.ui - package edu.stanford.nlp.io.ui
UI components for i/o operations.
edu.stanford.nlp.math - package edu.stanford.nlp.math
 
edu.stanford.nlp.parser - package edu.stanford.nlp.parser
This package contains a few simple interfaces for the parsers in the various subpackages.
edu.stanford.nlp.parser.lexparser - package edu.stanford.nlp.parser.lexparser
This package contains implementations of three parsers for natural language text.
edu.stanford.nlp.parser.ui - package edu.stanford.nlp.parser.ui
This package contains graphical user interface components for parsing sentences with parser created using lexparser.LexicalizedParser.
edu.stanford.nlp.process - package edu.stanford.nlp.process
Contains classes for processing documents.
edu.stanford.nlp.trees - package edu.stanford.nlp.trees
A package for (NLP) trees, sentences, and similar things.
edu.stanford.nlp.trees.international - package edu.stanford.nlp.trees.international
Classes for character set conversion and Unicode-based tokenization.
edu.stanford.nlp.util - package edu.stanford.nlp.util
A collection of useful general-purpose utility classes.
elements - Variable in class edu.stanford.nlp.util.Beam
 
EMPTY - Static variable in class edu.stanford.nlp.trees.Word
Word representation of an empty.
EMPTYSTRING - Static variable in class edu.stanford.nlp.trees.Category
The empty category.
EMPTYSTRING - Static variable in class edu.stanford.nlp.trees.Word
String representation of an empty.
ENCODING - Static variable in class edu.stanford.nlp.trees.ChineseTreebankLanguagePack
 
EncodingPrintWriter - class edu.stanford.nlp.io.EncodingPrintWriter.
a convenience IO class with print and println statements to standard output and standard error allowing encoding in an arbitrary character set.
EncodingPrintWriter.err - class edu.stanford.nlp.io.EncodingPrintWriter.err.
Print methods wrapped around System.err
EncodingPrintWriter.err() - Constructor for class edu.stanford.nlp.io.EncodingPrintWriter.err
 
EncodingPrintWriter.out - class edu.stanford.nlp.io.EncodingPrintWriter.out.
Print methods wrapped around System.out
EncodingPrintWriter.out() - Constructor for class edu.stanford.nlp.io.EncodingPrintWriter.out
 
EncodingPrintWriter() - Constructor for class edu.stanford.nlp.io.EncodingPrintWriter
 
end() - Method in class edu.stanford.nlp.trees.SimpleConstituent
access end node.
end() - Method in class edu.stanford.nlp.trees.Constituent
access end node.
endSentenceToken(String, String, String) - Method in class edu.stanford.nlp.trees.PennSentenceNormalizer
Returns true if this token represents the end of a sentence.
endSentenceToken(String, String, String) - Method in class edu.stanford.nlp.trees.SentenceNormalizer
Returns true if this token represents the end of a sentence.
endTime() - Static method in class edu.stanford.nlp.util.Timing
Print how long the timed operation took.
endTime(String) - Static method in class edu.stanford.nlp.util.Timing
Print how long the timed operation took to System.err.
endTime(String, PrintStream) - Static method in class edu.stanford.nlp.util.Timing
Print how long the timed operation took.
EnglishTreebankParserParams - class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams.
Parser parameters for the Penn English Treebank (WSJ, Brown, Switchboard)
EnglishTreebankParserParams() - Constructor for class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams
 
entropy() - Method in class edu.stanford.nlp.util.Counter
Calculates the entropy of this counter (in bits).
entrySet() - Method in class edu.stanford.nlp.util.ArrayMap
 
EntryValueComparator - class edu.stanford.nlp.util.EntryValueComparator.
Comparator for values of Map entries.
EntryValueComparator() - Constructor for class edu.stanford.nlp.util.EntryValueComparator
Constructs a new EntryValueComparator using ascending (normal) order that works on Map.Entry objects.
EntryValueComparator(boolean) - Constructor for class edu.stanford.nlp.util.EntryValueComparator
Constructs a new EntryValueComparator that will sort in the given order and works on Map.Entry objects.
EntryValueComparator(Map) - Constructor for class edu.stanford.nlp.util.EntryValueComparator
Constructs a new EntryValueComparator that will sort keys for the given Map in ascending (normal) order.
EntryValueComparator(Map, boolean) - Constructor for class edu.stanford.nlp.util.EntryValueComparator
Constructs a new EmptyValueComparator to sort keys or entries of the given map in the given order.
eolIsSentenceEnd() - Method in class edu.stanford.nlp.trees.OnePerLineSentenceNormalizer
This function can be checked by a SentenceReader so as to know whether an end-of-line is always to be treated as an end-of-sentence.
eolIsSentenceEnd() - Method in class edu.stanford.nlp.trees.SentenceNormalizer
This function can be checked by a SentenceReader so as to know whether an end-of-line is always to be treated as an end-of-sentence.
equals(Object) - Method in class edu.stanford.nlp.trees.WordTag
Equality is satisfied only if the compared object is a WordTag and has String-equal word and tag fields.
equals(Object) - Method in class edu.stanford.nlp.trees.Constituent
Compare with another Object for equality.
equals(Object) - Method in class edu.stanford.nlp.trees.AbstractLabel
Equality for Labels is defined in the first instance as equality of their String value().
equals(Object) - Method in class edu.stanford.nlp.util.UnorderedPair
 
equals(Object) - Method in class edu.stanford.nlp.util.ScoredComparator
 
equals(Object) - Method in class edu.stanford.nlp.util.Pair
 
equals(Object) - Method in class edu.stanford.nlp.util.MutableInteger
Compares this object to the specified object.
equals(Object) - Method in class edu.stanford.nlp.util.ArrayMap
 
equals(Span) - Method in class edu.stanford.nlp.trees.Span
An overloading for efficiency for when you know that you're comparing with a Span.
ERROR - Static variable in class edu.stanford.nlp.util.Dbg
 
evalBIgnoredPunctuationTagAcceptFilter() - Method in interface edu.stanford.nlp.trees.TreebankLanguagePack
Returns a filter that accepts a String that is a punctuation tag that should be ignored by EVALB-style evaluation, and rejects everything else.
evalBIgnoredPunctuationTagAcceptFilter() - Method in class edu.stanford.nlp.trees.AbstractTreebankLanguagePack
Returns a filter that accepts a String that is a punctuation tag that should be ignored by EVALB-style evaluation, and rejects everything else.
evalBIgnoredPunctuationTags() - Method in class edu.stanford.nlp.trees.PennTreebankLanguagePack
Returns a String array of punctuation tags that EVALB-style evaluation should ignore for this treebank/language.
evalBIgnoredPunctuationTags() - Method in interface edu.stanford.nlp.trees.TreebankLanguagePack
Returns a String array of punctuation tags that EVALB-style evaluation should ignore for this treebank/language.
evalBIgnoredPunctuationTags() - Method in class edu.stanford.nlp.trees.AbstractTreebankLanguagePack
Returns a String array of punctuation tags that EVALB-style evaluation should ignore for this treebank/language.
exactlyN(Object, int) - Static method in class edu.stanford.nlp.util.StringUtils
Pad or trim the toString value of the given Object.
exactlyN(String, int) - Static method in class edu.stanford.nlp.util.StringUtils
Pad or trim so as to produce a string of exactly a certain length.
ExtensionFileFilter - class edu.stanford.nlp.io.ExtensionFileFilter.
Implements a file filter that uses file extensions to filter files.
ExtensionFileFilter(String) - Constructor for class edu.stanford.nlp.io.ExtensionFileFilter
Sets up an extension file filter that will recurse into sub directories.
ExtensionFileFilter(String, boolean) - Constructor for class edu.stanford.nlp.io.ExtensionFileFilter
Sets up Extension file filter by specifying an extension to accept (currently only 1) and whether to also display folders for recursive search.
extractMin() - Method in interface edu.stanford.nlp.util.Heap
Returns the minimum object, then removes that object from the heap.
extractMin() - Method in class edu.stanford.nlp.util.ArrayHeap
Finds the object with the minimum key, removes it from the heap, and returns it.

F

FactoredParser - class edu.stanford.nlp.parser.lexparser.FactoredParser.
 
factory() - Static method in class edu.stanford.nlp.trees.WordTag
Return a factory for this kind of label.
factory() - Static method in class edu.stanford.nlp.trees.TaggedWord
Return a factory for this kind of label.
factory() - Static method in class edu.stanford.nlp.trees.SimpleTree
Return a TreeFactory that produces trees of the SimpleTree type.
factory() - Static method in class edu.stanford.nlp.trees.NullLabel
Return a factory for this kind of label.
factory() - Static method in class edu.stanford.nlp.trees.LabeledScoredTreeNode
Return a TreeFactory that produces trees of the LabeledScoredTree{Node|Leaf} type.
factory() - Static method in class edu.stanford.nlp.trees.LabeledScoredTreeLeaf
Return a TreeFactory that produces trees of the LabeledScoredTree{Node|Leaf} type.
factory() - Static method in class edu.stanford.nlp.trees.LabeledScoredConstituent
Return a factory for this kind of constituent.
factory() - Static method in class edu.stanford.nlp.trees.Tag
Return a factory for this kind of label (i.e., Tag).
factory() - Static method in class edu.stanford.nlp.trees.SimpleConstituent
Return a factory for this kind of constituent.
factory() - Static method in class edu.stanford.nlp.trees.LabeledConstituent
Return a factory for this kind of constituent.
factory() - Static method in class edu.stanford.nlp.trees.Span
Return a factory for this kind of constituent.
factory() - Static method in class edu.stanford.nlp.trees.CategoryWordTag
Return a factory for this kind of label
factory() - Static method in class edu.stanford.nlp.trees.Category
Return a factory for this kind of label (i.e., Category).
factory() - Static method in class edu.stanford.nlp.trees.StringLabel
Return a factory for this kind of label.
factory() - Static method in class edu.stanford.nlp.trees.Word
Return a factory for this kind of label.
factory(LabelFactory) - Static method in class edu.stanford.nlp.trees.LabeledScoredTreeNode
Return a TreeFactory that produces trees of the LabeledScoredTree{Node|Leaf} type, with the Label made with the supplied LabelFactory.
factory(LabelFactory) - Static method in class edu.stanford.nlp.trees.LabeledScoredTreeLeaf
Return a TreeFactory that produces trees of the LabeledScoredTree{Node|Leaf} type, with the Label made with the supplied LabelFactory.
FastDisjointSet - class edu.stanford.nlp.util.FastDisjointSet.
Fast Disjoint Set Disjoint forest with path compression and union-by-rank.
FastDisjointSet(Set) - Constructor for class edu.stanford.nlp.util.FastDisjointSet
 
Feature - interface edu.stanford.nlp.process.Feature.
This provides an interface for a feature that can be used to define a partition over the space of possible unseen words.
FeatureValue - interface edu.stanford.nlp.process.FeatureValue.
This defines an interface for the set of possible values that a Feature can assume.
Featurizable - interface edu.stanford.nlp.dbm.Featurizable.
Interface for Objects that can be described by their features.
FileArrayList - class edu.stanford.nlp.io.FileArrayList.
A FileArrayList maintains a collection of Files.
FileArrayList() - Constructor for class edu.stanford.nlp.io.FileArrayList
Creates an empty FileArrayList, with no Files in it.
FileArrayList(Collection) - Constructor for class edu.stanford.nlp.io.FileArrayList
Creates a FileArrayList from the passed in Collection.
FileArrayList(Collection, FileFilter) - Constructor for class edu.stanford.nlp.io.FileArrayList
Creates a FileArrayList from the passed in Collection.
FileArrayList(Collection, FileFilter, boolean) - Constructor for class edu.stanford.nlp.io.FileArrayList
Creates a FileArrayList from the passed in Collection.
FileArrayList(Collection, String, boolean) - Constructor for class edu.stanford.nlp.io.FileArrayList
Creates a FileArrayList from the passed in Collection.
FileArrayList(File, File) - Constructor for class edu.stanford.nlp.io.FileArrayList
Creates a FileArrayList of all the files listed in splitFile.
FileArrayList(File, String, boolean) - Constructor for class edu.stanford.nlp.io.FileArrayList
Creates a FileArrayList from the passed in File path.
FileCopier - class edu.stanford.nlp.io.FileCopier.
Static class for copying Files (oddly not supported by java.io.File).
fileNameClean(String) - Static method in class edu.stanford.nlp.util.StringUtils
Returns a "clean" version of the given filename in which spaces have been converted to dashes and all non-alphaneumeric chars are underscores.
FilePathProcessor - class edu.stanford.nlp.util.FilePathProcessor.
The FilePathProcessor traverses a directory structure and applies the processFile method to files meeting some criterion.
FilePathProcessor() - Constructor for class edu.stanford.nlp.util.FilePathProcessor
 
FileProcessor - interface edu.stanford.nlp.util.FileProcessor.
Interface for a Visitor pattern for Files.
FileSequentialCollection - class edu.stanford.nlp.io.FileSequentialCollection.
A FileSequentialCollection maintains a read-only collection of Files.
FileSequentialCollection() - Constructor for class edu.stanford.nlp.io.FileSequentialCollection
Creates an empty FileSequentialCollection, with no Files in it.
FileSequentialCollection(Collection) - Constructor for class edu.stanford.nlp.io.FileSequentialCollection
Creates a FileSequentialCollection from the passed in Collection.
FileSequentialCollection(Collection, FileFilter) - Constructor for class edu.stanford.nlp.io.FileSequentialCollection
Creates a FileSequentialCollection from the passed in Collection.
FileSequentialCollection(Collection, FileFilter, boolean) - Constructor for class edu.stanford.nlp.io.FileSequentialCollection
Creates a FileSequentialCollection from the passed in Collection.
FileSequentialCollection(Collection, String, boolean) - Constructor for class edu.stanford.nlp.io.FileSequentialCollection
Creates a FileSequentialCollection from the passed in Collection.
FileSequentialCollection(File, String, boolean) - Constructor for class edu.stanford.nlp.io.FileSequentialCollection
Creates a FileSequentialCollection from the passed in File path.
Filter - interface edu.stanford.nlp.util.Filter.
Filter is an interface for predicate objects which respond to the accept method.
filter(Object[], Filter) - Static method in class edu.stanford.nlp.util.Filters
Applies the given filter to each of the given elems, and returns the list of elems that were accepted.
Filters - class edu.stanford.nlp.util.Filters.
Filters contains some simple implementations of the Filter interface.
find(Object) - Method in class edu.stanford.nlp.util.FastDisjointSet
 
find(Object) - Method in interface edu.stanford.nlp.util.DisjointSet
 
find(String, String) - Static method in class edu.stanford.nlp.util.StringUtils
Say whether this regular expression can be found inside this String.
first - Variable in class edu.stanford.nlp.util.Pair
Direct access is deprecated.
first() - Method in class edu.stanford.nlp.util.Pair
 
firstChild() - Method in class edu.stanford.nlp.trees.Tree
Returns the first child of a tree, or null if none.
FIVE - Static variable in class edu.stanford.nlp.util.Dbg
 
flatten() - Method in class edu.stanford.nlp.trees.Tree
Return a flattened version of a tree.
flatten(TreeFactory) - Method in class edu.stanford.nlp.trees.Tree
Return a flattened version of a tree.
floatValue() - Method in class edu.stanford.nlp.util.MutableInteger
 
flushSpi() - Method in class edu.stanford.nlp.util.DisabledPreferences
 
follow() - Method in class edu.stanford.nlp.trees.WeightedFollowedTaggedWord
 
follow() - Method in interface edu.stanford.nlp.trees.HasFollow
Return the follow value of the label (or null if none).
FOUR - Static variable in class edu.stanford.nlp.util.Dbg
 

G

get(int) - Method in class edu.stanford.nlp.trees.MemoryTreebank
Get a tree by index from the Treebank.
get(int) - Method in class edu.stanford.nlp.trees.MemorySentencebank
Get a sentence by index from the Sentencebank.
get(int) - Method in class edu.stanford.nlp.util.Index
 
get(Object) - Method in class edu.stanford.nlp.util.ArrayMap
 
getBestDependencyParse() - Method in class edu.stanford.nlp.parser.lexparser.LexicalizedParser
 
getBestParse() - Method in class edu.stanford.nlp.parser.lexparser.LexicalizedParser
Return the best parse of the sentence most recently parsed.
getBestParse() - Method in interface edu.stanford.nlp.parser.ViterbiParser
Returns a best parse of the last sentence on which parse was called, or null if none exists.
getBestPCFGParse() - Method in class edu.stanford.nlp.parser.lexparser.LexicalizedParser
 
getBoolean(List, int) - Static method in class edu.stanford.nlp.util.CollectionUtils
Returns ((Boolean)list.get(index)).booleanValue().
getBoolean(Map, Object) - Static method in class edu.stanford.nlp.util.CollectionUtils
Returns ((Boolean)map.get(key)).booleanValue().
getBufferedReader(Reader) - Static method in class edu.stanford.nlp.dbm.DocumentReader
Wraps the given Reader in a BufferedReader or returns it directly if it is already a BufferedReader.
getChildrenAsList() - Method in class edu.stanford.nlp.trees.Tree
Returns an array of children for the current node.
getCount(Object) - Method in class edu.stanford.nlp.util.Counter
Returns the current count for the given key, which is 0 if it hasn't been seen before.
getCurrentFile() - Method in class edu.stanford.nlp.trees.DiskTreebank
Return the File from which trees are currently being read by apply(), and pased to a TreePprocessor.
getCurrentFile() - Method in class edu.stanford.nlp.trees.DiskSentencebank
Return the File from which trees are currently being read by apply(), and pased to a SentencePprocessor.
getDescription() - Method in class edu.stanford.nlp.io.ExtensionFileFilter
Returns a description of what extension is being used (for file choosers).
getdouble(List, int) - Static method in class edu.stanford.nlp.util.CollectionUtils
Returns ((Double)list.get(index)).doubleValue().
getDouble(List, int) - Static method in class edu.stanford.nlp.util.CollectionUtils
Returns (Double)list.get(index).
getdouble(Map, Object) - Static method in class edu.stanford.nlp.util.CollectionUtils
Returns ((Double)map.get(key)).doubleValue().
getDouble(Map, Object) - Static method in class edu.stanford.nlp.util.CollectionUtils
Returns (Double)map.get(key).
getEncoding() - Method in class edu.stanford.nlp.trees.MemoryTreebank
Returns the encoding in use for bytestream access.
getEncoding() - Method in class edu.stanford.nlp.trees.ChineseTreebankLanguagePack
Return the input Charset encoding for the Treebank.
getEncoding() - Method in interface edu.stanford.nlp.trees.TreebankLanguagePack
Return the charset encoding of the Treebank.
getEncoding() - Method in class edu.stanford.nlp.trees.AbstractTreebankLanguagePack
Return the input Charset encoding for the Treebank.
getGlobalNumberer(String) - Static method in class edu.stanford.nlp.util.Numberer
 
getInt(List, int) - Static method in class edu.stanford.nlp.util.CollectionUtils
Returns ((Integer)list.get(index)).intValue().
getInt(Map, Object) - Static method in class edu.stanford.nlp.util.CollectionUtils
Returns ((Integer)map.get(key)).intValue().
getInteger(List, int) - Static method in class edu.stanford.nlp.util.CollectionUtils
Returns (Integer)list.get(index).
getInteger(Map, Object) - Static method in class edu.stanford.nlp.util.CollectionUtils
Returns (Integer)map.get(key).
getKeepOriginalText() - Method in class edu.stanford.nlp.dbm.DocumentReader
Returns whether created documents will store their source text along with tokenized words.
getMarkLineBreaks() - Method in class edu.stanford.nlp.process.StripTagsProcessor
Retruns whether the output of the processor will contain newline words ("\n") at the end of block-level tags.
getNormalizedCount(Object) - Method in class edu.stanford.nlp.util.Counter
Returns the current count for the given key as a fraction of the total count in the counter.
getNumberers() - Static method in class edu.stanford.nlp.util.Numberer
 
getPage() - Method in class edu.stanford.nlp.io.ui.OpenPageDialog
 
getReader() - Method in class edu.stanford.nlp.dbm.DocumentReader
Returns the reader for the text input source of this DocumentReader.
getReader(File) - Static method in class edu.stanford.nlp.dbm.DocumentReader
Returns a Reader that reads in the given file.
getReader(InputStream) - Static method in class edu.stanford.nlp.dbm.DocumentReader
Returns a Reader that reads in the given InputStream.
getReader(Object) - Static method in class edu.stanford.nlp.dbm.DocumentReader
Intelligently returns a Reader for a variety of input sources.
getReader(String) - Static method in class edu.stanford.nlp.dbm.DocumentReader
Returns a Reader that reads in the given text.
getReader(URL) - Static method in class edu.stanford.nlp.dbm.DocumentReader
Returns a Reader that reads in the given URL.
getSpi(String) - Method in class edu.stanford.nlp.util.DisabledPreferences
 
getStatus() - Method in class edu.stanford.nlp.io.ui.OpenPageDialog
 
getString(List, int) - Static method in class edu.stanford.nlp.util.CollectionUtils
Returns (String)list.get(index).
getString(Map, Object) - Static method in class edu.stanford.nlp.util.CollectionUtils
Returns (String)map.get(key).
getStringLabelTreeToCategoryWordTagTreeAppliable() - Static method in class edu.stanford.nlp.trees.TreeJugglers
Return an Appliable that maps from StringLabel labeled trees to LabeledScoredTrees with a CategoryWordTag label.
getTokenizer() - Method in class edu.stanford.nlp.trees.PennTreebankLanguagePack
Return a tokenizer which might be suitable for tokenizing text that will be used with this Treebank/Language pair.
getTokenizer() - Method in class edu.stanford.nlp.trees.ChineseTreebankLanguagePack
Return a tokenizer which might be suitable for tokenizing text that will be used with this Treebank/Language pair.
getTokenizer() - Method in interface edu.stanford.nlp.trees.TreebankLanguagePack
Return a tokenizer factory which might be suitable for tokenizing text that will be used with this Treebank/Language pair.
getTokenizer() - Method in class edu.stanford.nlp.dbm.DocumentReader
Returns the tokenizer used to chop up text into words for the documents.
getTree() - Method in class edu.stanford.nlp.parser.ui.TreeJPanel
 
getValue(String) - Method in class edu.stanford.nlp.process.NumberFeature
 
getValue(String) - Method in class edu.stanford.nlp.process.NumAndCapFeature
Use this to get the value of a String s.
getValue(String) - Method in interface edu.stanford.nlp.process.Feature
This returns the FeatureValue of the String s for this Feature.
getValue(String) - Method in class edu.stanford.nlp.process.CapitalFeature
CDM: This could probably be redone using regular expressions.
getWord(int) - Method in class edu.stanford.nlp.trees.Sentence
Return the Word at the given index.
getYYEOF() - Method in interface edu.stanford.nlp.io.Lexer
returns value for YYEOF
gpaAD - Static variable in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
Grandparent annotate all AD.

H

HasAttributes - interface edu.stanford.nlp.trees.HasAttributes.
Something that implements the HasAttributes interface knows about attributes stored in a Map.
HasCategory - interface edu.stanford.nlp.trees.HasCategory.
Something that implements the HasCategory interface knows about categories.
HasFollow - interface edu.stanford.nlp.trees.HasFollow.
Something that implements the HasFollow interface knows about the characters that follow a token.
hashCode() - Method in class edu.stanford.nlp.trees.WordTag
 
hashCode() - Method in class edu.stanford.nlp.trees.Constituent
A hashCode for Constituents done by shifting and or'ing for speed.
hashCode() - Method in class edu.stanford.nlp.trees.AbstractLabel
Return the hashCode of the String value providing there is one.
hashCode() - Method in class edu.stanford.nlp.util.UnorderedPair
 
hashCode() - Method in class edu.stanford.nlp.util.ScoredComparator
Return the hashCode: there are only two distinct comparators by equals().
hashCode() - Method in class edu.stanford.nlp.util.Pair
 
hashCode() - Method in class edu.stanford.nlp.util.MutableInteger
 
hashCode() - Method in class edu.stanford.nlp.util.ArrayMap
 
hashCodeCache - Variable in class edu.stanford.nlp.util.ArrayMap
 
hasNext() - Method in class edu.stanford.nlp.util.StackAgenda
 
hasNext() - Method in class edu.stanford.nlp.util.ScoredPriorityAgenda
 
hasNext() - Method in interface edu.stanford.nlp.util.Agenda
 
hasNext() - Method in class edu.stanford.nlp.process.SimpleTokenizer
Returns true if this Tokenizer has more elements.
hasNext() - Method in class edu.stanford.nlp.process.PTBTokenizer
Returns true if this Tokenizer has more elements.
hasNext() - Method in class edu.stanford.nlp.process.DummyTokenizer
 
hasNext() - Method in class edu.stanford.nlp.process.AbstractTokenizer
Returns true if this Tokenizer has more elements.
hasNext() - Method in interface edu.stanford.nlp.process.Tokenizer
Returns true if this Tokenizer has more elements.
hasSeen(Object) - Method in class edu.stanford.nlp.util.Numberer
 
hasSeen(Object) - Method in class edu.stanford.nlp.util.Counter
Deprecated. use the standard containsKey function of Map.
HasTag - interface edu.stanford.nlp.trees.HasTag.
Something that implements the HasTag interface knows about part-of-speech tags.
HasWord - interface edu.stanford.nlp.trees.HasWord.
Something that implements the HasWord interface knows about words.
HeadFinder - interface edu.stanford.nlp.trees.HeadFinder.
An interface for finding the "head" daughter of a phrase structure tree.
headFinder() - Method in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams
 
headFinder() - Method in interface edu.stanford.nlp.parser.lexparser.TreebankLangParserParams
 
headFinder() - Method in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
 
headPreTerminal(HeadFinder) - Method in class edu.stanford.nlp.trees.Tree
Returns the preterminal tree that is the head of the tree.
headTerminal(HeadFinder) - Method in class edu.stanford.nlp.trees.Tree
Returns the tree leaf that is the head of the tree.
Heap - interface edu.stanford.nlp.util.Heap.
Heap: It's the heap interface.
hypergeometric(int, int, int, int) - Static method in class edu.stanford.nlp.math.SloppyMath
Find a hypergeometric distribution.

I

IGNORE - Static variable in interface edu.stanford.nlp.io.Lexer
 
in - Variable in class edu.stanford.nlp.dbm.DocumentReader
Reader used to read in document text.
increment(Object) - Method in class edu.stanford.nlp.util.Counter
Deprecated. use incrementCount instead.
incrementCount(Map, Object) - Static method in class edu.stanford.nlp.util.CollectionUtils
Increments the Integer count of the given key in the given Map by 1.
incrementCount(Map, Object, int) - Static method in class edu.stanford.nlp.util.CollectionUtils
Adds the given delta to the Integer value stored for the given key in the given Map.
incrementCount(Object) - Method in class edu.stanford.nlp.util.Counter
Adds 1.0 to the count for the given key.
incrementCount(Object, double) - Method in class edu.stanford.nlp.util.Counter
Adds the given count to the current count for the given key.
incrementCounts(Collection) - Method in class edu.stanford.nlp.util.Counter
Adds 1.0 to the counts for each of the given keys.
incrementCounts(Collection, double) - Method in class edu.stanford.nlp.util.Counter
Adds the given count to the current counts for each of the given keys.
InDataStreamFile - class edu.stanford.nlp.io.InDataStreamFile.
 
InDataStreamFile(File) - Constructor for class edu.stanford.nlp.io.InDataStreamFile
 
InDataStreamFile(String) - Constructor for class edu.stanford.nlp.io.InDataStreamFile
 
InDataStreamFile(URL) - Constructor for class edu.stanford.nlp.io.InDataStreamFile
 
indentedListPrint() - Method in class edu.stanford.nlp.trees.Tree
Indented list printing of a tree.
indentedListPrint(PrintWriter) - Method in class edu.stanford.nlp.trees.Tree
Indented list printing of a tree.
indentedListPrint(String, String, PrintWriter) - Method in class edu.stanford.nlp.trees.Tree
Indented list printing of a tree.
Index - class edu.stanford.nlp.util.Index.
Index is a list which maps between an Object vocabulary and contiguous integer indices.
Index() - Constructor for class edu.stanford.nlp.util.Index
 
Index(Collection) - Constructor for class edu.stanford.nlp.util.Index
 
indexes - Variable in class edu.stanford.nlp.util.Index
 
indexOf(Object) - Method in class edu.stanford.nlp.trees.MemoryTreebank
 
indexOf(Object) - Method in class edu.stanford.nlp.util.Index
 
indices(List) - Method in class edu.stanford.nlp.util.Index
Returns the index of each elem in an array.
informationRadius(Counter) - Method in class edu.stanford.nlp.util.Counter
Calculates the information radius (aka the Jensen-Shannon divergence) between this Counter and another counter.
init() - Method in class edu.stanford.nlp.dbm.BasicDocument
Calls init((String)null,null,true)
init(File) - Method in class edu.stanford.nlp.dbm.BasicDocument
Calls init(textFile,textFile.getCanonicalPath(),true)
init(File, boolean) - Method in class edu.stanford.nlp.dbm.BasicDocument
Calls init(textFile,textFile.getCanonicalPath(),keepOriginalText)
init(File, String) - Method in class edu.stanford.nlp.dbm.BasicDocument
Calls init(textFile,title,true)
init(File, String, boolean) - Method in class edu.stanford.nlp.dbm.BasicDocument
Inits a new BasicDocument by reading in the text from the given File.
init(List) - Method in class edu.stanford.nlp.dbm.BasicDocument
Calls init(words,null)
init(List, String) - Method in class edu.stanford.nlp.dbm.BasicDocument
Inits a new BasicDocument with the given list of words and title.
init(Reader) - Method in class edu.stanford.nlp.dbm.BasicDocument
Calls init(textReader,null,true)
init(Reader, boolean) - Method in class edu.stanford.nlp.dbm.BasicDocument
Calls init(textReader,null,keepOriginalText)
init(Reader, String) - Method in class edu.stanford.nlp.dbm.BasicDocument
Calls init(textReader,title,true)
init(Reader, String, boolean) - Method in class edu.stanford.nlp.dbm.BasicDocument
Inits a new BasicDocument by reading in the text from the given Reader.
init(String) - Method in class edu.stanford.nlp.dbm.BasicDocument
Calls init(text,null,true)
init(String, boolean) - Method in class edu.stanford.nlp.dbm.BasicDocument
Calls init(text,null,keepOriginalText)
init(String, String) - Method in class edu.stanford.nlp.dbm.BasicDocument
Calls init(text,title,true)
init(String, String, boolean) - Method in class edu.stanford.nlp.dbm.BasicDocument
Inits a new BasicDocument with the given text contents and title.
init(URL) - Method in class edu.stanford.nlp.dbm.BasicDocument
Calls init(textURL,textURL.toExternalForm(),true)
init(URL, boolean) - Method in class edu.stanford.nlp.dbm.BasicDocument
Calls init(textURL,textFile.toExternalForm(),keepOriginalText)
init(URL, String) - Method in class edu.stanford.nlp.dbm.BasicDocument
Calls init(textURL,title,true)
init(URL, String, boolean) - Method in class edu.stanford.nlp.dbm.BasicDocument
Constructs a new BasicDocument by reading in the text from the given URL.
install() - Static method in class edu.stanford.nlp.util.DisabledPreferencesFactory
 
intern(Internable) - Method in class edu.stanford.nlp.util.Interner
 
Internable - interface edu.stanford.nlp.util.Internable.
Internable: Interface for objects which are to be interned.
Interner - class edu.stanford.nlp.util.Interner.
Interner: Class for interning things.
Interner() - Constructor for class edu.stanford.nlp.util.Interner
 
internOnly() - Static method in class edu.stanford.nlp.trees.TreeNormalizers
 
intValue() - Method in class edu.stanford.nlp.util.MutableInteger
 
isDangerous(double) - Static method in class edu.stanford.nlp.math.SloppyMath
Returns true if the argument is a "dangerous" double to have around, namely one that is infinite, NaN or zero.
isEmpty() - Method in class edu.stanford.nlp.util.ArrayMap
 
isEmpty() - Method in interface edu.stanford.nlp.util.Heap
Returns true iff the heap is empty.
isEmpty() - Method in class edu.stanford.nlp.util.ArrayHeap
Checks if the heap is empty.
isEol(String) - Method in class edu.stanford.nlp.io.StreamTokenizerAdapter
Say whether the String is the end-of-line token for this tokenizer.
isEvalBIgnoredPunctuationTag(String) - Method in class edu.stanford.nlp.trees.ChineseTreebankLanguagePack
Accepts a String that is a punctuation tag that should be ignored by EVALB-style evaluation, and rejects everything else.
isEvalBIgnoredPunctuationTag(String) - Method in interface edu.stanford.nlp.trees.TreebankLanguagePack
Accepts a String that is a punctuation tag that should be ignored by EVALB-style evaluation, and rejects everything else.
isEvalBIgnoredPunctuationTag(String) - Method in class edu.stanford.nlp.trees.AbstractTreebankLanguagePack
Accepts a String that is a punctuation tag that should be ignored by EVALB-style evaluation, and rejects everything else.
isLabelAnnotationIntroducingCharacter(char) - Method in interface edu.stanford.nlp.trees.TreebankLanguagePack
Say whether this character is an annotation introducing character.
isLabelAnnotationIntroducingCharacter(char) - Method in class edu.stanford.nlp.trees.AbstractTreebankLanguagePack
Say whether this character is an annotation introducing character.
isLeaf() - Method in class edu.stanford.nlp.trees.LabeledScoredTreeLeaf
Indicates that this is a leaf.
isLeaf() - Method in class edu.stanford.nlp.trees.Tree
Says whether a node is a leaf.
isLocked() - Method in class edu.stanford.nlp.util.Index
 
isPhrasal() - Method in class edu.stanford.nlp.trees.Tree
Return whether this node is a phrasal node or not.
isPrePreTerminal() - Method in class edu.stanford.nlp.trees.Tree
Return whether all the children of this node are preterminals or not.
isPreTerminal() - Method in class edu.stanford.nlp.trees.Tree
Return whether this node is a preterminal or not.
isPunctuationTag(String) - Method in class edu.stanford.nlp.trees.ChineseTreebankLanguagePack
Accepts a String that is a punctuation tag name, and rejects everything else.
isPunctuationTag(String) - Method in interface edu.stanford.nlp.trees.TreebankLanguagePack
Accepts a String that is a punctuation tag name, and rejects everything else.
isPunctuationTag(String) - Method in class edu.stanford.nlp.trees.AbstractTreebankLanguagePack
Accepts a String that is a punctuation tag name, and rejects everything else.
isPunctuationWord(String) - Method in class edu.stanford.nlp.trees.ChineseTreebankLanguagePack
Accepts a String that is a punctuation word, and rejects everything else.
isPunctuationWord(String) - Method in interface edu.stanford.nlp.trees.TreebankLanguagePack
Accepts a String that is a punctuation word, and rejects everything else.
isPunctuationWord(String) - Method in class edu.stanford.nlp.trees.AbstractTreebankLanguagePack
Accepts a String that is a punctuation word, and rejects everything else.
isSentenceFinalPunctuationTag(String) - Method in class edu.stanford.nlp.trees.ChineseTreebankLanguagePack
Accepts a String that is a sentence end punctuation tag, and rejects everything else.
isSentenceFinalPunctuationTag(String) - Method in interface edu.stanford.nlp.trees.TreebankLanguagePack
Accepts a String that is a sentence end punctuation tag, and rejects everything else.
isSentenceFinalPunctuationTag(String) - Method in class edu.stanford.nlp.trees.AbstractTreebankLanguagePack
Accepts a String that is a sentence end punctuation tag, and rejects everything else.
isStartSymbol(String) - Method in interface edu.stanford.nlp.trees.TreebankLanguagePack
Accepts a String that is a start symbol of the treebank.
isStartSymbol(String) - Method in class edu.stanford.nlp.trees.AbstractTreebankLanguagePack
Accepts a String that is a start symbol of the treebank.
isVerbalAuxiliary(Tree) - Method in class edu.stanford.nlp.trees.CollinsSemanticHeadFinder
 
isVeryDangerous(double) - Static method in class edu.stanford.nlp.math.SloppyMath
Returns true if the argument is a "very dangerous" double to have around, namely one that is infinite or NaN.
iterator() - Method in class edu.stanford.nlp.trees.MemoryTreebank
Return an Iterator over Trees in the Treebank.
iterator() - Method in class edu.stanford.nlp.trees.Treebank
Return an Iterator over Trees in the Treebank.
iterator() - Method in class edu.stanford.nlp.trees.DiskTreebank
Return an Iterator over Trees in the Treebank.
iterator() - Method in class edu.stanford.nlp.trees.MemorySentencebank
Return an Iterator over Sentences in the Sentencebank
iterator() - Method in class edu.stanford.nlp.trees.Sentencebank
Return an Iterator over Sentences in the Sentencebank.
iterator() - Method in class edu.stanford.nlp.trees.DiskSentencebank
Return an Iterator over Sentences in the Sentencebank.
iterator() - Method in class edu.stanford.nlp.trees.Tree
Returns an iterator over the nodes of the tree.
iterator() - Method in class edu.stanford.nlp.util.Beam
 
iterator() - Method in interface edu.stanford.nlp.util.Heap
Returns an iterator over its elements, in order.
iterator() - Method in class edu.stanford.nlp.util.ArrayHeap
 
iterator() - Method in class edu.stanford.nlp.io.FileSequentialCollection
Return an Iterator over files in the collection.

J

join(List) - Static method in class edu.stanford.nlp.util.StringUtils
Joins elems with a space.
join(List, String) - Static method in class edu.stanford.nlp.util.StringUtils
Joins each elem in the List with the given glue.
join(Object[]) - Static method in class edu.stanford.nlp.util.StringUtils
Joins elems with a space.
join(Object[], String) - Static method in class edu.stanford.nlp.util.StringUtils
Joins each elem in the array with the given glue.

K

keepOriginalText - Variable in class edu.stanford.nlp.dbm.DocumentReader
Whether to keep source text in document along with tokenized words.
keysAbove(double) - Method in class edu.stanford.nlp.util.Counter
Returns the set of keys whose counts are at or above the given threshold.
keysAt(double) - Method in class edu.stanford.nlp.util.Counter
Returns the set of keys that have exactly the given count.
keysBelow(double) - Method in class edu.stanford.nlp.util.Counter
Returns the set of keys whose counts are at or below the given threshold.
keysSpi() - Method in class edu.stanford.nlp.util.DisabledPreferences
 
kidLabels(Tree) - Static method in class edu.stanford.nlp.parser.lexparser.SisterAnnotationStats
 
kidLabels(Tree) - Static method in class edu.stanford.nlp.parser.lexparser.ParentAnnotationStats
 
kitchenSinkTransformedBobChris() - Static method in class edu.stanford.nlp.trees.TreeNormalizers
 
klDivergence(Counter) - Method in class edu.stanford.nlp.util.Counter
Calculates the KL divergence between this counter and another counter.

L

Label - interface edu.stanford.nlp.trees.Label.
Something that implements the Label interface can act as a constituent, node, or word label with linguistic attributes.
label() - Method in class edu.stanford.nlp.trees.LabeledScoredTreeNode
Returns the label associated with the current node, or null if there is no label
label() - Method in class edu.stanford.nlp.trees.LabeledScoredTreeLeaf
Returns the label associated with the current node.
label() - Method in class edu.stanford.nlp.trees.LabeledConstituent
 
label() - Method in class edu.stanford.nlp.trees.Constituent
access label
label() - Method in interface edu.stanford.nlp.trees.Labeled
Returns the Object's label.
label() - Method in class edu.stanford.nlp.trees.Tree
Returns the label associated with the current node, or null if there is no label.
label() - Method in class edu.stanford.nlp.dbm.SentenceDocument
 
label() - Method in interface edu.stanford.nlp.dbm.Labeled
Returns the primary label for this Object, or null if none have been set.
label() - Method in class edu.stanford.nlp.dbm.BasicDocument
Returns the first label for this Document, or null if none have been set.
labelAnnotationIntroducingCharacters() - Method in class edu.stanford.nlp.trees.PennTreebankLanguagePack
Return an array of characters at which a String should be truncated to give the basic syntactic category of a label.
labelAnnotationIntroducingCharacters() - Method in class edu.stanford.nlp.trees.ChineseTreebankLanguagePack
Return an array of characters at which a String should be truncated to give the basic syntactic category of a label.
labelAnnotationIntroducingCharacters() - Method in interface edu.stanford.nlp.trees.TreebankLanguagePack
Return an array of characters at which a String should be truncated to give the basic syntactic category of a label.
labelAnnotationIntroducingCharacters() - Method in class edu.stanford.nlp.trees.AbstractTreebankLanguagePack
Return an array of characters at which a String should be truncated to give the basic syntactic category of a label.
Labeled - interface edu.stanford.nlp.trees.Labeled.
Interface for Objects which have a Label.
Labeled - interface edu.stanford.nlp.dbm.Labeled.
Interface for Objects that have a label, whose label is an Object.
LabeledConstituent - class edu.stanford.nlp.trees.LabeledConstituent.
A LabeledConstituent object represents a single bracketing in a derivation, including start and end points and Label information, but excluding probabilistic information.
LabeledConstituent() - Constructor for class edu.stanford.nlp.trees.LabeledConstituent
Create an empty LabeledConstituent object.
LabeledConstituent(int, int) - Constructor for class edu.stanford.nlp.trees.LabeledConstituent
Create a LabeledConstituent object with given values.
LabeledConstituent(int, int, Label) - Constructor for class edu.stanford.nlp.trees.LabeledConstituent
Create a LabeledConstituent object with given values.
LabeledScoredConstituent - class edu.stanford.nlp.trees.LabeledScoredConstituent.
A LabeledScoredConstituent object defines an edge in a graph with a label and a score.
LabeledScoredConstituent() - Constructor for class edu.stanford.nlp.trees.LabeledScoredConstituent
Create an empty LabeledScoredConstituent object.
LabeledScoredConstituent(int, int) - Constructor for class edu.stanford.nlp.trees.LabeledScoredConstituent
Create a LabeledScoredConstituent object with given values.
LabeledScoredConstituent(int, int, Label, double) - Constructor for class edu.stanford.nlp.trees.LabeledScoredConstituent
Create a LabeledScoredConstituent object with given values.
LabeledScoredConstituentFactory - class edu.stanford.nlp.trees.LabeledScoredConstituentFactory.
A LabeledScoredConstituentFactory acts as a factory for creating objects of class LabeledScoredConstituent.
LabeledScoredConstituentFactory() - Constructor for class edu.stanford.nlp.trees.LabeledScoredConstituentFactory
 
LabeledScoredTreeFactory - class edu.stanford.nlp.trees.LabeledScoredTreeFactory.
A LabeledScoredTreeFactory acts as a factory for creating trees with labels and scores.
LabeledScoredTreeFactory() - Constructor for class edu.stanford.nlp.trees.LabeledScoredTreeFactory
Make a TreeFactory that produces LabeledScoredTree trees.
LabeledScoredTreeFactory(LabelFactory) - Constructor for class edu.stanford.nlp.trees.LabeledScoredTreeFactory
Make a treefactory that uses LabeledScoredTree trees, where the labels are as specified by the user.
LabeledScoredTreeLeaf - class edu.stanford.nlp.trees.LabeledScoredTreeLeaf.
A LabeledScoredTreeLeaf represents the leaf of a tree in a parse tree with labels and scores.
LabeledScoredTreeLeaf() - Constructor for class edu.stanford.nlp.trees.LabeledScoredTreeLeaf
Create an empty leaf parse tree with an empty word.
LabeledScoredTreeLeaf(Label) - Constructor for class edu.stanford.nlp.trees.LabeledScoredTreeLeaf
Create a leaf parse tree with given word.
LabeledScoredTreeLeaf(Label, double) - Constructor for class edu.stanford.nlp.trees.LabeledScoredTreeLeaf
Create a leaf parse tree with given word and score.
LabeledScoredTreeNode - class edu.stanford.nlp.trees.LabeledScoredTreeNode.
A LabeledScoredTreeNode represents a tree composed of a root label, a score, and an array of daughter parse trees.
LabeledScoredTreeNode() - Constructor for class edu.stanford.nlp.trees.LabeledScoredTreeNode
Create an empty parse tree.
LabeledScoredTreeNode(Label, List) - Constructor for class edu.stanford.nlp.trees.LabeledScoredTreeNode
Create parse tree with given root and array of daughter trees.
LabeledScoredTreeReaderFactory - class edu.stanford.nlp.trees.LabeledScoredTreeReaderFactory.
This class implements a TreeReaderFactory that produces labeled, scored array-based Trees, which have been cleaned up to delete empties, etc.
LabeledScoredTreeReaderFactory() - Constructor for class edu.stanford.nlp.trees.LabeledScoredTreeReaderFactory
Create a new TreeReaderFactory with CategoryWordTag labels.
LabeledScoredTreeReaderFactory(LabelFactory) - Constructor for class edu.stanford.nlp.trees.LabeledScoredTreeReaderFactory
 
LabelFactory - interface edu.stanford.nlp.trees.LabelFactory.
A LabelFactory object acts as a factory for creating objects of class Label, or some descendent class.
labelFactory() - Method in class edu.stanford.nlp.trees.WordTag
Return a factory for this kind of label (i.e., TaggedWord).
labelFactory() - Method in class edu.stanford.nlp.trees.WeightedFollowedTaggedWord
Returns a factory that makes WeightedFollowedTaggedWords
labelFactory() - Method in class edu.stanford.nlp.trees.TaggedWord
Return a factory for this kind of label (i.e., TaggedWord).
labelFactory() - Method in class edu.stanford.nlp.trees.NullLabel
Return a factory for this kind of label.
labelFactory() - Method in class edu.stanford.nlp.trees.LabeledScoredConstituent
Return a factory for this kind of label.
labelFactory() - Method in class edu.stanford.nlp.trees.Tag
Return a factory for this kind of label (i.e., Tag).
labelFactory() - Method in class edu.stanford.nlp.trees.SimpleConstituent
Return a factory for this kind of label.
labelFactory() - Method in class edu.stanford.nlp.trees.LabeledConstituent
Return a factory for this kind of label.
labelFactory() - Method in class edu.stanford.nlp.trees.CategoryWordTag
Return a factory for this kind of label (i.e., CategoryWordTag).
labelFactory() - Method in class edu.stanford.nlp.trees.Category
Return a factory for this kind of label (i.e., Category).
labelFactory() - Method in interface edu.stanford.nlp.trees.Label
Returns a factory that makes labels of the same type as this one.
labelFactory() - Method in class edu.stanford.nlp.trees.AbstractLabel
Returns a factory that makes Labels of the appropriate sort.
labelFactory() - Method in class edu.stanford.nlp.trees.StringLabel
Return a factory for this kind of label (i.e., StringLabel).
labelFactory() - Method in class edu.stanford.nlp.trees.Word
Return a factory for this kind of label (i.e., Word).
labels - Variable in class edu.stanford.nlp.dbm.BasicDocument
Label(s) for this document.
labels() - Method in class edu.stanford.nlp.trees.Constituent
Access labels -- actually always a singleton here.
labels() - Method in interface edu.stanford.nlp.trees.Labeled
Gives back all labels for this thing.
labels() - Method in class edu.stanford.nlp.trees.Tree
Get the set of all node and leaf Labels, null or otherwise, contained in the tree.
labels() - Method in class edu.stanford.nlp.dbm.SentenceDocument
 
labels() - Method in interface edu.stanford.nlp.dbm.Labeled
Returns the complete list of labels for this Object, which may be empty.
labels() - Method in class edu.stanford.nlp.dbm.BasicDocument
Returns the complete List of labels for this Document.
lastChild() - Method in class edu.stanford.nlp.trees.Tree
Returns the last child of a tree, or null if none.
lastIndexOf(Object) - Method in class edu.stanford.nlp.trees.MemoryTreebank
 
lastIndexOf(Object) - Method in class edu.stanford.nlp.util.Index
 
LeftHeadFinder - class edu.stanford.nlp.trees.LeftHeadFinder.
HeadFinder that always returns the leftmost daughter as head.
LeftHeadFinder() - Constructor for class edu.stanford.nlp.trees.LeftHeadFinder
 
leftPad(double, int) - Static method in class edu.stanford.nlp.util.StringUtils
 
leftPad(int, int) - Static method in class edu.stanford.nlp.util.StringUtils
 
leftPad(Object, int) - Static method in class edu.stanford.nlp.util.StringUtils
 
leftPad(String, int) - Static method in class edu.stanford.nlp.util.StringUtils
Pads the given String to the left with spaces to ensure that it's at least totalChars long.
leftSisterLabels(Tree, Tree) - Static method in class edu.stanford.nlp.parser.lexparser.SisterAnnotationStats
string-value labels of left sisters; from inside to outside (right-left)
length() - Method in class edu.stanford.nlp.trees.Sentence
A convenience method since we normally say sentences have a length.
lex() - Method in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams
 
lex() - Method in interface edu.stanford.nlp.parser.lexparser.TreebankLangParserParams
reads in trees from the source you want.
lex() - Method in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
 
Lexer - interface edu.stanford.nlp.io.Lexer.
A Lexer interface to be used with AbstractStreamTokenizer.
LexicalizedParser - class edu.stanford.nlp.parser.lexparser.LexicalizedParser.
A reasonably good lexicalized PCFG parser.
LexicalizedParser() - Constructor for class edu.stanford.nlp.parser.lexparser.LexicalizedParser
Construct a new LexicalizedParser object from a previously assembled grammar read from a property edu.stanford.nlp.SerializedLexicalizedParser, or a default place.
LexicalizedParser(LexicalizedParser.ParserData) - Constructor for class edu.stanford.nlp.parser.lexparser.LexicalizedParser
Construct a new LexicalizedParser object from a previously assembled grammar.
LexicalizedParser(ObjectInputStream) - Constructor for class edu.stanford.nlp.parser.lexparser.LexicalizedParser
Construct a new LexicalizedParser object from a previously assembled grammar read from an InputStream.
LexicalizedParser(ObjectInputStream, int) - Constructor for class edu.stanford.nlp.parser.lexparser.LexicalizedParser
Construct a new LexicalizedParser object from a previously assembled grammar read from an InputStream.
LexicalizedParser(String) - Constructor for class edu.stanford.nlp.parser.lexparser.LexicalizedParser
Construct a new LexicalizedParser.
LexicalizedParser(String, FileFilter, int) - Constructor for class edu.stanford.nlp.parser.lexparser.LexicalizedParser
Construct a new LexicalizedParser.
LexicalizedParser(String, FileFilter, int, TreebankLangParserParams) - Constructor for class edu.stanford.nlp.parser.lexparser.LexicalizedParser
Construct a new LexicalizedParser.
LexicalizedParser(String, FileFilter, TreebankLangParserParams) - Constructor for class edu.stanford.nlp.parser.lexparser.LexicalizedParser
Construct a new LexicalizedParser by training from treebank files.
LexicalizedParser(String, int) - Constructor for class edu.stanford.nlp.parser.lexparser.LexicalizedParser
Construct a new LexicalizedParser.
LexicalizedParser(String, TreebankLangParserParams) - Constructor for class edu.stanford.nlp.parser.lexparser.LexicalizedParser
Construct a new LexicalizedParser by training from treebank files.
linePrint(int, String) - Static method in class edu.stanford.nlp.util.Dbg
 
listIterator() - Method in class edu.stanford.nlp.trees.MemoryTreebank
 
listIterator(int) - Method in class edu.stanford.nlp.trees.MemoryTreebank
 
loadFile() - Method in class edu.stanford.nlp.parser.ui.ParserPanel
Opens dialog to load a text data file
loadFile(String) - Method in class edu.stanford.nlp.parser.ui.ParserPanel
Loads a text or html file from a file path or URL.
loadParser() - Method in class edu.stanford.nlp.parser.ui.ParserPanel
Opens dialog to load a serialized parser
loadParser(String) - Method in class edu.stanford.nlp.parser.ui.ParserPanel
Loads a serialized parser specified by given path
loadPath(File) - Method in class edu.stanford.nlp.trees.Treebank
Load a sequence of trees from given directory and its subdirectories.
loadPath(File) - Method in class edu.stanford.nlp.trees.Sentencebank
Load a sequence of sentences from given directory and its subdirectories.
loadPath(File, FileFilter) - Method in class edu.stanford.nlp.trees.MemoryTreebank
Load trees from given directory.
loadPath(File, FileFilter) - Method in class edu.stanford.nlp.trees.Treebank
Load trees from given path specification.
loadPath(File, FileFilter) - Method in class edu.stanford.nlp.trees.DiskTreebank
Load trees from given directory.
loadPath(File, FileFilter) - Method in class edu.stanford.nlp.trees.MemorySentencebank
Load sentences from given directory.
loadPath(File, FileFilter) - Method in class edu.stanford.nlp.trees.Sentencebank
Load sentences from given path specification.
loadPath(File, FileFilter) - Method in class edu.stanford.nlp.trees.DiskSentencebank
Load trees from given directory.
loadPath(File, String, boolean) - Method in class edu.stanford.nlp.trees.Treebank
Load trees from given directory.
loadPath(File, String, boolean) - Method in class edu.stanford.nlp.trees.Sentencebank
Load sentences from given directory.
loadPath(String) - Method in class edu.stanford.nlp.trees.Treebank
Load a sequence of trees from given directory and its subdirectories.
loadPath(String) - Method in class edu.stanford.nlp.trees.Sentencebank
Load a sequence of sentences from the given directory and its subdirectories.
loadPath(String, FileFilter) - Method in class edu.stanford.nlp.trees.Treebank
Load a sequence of trees from given directory and its subdirectories which match the file filter.
loadPath(String, String, boolean) - Method in class edu.stanford.nlp.trees.Treebank
Load trees from given directory.
lock() - Method in class edu.stanford.nlp.util.Numberer
 
lock() - Method in class edu.stanford.nlp.util.Index
 
locked - Variable in class edu.stanford.nlp.util.Index
 
logAdd(double, double) - Static method in class edu.stanford.nlp.math.SloppyMath
Returns the log of the sum of two numbers, which are themselves input in log form.
logSum(double[]) - Static method in class edu.stanford.nlp.math.SloppyMath
Returns the log of the sum of an array of numbers, which are themselves input in log form.
longValue() - Method in class edu.stanford.nlp.util.MutableInteger
 
lookingAt(String, String) - Static method in class edu.stanford.nlp.util.StringUtils
Say whether this regular expression can be found at the beginning of this String.
LowercaseProcessor - class edu.stanford.nlp.process.LowercaseProcessor.
Processor whose process method Converts a collection of mixed-case Words to a collection of lowercase Words.
LowercaseProcessor() - Constructor for class edu.stanford.nlp.process.LowercaseProcessor
 

M

main(String[]) - Static method in class edu.stanford.nlp.trees.international.CHTBTokenizer
The main() method tokenizes a file in the specified Encoding and prints it to standard output in the specified Encoding.
main(String[]) - Static method in class edu.stanford.nlp.trees.TreeJugglers
This just test the functionality of the included Jugglers.
main(String[]) - Static method in class edu.stanford.nlp.trees.TagMapper
 
main(String[]) - Static method in class edu.stanford.nlp.trees.PennTreebankLanguagePack
 
main(String[]) - Static method in class edu.stanford.nlp.trees.PennTreeReader
Loads treebank data from first argument and prints it.
main(String[]) - Static method in class edu.stanford.nlp.trees.ModCollinsHeadFinder
Go through trees and determine their heads and print them.
main(String[]) - Static method in class edu.stanford.nlp.trees.MemoryTreebank
Loads treebank grammar from first argument and prints it.
main(String[]) - Static method in class edu.stanford.nlp.trees.DiskTreebank
Loads treebank from first argument and prints it.
main(String[]) - Static method in class edu.stanford.nlp.trees.MemorySentencebank
Loads sentencebank grammar from first argument and print it.
main(String[]) - Static method in class edu.stanford.nlp.trees.DiskSentencebank
Loads SentenceBank from first argument and prints it out.
main(String[]) - Static method in class edu.stanford.nlp.trees.CollinsSemanticHeadFinder
Go through trees and determine their heads and print them.
main(String[]) - Static method in class edu.stanford.nlp.trees.CollinsHeadFinder
Go through trees and determine their heads and print them.
main(String[]) - Static method in class edu.stanford.nlp.trees.SentenceReader
Loads sentences from first argument and prints them.
main(String[]) - Static method in class edu.stanford.nlp.parser.ui.TreeJPanel
 
main(String[]) - Static method in class edu.stanford.nlp.parser.ui.Parser
 
main(String[]) - Static method in class edu.stanford.nlp.parser.lexparser.SisterAnnotationStats
Calculate sister annotation statistics suitable for doing selective sister splitting in the PCFGParser inside the FactoredParser.
main(String[]) - Static method in class edu.stanford.nlp.parser.lexparser.ParentAnnotationStats
Calculate parent annotation statistics suitable for doing selective parent splitting in the PCFGParser inside the FactoredParser.
main(String[]) - Static method in class edu.stanford.nlp.parser.lexparser.LexicalizedParser
A simple main program for using the parser.
main(String[]) - Static method in class edu.stanford.nlp.parser.lexparser.FactoredParser
 
main(String[]) - Static method in class edu.stanford.nlp.parser.lexparser.ChineseUnknownWordModel
 
main(String[]) - Static method in class edu.stanford.nlp.util.Sets
 
main(String[]) - Static method in class edu.stanford.nlp.util.Index
 
main(String[]) - Static method in class edu.stanford.nlp.util.Counter
For internal debugging purposes only.
main(String[]) - Static method in class edu.stanford.nlp.util.Beam
 
main(String[]) - Static method in class edu.stanford.nlp.util.ArrayUtils
For internal debugging purposes only
main(String[]) - Static method in class edu.stanford.nlp.math.SloppyMath
Tests the hypergeometric distribution code.
main(String[]) - Static method in class edu.stanford.nlp.io.ui.OpenPageDialog
 
main(String[]) - Static method in class edu.stanford.nlp.io.FileSequentialCollection
This is simply a debugging aid that tests the functionality of the class.
main(String[]) - Static method in class edu.stanford.nlp.io.FileArrayList
This is simply a debugging aid that tests the functionality of the class.
main(String[]) - Static method in class edu.stanford.nlp.process.WordToTaggedWordProcessor
This will print out some text, recognizing tags.
main(String[]) - Static method in class edu.stanford.nlp.process.WordToSentenceProcessor
This will print out as sentences some text.
main(String[]) - Static method in class edu.stanford.nlp.process.StripTagsProcessor
For internal debugging purposes only.
main(String[]) - Static method in class edu.stanford.nlp.process.Stemmer
Test program for demonstrating the Stemmer.
main(String[]) - Static method in class edu.stanford.nlp.process.PTBTokenizer
Reads a file from the argument and prints its tokens one per line.
main(String[]) - Static method in class edu.stanford.nlp.process.NumAndCapFeature
 
main(String[]) - Static method in class edu.stanford.nlp.process.DummyTokenizer
Reads a file from the argument and prints its tokens one per line.
main(String[]) - Static method in class edu.stanford.nlp.dbm.BasicDocument
For internal debugging purposes only.
mapTagOneToMany(String) - Method in class edu.stanford.nlp.trees.TagMapper
The one to many map is straightforward, but at time of writing (December 5, 2002) doesn't have any multi-tagged word class to plug into.
mapTagOneToOne(String) - Method in class edu.stanford.nlp.trees.TagMapper
one to one map is achieved by just taking the first tag from the list of possible tags and making it the new tag.
markADgrandchildOfIP - Static variable in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
Chinese: mark ADs that are grandchild of IP.
markIPadjsubj - Static variable in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
 
markIPconj - Static variable in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
Chinese: mark IPs that are conjuncts.
markIPsisDEC - Static variable in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
Chinese: mark IPs that are part of prenominal modifiers.
markIPsisterBA - Static variable in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
Chinese: mark IPs that are sister of BA.
markIPsisterVVorP - Static variable in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
Chinese: mark IP's that are sister of VV or P.
markModifiedNP - Static variable in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
Chinese: mark left-modified NPs (rightmost NPs with a left-side mod).
markMultiNtag - Static variable in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
Chinese: mark nominal tags that are part of multi-nominal rewrites.
markNPconj - Static variable in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
Chinese: mark NPs that are conjuncts.
markNPmodNP - Static variable in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
Chinese: mark NP modifiers of NPs.
markPostverbalP - Static variable in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
Chinese: mark P with a left aunt VV, and PP with a left sister VV.
markPostverbalPP - Static variable in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
 
markPsisterIP - Static variable in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
Chinese: mark P's that are sister of IP.
markVPadjunct - Static variable in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
Chinese: mark phrases that are adjuncts of VP (these tend to be locatives/temporals, and have a specific distribution).
markVVsisterIP - Static variable in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
Chinese: mark VVs that are sister of IP (communication & small-clause-taking verbs).
matches(String, String) - Static method in class edu.stanford.nlp.util.StringUtils
Say whether this regular expression matches this String.
max() - Method in class edu.stanford.nlp.util.Counter
Finds and returns the largest count in this Counter.
max(double, double) - Static method in class edu.stanford.nlp.math.SloppyMath
Returns the greater of two double values.
max(float, float) - Static method in class edu.stanford.nlp.math.SloppyMath
Returns the greater of two float values.
maxBeamSize - Variable in class edu.stanford.nlp.util.Beam
 
MemorySentencebank - class edu.stanford.nlp.trees.MemorySentencebank.
A MemorySentencebank object stores a corpus of examples with given sentence structures in memory (as a Collection)
MemorySentencebank() - Constructor for class edu.stanford.nlp.trees.MemorySentencebank
Create a new sentence bank.
MemorySentencebank(int) - Constructor for class edu.stanford.nlp.trees.MemorySentencebank
Create a new Sentencebank.
MemorySentencebank(int, SentenceReaderFactory) - Constructor for class edu.stanford.nlp.trees.MemorySentencebank
Create a new sentence bank.
MemorySentencebank(SentenceReaderFactory) - Constructor for class edu.stanford.nlp.trees.MemorySentencebank
Create a new sentence bank.
MemoryTreebank - class edu.stanford.nlp.trees.MemoryTreebank.
A MemoryTreebank object stores a corpus of examples with given tree structures in memory (as a List).
memoryTreebank() - Method in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams
Reads in trees from the source you want.
memoryTreebank() - Method in interface edu.stanford.nlp.parser.lexparser.TreebankLangParserParams
returns a MemoryTreebank appropriate to the treebank source
memoryTreebank() - Method in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
 
MemoryTreebank() - Constructor for class edu.stanford.nlp.trees.MemoryTreebank
Create a new tree bank.
MemoryTreebank(int) - Constructor for class edu.stanford.nlp.trees.MemoryTreebank
Create a new Treebank.
MemoryTreebank(int, TreeReaderFactory) - Constructor for class edu.stanford.nlp.trees.MemoryTreebank
Create a new tree bank.
MemoryTreebank(String) - Constructor for class edu.stanford.nlp.trees.MemoryTreebank
Create a new tree bank, set the encoding for file access
MemoryTreebank(TreeReaderFactory) - Constructor for class edu.stanford.nlp.trees.MemoryTreebank
Create a new tree bank.
MemoryTreebank(TreeReaderFactory, String) - Constructor for class edu.stanford.nlp.trees.MemoryTreebank
Create a new tree bank.
mergeNNVV - Static variable in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
Chinese: merge NN and VV.
min() - Method in class edu.stanford.nlp.util.Counter
Finds and returns the smallest count in this Counter.
min() - Method in interface edu.stanford.nlp.util.Heap
Returns the minimum Object in this heap.
min() - Method in class edu.stanford.nlp.util.ArrayHeap
Finds the object with the minimum key and returns it, without modifying the heap.
min(double, double) - Static method in class edu.stanford.nlp.math.SloppyMath
Returns the smaller of two double values.
min(float, float) - Static method in class edu.stanford.nlp.math.SloppyMath
Returns the smaller of two float values.
ModCollinsHeadFinder - class edu.stanford.nlp.trees.ModCollinsHeadFinder.
Implements a variant on the HeadFinder found in Michael Collins' 1999 thesis.
ModCollinsHeadFinder() - Constructor for class edu.stanford.nlp.trees.ModCollinsHeadFinder
 
MutableInteger - class edu.stanford.nlp.util.MutableInteger.
A class for Integer objects that you can change.
MutableInteger() - Constructor for class edu.stanford.nlp.util.MutableInteger
 
MutableInteger(int) - Constructor for class edu.stanford.nlp.util.MutableInteger
 

N

NegraTreeNormalizer - class edu.stanford.nlp.trees.NegraTreeNormalizer.
Tree normalizer for Negra.
NegraTreeNormalizer() - Constructor for class edu.stanford.nlp.trees.NegraTreeNormalizer
 
NegraTreeNormalizer(TreebankLanguagePack) - Constructor for class edu.stanford.nlp.trees.NegraTreeNormalizer
 
newConstituent(int, int) - Method in class edu.stanford.nlp.trees.SimpleConstituentFactory
 
newConstituent(int, int) - Method in class edu.stanford.nlp.trees.LabeledScoredConstituentFactory
 
newConstituent(int, int) - Method in interface edu.stanford.nlp.trees.ConstituentFactory
Build a constituent with this start and end.
newConstituent(int, int, Label, double) - Method in class edu.stanford.nlp.trees.SimpleConstituentFactory
 
newConstituent(int, int, Label, double) - Method in class edu.stanford.nlp.trees.LabeledScoredConstituentFactory
 
newConstituent(int, int, Label, double) - Method in interface edu.stanford.nlp.trees.ConstituentFactory
Build a constituent with this start and end.
newLabel(Label) - Method in class edu.stanford.nlp.trees.WordTagFactory
Create a new WordTag Label, where the label is formed from the Label object passed in.
newLabel(Label) - Method in class edu.stanford.nlp.trees.WordFactory
Create a new Word Label, where the label is formed from the Label object passed in.
newLabel(Label) - Method in class edu.stanford.nlp.trees.TaggedWordFactory
Create a new TaggedWord Label, where the label is formed from the Label object passed in.
newLabel(Label) - Method in class edu.stanford.nlp.trees.StringLabelFactory
Create a new StringLabel, where the label is formed from the Label object passed in.
newLabel(Label) - Method in class edu.stanford.nlp.trees.CategoryWordTagFactory
Create a new CategoryWordTag Label, where the label is formed from the Label object passed in.
newLabel(Label) - Method in class edu.stanford.nlp.trees.AdaptiveLabelFactory
Create a new Label, where the label is formed from the Label object passed in.
newLabel(Label) - Method in interface edu.stanford.nlp.trees.LabelFactory
Create a new Label, where the label is formed from the Label object passed in.
newLabel(String) - Method in class edu.stanford.nlp.trees.WordTagFactory
Make a new label with this String as the value (word).
newLabel(String) - Method in class edu.stanford.nlp.trees.WordFactory
Create a new word, where the label is formed from the String passed in.
newLabel(String) - Method in class edu.stanford.nlp.trees.TaggedWordFactory
Make a new label with this String as the value (word).
newLabel(String) - Method in class edu.stanford.nlp.trees.StringLabelFactory
Make a new label with this String as the "name".
newLabel(String) - Method in class edu.stanford.nlp.trees.CategoryWordTagFactory
Make a new label with this String as the "name".
newLabel(String) - Method in class edu.stanford.nlp.trees.AdaptiveLabelFactory
The AdaptiveLabelFactory does not support this operation, because it does not know what sort of label to make.
newLabel(String) - Method in interface edu.stanford.nlp.trees.LabelFactory
Make a new label with this String as the value.
newLabel(String, int) - Method in class edu.stanford.nlp.trees.WordTagFactory
Make a new label with this String as a value component.
newLabel(String, int) - Method in class edu.stanford.nlp.trees.WordFactory
Create a new word, where the label is formed from the String passed in.
newLabel(String, int) - Method in class edu.stanford.nlp.trees.TaggedWordFactory
Make a new label with this String as a value component.
newLabel(String, int) - Method in class edu.stanford.nlp.trees.StringLabelFactory
Make a new label with this String as the "name".
newLabel(String, int) - Method in class edu.stanford.nlp.trees.CategoryWordTagFactory
Make a new label with this String as the value.
newLabel(String, int) - Method in class edu.stanford.nlp.trees.AdaptiveLabelFactory
Create a new Label, where the Label is formed from the passed in String, using it to name the component given by options.
newLabel(String, int) - Method in interface edu.stanford.nlp.trees.LabelFactory
Make a new label with this String as the value, and the type determined in an implementation-dependent way from the options value.
newLabel(String, String, String) - Method in class edu.stanford.nlp.trees.CategoryWordTagFactory
Create a new CategoryWordTag label, where the label is formed from the various String objects passed in.
newLabelFromString(String) - Method in class edu.stanford.nlp.trees.WordTagFactory
Create a new word, where the label is formed from the String passed in.
newLabelFromString(String) - Method in class edu.stanford.nlp.trees.WordFactory
Create a new word, where the label is formed from the String passed in.
newLabelFromString(String) - Method in class edu.stanford.nlp.trees.TaggedWordFactory
Create a new word, where the label is formed from the String passed in.
newLabelFromString(String) - Method in class edu.stanford.nlp.trees.StringLabelFactory
Make a new label with this String as the "name".
newLabelFromString(String) - Method in class edu.stanford.nlp.trees.CategoryWordTagFactory
Make a new label with this String as the "name".
newLabelFromString(String) - Method in class edu.stanford.nlp.trees.AdaptiveLabelFactory
The AdaptiveLabelFactory does not support this operation, because it does not know what sort of label to make.
newLabelFromString(String) - Method in interface edu.stanford.nlp.trees.LabelFactory
Make a new label.
newLeaf(Label) - Method in class edu.stanford.nlp.trees.SimpleTreeFactory
 
newLeaf(Label) - Method in class edu.stanford.nlp.trees.LabeledScoredTreeFactory
Create a new leaf node with the given label
newLeaf(Label) - Method in interface edu.stanford.nlp.trees.TreeFactory
Create a new tree leaf node, with the given label.
newLeaf(String) - Method in class edu.stanford.nlp.trees.SimpleTreeFactory
 
newLeaf(String) - Method in class edu.stanford.nlp.trees.LabeledScoredTreeFactory
 
newLeaf(String) - Method in interface edu.stanford.nlp.trees.TreeFactory
Create a new tree leaf node, where the label is formed from the String passed in.
newSentenceReader(Reader) - Method in class edu.stanford.nlp.trees.SimpleSentenceReaderFactory
The implementation of the SentenceReaderFactory interface.
newSentenceReader(Reader) - Method in class edu.stanford.nlp.trees.PennSentenceReaderFactory
The implementation of the SentenceReaderFactory interface.
newSentenceReader(Reader) - Method in interface edu.stanford.nlp.trees.SentenceReaderFactory
The factory for making a new SentenceReader.
newSentenceReader(Reader) - Method in class edu.stanford.nlp.trees.AdwaitSentenceReaderFactory
Implementation of the SentenceReaderFactory interface.
newTreeNode(Label, List) - Method in class edu.stanford.nlp.trees.SimpleTreeFactory
 
newTreeNode(Label, List) - Method in class edu.stanford.nlp.trees.LabeledScoredTreeFactory
Create a new non-leaf tree node with the given label
newTreeNode(Label, List) - Method in interface edu.stanford.nlp.trees.TreeFactory
Create a new tree nonleaf node, with the given label.
newTreeNode(String, List) - Method in class edu.stanford.nlp.trees.SimpleTreeFactory
 
newTreeNode(String, List) - Method in class edu.stanford.nlp.trees.LabeledScoredTreeFactory
 
newTreeNode(String, List) - Method in interface edu.stanford.nlp.trees.TreeFactory
Create a new tree nonleaf node, where the label is formed from the String passed in.
newTreeReader(Reader) - Method in class edu.stanford.nlp.trees.WordLabeledScoredTreeReaderFactory
An implementation of the TreeReaderFactory interface.
newTreeReader(Reader) - Method in class edu.stanford.nlp.trees.StringLabeledScoredTreeReaderFactory
An implementation of the TreeReaderFactory interface.
newTreeReader(Reader) - Method in class edu.stanford.nlp.trees.SimpleTreeReaderFactory
The implementation of the TreeReaderFactory interface.
newTreeReader(Reader) - Method in class edu.stanford.nlp.trees.ParentTransformedLabeledNormalizedTreeReaderFactory
An implementation of the TreeReaderFactory interface.
newTreeReader(Reader) - Method in class edu.stanford.nlp.trees.LabeledScoredTreeReaderFactory
An implementation of the TreeReaderFactory interface.
newTreeReader(Reader) - Method in interface edu.stanford.nlp.trees.TreeReaderFactory
Create a new TreeReader using the provided Reader.
next() - Method in class edu.stanford.nlp.trees.international.CHTBTokenizer
Returns the next token.
next() - Method in class edu.stanford.nlp.util.StackAgenda
 
next() - Method in class edu.stanford.nlp.util.ScoredPriorityAgenda
 
next() - Method in interface edu.stanford.nlp.util.Agenda
 
next() - Method in class edu.stanford.nlp.io.StreamTokenizerAdapter
Returns the next token from the input Reader.
next() - Method in interface edu.stanford.nlp.io.StreamTokenizer
Returns the next token from the input Reader.
next() - Method in class edu.stanford.nlp.io.AbstractStreamTokenizer
Returns the next token.
next() - Method in class edu.stanford.nlp.process.SimpleTokenizer
Returns the next Word token, or null if there is none.
next() - Method in class edu.stanford.nlp.process.PTBTokenizer
Returns the next Word token, or null if there is none.
next() - Method in class edu.stanford.nlp.process.DummyTokenizer
 
next() - Method in class edu.stanford.nlp.process.AbstractTokenizer
Returns the next token from this Tokenizer.
next() - Method in interface edu.stanford.nlp.process.Tokenizer
Returns the next token from this Tokenizer.
NoPunctTreeNormalizer - class edu.stanford.nlp.trees.NoPunctTreeNormalizer.
Normalizes trees roughly the way used in Manning and Carpenter 1997.
NoPunctTreeNormalizer() - Constructor for class edu.stanford.nlp.trees.NoPunctTreeNormalizer
 
normalize() - Method in class edu.stanford.nlp.util.Counter
Divides all the counts by the total so they collectively sum to 1.0.
normalizeNonterminal(String) - Method in class edu.stanford.nlp.trees.SepTreeNormalizer
Normalizes a nonterminal contents.
normalizeNonterminal(String) - Method in class edu.stanford.nlp.trees.PruneNodesStripSubtagsTreeNormalizer
Normalizes a nonterminal contents.
normalizeNonterminal(String) - Method in class edu.stanford.nlp.trees.ParametricTreeNormalizer
Normalizes a nonterminal contents.
normalizeNonterminal(String) - Method in class edu.stanford.nlp.trees.NoPunctTreeNormalizer
Normalizes a nonterminal contents.
normalizeNonterminal(String) - Method in class edu.stanford.nlp.trees.NegraTreeNormalizer
Normalizes a nonterminal contents.
normalizeNonterminal(String) - Method in class edu.stanford.nlp.trees.DanBobChrisTreeNormalizer
Normalizes a nonterminal contents.
normalizeNonterminal(String) - Method in class edu.stanford.nlp.trees.TreeNormalizer
Normalizes a nonterminal contents (and maybe intern it).
normalizeNonterminal(String) - Method in class edu.stanford.nlp.trees.BobChrisTreeNormalizer
Normalizes a nonterminal contents.
normalizeSentence(Sentence, LabelFactory) - Method in class edu.stanford.nlp.trees.PennSentenceNormalizer
Normalize a sentence -- this method assumes that the argument that it is passed is the whole (linguistic) Sentence.
normalizeSentence(Sentence, LabelFactory) - Method in class edu.stanford.nlp.trees.SentenceNormalizer
Normalize a sentence -- this method assumes that the argument that it is passed is the whole (linguistic) Sentence.
normalizeString(String) - Method in class edu.stanford.nlp.trees.PennSentenceNormalizer
 
normalizeString(String) - Method in class edu.stanford.nlp.trees.PennSentenceMrgNormalizer
Normalizes a read string word (and maybe intern it).
normalizeString(String) - Method in class edu.stanford.nlp.trees.SentenceNormalizer
Normalizes a read string word (and maybe intern it).
normalizeTerminal(String) - Method in class edu.stanford.nlp.trees.SepTreeNormalizer
Normalizes a leaf contents.
normalizeTerminal(String) - Method in class edu.stanford.nlp.trees.PruneNodesStripSubtagsTreeNormalizer
Normalizes a leaf contents.
normalizeTerminal(String) - Method in class edu.stanford.nlp.trees.ParametricTreeNormalizer
Normalizes a leaf contents.
normalizeTerminal(String) - Method in class edu.stanford.nlp.trees.NoPunctTreeNormalizer
Normalizes a leaf contents.
normalizeTerminal(String) - Method in class edu.stanford.nlp.trees.NegraTreeNormalizer
Normalizes a leaf contents.
normalizeTerminal(String) - Method in class edu.stanford.nlp.trees.DanBobChrisTreeNormalizer
Normalizes a leaf contents.
normalizeTerminal(String) - Method in class edu.stanford.nlp.trees.TreeNormalizer
Normalizes a leaf contents (and maybe intern it).
normalizeTerminal(String) - Method in class edu.stanford.nlp.trees.BobChrisTreeNormalizer
Normalizes a leaf contents.
normalizeWholeTree(Tree, TreeFactory) - Method in class edu.stanford.nlp.trees.SepTreeNormalizer
Normalize a whole tree -- one can assume that this is the root.
normalizeWholeTree(Tree, TreeFactory) - Method in class edu.stanford.nlp.trees.PruneNodesStripSubtagsTreeNormalizer
 
normalizeWholeTree(Tree, TreeFactory) - Method in class edu.stanford.nlp.trees.ParametricTreeNormalizer
Normalize a whole tree -- one can assume that this is the root.
normalizeWholeTree(Tree, TreeFactory) - Method in class edu.stanford.nlp.trees.NoPunctTreeNormalizer
Normalize a whole tree -- one can assume that this is the root.
normalizeWholeTree(Tree, TreeFactory) - Method in class edu.stanford.nlp.trees.NegraTreeNormalizer
Normalize a whole tree -- one can assume that this is the root.
normalizeWholeTree(Tree, TreeFactory) - Method in class edu.stanford.nlp.trees.NPTmpRetainingTreeNormalizer
Normalize a whole tree -- one can assume that this is the root.
normalizeWholeTree(Tree, TreeFactory) - Method in class edu.stanford.nlp.trees.DanBobChrisTreeNormalizer
Normalize a whole tree -- one can assume that this is the root.
normalizeWholeTree(Tree, TreeFactory) - Method in class edu.stanford.nlp.trees.TreeNormalizer
Normalize a whole tree -- this method assumes that the argument that it is passed is the root of a complete Tree.
normalizeWholeTree(Tree, TreeFactory) - Method in class edu.stanford.nlp.trees.BobChrisTreeNormalizer
Normalize a whole tree -- one can assume that this is the root.
notFilter(Filter) - Static method in class edu.stanford.nlp.util.Filters
Filter that does the opposite of given filter (NOT).
NPTmpRetainingTreeNormalizer - class edu.stanford.nlp.trees.NPTmpRetainingTreeNormalizer.
Same TreeNormalizer as BobChrisTreeNormalizer, but optionally provides four extras.
NPTmpRetainingTreeNormalizer() - Constructor for class edu.stanford.nlp.trees.NPTmpRetainingTreeNormalizer
 
NPTmpRetainingTreeNormalizer(boolean, boolean) - Constructor for class edu.stanford.nlp.trees.NPTmpRetainingTreeNormalizer
 
NPTmpRetainingTreeNormalizer(boolean, boolean, boolean, boolean) - Constructor for class edu.stanford.nlp.trees.NPTmpRetainingTreeNormalizer
 
NullLabel - class edu.stanford.nlp.trees.NullLabel.
A NullLabel object acts as a Label with linguistic attributes, but doesn't actually store or return anything.
NullLabel() - Constructor for class edu.stanford.nlp.trees.NullLabel
 
NumAndCapFeature - class edu.stanford.nlp.process.NumAndCapFeature.
Provides a partition over the set of possible unseen words that corresponds to the capitalization and inclusion of numbers in the word.
NumAndCapFeature() - Constructor for class edu.stanford.nlp.process.NumAndCapFeature
 
number(Object) - Method in class edu.stanford.nlp.util.Numberer
 
number(String, Object) - Static method in class edu.stanford.nlp.util.Numberer
 
Numberer - class edu.stanford.nlp.util.Numberer.
Gives a unique integer serial numbers to a family of objects, identified by a name space.
Numberer() - Constructor for class edu.stanford.nlp.util.Numberer
 
NumberFeature - class edu.stanford.nlp.process.NumberFeature.
Provides a partition over the set of possible unseen words that corresponds to the formatting of numbers in the word.
NumberFeature() - Constructor for class edu.stanford.nlp.process.NumberFeature
 
NumberProcessor - class edu.stanford.nlp.process.NumberProcessor.
Processor whose process method converts a numbers to the word "*NUMBER*"
NumberProcessor() - Constructor for class edu.stanford.nlp.process.NumberProcessor
 
NumberRangeFileFilter - class edu.stanford.nlp.io.NumberRangeFileFilter.
Implements a file filter that examines a number in a filename to determine acceptance.
NumberRangeFileFilter(int, int, boolean) - Constructor for class edu.stanford.nlp.io.NumberRangeFileFilter
Sets up a NumberRangeFileFilter by specifying the range of numbers to accept, and whether to also traverse folders for recursive search.
NumberRangesFileFilter - class edu.stanford.nlp.io.NumberRangesFileFilter.
Implements a file filter that examines a number in a filename to determine acceptance.
NumberRangesFileFilter(String, boolean) - Constructor for class edu.stanford.nlp.io.NumberRangesFileFilter
Sets up a NumberRangesFileFilter by specifying the ranges of numbers to accept, and whether to also traverse folders for recursive search.
numValues() - Method in class edu.stanford.nlp.process.NumberFeature
 
numValues() - Method in class edu.stanford.nlp.process.NumAndCapFeature
 
numValues() - Method in interface edu.stanford.nlp.process.Feature
The number of possible FeatureValues for this Feature.
numValues() - Method in class edu.stanford.nlp.process.CapitalFeature
 

O

object() - Method in class edu.stanford.nlp.util.ScoredObject
 
object(int) - Method in class edu.stanford.nlp.util.Numberer
 
object(String, int) - Static method in class edu.stanford.nlp.util.Numberer
 
objects - Variable in class edu.stanford.nlp.util.Index
 
ONE - Static variable in class edu.stanford.nlp.util.Dbg
 
OnePerLineSentenceNormalizer - class edu.stanford.nlp.trees.OnePerLineSentenceNormalizer.
A class for sentence normalization.
OnePerLineSentenceNormalizer() - Constructor for class edu.stanford.nlp.trees.OnePerLineSentenceNormalizer
 
oneTailedFishersExact(int, int, int, int) - Static method in class edu.stanford.nlp.math.SloppyMath
Find a one-tailed Fisher's exact probability.
OpenPageDialog - class edu.stanford.nlp.io.ui.OpenPageDialog.
Simple dialog to ask user for url
OpenPageDialog(Frame, boolean) - Constructor for class edu.stanford.nlp.io.ui.OpenPageDialog
Creates new form OpenPageDialog
orFilter(Filter, Filter) - Static method in class edu.stanford.nlp.util.Filters
Filter that accepts when either filter accepts (OR).
originalText - Variable in class edu.stanford.nlp.dbm.BasicDocument
original text of this document (may be null).
originalText() - Method in class edu.stanford.nlp.dbm.BasicDocument
Returns the text originally used to construct this document, or null if there was no original text.
OutDataStreamFile - class edu.stanford.nlp.io.OutDataStreamFile.
 
OutDataStreamFile(File) - Constructor for class edu.stanford.nlp.io.OutDataStreamFile
 
OutDataStreamFile(String) - Constructor for class edu.stanford.nlp.io.OutDataStreamFile
 

P

pad(Object, int) - Static method in class edu.stanford.nlp.util.StringUtils
Pads the toString value of the given Object.
pad(String, int) - Static method in class edu.stanford.nlp.util.StringUtils
Return a String of length a minimum of totalChars characters by padding the input String str with spaces.
paintComponent(Graphics) - Method in class edu.stanford.nlp.parser.ui.TreeJPanel
 
Pair - class edu.stanford.nlp.util.Pair.
Pair: A Class for holding a pair of objects.
Pair() - Constructor for class edu.stanford.nlp.util.Pair
 
Pair(Object, Object) - Constructor for class edu.stanford.nlp.util.Pair
 
ParametricTreeNormalizer - class edu.stanford.nlp.trees.ParametricTreeNormalizer.
Normalizes trees based on parameter settings.
ParametricTreeNormalizer(boolean, boolean) - Constructor for class edu.stanford.nlp.trees.ParametricTreeNormalizer
 
parent() - Method in class edu.stanford.nlp.trees.Tree
Return the parent of the tree node.
parent(Tree) - Method in class edu.stanford.nlp.trees.Tree
Return the parent of the tree node.
ParentAnnotationStats - class edu.stanford.nlp.parser.lexparser.ParentAnnotationStats.
See what parent annotation helps in treebank, based on support and KL divergence.
ParentAnnotationStats() - Constructor for class edu.stanford.nlp.parser.lexparser.ParentAnnotationStats
 
parentTransformedBobChris() - Static method in class edu.stanford.nlp.trees.TreeNormalizers
 
ParentTransformedLabeledNormalizedTreeReaderFactory - class edu.stanford.nlp.trees.ParentTransformedLabeledNormalizedTreeReaderFactory.
This class implements a TreeReaderFactory that produces labeled, scored array-based Trees, which have been cleaned up to delete empties, etc.
ParentTransformedLabeledNormalizedTreeReaderFactory() - Constructor for class edu.stanford.nlp.trees.ParentTransformedLabeledNormalizedTreeReaderFactory
 
paRootDtr - Static variable in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
Chinese: parent annotate daughter of root.
PARSE - Static variable in class edu.stanford.nlp.util.Dbg
 
parse() - Method in class edu.stanford.nlp.parser.ui.ParserPanel
Tokenizes the highlighted text (using a tokenizer appropriate for the selected language, and initiates the ParseThread to parse the tokenized text.
parse(List) - Method in class edu.stanford.nlp.parser.lexparser.LexicalizedParser
Parse a sentence represented as a List.
parse(Sentence) - Method in class edu.stanford.nlp.parser.lexparser.LexicalizedParser
Parse a Sentence.
parse(Sentence) - Method in interface edu.stanford.nlp.parser.Parser
Parses the given sentence.
parse(Sentence, String) - Method in class edu.stanford.nlp.parser.lexparser.LexicalizedParser
Parse a Sentence.
parse(Sentence, String) - Method in interface edu.stanford.nlp.parser.Parser
Parses the given sentence.
parse(String) - Method in class edu.stanford.nlp.dbm.BasicDocument
Tokenizes the given text to populate the list of words this Document represents.
parseDocumentText(String) - Method in class edu.stanford.nlp.dbm.DocumentReader
Creates a new Document for the given text.
Parser - class edu.stanford.nlp.parser.ui.Parser.
A simple GUI app for Parsing.
Parser - interface edu.stanford.nlp.parser.Parser.
The interface for parser objects.
Parser() - Constructor for class edu.stanford.nlp.parser.ui.Parser
Creates a new Parser Frame using Parser.Parser(String, String) with both arguments being null.
Parser(String, String) - Constructor for class edu.stanford.nlp.parser.ui.Parser
Creates new Parser Frame.
ParserPanel - class edu.stanford.nlp.parser.ui.ParserPanel.
Provides a simple GUI Panel for Parsing.
ParserPanel() - Constructor for class edu.stanford.nlp.parser.ui.ParserPanel
Creates new form ParserPanel
pennPrint() - Method in class edu.stanford.nlp.trees.Tree
Print the tree as done in Penn Treebank merged files.
pennPrint(PrintStream) - Method in class edu.stanford.nlp.trees.Tree
Print the tree as done in Penn Treebank merged files.
pennPrint(PrintWriter) - Method in class edu.stanford.nlp.trees.Tree
Print the tree as done in Penn Treebank merged files.
PennSentenceMrgNormalizer - class edu.stanford.nlp.trees.PennSentenceMrgNormalizer.
A class for sentence normalization.
PennSentenceMrgNormalizer() - Constructor for class edu.stanford.nlp.trees.PennSentenceMrgNormalizer
 
PennSentenceNormalizer - class edu.stanford.nlp.trees.PennSentenceNormalizer.
A class for Penn tag directory sentence normalization.
PennSentenceNormalizer() - Constructor for class edu.stanford.nlp.trees.PennSentenceNormalizer
Constructs a PennSentenceNormalizer object.
PennSentenceNormalizer(boolean, char) - Constructor for class edu.stanford.nlp.trees.PennSentenceNormalizer
Constructs a PennSentenceNormalizer object.
PennSentenceNormalizer(boolean, char, boolean, char) - Constructor for class edu.stanford.nlp.trees.PennSentenceNormalizer
Constructs a PennSentenceNormalizer object.
PennSentenceReaderFactory - class edu.stanford.nlp.trees.PennSentenceReaderFactory.
This class implements a SentenceReaderFactory which is suitable for reading in tagged sentences from the Penn Treebank.
PennSentenceReaderFactory() - Constructor for class edu.stanford.nlp.trees.PennSentenceReaderFactory
 
PennTagbankStreamTokenizer - class edu.stanford.nlp.trees.PennTagbankStreamTokenizer.
Builds a tokenizer for Penn pos tagged directories.
PennTagbankStreamTokenizer(Reader) - Constructor for class edu.stanford.nlp.trees.PennTagbankStreamTokenizer
Create a tokenizer for PennTreebank trees.
PennTreebankLanguagePack - class edu.stanford.nlp.trees.PennTreebankLanguagePack.
Specifies the treebank/language specific components needed for parsing the English Penn Treebank.
PennTreebankLanguagePack() - Constructor for class edu.stanford.nlp.trees.PennTreebankLanguagePack
Gives a handle to the TreebankLanguagePack
PennTreebankStreamTokenizer - class edu.stanford.nlp.trees.PennTreebankStreamTokenizer.
Builds a tokenizer for English PennTreebank (release 2) trees.
PennTreebankStreamTokenizer(Reader) - Constructor for class edu.stanford.nlp.trees.PennTreebankStreamTokenizer
 
PennTreeReader - class edu.stanford.nlp.trees.PennTreeReader.
A PennTreeReader is a TreeReader that reads in Penn Treebank-style files.
PennTreeReader(Reader) - Constructor for class edu.stanford.nlp.trees.PennTreeReader
Read parse trees from a Reader.
PennTreeReader(Reader, StreamTokenizer) - Constructor for class edu.stanford.nlp.trees.PennTreeReader
Read parse trees from a Reader.
PennTreeReader(Reader, TreeFactory) - Constructor for class edu.stanford.nlp.trees.PennTreeReader
Read parse trees from a Reader.
PennTreeReader(Reader, TreeFactory, TreeNormalizer) - Constructor for class edu.stanford.nlp.trees.PennTreeReader
Read parse trees from a Reader.
PennTreeReader(Reader, TreeFactory, TreeNormalizer, StreamTokenizer) - Constructor for class edu.stanford.nlp.trees.PennTreeReader
Read parse trees from a Reader.
percolateHeads(HeadFinder) - Method in class edu.stanford.nlp.trees.Tree
Finds the heads of the tree.
powerSet(Set) - Static method in class edu.stanford.nlp.util.Sets
returns the powerset of a set
prepTransformedBobChris() - Static method in class edu.stanford.nlp.trees.TreeNormalizers
 
presentableText() - Method in class edu.stanford.nlp.dbm.BasicDocument
Returns a "pretty" version of the words in this Document suitable for display.
preTerminalYield() - Method in class edu.stanford.nlp.trees.Tree
Gets the preterminal yield (i.e., tags) of the tree.
preTerminalYield(List) - Method in class edu.stanford.nlp.trees.Tree
Gets the preterminal yield (i.e., tags) of the tree.
print(String) - Static method in class edu.stanford.nlp.util.Dbg
Print the debug message to a file or stderr
PrintFile - class edu.stanford.nlp.io.PrintFile.
Shorthand class for opening an output file for human-readable output.
PrintFile(File) - Constructor for class edu.stanford.nlp.io.PrintFile
 
PrintFile(String) - Constructor for class edu.stanford.nlp.io.PrintFile
 
println(int, String) - Static method in class edu.stanford.nlp.util.Dbg
prints string s only if the verbosity exceeds v
println(String, String) - Static method in class edu.stanford.nlp.io.EncodingPrintWriter.out
 
printState(BasicDocument) - Static method in class edu.stanford.nlp.dbm.BasicDocument
For internal debugging purposes only.
printStats() - Method in class edu.stanford.nlp.parser.lexparser.SisterAnnotationStats
 
printStats() - Method in class edu.stanford.nlp.parser.lexparser.ParentAnnotationStats
 
printToFile(String, String) - Static method in class edu.stanford.nlp.util.Dbg
Prints to a file.
printToFile(String, String, boolean) - Static method in class edu.stanford.nlp.util.Dbg
Prints to a file.
process(Document) - Method in class edu.stanford.nlp.process.WordToTaggedWordProcessor
Returns a new Document where each Word with a tag has been converted to a TaggedWord.
process(Document) - Method in class edu.stanford.nlp.process.WordToSentenceProcessor
Returns a new Document where each element is a Sentence built from a run of Words in the input Document.
process(Document) - Method in class edu.stanford.nlp.process.StripTagsProcessor
Returns a new Document with the same meta-data as in, and the same words except tags are stripped.
process(Document) - Method in class edu.stanford.nlp.process.StoplistFilter
Returns a new Document with the same meta-data as in and the same words except those on the stop list this filter was constructed with.
process(Document) - Method in class edu.stanford.nlp.process.SentenceToWordProcessor
Transforms the given Document of Sentences into a Document of Words by flattening out the Sentences.
process(Document) - Method in interface edu.stanford.nlp.process.Processor
Converts a Document to a different Document, by transforming or filtering the original Document.
process(Document) - Method in class edu.stanford.nlp.process.DocumentProcessor
Converts a Document to a different Document, by transforming or filtering the elements in in using the Appliable given in the constructor.
processFile(File) - Method in class edu.stanford.nlp.trees.MemoryTreebank
Load a collection of parse trees from the file of given name.
processFile(File) - Method in class edu.stanford.nlp.trees.MemorySentencebank
Load a collection of parse sentences from the file of given name.
processFile(File) - Method in interface edu.stanford.nlp.util.FileProcessor
Apply this predicate to a File.
Processor - interface edu.stanford.nlp.process.Processor.
Top-level interface for transforming Documents.
processPath(File, FileFilter, FileProcessor) - Static method in class edu.stanford.nlp.util.FilePathProcessor
Apply a function to the files under a given directory and perhaps its subdirectories.
processPath(File, String, boolean, FileProcessor) - Static method in class edu.stanford.nlp.util.FilePathProcessor
Apply a method to the files under a given directory and perhaps its subdirectories.
processPath(String, String, boolean, FileProcessor) - Static method in class edu.stanford.nlp.util.FilePathProcessor
Apply a method to the files under a given directory and perhaps its subdirectories.
processSentence(Sentence) - Method in interface edu.stanford.nlp.trees.SentenceProcessor
Does whatever one needs to do to a particular sentence.
processTree(Tree) - Method in interface edu.stanford.nlp.trees.TreeProcessor
Does whatever one needs to do to a particular parse tree.
processTree(Tree) - Method in class edu.stanford.nlp.parser.lexparser.SisterAnnotationStats
Does whatever one needs to do to a particular parse tree
processTree(Tree) - Method in class edu.stanford.nlp.parser.lexparser.ParentAnnotationStats
Does whatever one needs to do to a particular parse tree
processTreeHelper(String, String, Tree) - Method in class edu.stanford.nlp.parser.lexparser.ParentAnnotationStats
 
PROGRESS - Static variable in class edu.stanford.nlp.util.Dbg
 
prpTransformedBobChris() - Static method in class edu.stanford.nlp.trees.TreeNormalizers
 
prune(Filter) - Method in class edu.stanford.nlp.trees.Tree
Creates a deep copy of the tree, where all nodes that the filter does not accept and all children of such nodes are pruned.
prune(Filter, TreeFactory) - Method in class edu.stanford.nlp.trees.Tree
Creates a deep copy of the tree, where all nodes that the filter does not accept and all children of such nodes are pruned.
PruneNodesStripSubtagsTreeNormalizer - class edu.stanford.nlp.trees.PruneNodesStripSubtagsTreeNormalizer.
??
PruneNodesStripSubtagsTreeNormalizer(Filter) - Constructor for class edu.stanford.nlp.trees.PruneNodesStripSubtagsTreeNormalizer
 
ptb2Text(List) - Static method in class edu.stanford.nlp.util.StringUtils
Returns a presentable version of the given PTB-tokenized words.
ptb2Text(String) - Static method in class edu.stanford.nlp.util.StringUtils
Returns a presentable version of the given PTB-tokenized text.
PTBTokenizer - class edu.stanford.nlp.process.PTBTokenizer.
Tokenizer implementation that conforms to the Penn Treebank tokenization conventions.
PTBTokenizer() - Constructor for class edu.stanford.nlp.process.PTBTokenizer
Constructs a new PTBTokenizer that treats carriage returns as normal whitespace.
PTBTokenizer(boolean) - Constructor for class edu.stanford.nlp.process.PTBTokenizer
Constructs a new PTBTokenizer that optionally returns carriage returns as their own token.
PTBTokenizer(Reader) - Constructor for class edu.stanford.nlp.process.PTBTokenizer
Constructs a new PTBTokenizer that treats carriage returns as normal whitespace.
PTBTokenizer(Reader, boolean) - Constructor for class edu.stanford.nlp.process.PTBTokenizer
Constructs a new PTBTokenizer that optionally returns carriage returns as their own token.
punctuationTagAcceptFilter() - Method in interface edu.stanford.nlp.trees.TreebankLanguagePack
Return a filter that accepts a String that is a punctuation tag name, and rejects everything else.
punctuationTagAcceptFilter() - Method in class edu.stanford.nlp.trees.AbstractTreebankLanguagePack
Return a filter that accepts a String that is a punctuation tag name, and rejects everything else.
punctuationTags() - Method in class edu.stanford.nlp.trees.PennTreebankLanguagePack
Returns a String array of punctuation tags for this treebank/language.
punctuationTags() - Method in class edu.stanford.nlp.trees.ChineseTreebankLanguagePack
Returns a String array of punctuation tags for this treebank/language.
punctuationTags() - Method in interface edu.stanford.nlp.trees.TreebankLanguagePack
Returns a String array of punctuation tags for this treebank/language.
punctuationTags() - Method in class edu.stanford.nlp.trees.AbstractTreebankLanguagePack
Returns a String array of punctuation tags for this treebank/language.
punctuationWordAcceptFilter() - Method in interface edu.stanford.nlp.trees.TreebankLanguagePack
Returns a filter that accepts a String that is a punctuation word, and rejects everything else.
punctuationWordAcceptFilter() - Method in class edu.stanford.nlp.trees.AbstractTreebankLanguagePack
Returns a filter that accepts a String that is a punctuation word, and rejects everything else.
punctuationWords() - Method in class edu.stanford.nlp.trees.PennTreebankLanguagePack
Returns a String array of punctuation words for this treebank/language.
punctuationWords() - Method in class edu.stanford.nlp.trees.ChineseTreebankLanguagePack
Returns a String array of punctuation words for this treebank/language.
punctuationWords() - Method in interface edu.stanford.nlp.trees.TreebankLanguagePack
Returns a String array of punctuation words for this treebank/language.
punctuationWords() - Method in class edu.stanford.nlp.trees.AbstractTreebankLanguagePack
Returns a String array of punctuation words for this treebank/language.
pushBack() - Method in class edu.stanford.nlp.trees.international.CHTBTokenizer
Pushes the previous token back.
pushBack() - Method in class edu.stanford.nlp.io.StreamTokenizerAdapter
Pushback the last read token from the tokenizer for re-reading.
pushBack() - Method in interface edu.stanford.nlp.io.StreamTokenizer
Pushback the last read token from the tokenizer for re-reading.
pushBack() - Method in class edu.stanford.nlp.io.AbstractStreamTokenizer
Pushes the previous token back.
pushBack() - Method in class edu.stanford.nlp.process.AbstractTokenizer
 
pushBack() - Method in interface edu.stanford.nlp.process.Tokenizer
Pushes the last token returned back on this Tokenizer, so that it will be returned again in the next call to next().
pushBack(int) - Method in interface edu.stanford.nlp.io.Lexer
Pushes back length character positions in the lexer.
put(Object, Object) - Method in class edu.stanford.nlp.util.Counter
Adds a count for the given key if value is a Number.
put(Object, Object) - Method in class edu.stanford.nlp.util.ArrayMap
 
putSpi(String, String) - Method in class edu.stanford.nlp.util.DisabledPreferences
 
pw() - Method in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams
the PrintWriter used to print output.
pw() - Method in interface edu.stanford.nlp.parser.lexparser.TreebankLangParserParams
returns a PrintWriter used to print output.
pw() - Method in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
the PrintWriter used to print output.
pw(OutputStream) - Method in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams
the PrintWriter used to print output to OutputStream o.
pw(OutputStream) - Method in interface edu.stanford.nlp.parser.lexparser.TreebankLangParserParams
returns a PrintWriter used to print output to the OutputStream o.
pw(OutputStream) - Method in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
the PrintWriter used to print output.

Q

QuasiSemantics - class edu.stanford.nlp.trees.QuasiSemantics.
Builds a neo-Davidsonian-style semantic representation corresponding to a Penn Treebank style tree.
QuasiSemantics(Tree) - Constructor for class edu.stanford.nlp.trees.QuasiSemantics
 

R

read(DataInputStream) - Method in class edu.stanford.nlp.util.Pair
Read a string representation of a Pair from a DataStream.
readDocument() - Method in class edu.stanford.nlp.dbm.DocumentReader
Reads the next document's worth of text from the reader and turns it into a Document.
readNextDocumentText() - Method in class edu.stanford.nlp.dbm.DocumentReader
Reads the next document's worth of text from the reader.
readSentence() - Method in class edu.stanford.nlp.trees.SentenceReader
Reads a single sentence.
readText(Reader) - Static method in class edu.stanford.nlp.dbm.DocumentReader
Returns everything that can be read from the given Reader as a String.
readTree() - Method in class edu.stanford.nlp.trees.PennTreeReader
Reads a single tree in standard Penn Treebank format, with or without an additional set of parens around it (an unnamed ROOT node).
readTree() - Method in interface edu.stanford.nlp.trees.TreeReader
Reads a single tree.
recurse(Tree, Tree) - Method in class edu.stanford.nlp.parser.lexparser.SisterAnnotationStats
p is parent
rejectFilter() - Static method in class edu.stanford.nlp.util.Filters
The rejectFilter accepts nothing.
remove() - Method in class edu.stanford.nlp.process.AbstractTokenizer
 
remove() - Method in interface edu.stanford.nlp.process.Tokenizer
Removes from the underlying collection the last element returned by the iterator (optional operation).
remove(int) - Method in class edu.stanford.nlp.trees.MemoryTreebank
 
remove(Object) - Method in class edu.stanford.nlp.trees.Treebank
This operation isn't supported for a Treebank.
remove(Object) - Method in class edu.stanford.nlp.trees.Sentencebank
This operation isn't supported for a Sentencebank.
remove(Object) - Method in class edu.stanford.nlp.util.Counter
Removes the given key from this Counter.
remove(Object) - Method in class edu.stanford.nlp.util.Beam
 
remove(Object) - Method in class edu.stanford.nlp.util.ArrayMap
 
removeAll(Collection) - Method in class edu.stanford.nlp.util.Counter
Removes all the given keys from this Counter.
removeAt(double[], int) - Static method in class edu.stanford.nlp.util.ArrayUtils
Removes the element at the specified index from the array, and returns a new array containing the remaining elements.
removeAt(Object[], int) - Static method in class edu.stanford.nlp.util.ArrayUtils
Removes the element at the specified index from the array, and returns a new array containing the remaining elements.
removeNodeSpi() - Method in class edu.stanford.nlp.util.DisabledPreferences
 
removeSpi(String) - Method in class edu.stanford.nlp.util.DisabledPreferences
 
removeZeroCounts() - Method in class edu.stanford.nlp.util.Counter
Removes all keys whose count is 0.
retainAll(Collection, Filter) - Static method in class edu.stanford.nlp.util.Filters
Removes all elems in the given Collection that aren't accepted by the given Filter.
rightSisterLabels(Tree, Tree) - Static method in class edu.stanford.nlp.parser.lexparser.SisterAnnotationStats
string-value labels of right sisters; from inside to outside (left-right)

S

save(DataOutputStream) - Method in class edu.stanford.nlp.util.Pair
Write a string representation of a Pair from a DataStream.
SbjRetainingTreeNormalizer - class edu.stanford.nlp.trees.SbjRetainingTreeNormalizer.
Same TreeNormalizer as BobChrisTreeNormalizer, but retains -SBJ labels on NP with the new identification NP#SBJ
SbjRetainingTreeNormalizer() - Constructor for class edu.stanford.nlp.trees.SbjRetainingTreeNormalizer
 
score - Variable in class edu.stanford.nlp.util.ScoredPair
 
score() - Method in class edu.stanford.nlp.trees.LabeledScoredTreeNode
Returns the score associated with the current node, or Nan if there is no score
score() - Method in class edu.stanford.nlp.trees.LabeledScoredTreeLeaf
Returns the node's score.
score() - Method in class edu.stanford.nlp.trees.LabeledScoredConstituent
Returns the score associated with the current node, or Nan if there is no score
score() - Method in class edu.stanford.nlp.trees.Constituent
access score
score() - Method in class edu.stanford.nlp.trees.Tree
Returns the score associated with the current node, or NaN if there is no score.
score() - Method in class edu.stanford.nlp.util.ScoredPair
 
score() - Method in class edu.stanford.nlp.util.ScoredObject
 
score() - Method in interface edu.stanford.nlp.util.Scored
Return the score of this thing
score(IntTaggedWord) - Method in class edu.stanford.nlp.parser.lexparser.ChineseUnknownWordModel
 
score(TaggedWord) - Method in class edu.stanford.nlp.parser.lexparser.ChineseUnknownWordModel
 
Scored - interface edu.stanford.nlp.util.Scored.
Scored Author: Dan Klein Date: 12/4/00 Interface for representing a scored things
ScoredComparator - class edu.stanford.nlp.util.ScoredComparator.
ScoredComparator allows one to compare scored things.
ScoredComparator() - Constructor for class edu.stanford.nlp.util.ScoredComparator
 
ScoredComparator(boolean) - Constructor for class edu.stanford.nlp.util.ScoredComparator
 
ScoredObject - class edu.stanford.nlp.util.ScoredObject.
Scored Object: Wrapper class for holding a scored object
ScoredObject() - Constructor for class edu.stanford.nlp.util.ScoredObject
 
ScoredObject(Object, double) - Constructor for class edu.stanford.nlp.util.ScoredObject
 
ScoredPair - class edu.stanford.nlp.util.ScoredPair.
Scored Pair: Class for holding a scored pair of objects
ScoredPair() - Constructor for class edu.stanford.nlp.util.ScoredPair
 
ScoredPair(Object, Object, double) - Constructor for class edu.stanford.nlp.util.ScoredPair
 
ScoredPriorityAgenda - class edu.stanford.nlp.util.ScoredPriorityAgenda.
ScoredPriorityAgenda
ScoredPriorityAgenda() - Constructor for class edu.stanford.nlp.util.ScoredPriorityAgenda
 
scrollBack() - Method in class edu.stanford.nlp.parser.ui.ParserPanel
Scrolls back one sentence in the text
scrollForward() - Method in class edu.stanford.nlp.parser.ui.ParserPanel
Scrolls forward one sentence in the text
second - Variable in class edu.stanford.nlp.util.Pair
Direct access is deprecated.
second() - Method in class edu.stanford.nlp.util.Pair
 
seenSet() - Method in class edu.stanford.nlp.util.Counter
Deprecated. use the standard keySet() function of Map.
selectiveSplitLevel - Static variable in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
How selectively to split.
Sentence - class edu.stanford.nlp.trees.Sentence.
Sentence holds a single sentence, and mediating between word numbers and words.
Sentence() - Constructor for class edu.stanford.nlp.trees.Sentence
Constructs an empty sentence.
Sentence(Collection) - Constructor for class edu.stanford.nlp.trees.Sentence
Constructs a sentence from the input Collection.
Sentence(List, List) - Constructor for class edu.stanford.nlp.trees.Sentence
Create a Sentence as a list of TaggedWord from two lists of String, one for the words, and the second for the tags.
Sentencebank - class edu.stanford.nlp.trees.Sentencebank.
A Sentencebank object provides access to a corpus of sentences -- just plain sentences or tagged sentences, etc.
Sentencebank() - Constructor for class edu.stanford.nlp.trees.Sentencebank
Create a new Sentencebank.
Sentencebank(int) - Constructor for class edu.stanford.nlp.trees.Sentencebank
Create a new Sentencebank.
Sentencebank(int, SentenceReaderFactory) - Constructor for class edu.stanford.nlp.trees.Sentencebank
Create a new Sentencebank.
Sentencebank(SentenceReaderFactory) - Constructor for class edu.stanford.nlp.trees.Sentencebank
Create a new Sentencebank.
SentenceDocument - class edu.stanford.nlp.dbm.SentenceDocument.
Basically, this is a list of Sentences.
SentenceDocument() - Constructor for class edu.stanford.nlp.dbm.SentenceDocument
 
sentenceFinalPunctuationTagAcceptFilter() - Method in interface edu.stanford.nlp.trees.TreebankLanguagePack
Returns a filter that accepts a String that is a sentence end punctuation tag, and rejects everything else.
sentenceFinalPunctuationTagAcceptFilter() - Method in class edu.stanford.nlp.trees.AbstractTreebankLanguagePack
Returns a filter that accepts a String that is a sentence end punctuation tag, and rejects everything else.
sentenceFinalPunctuationTags() - Method in class edu.stanford.nlp.trees.PennTreebankLanguagePack
Returns a String array of sentence final punctuation tags for this treebank/language.
sentenceFinalPunctuationTags() - Method in class edu.stanford.nlp.trees.ChineseTreebankLanguagePack
Returns a String array of sentence final punctuation tags for this treebank/language.
sentenceFinalPunctuationTags() - Method in interface edu.stanford.nlp.trees.TreebankLanguagePack
Returns a String array of sentence final punctuation tags for this treebank/language.
sentenceFinalPunctuationTags() - Method in class edu.stanford.nlp.trees.AbstractTreebankLanguagePack
Returns a String array of sentence final punctuation tags for this treebank/language.
sentenceFinalPunctuationWords() - Method in class edu.stanford.nlp.trees.PennTreebankLanguagePack
Returns a String array of sentence final punctuation words for this treebank/language.
sentenceFinalPunctuationWords() - Method in class edu.stanford.nlp.trees.ChineseTreebankLanguagePack
Returns a String array of sentence final punctuation words for this treebank/language.
sentenceFinalPunctuationWords() - Method in interface edu.stanford.nlp.trees.TreebankLanguagePack
Returns a String array of sentence final punctuation words for this treebank/language.
SentenceNormalizer - class edu.stanford.nlp.trees.SentenceNormalizer.
A class for sentence normalization.
SentenceNormalizer() - Constructor for class edu.stanford.nlp.trees.SentenceNormalizer
 
SentenceProcessor - interface edu.stanford.nlp.trees.SentenceProcessor.
This is a simple interface for applying a transformer to a Sentence.
SentenceReader - class edu.stanford.nlp.trees.SentenceReader.
A SentenceReader adds functionality to a Reader by reading in Sentences, or some descendant class.
SentenceReader(Reader) - Constructor for class edu.stanford.nlp.trees.SentenceReader
Construct class to read sentences from a Reader.
SentenceReader(Reader, LabelFactory) - Constructor for class edu.stanford.nlp.trees.SentenceReader
Construct class to read sentences from a Reader.
SentenceReader(Reader, LabelFactory, SentenceNormalizer) - Constructor for class edu.stanford.nlp.trees.SentenceReader
Construct class to read sentences from a Reader.
SentenceReader(Reader, LabelFactory, SentenceNormalizer, StreamTokenizer) - Constructor for class edu.stanford.nlp.trees.SentenceReader
Construct class to read sentences from a Reader.
SentenceReaderFactory - interface edu.stanford.nlp.trees.SentenceReaderFactory.
A SentenceReaderFactory is a factory for creating objects of class SentenceReader, or some descendent class.
sentenceReaderFactory() - Method in class edu.stanford.nlp.trees.Sentencebank
Get the SentenceReaderFactory for a Sentencebank -- this method is provided in order to make the SentenceReaderFactory available to subclasses.
SentenceToWordProcessor - class edu.stanford.nlp.process.SentenceToWordProcessor.
Transforms a Document of Sentences to a Document of Words by flattening out the Sentences.
SentenceToWordProcessor() - Constructor for class edu.stanford.nlp.process.SentenceToWordProcessor
 
SentenceVisitor - interface edu.stanford.nlp.trees.SentenceVisitor.
This is a simple interface for operations that are going to be applied to a Sentence.
SepTreeNormalizer - class edu.stanford.nlp.trees.SepTreeNormalizer.
Exactly like BobChrisTreeNormalize, except does not strip functional tags from NPs.
SepTreeNormalizer() - Constructor for class edu.stanford.nlp.trees.SepTreeNormalizer
 
set(int) - Method in class edu.stanford.nlp.util.MutableInteger
 
set(int, Object) - Method in class edu.stanford.nlp.trees.MemoryTreebank
 
setCategory(String) - Method in class edu.stanford.nlp.trees.NullLabel
 
setCategory(String) - Method in class edu.stanford.nlp.trees.CategoryWordTag
 
setCategory(String) - Method in interface edu.stanford.nlp.trees.HasCategory
Set the category value for the label (if one is stored).
setCategory(String) - Method in class edu.stanford.nlp.trees.Category
 
setCategoryWordTag(String, String, String) - Method in class edu.stanford.nlp.trees.CategoryWordTag
 
setChildren(List) - Method in class edu.stanford.nlp.trees.Tree
Set the children of this tree node to the given list.
setChildren(Tree[]) - Method in class edu.stanford.nlp.trees.SimpleTree
 
setChildren(Tree[]) - Method in class edu.stanford.nlp.trees.LabeledScoredTreeNode
Sets the children of this Tree
setChildren(Tree[]) - Method in class edu.stanford.nlp.trees.LabeledScoredTreeLeaf
Leaves have no children.
setChildren(Tree[]) - Method in class edu.stanford.nlp.trees.Tree
Set the children of this node to be the children given in the array.
setCount(Object, double) - Method in class edu.stanford.nlp.util.Counter
Sets the current count for the given key.
setCounts(Collection, double) - Method in class edu.stanford.nlp.util.Counter
Sets the current count for each of the given keys.
setDivider(String) - Static method in class edu.stanford.nlp.trees.WordTag
Set the String (usually just a single character) used to mark the separation between the word and the tag.
setDivider(String) - Static method in class edu.stanford.nlp.trees.TaggedWord
Set the String (usually just a single character) used to mark the separation between the word and the tag.
setEnd(int) - Method in class edu.stanford.nlp.trees.SimpleConstituent
set end node.
setEnd(int) - Method in class edu.stanford.nlp.trees.Constituent
set end node.
setEolString(String) - Method in class edu.stanford.nlp.io.StreamTokenizerAdapter
Set the String returned when the inner tokenizer returns an end-of-line token.
setFileChooser(JFileChooser) - Method in class edu.stanford.nlp.io.ui.OpenPageDialog
Sets the file chooser used by the Browse button
setFollow(String) - Method in class edu.stanford.nlp.trees.WeightedFollowedTaggedWord
 
setFollow(String) - Method in interface edu.stanford.nlp.trees.HasFollow
Set the follow value for the label (if one is stored).
setFromString(String) - Method in class edu.stanford.nlp.trees.WordTag
Sets a TaggedWord from decoding the String passed in.
setFromString(String) - Method in class edu.stanford.nlp.trees.TaggedWord
Sets a TaggedWord from decoding the String passed in.
setFromString(String) - Method in class edu.stanford.nlp.trees.CategoryWordTag
Set everything by reversing a toString operation.
setFromString(String) - Method in class edu.stanford.nlp.trees.Constituent
Make a new label with this String as the "name", perhaps by doing some appropriate decoding of the string.
setFromString(String) - Method in interface edu.stanford.nlp.trees.Label
Set the contents of this label to this String representing the complete contents of the label.
setFromString(String) - Method in class edu.stanford.nlp.trees.AbstractLabel
 
setFromString(String) - Method in class edu.stanford.nlp.trees.StringLabel
Set the label from a String.
setInputEncoding(String) - Method in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams
 
setInputEncoding(String) - Method in interface edu.stanford.nlp.parser.lexparser.TreebankLangParserParams
 
setInputEncoding(String) - Method in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
 
setKeepOriginalText(boolean) - Method in class edu.stanford.nlp.dbm.DocumentReader
Sets whether created documents should store their source text along with tokenized words.
setLabel(Label) - Method in class edu.stanford.nlp.trees.LabeledScoredTreeNode
Sets the label associated with the current node, if there is one.
setLabel(Label) - Method in class edu.stanford.nlp.trees.LabeledScoredTreeLeaf
Sets the label associated with the current node, if there is one.
setLabel(Label) - Method in class edu.stanford.nlp.trees.LabeledConstituent
 
setLabel(Label) - Method in class edu.stanford.nlp.trees.Constituent
Sets the label associated with the current Constituent, if there is one.
setLabel(Label) - Method in interface edu.stanford.nlp.trees.Labeled
Sets the label associated with this object.
setLabel(Label) - Method in class edu.stanford.nlp.trees.Tree
Sets the label associated with the current node, if there is one.
setLabel(Object) - Method in class edu.stanford.nlp.dbm.BasicDocument
Removes all currently assigned labels for this Document then adds the given label.
setLabels(Collection) - Method in class edu.stanford.nlp.trees.Constituent
 
setLabels(Collection) - Method in interface edu.stanford.nlp.trees.Labeled
Sets the labels associated with this object.
setLabels(Collection) - Method in class edu.stanford.nlp.trees.Tree
 
setLabels(Collection) - Method in class edu.stanford.nlp.dbm.BasicDocument
Removes all currently assigned labels for this Document then adds all of the given labels.
setLanguage(int) - Method in class edu.stanford.nlp.parser.ui.ParserPanel
Sets the language used by the ParserPanel to tokenize, parse, and display sentences.
setMarkLineBreaks(boolean) - Method in class edu.stanford.nlp.process.StripTagsProcessor
Sets whether the output of the processor will contain newline words ("\n") at the end of block-level tags.
setMaxFontSize(int) - Method in class edu.stanford.nlp.parser.ui.TreeJPanel
 
setMinFontSize(int) - Method in class edu.stanford.nlp.parser.ui.TreeJPanel
 
setNumberers(Map) - Static method in class edu.stanford.nlp.util.Numberer
 
setObject(Object) - Method in class edu.stanford.nlp.util.ScoredObject
 
setOptionFlag(String[], int) - Method in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams
Set language-specific options according to flags.
setOptionFlag(String[], int) - Method in interface edu.stanford.nlp.parser.lexparser.TreebankLangParserParams
Set language-specific options according to flags.
setOptionFlag(String[], int) - Method in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
Set language-specific options according to flags.
setOutputEncoding(String) - Method in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams
 
setOutputEncoding(String) - Method in interface edu.stanford.nlp.parser.lexparser.TreebankLangParserParams
 
setOutputEncoding(String) - Method in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
 
setReader(Reader) - Method in class edu.stanford.nlp.dbm.DocumentReader
Sets the reader from which to read and create documents.
Sets - class edu.stanford.nlp.util.Sets.
Utilities for sets
setScore(double) - Method in class edu.stanford.nlp.trees.LabeledScoredTreeNode
Sets the score associated with the current node, if there is one
setScore(double) - Method in class edu.stanford.nlp.trees.LabeledScoredTreeLeaf
Sets the score associated with the current node, if there is one.
setScore(double) - Method in class edu.stanford.nlp.trees.LabeledScoredConstituent
Sets the score associated with the current node, if there is one
setScore(double) - Method in class edu.stanford.nlp.trees.Constituent
Sets the score associated with the current node, if there is one
setScore(double) - Method in class edu.stanford.nlp.trees.Tree
Sets the score associated with the current node, if there is one.
setScore(double) - Method in interface edu.stanford.nlp.util.XScored
 
setScore(double) - Method in class edu.stanford.nlp.util.ScoredPair
 
setScore(double) - Method in class edu.stanford.nlp.util.ScoredObject
 
setSource(Reader) - Method in class edu.stanford.nlp.process.SimpleTokenizer
Sets the source of this Tokenizer to be the Reader r.
setSource(Reader) - Method in class edu.stanford.nlp.process.PTBTokenizer
Sets the source of this Tokenizer to be the Reader r.
setSource(Reader) - Method in class edu.stanford.nlp.process.DummyTokenizer
 
setSource(Reader) - Method in class edu.stanford.nlp.process.AbstractTokenizer
Sets the source for this Tokenizer.
setSource(Reader) - Method in interface edu.stanford.nlp.process.Tokenizer
Sets the source for this Tokenizer.
setStart(int) - Method in class edu.stanford.nlp.trees.SimpleConstituent
set start node.
setStart(int) - Method in class edu.stanford.nlp.trees.Constituent
set start node.
setStatus(String) - Method in class edu.stanford.nlp.parser.ui.ParserPanel
Sets the status text at the bottom of the ParserPanel.
setTag(String) - Method in class edu.stanford.nlp.trees.WordTag
 
setTag(String) - Method in class edu.stanford.nlp.trees.TaggedWord
 
setTag(String) - Method in class edu.stanford.nlp.trees.NullLabel
 
setTag(String) - Method in class edu.stanford.nlp.trees.Tag
 
setTag(String) - Method in interface edu.stanford.nlp.trees.HasTag
Set the tag value for the label (if one is stored).
setTag(String) - Method in class edu.stanford.nlp.trees.CategoryWordTag
 
setTitle(String) - Method in class edu.stanford.nlp.dbm.SentenceDocument
 
setTitle(String) - Method in class edu.stanford.nlp.dbm.BasicDocument
Sets the title of this Document to the given title.
setTokenizer(Tokenizer) - Method in class edu.stanford.nlp.dbm.DocumentReader
Sets the tokenizer used to chop up text into words for the documents.
setTokenizer(Tokenizer) - Method in class edu.stanford.nlp.dbm.BasicDocument
Sets the tokenizer to be used by BasicDocument.parse(String).
setTree(Tree) - Method in class edu.stanford.nlp.parser.ui.TreeJPanel
 
setTreebankLangParserParams(TreebankLangParserParams) - Method in class edu.stanford.nlp.parser.lexparser.LexicalizedParser
Allows the caller to specify a TreebankLangParserParams to use.
setValue(String) - Method in class edu.stanford.nlp.trees.WordTag
Set the value for the label (if one is stored).
setValue(String) - Method in class edu.stanford.nlp.trees.Constituent
Set the value for the label (if one is stored).
setValue(String) - Method in interface edu.stanford.nlp.trees.Label
Set the value for the label (if one is stored).
setValue(String) - Method in class edu.stanford.nlp.trees.AbstractLabel
Set the value for the label (if one is stored).
setValue(String) - Method in class edu.stanford.nlp.trees.StringLabel
Set the value for the label.
setVerbosity(int) - Static method in class edu.stanford.nlp.util.Dbg
Sets the verbosity to v.
setWeight(double) - Method in class edu.stanford.nlp.trees.WeightedFollowedTaggedWord
 
setWeight(double) - Method in interface edu.stanford.nlp.util.Weighted
Set the weight of this thing
setWord(String) - Method in class edu.stanford.nlp.trees.WordTag
 
setWord(String) - Method in class edu.stanford.nlp.trees.NullLabel
 
setWord(String) - Method in class edu.stanford.nlp.trees.CategoryWordTag
 
setWord(String) - Method in interface edu.stanford.nlp.trees.HasWord
Set the word value for the label (if one is stored).
setWord(String) - Method in class edu.stanford.nlp.trees.Word
 
setWords(Collection) - Method in class edu.stanford.nlp.trees.Sentence
Set the Sentence to this Collection of Word's.
shortValue() - Method in class edu.stanford.nlp.util.MutableInteger
 
sideCounters(String, List, List, Map) - Method in class edu.stanford.nlp.parser.lexparser.SisterAnnotationStats
 
SimpleConstituent - class edu.stanford.nlp.trees.SimpleConstituent.
A SimpleConstituent object defines a generic edge in a graph.
SimpleConstituent() - Constructor for class edu.stanford.nlp.trees.SimpleConstituent
Create an empty SimpleConstituent object.
SimpleConstituent(int, int) - Constructor for class edu.stanford.nlp.trees.SimpleConstituent
Create a SimpleConstituent object with given values.
SimpleConstituentFactory - class edu.stanford.nlp.trees.SimpleConstituentFactory.
A ConstituentFactory acts as a factory for creating objects of class Constituent, or some descendent class.
SimpleConstituentFactory() - Constructor for class edu.stanford.nlp.trees.SimpleConstituentFactory
 
SimpleSentenceReaderFactory - class edu.stanford.nlp.trees.SimpleSentenceReaderFactory.
This class implements a simple default SentenceReaderFactory.
SimpleSentenceReaderFactory() - Constructor for class edu.stanford.nlp.trees.SimpleSentenceReaderFactory
 
SimpleTokenizer - class edu.stanford.nlp.process.SimpleTokenizer.
Simple tokenizer implementation that wraps a StringTokenizer.
SimpleTokenizer() - Constructor for class edu.stanford.nlp.process.SimpleTokenizer
Constructs a new SimpleTokenizer.
SimpleTokenizer(Reader) - Constructor for class edu.stanford.nlp.process.SimpleTokenizer
Constructs a new SimpleTokenizer with the Reader r as its source.
SimpleTree - class edu.stanford.nlp.trees.SimpleTree.
A SimpleTree is a minimal concrete implementation of an unlabeled, unscored Tree.
SimpleTree() - Constructor for class edu.stanford.nlp.trees.SimpleTree
Create an empty parse tree.
SimpleTree(Label) - Constructor for class edu.stanford.nlp.trees.SimpleTree
Create parse tree with given root and null daughters.
SimpleTree(Label, List) - Constructor for class edu.stanford.nlp.trees.SimpleTree
Create parse tree with given root and array of daughter trees.
SimpleTreeFactory - class edu.stanford.nlp.trees.SimpleTreeFactory.
A SimpleTreeFactory acts as a factory for creating objects of class SimpleTree.
SimpleTreeFactory() - Constructor for class edu.stanford.nlp.trees.SimpleTreeFactory
Creates a new TreeFactory.
SimpleTreeFactory(LabelFactory) - Constructor for class edu.stanford.nlp.trees.SimpleTreeFactory
Creates a new TreeFactory.
SimpleTreeReaderFactory - class edu.stanford.nlp.trees.SimpleTreeReaderFactory.
This class implements a simple default TreeReaderFactory.
SimpleTreeReaderFactory() - Constructor for class edu.stanford.nlp.trees.SimpleTreeReaderFactory
 
SisterAnnotationStats - class edu.stanford.nlp.parser.lexparser.SisterAnnotationStats.
See what parent annotation helps in treebank, based on support and KL divergence.
SisterAnnotationStats() - Constructor for class edu.stanford.nlp.parser.lexparser.SisterAnnotationStats
 
sisterCounters(Tree, Tree) - Method in class edu.stanford.nlp.parser.lexparser.SisterAnnotationStats
 
sisterSplitters() - Method in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams
 
sisterSplitters() - Method in interface edu.stanford.nlp.parser.lexparser.TreebankLangParserParams
Returns the splitting strings used for selective splits.
sisterSplitters() - Method in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
 
SIX - Static variable in class edu.stanford.nlp.util.Dbg
 
size() - Method in class edu.stanford.nlp.trees.MemoryTreebank
Returns the size of the Treebank.
size() - Method in class edu.stanford.nlp.trees.Treebank
Returns the size of the Treebank.
size() - Method in class edu.stanford.nlp.trees.MemorySentencebank
Returns the size of the Sentencebank.
size() - Method in class edu.stanford.nlp.trees.Sentencebank
Returns the size of the Sentencebank.
size() - Method in class edu.stanford.nlp.trees.Constituent
Return the length of a Constituent
size() - Method in class edu.stanford.nlp.trees.Tree
Returns the number of nodes the tree contains.
size() - Method in class edu.stanford.nlp.util.Index
 
size() - Method in class edu.stanford.nlp.util.Beam
 
size() - Method in class edu.stanford.nlp.util.ArrayMap
 
size() - Method in interface edu.stanford.nlp.util.Heap
The number of elements currently in the heap.
size() - Method in class edu.stanford.nlp.util.ArrayHeap
Get the number of elements in the heap.
size() - Method in class edu.stanford.nlp.io.FileSequentialCollection
Returns the size of the FileSequentialCollection.
SloppyMath - class edu.stanford.nlp.math.SloppyMath.
The class SloppyMath contains methods for performing basic numeric operations.
SloppyMath() - Constructor for class edu.stanford.nlp.math.SloppyMath
 
slurpFile(File) - Static method in class edu.stanford.nlp.util.StringUtils
Returns all the text in the given File.
slurpURL(URL) - Static method in class edu.stanford.nlp.util.StringUtils
Returns all the text at the given URL.
Span - class edu.stanford.nlp.trees.Span.
A Span is an optimized SimpleConstituent object.
Span() - Constructor for class edu.stanford.nlp.trees.Span
Create an empty Span object.
Span(int, int) - Constructor for class edu.stanford.nlp.trees.Span
Create a Span object with given values.
spliceOut(Filter) - Method in class edu.stanford.nlp.trees.Tree
Creates a (partial) deep copy of the tree, where all nodes that the filter does not accept are spliced out.
spliceOut(Filter, TreeFactory) - Method in class edu.stanford.nlp.trees.Tree
Creates a (partial) deep copy of the tree, where all nodes that the filter does not accept are spliced out.
split(String) - Static method in class edu.stanford.nlp.util.StringUtils
Splits on whitespace (\\s+).
split(String, String) - Static method in class edu.stanford.nlp.util.StringUtils
Splits the given string using the given regex as delimiters.
splitBaseNP - Static variable in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
Mark base NPs.
splitChar - Variable in class edu.stanford.nlp.process.WordToTaggedWordProcessor
The char that we will split on.
splitters() - Method in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams
 
splitters() - Method in interface edu.stanford.nlp.parser.lexparser.TreebankLangParserParams
Returns the splitting strings used for selective splits.
splitters() - Method in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
 
StackAgenda - class edu.stanford.nlp.util.StackAgenda.
StackAgenda
StackAgenda() - Constructor for class edu.stanford.nlp.util.StackAgenda
 
start() - Method in class edu.stanford.nlp.trees.SimpleConstituent
access start node.
start() - Method in class edu.stanford.nlp.trees.Constituent
access start node.
startSymbol() - Method in interface edu.stanford.nlp.trees.TreebankLanguagePack
Returns a String which is the first (perhaps unique) start symbol of the treebank, or null if none is defined.
startSymbol() - Method in class edu.stanford.nlp.trees.AbstractTreebankLanguagePack
Returns a String which is the first (perhaps unique) start symbol of the treebank, or null if none is defined.
startSymbolAcceptFilter() - Method in interface edu.stanford.nlp.trees.TreebankLanguagePack
Return a filter that accepts a String that is a start symbol of the treebank, and rejects everything else.
startSymbolAcceptFilter() - Method in class edu.stanford.nlp.trees.AbstractTreebankLanguagePack
Return a filter that accepts a String that is a start symbol of the treebank, and rejects everything else.
startSymbols() - Method in class edu.stanford.nlp.trees.PennTreebankLanguagePack
Returns a String array of treebank start symbols.
startSymbols() - Method in class edu.stanford.nlp.trees.ChineseTreebankLanguagePack
Returns a String array of treebank start symbols.
startSymbols() - Method in interface edu.stanford.nlp.trees.TreebankLanguagePack
Returns a String array of treebank start symbols.
startSymbols() - Method in class edu.stanford.nlp.trees.AbstractTreebankLanguagePack
Returns a String array of treebank start symbols.
startTime() - Static method in class edu.stanford.nlp.util.Timing
Start the timing operation.
stem(String) - Method in class edu.stanford.nlp.process.Stemmer
Stems s and returns stemmed String.
stem(Word) - Method in class edu.stanford.nlp.process.Stemmer
Stems w and returns stemmed Word.
Stemmer - class edu.stanford.nlp.process.Stemmer.
Stemmer, implementing the Porter Stemming Algorithm The Stemmer class transforms a word into its root form.
Stemmer() - Constructor for class edu.stanford.nlp.process.Stemmer
 
StopList - class edu.stanford.nlp.process.StopList.
Simple stoplist class.
StopList() - Constructor for class edu.stanford.nlp.process.StopList
 
StopList(File) - Constructor for class edu.stanford.nlp.process.StopList
Constructs a new stoplist from the contents of a file.
StoplistFilter - class edu.stanford.nlp.process.StoplistFilter.
Filter which removes stop-listed words.
StoplistFilter() - Constructor for class edu.stanford.nlp.process.StoplistFilter
Create a new StopListFilter with a small default stoplist
StoplistFilter(StopList) - Constructor for class edu.stanford.nlp.process.StoplistFilter
Create a new StoplistFilter with the given StopList.
StoplistFilter(String) - Constructor for class edu.stanford.nlp.process.StoplistFilter
Create a new StopListFilter with the stoplist given in stoplistfile
StreamTokenizer - interface edu.stanford.nlp.io.StreamTokenizer.
A simple interface for streaming tokenizers.
StreamTokenizerAdapter - class edu.stanford.nlp.io.StreamTokenizerAdapter.
This class adapts between a java.io.StreamTokenizer and a edu.stanford.nlp.io.StreamTokenizer.
StreamTokenizerAdapter(StreamTokenizer) - Constructor for class edu.stanford.nlp.io.StreamTokenizerAdapter
Create a new StreamTokenizer.
StringLabel - class edu.stanford.nlp.trees.StringLabel.
A StringLabel object acts as a Label by containing a single String, which it sets or returns in response to requests.
StringLabel() - Constructor for class edu.stanford.nlp.trees.StringLabel
Create a new StringLabel with a null content (i.e., str).
StringLabel(Label) - Constructor for class edu.stanford.nlp.trees.StringLabel
Create a new StringLabel with the value() of another label as its label.
StringLabel(String) - Constructor for class edu.stanford.nlp.trees.StringLabel
Create a new StringLabel with the given content.
StringLabeledScoredTreeReaderFactory - class edu.stanford.nlp.trees.StringLabeledScoredTreeReaderFactory.
This class implements a TreeReaderFactory that produces labeled, scored array-based Trees, which have been cleaned up to delete empties, etc.
StringLabeledScoredTreeReaderFactory() - Constructor for class edu.stanford.nlp.trees.StringLabeledScoredTreeReaderFactory
 
StringLabelFactory - class edu.stanford.nlp.trees.StringLabelFactory.
A StringLabelFactory object makes a simple StringLabel out of a String.
StringLabelFactory() - Constructor for class edu.stanford.nlp.trees.StringLabelFactory
 
StringUtils - class edu.stanford.nlp.util.StringUtils.
Stringtils is a class for random String things.
StripTagsProcessor - class edu.stanford.nlp.process.StripTagsProcessor.
A Processor whose process method deletes all SGML/XML/HTML tags (tokens starting with < and ending with >.
StripTagsProcessor() - Constructor for class edu.stanford.nlp.process.StripTagsProcessor
Constructs a new StripTagsProcessor that doesn't mark line breaks.
StripTagsProcessor(boolean) - Constructor for class edu.stanford.nlp.process.StripTagsProcessor
Constructs a new StripTagProcessor that marks line breaks as specified.
subList(int, int) - Method in class edu.stanford.nlp.trees.MemoryTreebank
 
subList(int, int) - Method in class edu.stanford.nlp.util.Index
 
subtractAll(Counter) - Method in class edu.stanford.nlp.util.Counter
Subtracts the counts in the given Counter from the counts in this Counter.
subTrees() - Method in class edu.stanford.nlp.trees.Tree
Get the set of all subtrees inside the tree by returning a tree rooted at each node.
subTrees(Set) - Method in class edu.stanford.nlp.trees.Tree
Add the set of all subtrees inside a tree (including the tree itself) to the given Set.
SUPPCUTOFF - Static variable in class edu.stanford.nlp.parser.lexparser.SisterAnnotationStats
Minimum support of parent annotated node for grandparent to be studied.
SUPPCUTOFF - Static variable in class edu.stanford.nlp.parser.lexparser.ParentAnnotationStats
Minimum support of parent annotated node for grandparent to be studied.
switchedFilter(Filter, boolean) - Static method in class edu.stanford.nlp.util.Filters
Filter that's either negated or normal as specified.
syncSpi() - Method in class edu.stanford.nlp.util.DisabledPreferences
 
systemRoot() - Method in class edu.stanford.nlp.util.DisabledPreferencesFactory
 

T

Tag - class edu.stanford.nlp.trees.Tag.
A Tag object acts as a Label by containing a String that is a part-of-speech tag.
TAG_LABEL - Static variable in class edu.stanford.nlp.trees.AdaptiveLabelFactory
 
tag() - Method in class edu.stanford.nlp.trees.WordTag
 
tag() - Method in class edu.stanford.nlp.trees.TaggedWord
 
tag() - Method in class edu.stanford.nlp.trees.NullLabel
 
tag() - Method in class edu.stanford.nlp.trees.Tag
 
tag() - Method in interface edu.stanford.nlp.trees.HasTag
Return the tag value of the label (or null if none).
tag() - Method in class edu.stanford.nlp.trees.CategoryWordTag
 
Tag() - Constructor for class edu.stanford.nlp.trees.Tag
Constructs a Tag object.
Tag(Label) - Constructor for class edu.stanford.nlp.trees.Tag
Creates a new tag whose tag value is the value of any class that supports the Label interface.
Tag(String) - Constructor for class edu.stanford.nlp.trees.Tag
Constructs a Tag object.
taggedDependencies() - Method in class edu.stanford.nlp.trees.Tree
Return a Set of TaggedWord-TaggedWord dependencies, represented as edu.stanford.nlp.util.Pair objects (where the first() is the head) for the Tree.
taggedDependencies(Filter) - Method in class edu.stanford.nlp.trees.Tree
Return a set of TaggedWord-TaggedWord dependencies, represented as Pair objects (where the first() is the head) for the Tree.
TaggedWord - class edu.stanford.nlp.trees.TaggedWord.
A TaggedWord object contains a word and its tag.
TaggedWord() - Constructor for class edu.stanford.nlp.trees.TaggedWord
Create a new TaggedWord.
TaggedWord(Label) - Constructor for class edu.stanford.nlp.trees.TaggedWord
Create a new TaggedWord.
TaggedWord(Label, Label) - Constructor for class edu.stanford.nlp.trees.TaggedWord
Create a new TaggedWord.
TaggedWord(String) - Constructor for class edu.stanford.nlp.trees.TaggedWord
Create a new TaggedWord.
TaggedWord(String, String) - Constructor for class edu.stanford.nlp.trees.TaggedWord
Create a new TaggedWord.
TaggedWordFactory - class edu.stanford.nlp.trees.TaggedWordFactory.
A TaggedWordFactory acts as a factory for creating objects of class TaggedWord.
TaggedWordFactory() - Constructor for class edu.stanford.nlp.trees.TaggedWordFactory
Create a new TaggedWordFactory.
TaggedWordFactory(char) - Constructor for class edu.stanford.nlp.trees.TaggedWordFactory
Create a new TaggedWordFactory.
taggedYield() - Method in class edu.stanford.nlp.trees.Tree
Gets the tagged yield of the tree.
taggedYield(List) - Method in class edu.stanford.nlp.trees.Tree
Gets the tagged yield of the tree -- that is, get the preterminals as well as the terminals.
TagMapper - class edu.stanford.nlp.trees.TagMapper.
A POS tag to POS tag mapper.
TagMapper() - Constructor for class edu.stanford.nlp.trees.TagMapper
The 0-argument constructor is a default map for crude BNC->Penn Treebank tagset mapping.
TagMapper(HashMap) - Constructor for class edu.stanford.nlp.trees.TagMapper
The 1-argument constructor allows you to use your own tagmap
tagWordSize - Static variable in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
Annotate tags for number of characters contained.
testMemoryTreebank() - Method in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams
returns a MemoryTreebank appropriate to the testing treebank source
testMemoryTreebank() - Method in interface edu.stanford.nlp.parser.lexparser.TreebankLangParserParams
returns a MemoryTreebank appropriate to the testing treebank source
testMemoryTreebank() - Method in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
returns a MemoryTreebank appropriate to the testing treebank source
tf - Variable in class edu.stanford.nlp.trees.ChineseCollinizer
 
THREE - Static variable in class edu.stanford.nlp.util.Dbg
 
tick(String) - Static method in class edu.stanford.nlp.util.Timing
Print how much time has passed to System.out.
tick(String, PrintStream) - Static method in class edu.stanford.nlp.util.Timing
Print how much time has passed.
Timing - class edu.stanford.nlp.util.Timing.
A class for measuring how long things take.
TIMING - Static variable in class edu.stanford.nlp.util.Dbg
 
title - Variable in class edu.stanford.nlp.dbm.SentenceDocument
title of this document (never null).
title - Variable in class edu.stanford.nlp.dbm.BasicDocument
title of this document (never null).
title() - Method in class edu.stanford.nlp.dbm.SentenceDocument
 
title() - Method in interface edu.stanford.nlp.dbm.Document
Returns title of document, or "" if the document has no title.
title() - Method in class edu.stanford.nlp.dbm.BasicDocument
Returns the title of this document.
tlp - Variable in class edu.stanford.nlp.trees.NegraTreeNormalizer
 
tlp - Variable in class edu.stanford.nlp.trees.BobChrisTreeNormalizer
 
tokenize() - Method in class edu.stanford.nlp.process.AbstractTokenizer
Returns text as a List of tokens.
tokenize() - Method in interface edu.stanford.nlp.process.Tokenizer
Returns all tokens of this Tokenizer as a List for convenience.
TOKENIZED_CHINESE - Static variable in class edu.stanford.nlp.parser.ui.ParserPanel
 
tokenizer - Variable in class edu.stanford.nlp.dbm.DocumentReader
Tokenizer used to chop up document text into words.
tokenizer - Variable in class edu.stanford.nlp.dbm.BasicDocument
Tokenizer used to convert the text into words inside BasicDocument.parse(String).
Tokenizer - interface edu.stanford.nlp.process.Tokenizer.
Tokenizers break up text into individual Objects.
tokenizer() - Method in class edu.stanford.nlp.dbm.BasicDocument
Returns the current Tokenizer used by BasicDocument.parse(String).
toSentenceString(Sentence) - Method in class edu.stanford.nlp.trees.Constituent
Print out as a string the subpart of a sentence covered by this Constituent.
toString() - Method in class edu.stanford.nlp.trees.WordTag
Return a String representation of the label.
toString() - Method in class edu.stanford.nlp.trees.WeightedFollowedTaggedWord
 
toString() - Method in class edu.stanford.nlp.trees.TaggedWord
 
toString() - Method in class edu.stanford.nlp.trees.LabeledScoredTreeLeaf
Convert tree leaf to its label's string.
toString() - Method in class edu.stanford.nlp.trees.Treebank
Return the whole treebank as a series of big bracketed lists.
toString() - Method in class edu.stanford.nlp.trees.Sentencebank
Return the whole Sentencebank as a series of big bracketed lists.
toString() - Method in class edu.stanford.nlp.trees.CategoryWordTag
Returns a String representation of the label.
toString() - Method in class edu.stanford.nlp.trees.SentenceReader
Returns a String representing the type of the SentenceReader object.
toString() - Method in class edu.stanford.nlp.trees.Constituent
Return a string representation of a Constituent.
toString() - Method in class edu.stanford.nlp.trees.Tree
Converts parse tree to string in Penn Treebank format.
toString() - Method in interface edu.stanford.nlp.trees.Label
Return a String representation of the label.
toString() - Method in class edu.stanford.nlp.trees.AbstractLabel
Return a string representation of the label.
toString() - Method in class edu.stanford.nlp.trees.Sentence
Returns the sentence as a string with a space between words.
toString() - Method in class edu.stanford.nlp.util.UnorderedPair
 
toString() - Method in class edu.stanford.nlp.util.ScoredPair
 
toString() - Method in class edu.stanford.nlp.util.ScoredObject
 
toString() - Method in class edu.stanford.nlp.util.Pair
 
toString() - Method in class edu.stanford.nlp.util.Numberer
 
toString() - Method in class edu.stanford.nlp.util.MutableInteger
 
toString() - Method in class edu.stanford.nlp.process.Stemmer
After a word has been stemmed, it can be retrieved by toString(), or a reference to the internal buffer can be retrieved by getResultBuffer and getResultLength (which is generally more efficient.)
toString(boolean) - Method in class edu.stanford.nlp.trees.Sentence
Returns the sentence as a string with a space between words.
toStringBuffer(StringBuffer) - Method in class edu.stanford.nlp.trees.LabeledScoredTreeNode
Appends the printed form of a parse tree (as a bracketed String) to a StringBuffer.
toStringBuffer(StringBuffer) - Method in class edu.stanford.nlp.trees.LabeledScoredTreeLeaf
Appends the printed form of a parse tree (as a bracketed String) to a StringBuffer.
toStringBuffer(StringBuffer) - Method in class edu.stanford.nlp.trees.Tree
Appends the printed form of a parse tree (as a bracketed String) to a StringBuffer.
total() - Method in class edu.stanford.nlp.util.Numberer
 
total() - Method in class edu.stanford.nlp.util.Counter
Deprecated. use totalCount instead.
totalCount() - Method in class edu.stanford.nlp.util.Counter
Returns the current total count for all objects in this Counter.
totalCount(Filter) - Method in class edu.stanford.nlp.util.Counter
Returns the total count for all objects in this Counter that pass the given Filter.
train(Collection) - Method in class edu.stanford.nlp.parser.lexparser.ChineseUnknownWordModel
trains the first-character based unknown word model.
transform(TreeTransformer) - Method in class edu.stanford.nlp.trees.Tree
Create a transformed Tree.
transform(TreeTransformer, TreeFactory) - Method in class edu.stanford.nlp.trees.Tree
Create a transformed Tree.
transformedFilter(Filter, Appliable) - Static method in class edu.stanford.nlp.util.Filters
Filter that first transforms input before filtering it.
transformTree(Tree, TreeFactory) - Method in class edu.stanford.nlp.trees.ChineseCollinizer
 
transformTree(Tree, TreeFactory) - Method in interface edu.stanford.nlp.trees.TreeTransformer
Does whatever one needs to do to a particular tree.
transformTree(Tree, Tree, TreeHeadPair) - Method in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams
transformTree does language-specific tree transformations such as splicing.
transformTree(Tree, Tree, TreeHeadPair) - Method in interface edu.stanford.nlp.parser.lexparser.TreebankLangParserParams
transformTree does language-specific tree transformations such as splicing.
transformTree(Tree, Tree, TreeHeadPair) - Method in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
transformTree does all language-specific tree transformations.
translate(String, String, int) - Static method in class edu.stanford.nlp.util.Numberer
For an Object o that occurs in Numberers of type sourceType and targetType, translates the serial number n of o in the sourceType Numberer to the serial number in the targetType Numberer.
Tree - class edu.stanford.nlp.trees.Tree.
The abstract class Tree is used to collect all of the tree types, and acts as a generic composite type.
Tree() - Constructor for class edu.stanford.nlp.trees.Tree
 
Treebank - class edu.stanford.nlp.trees.Treebank.
A Treebank object provides access to a corpus of examples with given tree structures.
Treebank() - Constructor for class edu.stanford.nlp.trees.Treebank
Create a new Treebank (using a SimpleTreeReaderFactory).
Treebank(int) - Constructor for class edu.stanford.nlp.trees.Treebank
Create a new Treebank.
Treebank(int, TreeReaderFactory) - Constructor for class edu.stanford.nlp.trees.Treebank
Create a new Treebank.
Treebank(TreeReaderFactory) - Constructor for class edu.stanford.nlp.trees.Treebank
Create a new Treebank.
TreebankLangParserParams - interface edu.stanford.nlp.parser.lexparser.TreebankLangParserParams.
Contains fields necessary to get the parser to parse an arbitrary treebank.
TreebankLanguagePack - interface edu.stanford.nlp.trees.TreebankLanguagePack.
This interface specifies language/treebank specific information for a Treebank, which a parser might need to know.
treebankLanguagePack() - Method in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams
contains Treebank-specific (but not parser-specific) info such as what is punctuation, and also information about the structure of labels
treebankLanguagePack() - Method in interface edu.stanford.nlp.parser.lexparser.TreebankLangParserParams
returns a TreebankLanguagePack containing Treebank-specific (but not parser-specific) info such as what is punctuation, and also information about the structure of labels
treebankLanguagePack() - Method in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
Returns a ChineseTreebankLanguagePack
TreeFactory - interface edu.stanford.nlp.trees.TreeFactory.
A TreeFactory acts as a factory for creating objects of class Tree, or some descendent class.
treeFactory() - Method in class edu.stanford.nlp.trees.SimpleTree
Return a TreeFactory that produces trees of the SimpleTree type.
treeFactory() - Method in class edu.stanford.nlp.trees.LabeledScoredTreeNode
Return a TreeFactory that produces trees of the same type as the current Tree.
treeFactory() - Method in class edu.stanford.nlp.trees.LabeledScoredTreeLeaf
Return a TreeFactory that produces trees of the same type as the current Tree.
treeFactory() - Method in class edu.stanford.nlp.trees.Tree
Return a TreeFactory that produces trees of the appropriate type.
TreeJPanel - class edu.stanford.nlp.parser.ui.TreeJPanel.
Class for displaying a Tree.
TreeJPanel() - Constructor for class edu.stanford.nlp.parser.ui.TreeJPanel
 
TreeJPanel(int, int) - Constructor for class edu.stanford.nlp.parser.ui.TreeJPanel
 
TreeJugglers - class edu.stanford.nlp.trees.TreeJugglers.
 
TreeJugglers() - Constructor for class edu.stanford.nlp.trees.TreeJugglers
 
TreeLengthComparator - class edu.stanford.nlp.trees.TreeLengthComparator.
A TreeLengthComparator orders trees by their yield sentence lengths.
TreeLengthComparator() - Constructor for class edu.stanford.nlp.trees.TreeLengthComparator
Create a new TreeLengthComparator.
TreeNormalizer - class edu.stanford.nlp.trees.TreeNormalizer.
A class for tree normalization.
TreeNormalizer() - Constructor for class edu.stanford.nlp.trees.TreeNormalizer
 
TreeNormalizers - class edu.stanford.nlp.trees.TreeNormalizers.
A collection of static methods that return a TreeNormalizer.
TreeProcessor - interface edu.stanford.nlp.trees.TreeProcessor.
This is a simple interface for operations that are going to be applied to a Tree.
TreeReader - interface edu.stanford.nlp.trees.TreeReader.
A TreeReader adds functionality to another Reader by reading in Trees, or some descendant class.
TreeReaderFactory - interface edu.stanford.nlp.trees.TreeReaderFactory.
A TreeReaderFactory is a factory for creating objects of class TreeReader, or some descendent class.
treeReaderFactory() - Method in class edu.stanford.nlp.trees.Treebank
Get the TreeReaderFactory for a Treebank -- this method is provided in order to make the TreeReaderFactory available to subclasses.
TreeToSentenceAppliable - class edu.stanford.nlp.process.TreeToSentenceAppliable.
Appliable that turns a Tree into its Sentence yield.
TreeToSentenceAppliable() - Constructor for class edu.stanford.nlp.process.TreeToSentenceAppliable
 
TreeTransformer - interface edu.stanford.nlp.trees.TreeTransformer.
This is a simple interface for a function that alters a local Tree.
trim(Object, int) - Static method in class edu.stanford.nlp.util.StringUtils
 
trim(String, int) - Static method in class edu.stanford.nlp.util.StringUtils
Returns s if it's at most maxWidth chars, otherwise chops right side to fit.
TWO - Static variable in class edu.stanford.nlp.util.Dbg
 

U

unaryCP - Static variable in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
 
unaryIP - Static variable in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
Chinese: unary category marking
union(Object, Object) - Method in class edu.stanford.nlp.util.FastDisjointSet
 
union(Object, Object) - Method in interface edu.stanford.nlp.util.DisjointSet
 
unlock() - Method in class edu.stanford.nlp.util.Index
 
UnorderedPair - class edu.stanford.nlp.util.UnorderedPair.
Unordered Pair Class for holding an unordered pair of objects
UnorderedPair() - Constructor for class edu.stanford.nlp.util.UnorderedPair
 
UnorderedPair(Object, Object) - Constructor for class edu.stanford.nlp.util.UnorderedPair
 
UNTOKENIZED_ENGLISH - Static variable in class edu.stanford.nlp.parser.ui.ParserPanel
 
userRoot() - Method in class edu.stanford.nlp.util.DisabledPreferencesFactory
 

V

value() - Method in class edu.stanford.nlp.trees.WordTag
Return a String representation of just the "main" value of this label.
value() - Method in class edu.stanford.nlp.trees.Constituent
Return the value of the label (or null if none).
value() - Method in interface edu.stanford.nlp.trees.Label
Return a String representation of just the "main" value of this label.
value() - Method in class edu.stanford.nlp.trees.AbstractLabel
Return the value of the label (or null if none).
value() - Method in class edu.stanford.nlp.trees.StringLabel
Return the word value of the label (or null if none).
valueOf(String) - Static method in class edu.stanford.nlp.trees.Tree
This gives you a tree from a String representation (as a bracketed Tree, of the kind produced by toString(), pennPrint(), or as in the Penn Treebank).
valueOf(String, TreeReaderFactory) - Static method in class edu.stanford.nlp.trees.Tree
This gives you a tree from a String representation (as a bracketed Tree, of the kind produced by toString(), pennPrint(), or as in the Penn Treebank.
verbAuxTransformedBobChris() - Static method in class edu.stanford.nlp.trees.TreeNormalizers
 
VERBOSE - Static variable in class edu.stanford.nlp.util.Dbg
 
verbosity - Static variable in class edu.stanford.nlp.util.Dbg
 
verify() - Method in class edu.stanford.nlp.util.ScoredPriorityAgenda
 
verify() - Method in class edu.stanford.nlp.util.ArrayHeap
 
visitSentence(Sentence) - Method in interface edu.stanford.nlp.trees.SentenceVisitor
Does whatever one needs to do to a particular sentence.
ViterbiParser - interface edu.stanford.nlp.parser.ViterbiParser.
The interface for Viterbi parsers.

W

WARNING - Static variable in class edu.stanford.nlp.util.Dbg
 
weakEquals(Object) - Method in interface edu.stanford.nlp.util.Internable
 
weakHashCode() - Method in interface edu.stanford.nlp.util.Internable
 
weight() - Method in class edu.stanford.nlp.trees.WeightedFollowedTaggedWord
 
weight() - Method in interface edu.stanford.nlp.util.Weighted
Return the weight of this thing
Weighted - interface edu.stanford.nlp.util.Weighted.
Weighted.
WeightedFollowedTaggedWord - class edu.stanford.nlp.trees.WeightedFollowedTaggedWord.
A WeightedFollowedTaggedWord object contains a word and its tag, but it also records what text follows the token.
WeightedFollowedTaggedWord() - Constructor for class edu.stanford.nlp.trees.WeightedFollowedTaggedWord
 
WeightedFollowedTaggedWord(Label) - Constructor for class edu.stanford.nlp.trees.WeightedFollowedTaggedWord
 
WeightedFollowedTaggedWord(Label, Label) - Constructor for class edu.stanford.nlp.trees.WeightedFollowedTaggedWord
 
WeightedFollowedTaggedWord(String) - Constructor for class edu.stanford.nlp.trees.WeightedFollowedTaggedWord
 
WeightedFollowedTaggedWord(String, String) - Constructor for class edu.stanford.nlp.trees.WeightedFollowedTaggedWord
 
WeightedFollowedTaggedWord(String, String, String, double) - Constructor for class edu.stanford.nlp.trees.WeightedFollowedTaggedWord
 
Word - class edu.stanford.nlp.trees.Word.
A Word object acts as a Label by containing a String.
WORD_LABEL - Static variable in class edu.stanford.nlp.trees.AdaptiveLabelFactory
 
word() - Method in class edu.stanford.nlp.trees.WordTag
 
word() - Method in class edu.stanford.nlp.trees.NullLabel
 
word() - Method in class edu.stanford.nlp.trees.CategoryWordTag
 
word() - Method in interface edu.stanford.nlp.trees.HasWord
Return the word value of the label (or null if none).
word() - Method in class edu.stanford.nlp.trees.Word
 
Word() - Constructor for class edu.stanford.nlp.trees.Word
Construct a new word with a null value.
Word(Label) - Constructor for class edu.stanford.nlp.trees.Word
Creates a new word whose word value is the value of any class that supports the Label interface.
Word(String) - Constructor for class edu.stanford.nlp.trees.Word
Construct a new word, with the given value.
WordExtractor - class edu.stanford.nlp.process.WordExtractor.
Pulls the word String from a Word.
WordExtractor() - Constructor for class edu.stanford.nlp.process.WordExtractor
 
WordFactory - class edu.stanford.nlp.trees.WordFactory.
A WordFactory acts as a factory for creating objects of class Word.
WordFactory() - Constructor for class edu.stanford.nlp.trees.WordFactory
Creates a new WordFactory.
WordLabeledScoredTreeReaderFactory - class edu.stanford.nlp.trees.WordLabeledScoredTreeReaderFactory.
This class implements a TreeReaderFactory that produces Word labeled, scored array-based Trees, which have been cleaned up to delete empties, etc., according to the BobChrisTreeNormalizer.
WordLabeledScoredTreeReaderFactory() - Constructor for class edu.stanford.nlp.trees.WordLabeledScoredTreeReaderFactory
 
WordTag - class edu.stanford.nlp.trees.WordTag.
A WordTag corresponds to a tagged (e.g., for part of speech) word and is implemented with String-valued word and tag.
WordTag(Label) - Constructor for class edu.stanford.nlp.trees.WordTag
 
WordTag(Label, Label) - Constructor for class edu.stanford.nlp.trees.WordTag
Create a new WordTag from a Label.
WordTag(String) - Constructor for class edu.stanford.nlp.trees.WordTag
 
WordTag(String, String) - Constructor for class edu.stanford.nlp.trees.WordTag
Create a new WordTag.
WordTagFactory - class edu.stanford.nlp.trees.WordTagFactory.
A WordTagFactory acts as a factory for creating objects of class WordTag.
WordTagFactory() - Constructor for class edu.stanford.nlp.trees.WordTagFactory
Create a new WordTagFactory.
WordTagFactory(char) - Constructor for class edu.stanford.nlp.trees.WordTagFactory
Create a new WordTagFactory.
WordToSentenceProcessor - class edu.stanford.nlp.process.WordToSentenceProcessor.
Transforms a Document of Words into a Document of Sentences by grouping the Words.
WordToSentenceProcessor() - Constructor for class edu.stanford.nlp.process.WordToSentenceProcessor
Creat a WordToSentenceProcessor using a sensible default list of tokens to split on.
WordToSentenceProcessor(Set) - Constructor for class edu.stanford.nlp.process.WordToSentenceProcessor
Flexibly set the set of acceptable sentence boundary tokens.
WordToSentenceProcessor(Set, Set) - Constructor for class edu.stanford.nlp.process.WordToSentenceProcessor
Flexibly set the set of acceptable sentence boundary tokens and also the set of tokens commonly following sentence boundaries.
WordToSentenceProcessor(Set, Set, Set) - Constructor for class edu.stanford.nlp.process.WordToSentenceProcessor
Flexibly set the set of acceptable sentence boundary tokens, the set of tokens commonly following sentence boundaries, and also the set of tokens that are sentences boundaries that should be discarded.
WordToTaggedWordProcessor - class edu.stanford.nlp.process.WordToTaggedWordProcessor.
Transforms a Document of Words into a document all or partly of TaggedWords by breaking words on a tag divider character.
WordToTaggedWordProcessor() - Constructor for class edu.stanford.nlp.process.WordToTaggedWordProcessor
Create a WordToTaggedWordProcessor using the default forward slash character to split on.
WordToTaggedWordProcessor(char) - Constructor for class edu.stanford.nlp.process.WordToTaggedWordProcessor
Flexibly set the tag splitting chars.

X

XScored - interface edu.stanford.nlp.util.XScored.
 

Y

yield() - Method in class edu.stanford.nlp.trees.Tree
Gets the yield of the tree.
yield(List) - Method in class edu.stanford.nlp.trees.Tree
Gets the yield of the tree.
yylex() - Method in interface edu.stanford.nlp.io.Lexer
Gets the next token from input and returns an integer value signalling what to do with the token.
yytext() - Method in interface edu.stanford.nlp.io.Lexer
returns the matched input text region

A B C D E F G H I J K L M N O P Q R S T U V W X Y

Stanford NLP Group