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 Z

A

ACCEPT - Static variable in interface edu.stanford.nlp.io.Lexer
 
ANY - Static variable in class edu.stanford.nlp.parser.lexparser.IntTaggedWord
 
APPROVE_OPTION - Static variable in class edu.stanford.nlp.io.ui.OpenPageDialog
 
ARRAY_LIST_FACTORY - Static variable in class edu.stanford.nlp.util.CollectionFactory
 
ASCENDING - Static variable in class edu.stanford.nlp.util.ScoredComparator
 
ASCENDING_COMPARATOR - Static variable in class edu.stanford.nlp.util.ScoredComparator
 
AbstractIterator - class edu.stanford.nlp.util.AbstractIterator.
Iterator with remove defined to throw UnsupportedOperationException .
AbstractIterator() - Constructor for class edu.stanford.nlp.util.AbstractIterator
 
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
AbstractTreebankParserParams - class edu.stanford.nlp.parser.lexparser.AbstractTreebankParserParams.
An abstract class providing a common method base from which to complete a TreebankLangParserParams implementing class.
AbstractTreebankParserParams(TreebankLanguagePack) - Constructor for class edu.stanford.nlp.parser.lexparser.AbstractTreebankParserParams
Stores the passed-in TreebankLanguagePack.
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
 
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).
Americanize - class edu.stanford.nlp.process.Americanize.
Takes a HasWord or String and returns a lowercase version of it.
Americanize() - Constructor for class edu.stanford.nlp.process.Americanize
 
Americanize(int) - Constructor for class edu.stanford.nlp.process.Americanize
 
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
AutomatonMinimizer - interface edu.stanford.nlp.fsm.AutomatonMinimizer.
 
accept(File) - Method in class edu.stanford.nlp.io.ExtensionFileFilter
Checks whether a file satisfies the 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.NumberRangesFileFilter
Checks whether a file satisfies the number range 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.
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 interface edu.stanford.nlp.util.Agenda
 
add(Object) - Method in class edu.stanford.nlp.util.ArrayHeap
Adds an object to the heap.
add(Object) - Method in class edu.stanford.nlp.util.Beam
 
add(Object) - Method in class edu.stanford.nlp.util.BinaryHeapPriorityQueue
Adds an object to the queue with the minimum priority (Double.NEGATIVE_INFINITY).
add(Object, double) - Method in class edu.stanford.nlp.util.BinaryHeapPriorityQueue
Convenience method for if you want to pretend increaseKey doesn't exist, or if you really want add's return conditions.
add(Object, Object) - Method in class edu.stanford.nlp.util.CollectionValuedMap
Adds the value to the Collection mapped to by the key.
add(Object, Object) - Method in class edu.stanford.nlp.util.DeltaCollectionValuedMap
 
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.Index
Adds an object to the Index.
add(Object, double) - Method in interface edu.stanford.nlp.util.PriorityQueue
Convenience method for if you want to pretend increaseKey doesn't exist, or if you really want add's return conditions.
add(Object) - Method in class edu.stanford.nlp.util.ScoredPriorityAgenda
 
add(Object) - Method in class edu.stanford.nlp.util.StackAgenda
 
addActivePair(Pair) - Method in class edu.stanford.nlp.fsm.ExactAutomatonMinimizer
 
addAll(int, Collection) - Method in class edu.stanford.nlp.trees.MemoryTreebank
 
addAll(Map) - Method in class edu.stanford.nlp.util.CollectionValuedMap
Adds all of the mappings in m to this CollectionValuedMap.
addAll(Counter) - Method in class edu.stanford.nlp.util.Counter
Adds the counts in the given Counter to the counts in this Counter.
addAll(Map) - Method in class edu.stanford.nlp.util.DeltaCollectionValuedMap
Adds all of the mappings in m to this CollectionValuedMap.
addAll(Collection) - Method in class edu.stanford.nlp.util.Index
 
addAll(Iterator, Collection) - Static method in class edu.stanford.nlp.util.Iterators
Adds all of the Objects returned by the given Iterator into the given Collection.
addArc(Object, Object, Object, Object) - Method in class edu.stanford.nlp.fsm.TransducerGraph
 
addArc(TransducerGraph.Arc) - Method in class edu.stanford.nlp.fsm.TransducerGraph
 
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.
addOneBinaryRule(BinaryRule, Map) - Method in class edu.stanford.nlp.parser.lexparser.GrammarCompactor
 
addOnePathToGraph(List, double, int, TransducerGraph) - Static method in class edu.stanford.nlp.fsm.TransducerGraph
 
addOneSmoothedCounter(Counter, int) - Static method in class edu.stanford.nlp.util.Distribution
Creates an add-1 smoothed Distribution from the given counter, ie adds one count to every item, including unseen ones, and divides by the total count.
addOneUnaryRule(UnaryRule, Map) - Method in class edu.stanford.nlp.parser.lexparser.GrammarCompactor
 
addRule(BinaryRule) - Method in class edu.stanford.nlp.parser.lexparser.BinaryGrammar
 
addRule(Dependency, double) - Method in class edu.stanford.nlp.parser.lexparser.DependencyGrammar
 
addRule(UnaryRule) - Method in class edu.stanford.nlp.parser.lexparser.UnaryGrammar
 
addSplit(FastExactAutomatonMinimizer.Split) - Method in class edu.stanford.nlp.fsm.FastExactAutomatonMinimizer
 
addSplits(FastExactAutomatonMinimizer.Block) - Method in class edu.stanford.nlp.fsm.FastExactAutomatonMinimizer
 
addTagging(boolean, IntTaggedWord, double) - Method in class edu.stanford.nlp.parser.lexparser.Lexicon
Adds the tagging with count to the data structures in this Lexicon.
allValues() - Method in class edu.stanford.nlp.process.CapitalFeature
 
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.NumAndCapFeature
Returns each possible feature in an array.
allValues() - Method in class edu.stanford.nlp.process.NumberFeature
 
americanize(String) - Static method in class edu.stanford.nlp.process.Americanize
Convert the spelling of a word from British to American English.
americanize(String, boolean) - Static method in class edu.stanford.nlp.process.Americanize
Convert the spelling of a word from British to American English.
andFilter(Filter, Filter) - Static method in class edu.stanford.nlp.util.Filters
Filter that accepts only when both filters accept (AND).
annotateTrees(List) - Method in class edu.stanford.nlp.parser.lexparser.TreebankAnnotator
 
appliable - Variable in class edu.stanford.nlp.process.FunctionProcessor
Function used to transform each document element during processing.
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.parser.lexparser.TransformTreeDependency
 
apply(Object) - Method in class edu.stanford.nlp.process.Americanize
Americanize the HasWord or String coming in.
apply(Object) - Method in interface edu.stanford.nlp.process.Function
Converts an Object to a different Object.
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 class edu.stanford.nlp.process.TreeToSentenceFunction
Returns the Sentence yield of the given Tree.
apply(Object) - Method in class edu.stanford.nlp.process.WordExtractor
Returns ((Word)in).word().
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.DiskTreebank
Applies the TreeProcessor to to all trees in the Treebank.
apply(SentenceVisitor) - Method in class edu.stanford.nlp.trees.MemorySentencebank
Apply the SentenceVisitor sp to all sentences in the Sentencebank
apply(TreeProcessor) - Method in class edu.stanford.nlp.trees.MemoryTreebank
Apply the TreeProcessor tp to all trees in the Treebank.
apply(SentenceVisitor) - Method in class edu.stanford.nlp.trees.Sentencebank
Apply a SentenceVisitor to each sentence in the Sentencebank.
apply(Object) - Method in class edu.stanford.nlp.trees.TagMapper
appy() is based on the 1->1 mapping.
apply(TreeProcessor) - Method in class edu.stanford.nlp.trees.Treebank
Apply a TreeProcessor to each tree in the Treebank.
argmax(Comparator) - Method in class edu.stanford.nlp.util.Counter
Finds and returns the key in this Counter with the largest count.
argmax() - Method in class edu.stanford.nlp.util.Counter
Finds and returns the key in this Counter with the largest count.
argmax() - Method in class edu.stanford.nlp.util.Distribution
 
argmin(Comparator) - Method in class edu.stanford.nlp.util.Counter
Finds and returns the key in this Counter with the smallest count.
argmin() - Method in class edu.stanford.nlp.util.Counter
Finds and returns the key in this Counter with the smallest count.
argsToMap(String[]) - Static method in class edu.stanford.nlp.util.StringUtils
Parses command line arguments into a Map.
argsToMap(String[], Map) - Static method in class edu.stanford.nlp.util.StringUtils
Parses command line arguments into a Map.
argsToProperties(String[]) - Static method in class edu.stanford.nlp.util.StringUtils
 
argsToProperties(String[], Map) - Static method in class edu.stanford.nlp.util.StringUtils
Analagous to StringUtils.argsToMap(java.lang.String[]).
asArrayList(Iterator) - Static method in class edu.stanford.nlp.util.Iterators
Creates an ArrayList containing all of the Objects returned by the given Iterator.
asCharacterArray(String) - Static method in class edu.stanford.nlp.util.Characters
 
asCharacterList(String) - Static method in class edu.stanford.nlp.util.Characters
 
asCollection(Iterator, CollectionFactory) - Static method in class edu.stanford.nlp.util.Iterators
Creates a new Collection from the given CollectionFactory, and adds all of the Objects returned by the given Iterator.
asDOTString() - Method in class edu.stanford.nlp.fsm.TransducerGraph
 
asFeatures() - Method in class edu.stanford.nlp.dbm.BasicDocument
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.SentenceDocument
Returns this (the features are the list of words).
asHashSet(Iterator) - Static method in class edu.stanford.nlp.util.Iterators
Creates a HashSet containing all of the Objects returned by the given Iterator.
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
Deprecated. Use Counters.average(Counter, Counter) instead.
average(Counter, Counter) - Static method in class edu.stanford.nlp.util.Counters
Returns a new Counter with counts averaged from the two given Counters.
averageCount() - Method in class edu.stanford.nlp.util.Counter
Returns the mean of all the counts (totalCount/size).

B

BOUNDARY - Static variable in class edu.stanford.nlp.parser.lexparser.Lexicon
 
BOUNDARY_TAG - Static variable in class edu.stanford.nlp.parser.lexparser.Lexicon
 
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(TokenizerFactory) - Constructor for class edu.stanford.nlp.dbm.BasicDocument
Constructs a new (empty) BasicDocument using the given tokenizer.
BasicDocument(Document) - Constructor for class edu.stanford.nlp.dbm.BasicDocument
 
BasicDocument(Collection) - Constructor for class edu.stanford.nlp.dbm.BasicDocument
 
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
 
BinaryGrammar - class edu.stanford.nlp.parser.lexparser.BinaryGrammar.
Maintains efficient indexing of binary grammar rules.
BinaryGrammar(int) - Constructor for class edu.stanford.nlp.parser.lexparser.BinaryGrammar
 
BinaryGrammar(int, String) - Constructor for class edu.stanford.nlp.parser.lexparser.BinaryGrammar
 
BinaryHeapPriorityQueue - class edu.stanford.nlp.util.BinaryHeapPriorityQueue.
PriorityQueue with explicit double priority values.
BinaryHeapPriorityQueue() - Constructor for class edu.stanford.nlp.util.BinaryHeapPriorityQueue
 
BinaryHeapPriorityQueue(MapFactory) - Constructor for class edu.stanford.nlp.util.BinaryHeapPriorityQueue
 
BinaryRule - class edu.stanford.nlp.parser.lexparser.BinaryRule.
Binary rules (ints for parent, left and right children)
BinaryRule() - Constructor for class edu.stanford.nlp.parser.lexparser.BinaryRule
 
BinaryRule(int, int, int, double) - Constructor for class edu.stanford.nlp.parser.lexparser.BinaryRule
 
Block - interface edu.stanford.nlp.fsm.Block.
 
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
 
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().
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().
blankDocument() - Method in class edu.stanford.nlp.dbm.BasicDocument
Returns a new empty BasicDocument with the same title, labels, and tokenizer as this Document.
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.SentenceDocument
 
blockTags - Static variable in class edu.stanford.nlp.process.StripTagsProcessor
Block-level HTML tags that are rendered with surrounding line breaks.
bparser - Variable in class edu.stanford.nlp.parser.lexparser.LexicalizedParser
 
buildMinimizedFA() - Method in class edu.stanford.nlp.fsm.ExactAutomatonMinimizer
 
buildMinimizedFA() - Method in class edu.stanford.nlp.fsm.FastExactAutomatonMinimizer
 
byteValue() - Method in class edu.stanford.nlp.util.MutableDouble
 
byteValue() - Method in class edu.stanford.nlp.util.MutableInteger
 

C

CANCEL_OPTION - Static variable in class edu.stanford.nlp.io.ui.OpenPageDialog
 
CAPITALIZE_TIMEX - Static variable in class edu.stanford.nlp.process.Americanize
 
CATEGORY_LABEL - Static variable in class edu.stanford.nlp.trees.AdaptiveLabelFactory
 
CHTBTokenizer - class edu.stanford.nlp.trees.pennchinese.CHTBTokenizer.
A simple tokenizer for tokenizing Penn Chinese Treebank files.
CHTBTokenizer(Reader) - Constructor for class edu.stanford.nlp.trees.pennchinese.CHTBTokenizer
Constructs a new tokenizer from a Reader.
CNFTransformers - class edu.stanford.nlp.parser.lexparser.CNFTransformers.
 
CNFTransformers() - Constructor for class edu.stanford.nlp.parser.lexparser.CNFTransformers
 
CUTOFFS - Static variable in class edu.stanford.nlp.parser.lexparser.ParentAnnotationStats
Minimum support * KL to be included in output and as feature
CUTOFFS - Static variable in class edu.stanford.nlp.parser.lexparser.SisterAnnotationStats
Minimum support * KL to be included in output and as feature
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() - Constructor for class edu.stanford.nlp.trees.Category
Constructs a Category object.
Category(String) - 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.
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(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
 
CategoryWordTag(Label) - Constructor for class edu.stanford.nlp.trees.CategoryWordTag
Creates a new CategoryWordTag label from an existing label.
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
 
Characters - class edu.stanford.nlp.util.Characters.
 
Characters() - Constructor for class edu.stanford.nlp.util.Characters
 
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
 
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
 
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
 
CircleList - class edu.stanford.nlp.util.CircleList.
A CircleList wraps another list, presenting an apparently infinite list by wrapping around all requests for an item, as if the list were circular.
CircleList(List) - Constructor for class edu.stanford.nlp.util.CircleList
 
CollectionFactory - class edu.stanford.nlp.util.CollectionFactory.
Factory for vending Collections.
CollectionFactory() - Constructor for class edu.stanford.nlp.util.CollectionFactory
 
CollectionFactory.ArrayListFactory - class edu.stanford.nlp.util.CollectionFactory.ArrayListFactory.
 
CollectionFactory.ArrayListFactory() - Constructor for class edu.stanford.nlp.util.CollectionFactory.ArrayListFactory
 
CollectionFactory.HashSetFactory - class edu.stanford.nlp.util.CollectionFactory.HashSetFactory.
 
CollectionFactory.HashSetFactory() - Constructor for class edu.stanford.nlp.util.CollectionFactory.HashSetFactory
 
CollectionUtils - class edu.stanford.nlp.util.CollectionUtils.
Collection of useful static methods for working with Collections.
CollectionValuedMap - class edu.stanford.nlp.util.CollectionValuedMap.
User: Teg Grenager Date: Jan 12, 2004 Time: 9:15:53 AM
CollectionValuedMap(MapFactory, CollectionFactory, boolean) - Constructor for class edu.stanford.nlp.util.CollectionValuedMap
 
CollectionValuedMap(CollectionValuedMap) - Constructor for class edu.stanford.nlp.util.CollectionValuedMap
 
CollectionValuedMap() - Constructor for class edu.stanford.nlp.util.CollectionValuedMap
 
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
 
CompositionMap - class edu.stanford.nlp.util.CompositionMap.
A map which contains a pointer to another map, and refers all operations to the second map.
CompositionMap() - Constructor for class edu.stanford.nlp.util.CompositionMap
 
CompositionMap(Map) - Constructor for class edu.stanford.nlp.util.CompositionMap
 
ConcatenationIterator - class edu.stanford.nlp.util.ConcatenationIterator.
Iterator that represents the concatenation of two other iterators.
ConcatenationIterator(Iterator, Iterator) - Constructor for class edu.stanford.nlp.util.ConcatenationIterator
 
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
 
ConstituentEvalByCat - class edu.stanford.nlp.parser.lexparser.ConstituentEvalByCat.
 
ConstituentEvalByCat(String) - Constructor for class edu.stanford.nlp.parser.lexparser.ConstituentEvalByCat
 
ConstituentFactory - interface edu.stanford.nlp.trees.ConstituentFactory.
A ConstituentFactory is a factory for creating objects of class Constituent, or some descendent class.
Counter - class edu.stanford.nlp.util.Counter.
A specialized kind of hash table (or map) for storing numeric counts for objects.
Counter() - Constructor for class edu.stanford.nlp.util.Counter
Constructs a new (empty) Counter.
Counter(MapFactory) - Constructor for class edu.stanford.nlp.util.Counter
Pass in a MapFactory and the map it vends will back your counter.
Counter(Counter) - Constructor for class edu.stanford.nlp.util.Counter
Constructs a new Counter with the contents of the given Counter.
Counters - class edu.stanford.nlp.util.Counters.
Static methods for operating on Counters.
Counters() - Constructor for class edu.stanford.nlp.util.Counters
 
canAddArc(Object, Object, Object, Object) - Method in class edu.stanford.nlp.fsm.TransducerGraph
 
canAddPath(List) - Method in class edu.stanford.nlp.fsm.TransducerGraph
For testing only.
capacity() - Method in class edu.stanford.nlp.util.Beam
 
category() - Method in class edu.stanford.nlp.trees.Category
 
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.NullLabel
 
cf - Variable in class edu.stanford.nlp.util.CollectionValuedMap
 
changePriority(Object, double) - Method in class edu.stanford.nlp.util.BinaryHeapPriorityQueue
Changes a priority, either up or down, adding the key it if it wasn't there already.
changePriority(Object, double) - Method in interface edu.stanford.nlp.util.PriorityQueue
Changes a priority, either up or down, adding the key it if it wasn't there already.
chiSquare2by2(int, int, int, int) - Static method in class edu.stanford.nlp.math.SloppyMath
Find a 2x2 chi-square value.
child - Variable in class edu.stanford.nlp.parser.lexparser.UnaryRule
 
childSpi(String) - Method in class edu.stanford.nlp.util.DisabledPreferences
 
children() - Method in class edu.stanford.nlp.trees.LabeledScoredTreeLeaf
Leaves have no children.
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.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.Tree
Returns an array of children for the current node.
childrenNamesSpi() - Method in class edu.stanford.nlp.util.DisabledPreferences
 
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
 
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.
chineseVerySelectiveTagPA - Static variable in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
 
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.
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.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.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.international.negra.NegraPennTreeNormalizer
Remove things like hyphened functional tags and equals from the end of a node label.
clear() - Method in class edu.stanford.nlp.trees.DiskSentencebank
Empty a Sentencebank.
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.MemoryTreebank
Empty a Treebank.
clear() - Method in class edu.stanford.nlp.trees.Sentencebank
Empty a Sentencebank.
clear() - Method in class edu.stanford.nlp.trees.Treebank
Empty a Treebank.
clear() - Method in class edu.stanford.nlp.util.ArrayHeap
Clears the heap.
clear() - Method in class edu.stanford.nlp.util.BinaryHeapPriorityQueue
Clears the queue.
clear() - Method in class edu.stanford.nlp.util.CollectionValuedMap
 
clear() - Method in class edu.stanford.nlp.util.CompositionMap
 
clear() - Method in class edu.stanford.nlp.util.Counter
Removes all counts from this Counter.
clear() - Method in class edu.stanford.nlp.util.DeltaCollectionValuedMap
This is more expensive than normal.
clear() - Method in class edu.stanford.nlp.util.DeltaMap
This is more expensive than normal.
clone() - Method in class edu.stanford.nlp.fsm.TransducerGraph
 
clone() - Method in class edu.stanford.nlp.util.CollectionValuedMap
 
clone() - Method in class edu.stanford.nlp.util.Counter
 
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.
closedRuleIterator() - Method in class edu.stanford.nlp.parser.lexparser.UnaryGrammar
 
closedRuleIteratorByChild(int) - Method in class edu.stanford.nlp.parser.lexparser.UnaryGrammar
 
closedRuleIteratorByParent(int) - Method in class edu.stanford.nlp.parser.lexparser.UnaryGrammar
 
closedRulesByChild(int) - Method in class edu.stanford.nlp.parser.lexparser.UnaryGrammar
 
closedRulesByParent(int) - Method in class edu.stanford.nlp.parser.lexparser.UnaryGrammar
 
coarseDistance - Variable in class edu.stanford.nlp.parser.lexparser.Options
Use coarser distance (4 bins) in dependency calculations
collectionAcceptFilter(Object[]) - Static method in class edu.stanford.nlp.util.Filters
The collectionAcceptFilter accepts a certain collection.
collectionAcceptFilter(Collection) - Static method in class edu.stanford.nlp.util.Filters
The collectionAcceptFilter accepts a certain collection.
collectionRejectFilter(Object[]) - Static method in class edu.stanford.nlp.util.Filters
The collectionRejectFilter rejects a certain collection.
collectionRejectFilter(Collection) - Static method in class edu.stanford.nlp.util.Filters
The collectionRejectFilter rejects a certain collection.
collinize(Tree) - Method in class edu.stanford.nlp.parser.lexparser.TreebankAnnotator
 
collinizer() - Method in class edu.stanford.nlp.parser.lexparser.AbstractTreebankParserParams
the tree transformer used to produce trees for evaluation.
collinizer() - Method in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
Returns a ChineseCollinizer
collinizer() - Method in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams
the tree transformer used to produce trees for evaluation.
collinizer() - Method in class edu.stanford.nlp.parser.lexparser.NegraPennTreebankParserParams
returns a NegraPennCollinizer
collinizer() - Method in interface edu.stanford.nlp.parser.lexparser.TreebankLangParserParams
the tree transformer used to produce trees for evaluation.
collinizerEvalb() - Method in class edu.stanford.nlp.parser.lexparser.AbstractTreebankParserParams
the tree transformer used to produce trees for evaluation.
collinizerEvalb() - Method in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
Returns a ChineseCollinizer that doesn't delete punctuation
collinizerEvalb() - Method in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams
 
collinizerEvalb() - Method in class edu.stanford.nlp.parser.lexparser.NegraPennTreebankParserParams
returns a NegraPennCollinizer
collinizerEvalb() - Method in interface edu.stanford.nlp.parser.lexparser.TreebankLangParserParams
the tree transformer used to produce trees for evaluation.
collinsBaseNP - Static variable in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams.EnglishTrain
Mark base NPs _and_ add a NP node if alone, as in Collins
compactGrammar(Pair) - Method in class edu.stanford.nlp.parser.lexparser.GrammarCompactor
 
compactGrammar(Pair, Map, Map) - Method in class edu.stanford.nlp.parser.lexparser.GrammarCompactor
Compacts the grammar specified by the Pair.
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.
comparator(boolean, boolean) - Method in class edu.stanford.nlp.util.Counter
Returns a comparator suitable for sorting this Counter's keys or entries by their respective value or magnitude (unsigned value).
comparator() - Method in class edu.stanford.nlp.util.Counter
Comparator that sorts objects by (increasing) count.
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.EntryValueComparator
Compares the values of the two given Map.Entry objects in the given order.
compare(Object, Object) - Method in class edu.stanford.nlp.util.NullComparator
 
compare(Object, Object) - Method in class edu.stanford.nlp.util.ScoredComparator
 
compareTo(Object) - Method in class edu.stanford.nlp.parser.lexparser.BinaryRule
 
compareTo(Object) - Method in class edu.stanford.nlp.parser.lexparser.IntTaggedWord
 
compareTo(Object) - Method in class edu.stanford.nlp.parser.lexparser.UnaryRule
 
compareTo(Object) - Method in class edu.stanford.nlp.trees.AbstractLabel
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.Tree
 
compareTo(Object) - Method in class edu.stanford.nlp.trees.WordTag
Implementation of comparison for Label.
compareTo(MutableDouble) - Method in class edu.stanford.nlp.util.MutableDouble
Compares two MutableDouble objects numerically.
compareTo(Object) - Method in class edu.stanford.nlp.util.MutableDouble
Compares this MutableDouble object to another object.
compareTo(MutableInteger) - Method in class edu.stanford.nlp.util.MutableInteger
Compares two MutableInteger objects numerically.
compareTo(Object) - Method in class edu.stanford.nlp.util.MutableInteger
Compares this MutableInteger object to another object.
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.UnorderedPair
 
compose(Map, Map) - Static method in class edu.stanford.nlp.util.Maps
Compose two maps map1:x->y and map2:y->z to get a map x->z
computeInputPrior(Map) - Method in class edu.stanford.nlp.parser.lexparser.GrammarCompactor
 
computeLambda(TransducerGraph) - Method in class edu.stanford.nlp.fsm.QuasiDeterminizer
Takes time linear in number of arcs.
conditionalize(List) - Method in class edu.stanford.nlp.util.GeneralizedCounter
returns a GeneralizedCounter conditioned on the objects in the List argument.
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.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.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(Word) - Method in class edu.stanford.nlp.process.StopList
Returns true if the word is in the stoplist.
contains(String) - Method in class edu.stanford.nlp.process.StopList
Returns true if the word is in the stoplist.
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.BinaryHeapPriorityQueue
Returns whether the queue contains the given key.
contains(Object) - Method in class edu.stanford.nlp.util.Index
 
containsKey(Object) - Method in class edu.stanford.nlp.util.CollectionValuedMap
 
containsKey(Object) - Method in class edu.stanford.nlp.util.CompositionMap
 
containsKey(Object) - Method in class edu.stanford.nlp.util.Counter
 
containsKey(Object) - Method in class edu.stanford.nlp.util.DeltaCollectionValuedMap
 
containsKey(Object) - Method in class edu.stanford.nlp.util.DeltaMap
This is expensive.
containsKey(Object) - Method in class edu.stanford.nlp.util.Distribution
 
containsKey(List) - Method in class edu.stanford.nlp.util.GeneralizedCounter
Like Counter, this currently returns true if the count is explicitly 0.0 for something
containsValue(Object) - Method in class edu.stanford.nlp.util.CollectionValuedMap
 
containsValue(Object) - Method in class edu.stanford.nlp.util.CompositionMap
 
containsValue(Object) - Method in class edu.stanford.nlp.util.DeltaCollectionValuedMap
 
convertGrammarToGraphs(Pair, Set, Set) - Method in class edu.stanford.nlp.parser.lexparser.GrammarCompactor
 
convertGraphsToGrammar(Set, Set, Set) - Method in class edu.stanford.nlp.parser.lexparser.GrammarCompactor
 
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.
coreRules - Variable in class edu.stanford.nlp.parser.lexparser.UnaryGrammar
 
cosine(Counter, Counter) - Static method in class edu.stanford.nlp.util.Counters
 
counterView() - Method in class edu.stanford.nlp.util.GeneralizedCounter
Returns a read-only synchronous view (not a snapshot) of this as a Counter.
createCounterFromList(List) - Static method in class edu.stanford.nlp.util.Counters
 
createGraphFromPaths(List, int) - Static method in class edu.stanford.nlp.fsm.TransducerGraph
If markovOrder is zero, we always transition back to the start state If markovOrder is negative, we assume that it is infinite
createGraphFromPaths(Counter, int) - Static method in class edu.stanford.nlp.fsm.TransducerGraph
 
createRandomGraph(int, int, double, int, List) - Static method in class edu.stanford.nlp.fsm.TransducerGraph
For testing only.
createRandomPaths(int, int, double, int) - Static method in class edu.stanford.nlp.fsm.TransducerGraph
 
cross(Set, Set) - Static method in class edu.stanford.nlp.util.Sets
returns the set cross product of s1 and s2, as Pairs
crosses(Constituent) - Method in class edu.stanford.nlp.trees.Constituent
Detects whether this constituent overlaps a constituent without nesting, that is, whether they "cross".
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.
ctrlSubjTransformedBobChris() - Static method in class edu.stanford.nlp.trees.TreeNormalizers
 

D

DEFAULT_ENCODING - Static variable in class edu.stanford.nlp.trees.AbstractTreebankLanguagePack
Use this as the default encoding for Readers and Writers of Treebank data.
DEFAULT_ENCODING - Static variable in interface edu.stanford.nlp.trees.TreebankLanguagePack
Use this as the default encoding for Readers and Writers of Treebank data.
DESCENDING - Static variable in class edu.stanford.nlp.util.ScoredComparator
 
DESCENDING_COMPARATOR - Static variable in class edu.stanford.nlp.util.ScoredComparator
 
DO_TAGS - Static variable in class edu.stanford.nlp.parser.lexparser.ParentAnnotationStats
 
DO_TAGS - Static variable in class edu.stanford.nlp.parser.lexparser.SisterAnnotationStats
 
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.
DeltaCollectionValuedMap - class edu.stanford.nlp.util.DeltaCollectionValuedMap.
User: Teg Grenager Date: Jan 14, 2004 Time: 10:40:57 AM
DeltaCollectionValuedMap(CollectionValuedMap) - Constructor for class edu.stanford.nlp.util.DeltaCollectionValuedMap
 
DeltaCounter - class edu.stanford.nlp.util.DeltaCounter.
A Counter that is maintained as a delta off another Counter.
DeltaCounter(Counter) - Constructor for class edu.stanford.nlp.util.DeltaCounter
 
DeltaMap - class edu.stanford.nlp.util.DeltaMap.
A Map which wraps an original Map, and only stores the changes (deltas) from the original Map.
DeltaMap(Map, MapFactory) - Constructor for class edu.stanford.nlp.util.DeltaMap
This is very cheap.
DeltaMap(Map) - Constructor for class edu.stanford.nlp.util.DeltaMap
 
Dependency - class edu.stanford.nlp.trees.Dependency.
An individual dependency.
Dependency(String, String) - Constructor for class edu.stanford.nlp.trees.Dependency
 
Dependency(Label, Label) - Constructor for class edu.stanford.nlp.trees.Dependency
 
Dependency(Label, Label, int) - Constructor for class edu.stanford.nlp.trees.Dependency
 
DependencyGrammar - class edu.stanford.nlp.parser.lexparser.DependencyGrammar.
 
DependencyGrammar(int, int) - Constructor for class edu.stanford.nlp.parser.lexparser.DependencyGrammar
 
DependencyGrammar() - Constructor for class edu.stanford.nlp.parser.lexparser.DependencyGrammar
 
DependencyGrammar(TagProjection) - Constructor for class edu.stanford.nlp.parser.lexparser.DependencyGrammar
 
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(SentenceReaderFactory) - 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.
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(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.
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.
Distribution - class edu.stanford.nlp.util.Distribution.
Immutable class for representing normalized, smoothed discrete distributions from Counters.
Document - interface edu.stanford.nlp.dbm.Document.
Represents a text document as a list of Words with a title.
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.
DummyTokenizer - class edu.stanford.nlp.process.DummyTokenizer.
A Tokenizer that splits only on white space (spaces, tabs, and carriage returns).
DummyTokenizer(Reader) - Constructor for class edu.stanford.nlp.process.DummyTokenizer
Constructs a new DummyTokenizer that treats carriage returns as normal whitespace.
dcTags - Variable in class edu.stanford.nlp.parser.lexparser.Options
"double count" tags rewrites as word in PCFG and Dep parser.
deannotateTrees(List) - Method in class edu.stanford.nlp.parser.lexparser.TreebankAnnotator
 
debinarizer - Variable in class edu.stanford.nlp.parser.lexparser.LexicalizedParser
 
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.
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.ScoredPriorityAgenda
 
decreasePriority(Object, double) - Method in class edu.stanford.nlp.util.BinaryHeapPriorityQueue
Demotes a key in the queue, adding it if it wasn't there already.
decrementCount(Object, double) - Method in class edu.stanford.nlp.util.Counter
Subtracts the given count from the current count for the given key.
decrementCount(Object) - Method in class edu.stanford.nlp.util.Counter
Subtracts 1.0 from the count for the given key.
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.
decrementCounts(Collection) - Method in class edu.stanford.nlp.util.Counter
Subtracts 1.0 from the counts of 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.
deepCopy(MapFactory) - Method in class edu.stanford.nlp.util.BinaryHeapPriorityQueue
 
deepCopy() - Method in class edu.stanford.nlp.util.BinaryHeapPriorityQueue
 
defaultOldChars - Static variable in class edu.stanford.nlp.process.PTBEscapingProcessor
 
deltaClone() - Method in class edu.stanford.nlp.util.CollectionValuedMap
 
depWeight - Static variable in class edu.stanford.nlp.parser.lexparser.Test
Weighting on dependency log probs
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(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(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.
depth() - Method in class edu.stanford.nlp.trees.Tree
Finds the depth of the tree.
depth() - Method in class edu.stanford.nlp.util.GeneralizedCounter
Returns the depth of the GeneralizedCounter (i.e., the dimension of the distribution).
depthFirstSearch(boolean, StringBuffer) - Method in class edu.stanford.nlp.fsm.TransducerGraph
 
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 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.CollinsSemanticHeadFinder
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.
determineHead(Tree) - Method in class edu.stanford.nlp.trees.LeftHeadFinder
 
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.international.negra.NegraHeadFinder
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
difference(Collection, Collection) - Method in class edu.stanford.nlp.fsm.ExactAutomatonMinimizer
 
difference(Collection, Collection) - Method in class edu.stanford.nlp.fsm.FastExactAutomatonMinimizer
 
directional - Variable in class edu.stanford.nlp.parser.lexparser.Options
Whether dependency grammar considers left/right direction.
diskTreebank() - Method in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams
Reads in trees from the source you want.
display() - Method in class edu.stanford.nlp.parser.lexparser.AbstractTreebankParserParams
display language-specific settings
display() - Method in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
 
display(boolean, PrintWriter) - Method in class edu.stanford.nlp.parser.lexparser.ConstituentEvalByCat
 
display() - Static method in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams.EnglishTrain
 
display() - Method in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams
 
display() - Method in class edu.stanford.nlp.parser.lexparser.NegraPennTreebankParserParams
 
display() - Method in class edu.stanford.nlp.parser.lexparser.Options
 
display() - Static method in class edu.stanford.nlp.parser.lexparser.Test
 
display() - Method in interface edu.stanford.nlp.parser.lexparser.TreebankLangParserParams
display language-specific settings
distance - Variable in class edu.stanford.nlp.parser.lexparser.Options
Use distance bins in the dependency calculations
distanceBin(int) - Static method in class edu.stanford.nlp.parser.lexparser.DependencyGrammar
 
distanceDecay - Variable in class edu.stanford.nlp.parser.lexparser.DependencyGrammar
 
distributionFromLogisticCounter(Counter) - Static method in class edu.stanford.nlp.util.Distribution
Maps a counter representing the linear weights of a multiclass logistic regression model to the probabilities of each class.
doCompaction(TransducerGraph, List, List) - Method in class edu.stanford.nlp.fsm.ExactGrammarCompactor
 
doCompaction(TransducerGraph, List, List) - Method in class edu.stanford.nlp.parser.lexparser.GrammarCompactor
 
doDep - Variable in class edu.stanford.nlp.parser.lexparser.Options
Do a dependency parse of the sentence.
doPCFG - Variable in class edu.stanford.nlp.parser.lexparser.Options
Do a PCFG parse of the sentence.
doRecovery - Static variable in class edu.stanford.nlp.parser.lexparser.Test
 
dominates(Tree) - Method in class edu.stanford.nlp.trees.Tree
returns true if this dominates the Tree passed in as an argument.
dominationPath(Tree) - Method in class edu.stanford.nlp.trees.Tree
returns the path of nodes leading down to a dominated node, including this and the dominated node itself.
doubleValue() - Method in class edu.stanford.nlp.util.MutableDouble
 
doubleValue() - Method in class edu.stanford.nlp.util.MutableInteger
 
dparser - Variable in class edu.stanford.nlp.parser.lexparser.LexicalizedParser
 
dump() - Method in class edu.stanford.nlp.util.ArrayHeap
 

E

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
 
EPSILON_INPUT - Static variable in class edu.stanford.nlp.fsm.TransducerGraph
 
EditDistance - class edu.stanford.nlp.util.EditDistance.
 
EditDistance() - Constructor for class edu.stanford.nlp.util.EditDistance
 
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() - Constructor for class edu.stanford.nlp.io.EncodingPrintWriter
 
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
 
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
 
EnglishTreebankParserParams.EnglishTrain - class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams.EnglishTrain.
 
EnglishTreebankParserParams.EnglishTrain() - Constructor for class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams.EnglishTrain
 
EntryValueComparator - class edu.stanford.nlp.util.EntryValueComparator.
Comparator designed for the 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.
EntryValueComparator(Map, boolean, 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.
ExactAutomatonMinimizer - class edu.stanford.nlp.fsm.ExactAutomatonMinimizer.
Minimization in n log n a la Hopcroft.
ExactAutomatonMinimizer(boolean) - Constructor for class edu.stanford.nlp.fsm.ExactAutomatonMinimizer
 
ExactAutomatonMinimizer() - Constructor for class edu.stanford.nlp.fsm.ExactAutomatonMinimizer
 
ExactGrammarCompactor - class edu.stanford.nlp.fsm.ExactGrammarCompactor.
 
ExactGrammarCompactor(boolean, boolean) - Constructor for class edu.stanford.nlp.fsm.ExactGrammarCompactor
 
ExtensionFileFilter - class edu.stanford.nlp.io.ExtensionFileFilter.
Implements a file filter that uses file extensions to filter files.
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.
ExtensionFileFilter(String) - Constructor for class edu.stanford.nlp.io.ExtensionFileFilter
Sets up an extension file filter that will recurse into sub directories.
edu.stanford.nlp.dbm - package edu.stanford.nlp.dbm
 
edu.stanford.nlp.fsm - package edu.stanford.nlp.fsm
 
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.objectbank - package edu.stanford.nlp.objectbank
 
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.trees.international.negra - package edu.stanford.nlp.trees.international.negra
Classes, and JFlex source file, for reading and tokenization of NEGRA corpus export-format files.
edu.stanford.nlp.trees.pennchinese - package edu.stanford.nlp.trees.pennchinese
 
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
 
end() - Method in class edu.stanford.nlp.trees.Constituent
access end node.
end() - Method in class edu.stanford.nlp.trees.SimpleConstituent
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(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.
endTime() - Static method in class edu.stanford.nlp.util.Timing
Print how long the timed operation took.
ensure(Object) - Method in class edu.stanford.nlp.fsm.TransducerGraph
 
entropy() - Method in class edu.stanford.nlp.util.Counter
Deprecated. Use Counters.entropy(Counter) instead.
entropy(Counter) - Static method in class edu.stanford.nlp.util.Counters
Calculates the entropy of the given counter (in bits).
entrySet() - Method in class edu.stanford.nlp.util.ArrayMap
 
entrySet() - Method in class edu.stanford.nlp.util.CollectionValuedMap
 
entrySet() - Method in class edu.stanford.nlp.util.CompositionMap
 
entrySet() - Method in class edu.stanford.nlp.util.DeltaCollectionValuedMap
This is cheap.
entrySet() - Method in class edu.stanford.nlp.util.DeltaMap
This is cheap.
entrySet() - Method in class edu.stanford.nlp.util.GeneralizedCounter
returns the set of entries, where each key is a read-only List of size equal to the depth of the GeneralizedCounter, and each value is a Double.
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.fsm.TransducerGraph.Arc
 
equals(Object) - Method in class edu.stanford.nlp.parser.lexparser.BinaryRule
 
equals(Object) - Method in class edu.stanford.nlp.parser.lexparser.IntTaggedWord
 
equals(Object) - Method in class edu.stanford.nlp.parser.lexparser.UnaryRule
 
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.trees.Constituent
Compare with another Object for equality.
equals(Object) - Method in class edu.stanford.nlp.trees.Dependency
 
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.
equals(Object) - Method in class edu.stanford.nlp.trees.Tree
Implements equality for Tree's.
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.util.ArrayMap
 
equals(Object) - Method in class edu.stanford.nlp.util.CollectionValuedMap
 
equals(Object) - Method in class edu.stanford.nlp.util.CompositionMap
 
equals(Object) - Method in class edu.stanford.nlp.util.Counter
 
equals(Object) - Method in class edu.stanford.nlp.util.Distribution
 
equals(Object) - Method in class edu.stanford.nlp.util.IdentityWrapper
 
equals(Object) - Method in class edu.stanford.nlp.util.MutableDouble
Compares this object to the specified object.
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.Pair
 
equals(Object) - Method in class edu.stanford.nlp.util.ScoredComparator
 
equals(Object) - Method in class edu.stanford.nlp.util.Triple
 
equals(Object) - Method in class edu.stanford.nlp.util.UnorderedPair
 
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.
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.
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.
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.international.negra.NegraPennLanguagePack
Returns a String array of punctuation tags that EVALB-style evaluation should ignore for this treebank/language.
evalb - Static variable in class edu.stanford.nlp.parser.lexparser.Test
Write EvalB-readable output files.
evaluate(Tree, Tree, PrintWriter) - Method in class edu.stanford.nlp.parser.lexparser.ConstituentEvalByCat
 
evaluateCoverage(Collection, Set, Set, Set) - Method in class edu.stanford.nlp.parser.lexparser.Lexicon
Evaluates how many words (= terminals) in a collection of trees are covered by the lexicon.
exactBinomial(int, int, double) - Static method in class edu.stanford.nlp.math.SloppyMath
Find a one tailed exact binomial test probability.
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.
exactlyN(Object, int) - Static method in class edu.stanford.nlp.util.StringUtils
Pad or trim the toString value of the given Object.
exhaustiveTest - Static variable in class edu.stanford.nlp.parser.lexparser.Test
 
extractGrammars(List) - Static method in class edu.stanford.nlp.parser.lexparser.TreebankAnnotator
 
extractLexicon(List) - Static method in class edu.stanford.nlp.parser.lexparser.TreebankAnnotator
 
extractMin() - Method in class edu.stanford.nlp.util.ArrayHeap
Finds the object with the minimum key, removes it from the heap, and returns it.
extractMin() - Method in interface edu.stanford.nlp.util.Heap
Returns the minimum object, then removes that object from the heap.

F

FactoredParser - class edu.stanford.nlp.parser.lexparser.FactoredParser.
 
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
 
FastExactAutomatonMinimizer - class edu.stanford.nlp.fsm.FastExactAutomatonMinimizer.
Minimization in n log n a la Hopcroft.
FastExactAutomatonMinimizer() - Constructor for class edu.stanford.nlp.fsm.FastExactAutomatonMinimizer
 
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(File, String, boolean) - Constructor for class edu.stanford.nlp.io.FileArrayList
Creates a FileArrayList from the passed in File path.
FileArrayList(Collection, String, boolean) - 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(File, File) - Constructor for class edu.stanford.nlp.io.FileArrayList
Creates a FileArrayList of all the files listed in splitFile.
FileCopier - class edu.stanford.nlp.io.FileCopier.
Static class for copying Files (oddly not supported by java.io.File).
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(File, String, boolean) - Constructor for class edu.stanford.nlp.io.FileSequentialCollection
Creates a FileSequentialCollection from the passed in File path.
FileSequentialCollection(Collection, String, boolean) - 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.
Filter - interface edu.stanford.nlp.util.Filter.
Filter is an interface for predicate objects which respond to the accept method.
FilteredIterator - class edu.stanford.nlp.util.FilteredIterator.
Iterator that suppresses items in another iterator based on a filter function.
FilteredIterator(Iterator, Filter) - Constructor for class edu.stanford.nlp.util.FilteredIterator
 
Filters - class edu.stanford.nlp.util.Filters.
Filters contains some simple implementations of the Filter interface.
Function - interface edu.stanford.nlp.process.Function.
 
FunctionProcessor - class edu.stanford.nlp.process.FunctionProcessor.
Processor that takes an Function and applies to every element in the input Document.
FunctionProcessor() - Constructor for class edu.stanford.nlp.process.FunctionProcessor
Does nothing but allows subclasses with empty constructor.
FunctionProcessor(Function) - Constructor for class edu.stanford.nlp.process.FunctionProcessor
Instantiates a new FunctionProcessor for a given Function
factory() - Static method in class edu.stanford.nlp.process.DummyTokenizer
 
factory() - Static method in class edu.stanford.nlp.process.PTBTokenizer
 
factory(boolean) - Static method in class edu.stanford.nlp.process.PTBTokenizer
 
factory() - Static method in class edu.stanford.nlp.process.SimpleTokenizer
 
factory(boolean) - Static method in class edu.stanford.nlp.process.SimpleTokenizer
 
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.CategoryWordTag
Return a factory for this kind of label
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.LabeledScoredConstituent
Return a factory for this kind of constituent.
factory() - Static method in class edu.stanford.nlp.trees.LabeledScoredTreeLeaf
Return a TreeFactory that produces trees of the LabeledScoredTree{Node|Leaf} type.
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.
factory() - Static method in class edu.stanford.nlp.trees.LabeledScoredTreeNode
Return a TreeFactory that produces trees of the LabeledScoredTree{Node|Leaf} type.
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() - 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.SimpleConstituent
Return a factory for this kind of constituent.
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.Span
Return a factory for this kind of constituent.
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.Tag
Return a factory for this kind of label (i.e., Tag).
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.Word
Return a factory for this kind of label.
factory() - Static method in class edu.stanford.nlp.trees.WordTag
Return a factory for this kind of label.
featureValue(String) - Method in class edu.stanford.nlp.trees.international.negra.NegraLabel
 
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.
filter(Filter, Function) - Static method in class edu.stanford.nlp.process.TransformedFilter
Filter that first transforms input before filtering it.
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.
find(Object) - Method in interface edu.stanford.nlp.util.DisjointSet
 
find(Object) - Method in class edu.stanford.nlp.util.FastDisjointSet
 
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
 
first - Variable in class edu.stanford.nlp.util.Triple
 
firstChild() - Method in class edu.stanford.nlp.trees.Tree
Returns the first child of a tree, or null if none.
fixQuotes - Variable in class edu.stanford.nlp.process.PTBEscapingProcessor
 
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.
flexiTag - Variable in class edu.stanford.nlp.parser.lexparser.Options
 
floatValue() - Method in class edu.stanford.nlp.util.MutableDouble
 
floatValue() - Method in class edu.stanford.nlp.util.MutableInteger
 
flushSpi() - Method in class edu.stanford.nlp.util.DisabledPreferences
 
follow() - Method in interface edu.stanford.nlp.trees.HasFollow
Return the follow value of the label (or null if none).
follow() - Method in class edu.stanford.nlp.trees.WeightedFollowedTaggedWord
 
forceCNF - Variable in class edu.stanford.nlp.parser.lexparser.Options
Forces parsing with strictly CNF grammar -- unary chains are converted to XP&YP symbols and back
forceTags - Static variable in class edu.stanford.nlp.parser.lexparser.Test
Parse using only tags given from correct answer or the POS tagger
freeDependencies - Variable in class edu.stanford.nlp.parser.lexparser.Options
if true, any child can be the head (seems rather bad!)

G

GeneralizedCounter - class edu.stanford.nlp.util.GeneralizedCounter.
A class for keeping double counts of Lists of a prespecified length.
GeneralizedCounter(int) - Constructor for class edu.stanford.nlp.util.GeneralizedCounter
Constructs a new GeneralizedCounter of a specified depth
GermanUnknownWordModel - class edu.stanford.nlp.parser.lexparser.GermanUnknownWordModel.
An unknown word model for German.
GermanUnknownWordModel() - Constructor for class edu.stanford.nlp.parser.lexparser.GermanUnknownWordModel
 
GrammarCompactor - class edu.stanford.nlp.parser.lexparser.GrammarCompactor.
 
GrammarCompactor() - Constructor for class edu.stanford.nlp.parser.lexparser.GrammarCompactor
 
genStop - Variable in class edu.stanford.nlp.parser.lexparser.Options
 
get() - Static method in class edu.stanford.nlp.parser.lexparser.Options
 
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.trees.MemoryTreebank
Get a tree by index from the Treebank.
get(Object) - Method in class edu.stanford.nlp.util.ArrayMap
 
get(int) - Method in class edu.stanford.nlp.util.CircleList
 
get(Object) - Method in class edu.stanford.nlp.util.CollectionValuedMap
 
get(Object) - Method in class edu.stanford.nlp.util.CompositionMap
 
get(Object) - Method in class edu.stanford.nlp.util.DeltaCollectionValuedMap
 
get(Object) - Method in class edu.stanford.nlp.util.DeltaMap
This may cost twice what it would in the original Map.
get(int) - Method in class edu.stanford.nlp.util.Index
 
get(int) - Method in class edu.stanford.nlp.util.PaddedList
 
getActivePair() - Method in class edu.stanford.nlp.fsm.ExactAutomatonMinimizer
 
getArc(Object, Object) - Method in class edu.stanford.nlp.fsm.TransducerGraph
Slow implementation.
getArcBySourceAndInput(Object, Object) - Method in class edu.stanford.nlp.fsm.TransducerGraph
Can only be one because automaton is deterministic.
getArcs() - Method in class edu.stanford.nlp.fsm.TransducerGraph
 
getArcsByInput(Object) - Method in class edu.stanford.nlp.fsm.TransducerGraph
Returns a Set of type TransducerGraph.Arc.
getArcsBySource(Object) - Method in class edu.stanford.nlp.fsm.TransducerGraph
Returns a Set of type TransducerGraph.Arc.
getArcsByTarget(Object) - Method in class edu.stanford.nlp.fsm.TransducerGraph
Returns a Set of type TransducerGraph.Arc.
getArcsByTargetAndInput(Object, Object) - Method in class edu.stanford.nlp.fsm.TransducerGraph
Returns a Set of type TransducerGraph.Arc.
getBestDependencyParse() - Method in class edu.stanford.nlp.parser.lexparser.LexicalizedParser
 
getBestPCFGParse() - Method in class edu.stanford.nlp.parser.lexparser.LexicalizedParser
 
getBestPCFGParse(boolean) - Method in class edu.stanford.nlp.parser.lexparser.LexicalizedParser
 
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.
getBestParse() - Method in class edu.stanford.nlp.parser.lexparser.LexicalizedParser
Return the best parse of the sentence most recently parsed.
getBestPath(int, int) - Method in class edu.stanford.nlp.parser.lexparser.UnaryGrammar
 
getBlock(Object) - Method in class edu.stanford.nlp.fsm.ExactAutomatonMinimizer
 
getBlock(Object) - Method in class edu.stanford.nlp.fsm.FastExactAutomatonMinimizer
 
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.
getCharacter(char) - Static method in class edu.stanford.nlp.util.Characters
 
getChild(int) - Method in class edu.stanford.nlp.trees.Tree
Return the child at some daughter index.
getChildrenAsList() - Method in class edu.stanford.nlp.trees.Tree
Returns an array of children for the current node.
getCoreDependencies() - Method in class edu.stanford.nlp.parser.lexparser.DependencyGrammar
 
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.
getCount(Object) - Method in class edu.stanford.nlp.util.Distribution
Returns the current count for the given key, which is 0 if it hasn't been seen before.
getCount(Object) - Method in class edu.stanford.nlp.util.GeneralizedCounter
Equivalent to GeneralizedCounter.getCounts(java.util.List)({o}); works only for depth 1 GeneralizedCounters
getCount(Object, Object) - Method in class edu.stanford.nlp.util.GeneralizedCounter
A convenience method equivalent to GeneralizedCounter.getCounts(java.util.List)({o1,o2}); works only for depth 2 GeneralizedCounters
getCount(Object, Object, Object) - Method in class edu.stanford.nlp.util.GeneralizedCounter
A convenience method equivalent to GeneralizedCounter.getCounts(java.util.List)({o1,o2,o3}); works only for depth 3 GeneralizedCounters
getCountCounts(Counter) - Static method in class edu.stanford.nlp.util.Counters
 
getCounts(List) - Method in class edu.stanford.nlp.util.GeneralizedCounter
returns a double[] array of length depth+1, containing the conditional counts on a depth-length list given each level of conditional distribution from 0 to depth.
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.
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.
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).
getDouble(Map, Object) - Static method in class edu.stanford.nlp.util.CollectionUtils
Returns (Double)map.get(key).
getEdge() - Method in class edu.stanford.nlp.trees.international.negra.NegraLabel
 
getEncoding() - Method in class edu.stanford.nlp.trees.AbstractTreebankLanguagePack
Return the input Charset encoding for the Treebank.
getEncoding() - Method in class edu.stanford.nlp.trees.ChineseTreebankLanguagePack
Return the input Charset encoding for the Treebank.
getEncoding() - Method in class edu.stanford.nlp.trees.MemoryTreebank
Returns the encoding in use for bytestream access.
getEncoding() - Method in interface edu.stanford.nlp.trees.TreebankLanguagePack
Return the charset encoding of the Treebank.
getEncoding() - Method in class edu.stanford.nlp.trees.international.negra.NegraPennLanguagePack
Return the input Charset encoding for the Treebank.
getEndNodes() - Method in class edu.stanford.nlp.fsm.TransducerGraph
 
getFirst() - Method in class edu.stanford.nlp.util.BinaryHeapPriorityQueue
Finds the object with the highest priority and returns it, without modifying the queue.
getFirst() - Method in interface edu.stanford.nlp.util.PriorityQueue
Finds the object with the highest priority and returns it, without modifying the queue.
getGlobal() - Static method in class edu.stanford.nlp.util.Interner
For getting the instance that global methods use.
getGlobalNumberer(String) - Static method in class edu.stanford.nlp.util.Numberer
 
getGraphFromMap(Map, Object) - Method in class edu.stanford.nlp.parser.lexparser.GrammarCompactor
 
getHeadFinder() - Method in class edu.stanford.nlp.parser.lexparser.TreePrint
 
getInput() - Method in class edu.stanford.nlp.fsm.TransducerGraph.Arc
 
getInputs() - Method in class edu.stanford.nlp.fsm.TransducerGraph
 
getInsertNPinPP() - Method in class edu.stanford.nlp.trees.international.negra.NegraPennTreeNormalizer
 
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).
getInverseArcs(Object, Object) - Method in class edu.stanford.nlp.fsm.FastExactAutomatonMinimizer
 
getInverseArcs(Object) - Method in class edu.stanford.nlp.fsm.FastExactAutomatonMinimizer
 
getInverseImages(ExactBlock, Object) - Method in class edu.stanford.nlp.fsm.ExactAutomatonMinimizer
 
getInverseImages(FastExactAutomatonMinimizer.Split) - Method in class edu.stanford.nlp.fsm.FastExactAutomatonMinimizer
 
getIterator(Reader) - Method in interface edu.stanford.nlp.objectbank.IteratorFromReaderFactory
 
getKeepOriginalText() - Method in class edu.stanford.nlp.dbm.DocumentReader
Returns whether created documents will store their source text along with tokenized words.
getLabelTreeToStringLabelTreeAppliable() - Static method in class edu.stanford.nlp.trees.TreeJugglers
Return an Function that maps from Label-labeled trees (any implementing class) to LabeledScored trees with a StringLabel label.
getLeaveGF() - Method in class edu.stanford.nlp.trees.international.negra.NegraPennTreeNormalizer
 
getMap() - Method in class edu.stanford.nlp.util.CompositionMap
 
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.
getMembers() - Method in interface edu.stanford.nlp.fsm.Block
 
getNext() - Method in class edu.stanford.nlp.process.AbstractTokenizer
 
getNext() - Method in class edu.stanford.nlp.process.DummyTokenizer
Gets the next valid token from the input stream.
getNext() - Method in class edu.stanford.nlp.process.LexerTokenizer
 
getNext() - Method in class edu.stanford.nlp.process.PTBTokenizer
Get the next valid Word from the lexer if possible.
getNext() - Method in class edu.stanford.nlp.process.SimpleTokenizer
 
getNodes() - Method in class edu.stanford.nlp.fsm.TransducerGraph
Just does union of keysets of maps.
getNormalizedCount(Object) - Method in class edu.stanford.nlp.util.Counter
Deprecated. Create a Distribution instead.
getNumberOfKeys() - Method in class edu.stanford.nlp.util.Distribution
 
getNumberers() - Static method in class edu.stanford.nlp.util.Numberer
 
getObject() - Method in class edu.stanford.nlp.util.IdentityWrapper
 
getOutput() - Method in class edu.stanford.nlp.fsm.TransducerGraph.Arc
 
getOutputOfPathInGraph(List) - Method in class edu.stanford.nlp.fsm.TransducerGraph
For testing only.
getPCFGScore(String) - Method in class edu.stanford.nlp.parser.lexparser.LexicalizedParser
 
getPage() - Method in class edu.stanford.nlp.io.ui.OpenPageDialog
 
getParserDataFromSerializedFile(String) - Static method in class edu.stanford.nlp.parser.lexparser.LexicalizedParser
 
getParserDataFromTextFile(String) - Static method in class edu.stanford.nlp.parser.lexparser.LexicalizedParser
 
getParserDataFromTreebank(String, FileFilter, GrammarCompactor) - Method in class edu.stanford.nlp.parser.lexparser.LexicalizedParser
 
getPathOutputs(List) - Method in class edu.stanford.nlp.fsm.TransducerGraph
For testing only.
getPriority(Object) - Method in class edu.stanford.nlp.util.BinaryHeapPriorityQueue
Get the priority of a key -- if the key is not in the queue, Double.NEGATIVE_INFINITY is returned.
getPriority(Object) - Method in interface edu.stanford.nlp.util.PriorityQueue
Get the priority of a key.
getReader() - Method in class edu.stanford.nlp.dbm.DocumentReader
Returns the reader for the text input source of this DocumentReader.
getReader(String) - Static method in class edu.stanford.nlp.dbm.DocumentReader
Returns a Reader that reads in the given text.
getReader(File) - Static method in class edu.stanford.nlp.dbm.DocumentReader
Returns a Reader that reads in the given file.
getReader(URL) - Static method in class edu.stanford.nlp.dbm.DocumentReader
Returns a Reader that reads in the given URL.
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.
getReservedMass() - Method in class edu.stanford.nlp.util.Distribution
 
getSignature(String, int) - Method in class edu.stanford.nlp.parser.lexparser.Lexicon
This routine returns a String that is the "signature" of the class of a word.
getSignatureIndex(int, int) - Method in class edu.stanford.nlp.parser.lexparser.Lexicon
Returns the index of the signature of the word numbered wordIndex, where the signature is the String representation of unknown word features.
getSourceNode() - Method in class edu.stanford.nlp.fsm.TransducerGraph.Arc
 
getSourceTotal(Object) - Method in class edu.stanford.nlp.fsm.TransducerGraph
 
getSpi(String) - Method in class edu.stanford.nlp.util.DisabledPreferences
 
getSplit() - Method in class edu.stanford.nlp.fsm.FastExactAutomatonMinimizer
 
getStartNode() - Method in class edu.stanford.nlp.fsm.TransducerGraph
 
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 Function that maps from StringLabel labeled trees to LabeledScoredTrees with a CategoryWordTag label.
getSymbols() - Method in class edu.stanford.nlp.fsm.ExactAutomatonMinimizer
 
getSymbols() - Method in class edu.stanford.nlp.fsm.FastExactAutomatonMinimizer
 
getTargetNode() - Method in class edu.stanford.nlp.fsm.TransducerGraph.Arc
 
getTerminal(Tree, int) - Static method in class edu.stanford.nlp.trees.Trees
gets the nth terminal in tree
getTokenizer() - Method in class edu.stanford.nlp.dbm.DocumentReader
Returns the tokenizer used to chop up text into words for the documents.
getTokenizer(Reader) - Method in interface edu.stanford.nlp.objectbank.TokenizerFactory
 
getTokenizerFactory() - 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.
getTokenizerFactory() - 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.
getTokenizerFactory() - 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.
getTokenizerFactory() - Method in class edu.stanford.nlp.trees.international.negra.NegraPennLanguagePack
Return a tokenizer which might be suitable for tokenizing text that will be used with this Treebank/Language pair.
getTopCategoryOfSyntheticState(String) - Method in class edu.stanford.nlp.parser.lexparser.GrammarCompactor
 
getTree() - Method in class edu.stanford.nlp.parser.ui.TreeJPanel
 
getTrees(String, int, int, int, int) - Static method in class edu.stanford.nlp.parser.lexparser.TreebankAnnotator
 
getUnminimizedFA() - Method in class edu.stanford.nlp.fsm.ExactAutomatonMinimizer
 
getUnminimizedFA() - Method in class edu.stanford.nlp.fsm.FastExactAutomatonMinimizer
 
getValue(String) - Method in class edu.stanford.nlp.process.CapitalFeature
CDM: This could probably be redone using regular expressions.
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.NumAndCapFeature
Use this to get the value of a String s.
getValue(String) - Method in class edu.stanford.nlp.process.NumberFeature
 
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
getdouble(List, int) - Static method in class edu.stanford.nlp.util.CollectionUtils
Returns ((Double)list.get(index)).doubleValue().
getdouble(Map, Object) - Static method in class edu.stanford.nlp.util.CollectionUtils
Returns ((Double)map.get(key)).doubleValue().
globalIntern(Object) - Static method in class edu.stanford.nlp.util.Interner
Returns a unique object o' that .equals the argument o.
goodTuringSmoothedCounter(Counter, int) - Static method in class edu.stanford.nlp.util.Distribution
Creates a Good-Turing smoothed Distribution from the given counter.
gpaAD - Static variable in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
Grandparent annotate all AD.

H

HASH_MAP_FACTORY - Static variable in class edu.stanford.nlp.util.MapFactory
 
HASH_SET_FACTORY - Static variable in class edu.stanford.nlp.util.CollectionFactory
 
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.
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.
Heap - interface edu.stanford.nlp.util.Heap.
Heap: It's the heap interface.
hasActivePair() - Method in class edu.stanford.nlp.fsm.ExactAutomatonMinimizer
 
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.
hasNext() - Method in class edu.stanford.nlp.util.AbstractIterator
 
hasNext() - Method in interface edu.stanford.nlp.util.Agenda
 
hasNext() - Method in class edu.stanford.nlp.util.BinaryHeapPriorityQueue
 
hasNext() - Method in class edu.stanford.nlp.util.ConcatenationIterator
 
hasNext() - Method in class edu.stanford.nlp.util.FilteredIterator
 
hasNext() - Method in class edu.stanford.nlp.util.ScoredPriorityAgenda
 
hasNext() - Method in class edu.stanford.nlp.util.StackAgenda
 
hasSeen(Object) - Method in class edu.stanford.nlp.util.Numberer
 
hasSplit() - Method in class edu.stanford.nlp.fsm.FastExactAutomatonMinimizer
 
hashCode() - Method in class edu.stanford.nlp.fsm.TransducerGraph.Arc
 
hashCode() - Method in class edu.stanford.nlp.parser.lexparser.BinaryRule
 
hashCode() - Method in class edu.stanford.nlp.parser.lexparser.IntTaggedWord
 
hashCode() - Method in class edu.stanford.nlp.parser.lexparser.UnaryRule
 
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.trees.Constituent
A hashCode for Constituents done by shifting and or'ing for speed.
hashCode() - Method in class edu.stanford.nlp.trees.Dependency
 
hashCode() - Method in class edu.stanford.nlp.trees.Tree
Implements a hashCode for Tree's.
hashCode() - Method in class edu.stanford.nlp.trees.WordTag
 
hashCode() - Method in class edu.stanford.nlp.util.ArrayMap
 
hashCode() - Method in class edu.stanford.nlp.util.CollectionValuedMap
 
hashCode() - Method in class edu.stanford.nlp.util.CompositionMap
 
hashCode() - Method in class edu.stanford.nlp.util.Counter
 
hashCode() - Method in class edu.stanford.nlp.util.Distribution
 
hashCode() - Method in class edu.stanford.nlp.util.IdentityWrapper
 
hashCode() - Method in class edu.stanford.nlp.util.MutableDouble
 
hashCode() - Method in class edu.stanford.nlp.util.MutableInteger
 
hashCode() - Method in class edu.stanford.nlp.util.Pair
 
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.Triple
 
hashCode() - Method in class edu.stanford.nlp.util.UnorderedPair
 
hashCodeCache - Variable in class edu.stanford.nlp.util.ArrayMap
 
headFinder() - Method in class edu.stanford.nlp.parser.lexparser.AbstractTreebankParserParams
the HeadFinder to use for your treebank.
headFinder() - Method in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
Returns a ChineseHeadFinder
headFinder() - Method in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams
 
headFinder() - Method in class edu.stanford.nlp.parser.lexparser.NegraPennTreebankParserParams
returns a NegraHeadFinder
headFinder() - Method in interface edu.stanford.nlp.parser.lexparser.TreebankLangParserParams
 
headMark - Static variable in class edu.stanford.nlp.parser.lexparser.TreePrint
 
headMarkNodes(Tree) - Method in class edu.stanford.nlp.parser.lexparser.TreePrint
 
headMarkOutput - Static variable in class edu.stanford.nlp.parser.lexparser.Test
 
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.
heads(Tree, Tree, HeadFinder) - Static method in class edu.stanford.nlp.trees.Trees
returns true iff head (transitively) heads node
hypergeometric(int, int, int, int) - Static method in class edu.stanford.nlp.math.SloppyMath
Find a hypergeometric distribution.

I

IDENTITY_HASH_MAP_FACTORY - Static variable in class edu.stanford.nlp.util.MapFactory
 
IGNORE - Static variable in interface edu.stanford.nlp.io.Lexer
 
IdentityWrapper - class edu.stanford.nlp.util.IdentityWrapper.
Wrapper to make an object use identity equality and hashcode.
IdentityWrapper(Object) - Constructor for class edu.stanford.nlp.util.IdentityWrapper
 
InDataStreamFile - class edu.stanford.nlp.io.InDataStreamFile.
 
InDataStreamFile(String) - Constructor for class edu.stanford.nlp.io.InDataStreamFile
 
InDataStreamFile(File) - Constructor for class edu.stanford.nlp.io.InDataStreamFile
 
InDataStreamFile(URL) - Constructor for class edu.stanford.nlp.io.InDataStreamFile
 
Index - class edu.stanford.nlp.util.Index.
An 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
 
IntTaggedWord - class edu.stanford.nlp.parser.lexparser.IntTaggedWord.
 
IntTaggedWord(int, int) - Constructor for class edu.stanford.nlp.parser.lexparser.IntTaggedWord
 
IntTaggedWord(String) - Constructor for class edu.stanford.nlp.parser.lexparser.IntTaggedWord
Creates an IntTaggedWord given by the String representation of the form |
Interner - class edu.stanford.nlp.util.Interner.
For interning (canonicalizing) things.
Interner() - Constructor for class edu.stanford.nlp.util.Interner
 
IntersectionIterator - class edu.stanford.nlp.util.IntersectionIterator.
Iterator over the union of two sets.
IntersectionIterator(Set, Set) - Constructor for class edu.stanford.nlp.util.IntersectionIterator
 
IteratorFromReaderFactory - interface edu.stanford.nlp.objectbank.IteratorFromReaderFactory.
A IteratorFromReaderFactory is used to convert a java.io.Reader into an Iterator over the Objects represented by the text in the java.io.Reader.
Iterators - class edu.stanford.nlp.util.Iterators.
Contains convenience methods, and utilities for java.util.Iterators
Iterators() - Constructor for class edu.stanford.nlp.util.Iterators
 
in - Variable in class edu.stanford.nlp.dbm.DocumentReader
Reader used to read in document text.
inFlow(Object) - Method in class edu.stanford.nlp.fsm.TransducerGraph
 
increasingLength - Static variable in class edu.stanford.nlp.parser.lexparser.Test
Parse trees in test treebank in order of increasing length.
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(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(Object, double) - Method in class edu.stanford.nlp.util.Counter
Adds the given count to the current count for the given key.
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.DeltaCounter
puts new MutableDoubles.
incrementCount(Object, double) - Method in class edu.stanford.nlp.util.GeneralizedCounter
Equivalent to GeneralizedCounter.incrementCounts(java.util.List)({o}, count); only works for a depth 1 GeneralizedCounter.
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.
incrementCounts(Collection) - Method in class edu.stanford.nlp.util.Counter
Adds 1.0 to the counts for each of the given keys.
incrementCounts(List) - Method in class edu.stanford.nlp.util.GeneralizedCounter
adds 1.0
incrementCounts(List, double) - Method in class edu.stanford.nlp.util.GeneralizedCounter
adds count
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.
indexOf(Object) - Method in class edu.stanford.nlp.trees.MemoryTreebank
 
indexOf(Tree) - Method in class edu.stanford.nlp.trees.Tree
Returns the position of a Tree in the children list, if present, or -1 if it is not present.
indexOf(Object) - Method in class edu.stanford.nlp.util.Index
 
indexes - Variable 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
Deprecated. Use Counters.informationRadius(Counter, Counter) instead.
informationRadius(Counter, Counter) - Static method in class edu.stanford.nlp.util.Counters
Calculates the information radius (aka the Jensen-Shannon divergence) between the two Counters.
init(String, String, boolean) - Method in class edu.stanford.nlp.dbm.BasicDocument
Inits a new BasicDocument with the given text contents and title.
init(String, String) - Method in class edu.stanford.nlp.dbm.BasicDocument
Calls init(text,title,true)
init(String, boolean) - Method in class edu.stanford.nlp.dbm.BasicDocument
Calls init(text,null,keepOriginalText)
init(String) - Method in class edu.stanford.nlp.dbm.BasicDocument
Calls init(text,null,true)
init() - Method in class edu.stanford.nlp.dbm.BasicDocument
Calls init((String)null,null,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(Reader, String) - Method in class edu.stanford.nlp.dbm.BasicDocument
Calls init(textReader,title,true)
init(Reader, boolean) - Method in class edu.stanford.nlp.dbm.BasicDocument
Calls init(textReader,null,keepOriginalText)
init(Reader) - Method in class edu.stanford.nlp.dbm.BasicDocument
Calls init(textReader,null,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(File, String) - Method in class edu.stanford.nlp.dbm.BasicDocument
Calls init(textFile,title,true)
init(File, boolean) - Method in class edu.stanford.nlp.dbm.BasicDocument
Calls init(textFile,textFile.getCanonicalPath(),keepOriginalText)
init(File) - Method in class edu.stanford.nlp.dbm.BasicDocument
Calls init(textFile,textFile.getCanonicalPath(),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.
init(URL, String) - Method in class edu.stanford.nlp.dbm.BasicDocument
Calls init(textURL,title,true)
init(URL, boolean) - Method in class edu.stanford.nlp.dbm.BasicDocument
Calls init(textURL,textFile.toExternalForm(),keepOriginalText)
init(URL) - Method in class edu.stanford.nlp.dbm.BasicDocument
Calls init(textURL,textURL.toExternalForm(),true)
init(List, String) - Method in class edu.stanford.nlp.dbm.BasicDocument
Inits a new BasicDocument with the given list of words and title.
init(List) - Method in class edu.stanford.nlp.dbm.BasicDocument
Calls init(words,null)
initRulesWithWord() - Method in class edu.stanford.nlp.parser.lexparser.Lexicon
 
input - Variable in class edu.stanford.nlp.fsm.TransducerGraph.Arc
 
inputEncoding - Variable in class edu.stanford.nlp.parser.lexparser.AbstractTreebankParserParams
 
inputPrior - Variable in class edu.stanford.nlp.parser.lexparser.GrammarCompactor
 
insertDtr(Tree, int) - Method in class edu.stanford.nlp.trees.Tree
insert dtr after position existing daughters in this.
install() - Static method in class edu.stanford.nlp.util.DisabledPreferencesFactory
 
intValue() - Method in class edu.stanford.nlp.util.MutableDouble
 
intValue() - Method in class edu.stanford.nlp.util.MutableInteger
 
intern(Object) - Method in class edu.stanford.nlp.util.Interner
Returns a unique object o' that .equals the argument o.
intern - Variable in class edu.stanford.nlp.util.Pair
 
internOnly() - Static method in class edu.stanford.nlp.trees.TreeNormalizers
 
interner - Static variable in class edu.stanford.nlp.util.Interner
 
interp - Variable in class edu.stanford.nlp.parser.lexparser.DependencyGrammar
 
intersection(Set, Set) - Static method in class edu.stanford.nlp.util.Sets
set intersection
invert(Map) - Static method in class edu.stanford.nlp.util.Maps
Inverts a map x->y to a map y->x assuming unique preimages.
invertSet(Map) - Static method in class edu.stanford.nlp.util.Maps
Inverts a map x->y to a map y->pow(x) not assuming unique preimages.
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.ArrayHeap
Checks if the heap is empty.
isEmpty() - Method in class edu.stanford.nlp.util.ArrayMap
 
isEmpty() - Method in class edu.stanford.nlp.util.BinaryHeapPriorityQueue
Checks if the queue is empty.
isEmpty() - Method in class edu.stanford.nlp.util.CollectionValuedMap
 
isEmpty() - Method in class edu.stanford.nlp.util.CompositionMap
 
isEmpty() - Method in class edu.stanford.nlp.util.Counter
 
isEmpty() - Method in class edu.stanford.nlp.util.DeltaCollectionValuedMap
 
isEmpty() - Method in class edu.stanford.nlp.util.GeneralizedCounter
Returns true if nothing has a count.
isEmpty() - Method in interface edu.stanford.nlp.util.Heap
Returns true iff 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.AbstractTreebankLanguagePack
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.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.
isKnown(int) - Method in class edu.stanford.nlp.parser.lexparser.Lexicon
 
isKnown(String) - Method in class edu.stanford.nlp.parser.lexparser.Lexicon
Checks whether a word is in the lexicon.
isLabelAnnotationIntroducingCharacter(char) - Method in class edu.stanford.nlp.trees.AbstractTreebankLanguagePack
Say whether this character is an annotation introducing character.
isLabelAnnotationIntroducingCharacter(char) - Method in interface edu.stanford.nlp.trees.TreebankLanguagePack
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.AbstractTreebankLanguagePack
Accepts a String that is a punctuation tag name, and rejects everything else.
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.
isPunctuationWord(String) - Method in class edu.stanford.nlp.trees.AbstractTreebankLanguagePack
Accepts a String that is a punctuation word, 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.
isSentenceFinalPunctuationTag(String) - Method in class edu.stanford.nlp.trees.AbstractTreebankLanguagePack
Accepts a String that is a sentence end punctuation tag, 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.
isStartSymbol(String) - Method in class edu.stanford.nlp.trees.AbstractTreebankLanguagePack
Accepts a String that is a start symbol of the treebank.
isStartSymbol(String) - Method in interface edu.stanford.nlp.trees.TreebankLanguagePack
Accepts a String that is a start symbol of the treebank.
isSynthetic(int) - Method in class edu.stanford.nlp.parser.lexparser.BinaryGrammar
 
isSyntheticState(String) - Method in class edu.stanford.nlp.parser.lexparser.GrammarCompactor
 
isUnary() - Method in class edu.stanford.nlp.parser.lexparser.Rule
 
isUnary() - Method in class edu.stanford.nlp.parser.lexparser.UnaryRule
 
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.io.FileSequentialCollection
Return an Iterator over files in the collection.
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.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.MemoryTreebank
Return an Iterator over Trees in the Treebank.
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.Tree
Returns an iterator over the nodes of the tree.
iterator() - Method in class edu.stanford.nlp.trees.Treebank
Return an Iterator over Trees in the Treebank.
iterator() - Method in class edu.stanford.nlp.util.ArrayHeap
 
iterator() - Method in class edu.stanford.nlp.util.Beam
 
iterator() - Method in class edu.stanford.nlp.util.BinaryHeapPriorityQueue
 
iterator() - Method in interface edu.stanford.nlp.util.Heap
Returns an iterator over its elements, in order.

J

jeffreysPerksSmoothedCounter(Counter, int) - Static method in class edu.stanford.nlp.util.Distribution
Creates a smoothed Distribution using the Jeffreys-Perks law, ie adds one half count to every item, including unseen ones, and divides by the total count.
join(List, String) - Static method in class edu.stanford.nlp.util.StringUtils
Joins each elem in the List with the given glue.
join(Object[], String) - Static method in class edu.stanford.nlp.util.StringUtils
Joins each elem in the array with the given glue.
join(List) - Static method in class edu.stanford.nlp.util.StringUtils
Joins elems with a space.
join(Object[]) - Static method in class edu.stanford.nlp.util.StringUtils
Joins elems with a space.
joinJJ - Static variable in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams.EnglishTrain
Joint comparative and superlative adjective with positive.
joinPound - Static variable in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams.EnglishTrain
Join pound with dollar.

K

keepOriginalText - Variable in class edu.stanford.nlp.dbm.DocumentReader
Whether to keep source text in document along with tokenized words.
keySet() - Method in class edu.stanford.nlp.util.CollectionValuedMap
 
keySet() - Method in class edu.stanford.nlp.util.CompositionMap
 
keySet() - Method in class edu.stanford.nlp.util.Counter
 
keySet() - Method in class edu.stanford.nlp.util.Distribution
 
keySet() - Method in class edu.stanford.nlp.util.GeneralizedCounter
returns the set of keys, as read-only Lists of size equal to the depth of the GeneralizedCounter.
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.ParentAnnotationStats
 
kidLabels(Tree) - Static method in class edu.stanford.nlp.parser.lexparser.SisterAnnotationStats
 
kitchenSinkTransformedBobChris() - Static method in class edu.stanford.nlp.trees.TreeNormalizers
 
klDivergence(Counter) - Method in class edu.stanford.nlp.util.Counter
Deprecated. Use Counters.klDivergence(Counter, Counter) instead.
klDivergence(Counter, Counter) - Static method in class edu.stanford.nlp.util.Counters
Calculates the KL divergence between the two counters.

L

LCS(String, String) - Static method in class edu.stanford.nlp.util.LongestCommonSubstring
Computes the longest common substring of s and t.
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.
LabelFactory - interface edu.stanford.nlp.trees.LabelFactory.
A LabelFactory object acts as a factory for creating objects of class Label, or some descendent class.
Labeled - interface edu.stanford.nlp.dbm.Labeled.
Interface for Objects that have a label, whose label is an Object.
Labeled - interface edu.stanford.nlp.trees.Labeled.
Interface for Objects which have a Label.
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
 
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
 
Lexer - interface edu.stanford.nlp.io.Lexer.
A Lexer interface to be used with AbstractStreamTokenizer.
LexerTokenizer - class edu.stanford.nlp.process.LexerTokenizer.
An implementation of Tokenizer designed to work with Lexer implementing classes.
LexerTokenizer(Lexer) - Constructor for class edu.stanford.nlp.process.LexerTokenizer
 
LexerTokenizer(Lexer, Reader) - Constructor for class edu.stanford.nlp.process.LexerTokenizer
 
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 serialized grammar read from a property edu.stanford.nlp.SerializedLexicalizedParser, or a default file location.
LexicalizedParser(String) - Constructor for class edu.stanford.nlp.parser.lexparser.LexicalizedParser
Construct a new LexicalizedParser.
LexicalizedParser(String, boolean) - Constructor for class edu.stanford.nlp.parser.lexparser.LexicalizedParser
Construct a new LexicalizedParser.
LexicalizedParser(String, int) - Constructor for class edu.stanford.nlp.parser.lexparser.LexicalizedParser
Construct a new 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, FileFilter, TreebankLangParserParams, GrammarCompactor) - Constructor for class edu.stanford.nlp.parser.lexparser.LexicalizedParser
Construct a new LexicalizedParser by training from treebank files.
LexicalizedParser(String, FileFilter, TreebankLangParserParams) - Constructor for class edu.stanford.nlp.parser.lexparser.LexicalizedParser
 
LexicalizedParser(String, TreebankLangParserParams, GrammarCompactor) - Constructor for class edu.stanford.nlp.parser.lexparser.LexicalizedParser
Construct a new LexicalizedParser by training from treebank files.
LexicalizedParser(String, FileFilter, int, TreebankLangParserParams, GrammarCompactor) - Constructor for class edu.stanford.nlp.parser.lexparser.LexicalizedParser
Construct a new LexicalizedParser.
LexicalizedParser(String, FileFilter, int, GrammarCompactor) - 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
 
Lexicon - class edu.stanford.nlp.parser.lexparser.Lexicon.
A class implementing a Lexicon.
Lexicon() - Constructor for class edu.stanford.nlp.parser.lexparser.Lexicon
 
ListProcessor - interface edu.stanford.nlp.process.ListProcessor.
User: Teg Grenager Date: Mar 10, 2004 Time: 5:31:05 PM
LongestCommonSubstring - class edu.stanford.nlp.util.LongestCommonSubstring.
Similarity metric based on longest-common-substrings between two strings.
LongestCommonSubstring() - Constructor for class edu.stanford.nlp.util.LongestCommonSubstring
 
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
 
label() - Method in class edu.stanford.nlp.dbm.BasicDocument
Returns the first label for this Document, or null if none have been set.
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.SentenceDocument
 
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.LabeledConstituent
 
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.LabeledScoredTreeNode
Returns the label associated with the current node, or null if there is no 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.
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.
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 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 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.international.negra.NegraPennLanguagePack
Return an array of characters at which a String should be truncated to give the basic syntactic category of a label.
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.Category
Return a factory for this kind of label (i.e., Category).
labelFactory() - Method in class edu.stanford.nlp.trees.CategoryWordTag
Return a factory for this kind of label (i.e., CategoryWordTag).
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.LabeledConstituent
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.NullLabel
Return a factory for this kind of label.
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.StringLabel
Return a factory for this kind of label (i.e., StringLabel).
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.TaggedWord
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.Word
Return a factory for this kind of label (i.e., Word).
labelFactory() - Method in class edu.stanford.nlp.trees.WordTag
Return a factory for this kind of label (i.e., TaggedWord).
labels - Variable in class edu.stanford.nlp.dbm.BasicDocument
Label(s) for this document.
labels() - Method in class edu.stanford.nlp.dbm.BasicDocument
Returns the complete List of labels for this Document.
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.SentenceDocument
 
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.
langpack() - Method in class edu.stanford.nlp.parser.lexparser.Options
returns the treebank language pack for the treebank the parser is trained on.
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
 
lastSentencePosition - Variable in class edu.stanford.nlp.parser.lexparser.Lexicon
 
lastSignatureIndex - Variable in class edu.stanford.nlp.parser.lexparser.Lexicon
We cache the last signature looked up, because it asks for the same one many times when an unknown word is encountered! (Note that under the current scheme, one unknown word, if seen sentence-initially and non-initially, will be parsed with two different signatures....)
lastWordToSignaturize - Variable in class edu.stanford.nlp.parser.lexparser.Lexicon
 
leaves(Tree) - Static method in class edu.stanford.nlp.trees.Trees
returns the leaves in a Tree in the order that they're found.
leftChild - Variable in class edu.stanford.nlp.parser.lexparser.BinaryRule
 
leftEdge(Tree, Tree) - Static method in class edu.stanford.nlp.trees.Trees
Returns the positional index of the left edge of a tree t within a given root, as defined by the size of the yield of all material preceding t.
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.
leftPad(Object, int) - Static method in class edu.stanford.nlp.util.StringUtils
 
leftPad(int, int) - Static method in class edu.stanford.nlp.util.StringUtils
 
leftPad(double, int) - Static method in class edu.stanford.nlp.util.StringUtils
 
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.AbstractTreebankParserParams
 
lex() - Method in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
Returns a ChineseLexicon
lex() - Method in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams
 
lex() - Method in class edu.stanford.nlp.parser.lexparser.NegraPennTreebankParserParams
returns an ordinary Lexicon (could be tuned for German!)
lex() - Method in interface edu.stanford.nlp.parser.lexparser.TreebankLangParserParams
reads in trees from the source you want.
lexicalize(Tree, HeadFinder) - Static method in class edu.stanford.nlp.trees.Trees
returns a lexicalized Tree whose Labels are CategoryWordTag instances, all corresponds to the input tree
lexicalizeOutput - Static variable in class edu.stanford.nlp.parser.lexparser.Test
determines whether output trees have lexicalized categories displayed
lidstoneSmoothedCounter(Counter, int, double) - Static method in class edu.stanford.nlp.util.Distribution
Creates a smoothed Distribution using Lidstone's law, ie adds lambda (typically between 0 and 1) to every item, including unseen ones, and divides by the total count.
linearCombination(Counter, double, Counter, double) - Static method in class edu.stanford.nlp.util.Counters
Returns a Counter which is a weighted average of c1 and c2.
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, FileFilter) - Method in class edu.stanford.nlp.trees.DiskSentencebank
Load trees from given directory.
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.MemoryTreebank
Load trees from given directory.
loadPath(String) - Method in class edu.stanford.nlp.trees.Sentencebank
Load a sequence of sentences from the 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, String, boolean) - Method in class edu.stanford.nlp.trees.Sentencebank
Load sentences from given directory.
loadPath(File, FileFilter) - Method in class edu.stanford.nlp.trees.Sentencebank
Load sentences from given path specification.
loadPath(String) - 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.Treebank
Load a sequence of trees from given directory and its subdirectories.
loadPath(String, 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.Treebank
Load trees from given directory.
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(File, FileFilter) - Method in class edu.stanford.nlp.trees.Treebank
Load trees from given path specification.
localTreeAsCatList(Tree) - Static method in class edu.stanford.nlp.trees.Trees
returns the syntactic category of the tree as a list of the syntactic categories of the mother and the daughters
lock() - Method in class edu.stanford.nlp.util.Index
 
lock() - Method in class edu.stanford.nlp.util.Numberer
 
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.MutableDouble
 
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.

M

MapFactory - class edu.stanford.nlp.util.MapFactory.
Factory for vending Maps.
MapFactory() - Constructor for class edu.stanford.nlp.util.MapFactory
 
MapFactory.HashMapFactory - class edu.stanford.nlp.util.MapFactory.HashMapFactory.
 
MapFactory.HashMapFactory() - Constructor for class edu.stanford.nlp.util.MapFactory.HashMapFactory
 
MapFactory.IdentityHashMapFactory - class edu.stanford.nlp.util.MapFactory.IdentityHashMapFactory.
 
MapFactory.IdentityHashMapFactory() - Constructor for class edu.stanford.nlp.util.MapFactory.IdentityHashMapFactory
 
MapFactory.TreeMapFactory - class edu.stanford.nlp.util.MapFactory.TreeMapFactory.
 
MapFactory.TreeMapFactory() - Constructor for class edu.stanford.nlp.util.MapFactory.TreeMapFactory
 
MapFactory.WeakHashMapFactory - class edu.stanford.nlp.util.MapFactory.WeakHashMapFactory.
 
MapFactory.WeakHashMapFactory() - Constructor for class edu.stanford.nlp.util.MapFactory.WeakHashMapFactory
 
Maps - class edu.stanford.nlp.util.Maps.
Utilities for Maps, including inverting, composing, and support for list/set values.
Maps() - Constructor for class edu.stanford.nlp.util.Maps
 
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(SentenceReaderFactory) - 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.
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() - 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.
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.
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
 
ModCollinsHeadFinder(TreebankLanguagePack) - Constructor for class edu.stanford.nlp.trees.ModCollinsHeadFinder
 
MutableDouble - class edu.stanford.nlp.util.MutableDouble.
A class for Double objects that you can change.
MutableDouble() - Constructor for class edu.stanford.nlp.util.MutableDouble
 
MutableDouble(double) - Constructor for class edu.stanford.nlp.util.MutableDouble
 
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
 
main(String[]) - Static method in class edu.stanford.nlp.dbm.BasicDocument
For internal debugging purposes only.
main(String[]) - Static method in class edu.stanford.nlp.fsm.ExactAutomatonMinimizer
 
main(String[]) - Static method in class edu.stanford.nlp.fsm.FastExactAutomatonMinimizer
 
main(String[]) - Static method in class edu.stanford.nlp.fsm.QuasiDeterminizer
 
main(String[]) - Static method in class edu.stanford.nlp.fsm.TransducerGraph
For testing only.
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.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.ui.OpenPageDialog
 
main(String[]) - Static method in class edu.stanford.nlp.math.SloppyMath
Tests the hypergeometric distribution code, or other functions provided in this module.
main(String[]) - Static method in class edu.stanford.nlp.parser.lexparser.CNFTransformers
 
main(String[]) - Static method in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
testing -- loads a treebank and prints the first tree.
main(String[]) - Static method in class edu.stanford.nlp.parser.lexparser.ChineseUnknownWordModel
 
main(String[]) - Static method in class edu.stanford.nlp.parser.lexparser.FactoredParser
 
main(String[]) - Static method in class edu.stanford.nlp.parser.lexparser.GermanUnknownWordModel
 
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.NegraPennTreebankParserParams
 
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.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.TreebankAnnotator
 
main(String[]) - Static method in class edu.stanford.nlp.parser.ui.Parser
 
main(String[]) - Static method in class edu.stanford.nlp.parser.ui.TreeJPanel
 
main(String[]) - Static method in class edu.stanford.nlp.process.Americanize
Americanize and print the command line arguments.
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.process.LexerTokenizer
for testing only
main(String[]) - Static method in class edu.stanford.nlp.process.NumAndCapFeature
 
main(String[]) - Static method in class edu.stanford.nlp.process.PTBEscapingProcessor
This will do the escaping on an input file.
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.SimpleTokenizer
Reads a file from the argument and prints its tokens one per line.
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.StripTagsProcessor
For internal debugging purposes only.
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.WordToTaggedWordProcessor
This will print out some text, recognizing tags.
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.CollinsSemanticHeadFinder
Go through trees and determine their heads and print them.
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.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.MemoryTreebank
Loads treebank grammar 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.PennTreeReader
Loads treebank data from first argument and prints it.
main(String[]) - Static method in class edu.stanford.nlp.trees.PennTreebankLanguagePack
 
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.trees.TagMapper
 
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.international.negra.NegraPennLanguagePack
 
main(String[]) - Static method in class edu.stanford.nlp.trees.international.negra.NegraPennTokenizer
 
main(String[]) - Static method in class edu.stanford.nlp.trees.international.negra.NegraTokenizer
 
main(String[]) - Static method in class edu.stanford.nlp.trees.pennchinese.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.util.ArrayUtils
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.BinaryHeapPriorityQueue
 
main(String[]) - Static method in class edu.stanford.nlp.util.CollectionValuedMap
For testing only.
main(String[]) - Static method in class edu.stanford.nlp.util.CompositionMap
 
main(String[]) - Static method in class edu.stanford.nlp.util.ConcatenationIterator
 
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.DeltaMap
For testing only.
main(String[]) - Static method in class edu.stanford.nlp.util.Distribution
For internal testing purposes only.
main(String[]) - Static method in class edu.stanford.nlp.util.EditDistance
 
main(String[]) - Static method in class edu.stanford.nlp.util.FilteredIterator
 
main(String[]) - Static method in class edu.stanford.nlp.util.GeneralizedCounter
for testing purposes only
main(String[]) - Static method in class edu.stanford.nlp.util.Index
 
main(String[]) - Static method in class edu.stanford.nlp.util.Interner
Test method: interns its arguments and says whether they == themselves.
main(String[]) - Static method in class edu.stanford.nlp.util.IntersectionIterator
 
main(String[]) - Static method in class edu.stanford.nlp.util.Iterators
For internal debugging purposes only.
main(String[]) - Static method in class edu.stanford.nlp.util.LongestCommonSubstring
For internal debugging purposes only.
main(String[]) - Static method in class edu.stanford.nlp.util.Maps
 
main(String[]) - Static method in class edu.stanford.nlp.util.PrettyDouble
 
main(String[]) - Static method in class edu.stanford.nlp.util.Sets
 
main(String[]) - Static method in class edu.stanford.nlp.util.UnionIterator
 
makeBlock(Collection) - Method in class edu.stanford.nlp.fsm.ExactAutomatonMinimizer
 
makeBlock(Collection) - Method in class edu.stanford.nlp.fsm.FastExactAutomatonMinimizer
 
makeInitialBlocks() - Method in class edu.stanford.nlp.fsm.ExactAutomatonMinimizer
 
makeInitialBlocks() - Method in class edu.stanford.nlp.fsm.FastExactAutomatonMinimizer
 
makeParsers(ParserData) - Method in class edu.stanford.nlp.parser.lexparser.LexicalizedParser
 
makeStringMap() - Static method in class edu.stanford.nlp.process.PTBEscapingProcessor
 
map - Variable in class edu.stanford.nlp.util.Interner
 
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.
markCC - Static variable in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams.EnglishTrain
Mark phrases which are conjunctions.
markCC2 - Static variable in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams.EnglishTrain
Mark phrases which are conjunctions, more like Charniak.
markContainedVP - Static variable in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams.EnglishTrain
 
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.
markRC - Static variable in class edu.stanford.nlp.parser.lexparser.NegraPennTreebankParserParams
 
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).
markZuVP - Static variable in class edu.stanford.nlp.parser.lexparser.NegraPennTreebankParserParams
 
matches(String, String) - Static method in class edu.stanford.nlp.util.StringUtils
Say whether this regular expression matches this String.
max(float, float) - Static method in class edu.stanford.nlp.math.SloppyMath
Returns the greater of two float values.
max(double, double) - Static method in class edu.stanford.nlp.math.SloppyMath
Returns the greater of two double values.
max() - Method in class edu.stanford.nlp.util.Counter
Finds and returns the largest count in this Counter.
maxBeamSize - Variable in class edu.stanford.nlp.util.Beam
 
maxLength - Static variable in class edu.stanford.nlp.parser.lexparser.Test
The maximum sentence length (including punctuation, etc.) to parse.
maximalProjection(Tree, Tree, HeadFinder) - Static method in class edu.stanford.nlp.trees.Trees
returns the maximal projection of head in root given a HeadFinder
memoryTreebank() - Method in class edu.stanford.nlp.parser.lexparser.AbstractTreebankParserParams
returns a MemoryTreebank appropriate to the treebank source
memoryTreebank() - Method in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
Uses a memoryTreebank with a CHTBTokenizer and a BobChrisTreeNormalizer
memoryTreebank() - Method in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams
Reads in trees from the source you want.
memoryTreebank() - Method in class edu.stanford.nlp.parser.lexparser.NegraPennTreebankParserParams
 
memoryTreebank() - Method in interface edu.stanford.nlp.parser.lexparser.TreebankLangParserParams
returns a MemoryTreebank appropriate to the treebank source
mergeNNVV - Static variable in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
Chinese: merge NN and VV.
mf - Variable in class edu.stanford.nlp.util.CollectionValuedMap
 
min(float, float) - Static method in class edu.stanford.nlp.math.SloppyMath
Returns the smaller of two float values.
min(double, double) - Static method in class edu.stanford.nlp.math.SloppyMath
Returns the smaller of two double values.
min() - Method in class edu.stanford.nlp.util.ArrayHeap
Finds the object with the minimum key and returns it, without modifying the heap.
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.
minimize() - Method in class edu.stanford.nlp.fsm.ExactAutomatonMinimizer
 
minimize() - Method in class edu.stanford.nlp.fsm.FastExactAutomatonMinimizer
 
minimizeFA(TransducerGraph) - Method in interface edu.stanford.nlp.fsm.AutomatonMinimizer
 
minimizeFA(TransducerGraph) - Method in class edu.stanford.nlp.fsm.ExactAutomatonMinimizer
 
minimizeFA(TransducerGraph) - Method in class edu.stanford.nlp.fsm.FastExactAutomatonMinimizer
 

N

NORMALIZED_LOG_PROBABILITIES - Static variable in class edu.stanford.nlp.parser.lexparser.GrammarCompactor
 
NPTmpRetainingTreeNormalizer - class edu.stanford.nlp.trees.NPTmpRetainingTreeNormalizer.
Same TreeNormalizer as BobChrisTreeNormalizer, but optionally provides five 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, boolean) - Constructor for class edu.stanford.nlp.trees.NPTmpRetainingTreeNormalizer
 
NUMDISTBIN() - Static method in class edu.stanford.nlp.parser.lexparser.DependencyGrammar
 
NegraHeadFinder - class edu.stanford.nlp.trees.international.negra.NegraHeadFinder.
HeadFinder for the Negra Treebank.
NegraHeadFinder() - Constructor for class edu.stanford.nlp.trees.international.negra.NegraHeadFinder
 
NegraHeadFinder(TreebankLanguagePack) - Constructor for class edu.stanford.nlp.trees.international.negra.NegraHeadFinder
 
NegraLabel - class edu.stanford.nlp.trees.international.negra.NegraLabel.
 
NegraLabel() - Constructor for class edu.stanford.nlp.trees.international.negra.NegraLabel
 
NegraLabel(String) - Constructor for class edu.stanford.nlp.trees.international.negra.NegraLabel
 
NegraPennLanguagePack - class edu.stanford.nlp.trees.international.negra.NegraPennLanguagePack.
Language pack for Negra treebank, Penn format.
NegraPennLanguagePack() - Constructor for class edu.stanford.nlp.trees.international.negra.NegraPennLanguagePack
Gives a handle to the TreebankLanguagePack
NegraPennTokenizer - class edu.stanford.nlp.trees.international.negra.NegraPennTokenizer.
Produces a tokenizer for the NEGRA corpus in context-free Penn Treebank format.
NegraPennTokenizer(Reader) - Constructor for class edu.stanford.nlp.trees.international.negra.NegraPennTokenizer
 
NegraPennTreeNormalizer - class edu.stanford.nlp.trees.international.negra.NegraPennTreeNormalizer.
Tree normalizer for Negra Penn Treebank format.
NegraPennTreeNormalizer() - Constructor for class edu.stanford.nlp.trees.international.negra.NegraPennTreeNormalizer
 
NegraPennTreeNormalizer(TreebankLanguagePack) - Constructor for class edu.stanford.nlp.trees.international.negra.NegraPennTreeNormalizer
 
NegraPennTreebankParserParams - class edu.stanford.nlp.parser.lexparser.NegraPennTreebankParserParams.
Parameter file for parsing the Penn Treebank format of the Negra Treebank (German).
NegraPennTreebankParserParams() - Constructor for class edu.stanford.nlp.parser.lexparser.NegraPennTreebankParserParams
 
NegraTokenizer - class edu.stanford.nlp.trees.international.negra.NegraTokenizer.
Produces a tokenizer for the Negra export format.
NegraTokenizer(Reader) - Constructor for class edu.stanford.nlp.trees.international.negra.NegraTokenizer
 
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
 
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
 
NullComparator - class edu.stanford.nlp.util.NullComparator.
Comparator that says every pair of objects is tied.
NullComparator() - Constructor for class edu.stanford.nlp.util.NullComparator
 
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
 
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.
Numberer - class edu.stanford.nlp.util.Numberer.
Gives unique integer serial numbers to a family of objects, identified by a name space.
Numberer() - Constructor for class edu.stanford.nlp.util.Numberer
 
newCollection() - Method in class edu.stanford.nlp.util.CollectionFactory.ArrayListFactory
 
newCollection() - Method in class edu.stanford.nlp.util.CollectionFactory.HashSetFactory
 
newCollection() - Method in class edu.stanford.nlp.util.CollectionFactory
 
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 interface edu.stanford.nlp.trees.ConstituentFactory
Build a constituent with this start and end.
newConstituent(int, int) - Method in class edu.stanford.nlp.trees.LabeledScoredConstituentFactory
 
newConstituent(int, int, Label, double) - Method in class edu.stanford.nlp.trees.LabeledScoredConstituentFactory
 
newConstituent(int, int) - Method in class edu.stanford.nlp.trees.SimpleConstituentFactory
 
newConstituent(int, int, Label, double) - Method in class edu.stanford.nlp.trees.SimpleConstituentFactory
 
newEmptyCollection() - Method in class edu.stanford.nlp.util.CollectionFactory.ArrayListFactory
 
newEmptyCollection() - Method in class edu.stanford.nlp.util.CollectionFactory.HashSetFactory
 
newEmptyCollection() - Method in class edu.stanford.nlp.util.CollectionFactory
 
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, 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(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(String) - Method in class edu.stanford.nlp.trees.CategoryWordTagFactory
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, 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.
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(String) - Method in interface edu.stanford.nlp.trees.LabelFactory
Make a new label with this String as the value.
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(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.StringLabelFactory
Make a new label with this String as the "name".
newLabel(String, int) - Method in class edu.stanford.nlp.trees.StringLabelFactory
Make a new label with this String as the "name".
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(String) - Method in class edu.stanford.nlp.trees.TaggedWordFactory
Make a new label with this String as the value (word).
newLabel(String, int) - Method in class edu.stanford.nlp.trees.TaggedWordFactory
Make a new label with this String as a value component.
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(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, int) - Method in class edu.stanford.nlp.trees.WordFactory
Create a new word, where the label is formed from the String 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(String) - Method in class edu.stanford.nlp.trees.WordTagFactory
Make a new label with this String as the value (word).
newLabel(String, int) - Method in class edu.stanford.nlp.trees.WordTagFactory
Make a new label with this String as a value component.
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.
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 class edu.stanford.nlp.trees.CategoryWordTagFactory
Make a new label with this String as the "name".
newLabelFromString(String) - Method in interface edu.stanford.nlp.trees.LabelFactory
Make a new label.
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.TaggedWordFactory
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.WordTagFactory
Create a new word, where the label is formed from the String passed in.
newLeaf(String) - Method in class edu.stanford.nlp.trees.LabeledScoredTreeFactory
 
newLeaf(Label) - Method in class edu.stanford.nlp.trees.LabeledScoredTreeFactory
Create a new leaf node with the given label
newLeaf(String) - Method in class edu.stanford.nlp.trees.SimpleTreeFactory
 
newLeaf(Label) - Method in class edu.stanford.nlp.trees.SimpleTreeFactory
 
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.
newLeaf(Label) - Method in interface edu.stanford.nlp.trees.TreeFactory
Create a new tree leaf node, with the given label.
newMap() - Method in class edu.stanford.nlp.util.MapFactory.HashMapFactory
 
newMap() - Method in class edu.stanford.nlp.util.MapFactory.IdentityHashMapFactory
 
newMap() - Method in class edu.stanford.nlp.util.MapFactory.TreeMapFactory
 
newMap() - Method in class edu.stanford.nlp.util.MapFactory.WeakHashMapFactory
 
newMap() - Method in class edu.stanford.nlp.util.MapFactory
 
newSentenceReader(Reader) - Method in class edu.stanford.nlp.trees.AdwaitSentenceReaderFactory
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.SimpleSentenceReaderFactory
The implementation of the SentenceReaderFactory interface.
newStateNumberer - Variable in class edu.stanford.nlp.parser.lexparser.GrammarCompactor
 
newStrings - Static variable in class edu.stanford.nlp.process.PTBEscapingProcessor
 
newTreeNode(String, List) - Method in class edu.stanford.nlp.trees.LabeledScoredTreeFactory
 
newTreeNode(Label, List) - Method in class edu.stanford.nlp.trees.LabeledScoredTreeFactory
Create a new non-leaf tree node with the given label
newTreeNode(String, List) - Method in class edu.stanford.nlp.trees.SimpleTreeFactory
 
newTreeNode(Label, List) - Method in class edu.stanford.nlp.trees.SimpleTreeFactory
 
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.
newTreeNode(Label, List) - Method in interface edu.stanford.nlp.trees.TreeFactory
Create a new tree nonleaf node, with the given label.
newTreeReader(Reader) - Method in class edu.stanford.nlp.trees.LabeledScoredTreeReaderFactory
An 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.SimpleTreeReaderFactory
The 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 interface edu.stanford.nlp.trees.TreeReaderFactory
Create a new TreeReader using the provided Reader.
newTreeReader(Reader) - Method in class edu.stanford.nlp.trees.WordLabeledScoredTreeReaderFactory
An implementation of the TreeReaderFactory interface.
next() - Method in class edu.stanford.nlp.io.AbstractStreamTokenizer
Returns the next token.
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.StreamTokenizerAdapter
Returns the next token from the input Reader.
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.
next() - Method in class edu.stanford.nlp.trees.pennchinese.CHTBTokenizer
Returns the next token.
next() - Method in class edu.stanford.nlp.util.AbstractIterator
 
next() - Method in interface edu.stanford.nlp.util.Agenda
 
next() - Method in class edu.stanford.nlp.util.BinaryHeapPriorityQueue
 
next() - Method in class edu.stanford.nlp.util.ConcatenationIterator
 
next() - Method in class edu.stanford.nlp.util.FilteredIterator
 
next() - Method in class edu.stanford.nlp.util.ScoredPriorityAgenda
 
next() - Method in class edu.stanford.nlp.util.StackAgenda
 
nextToken - Variable in class edu.stanford.nlp.process.AbstractTokenizer
 
noRecoveryTagging - Static variable in class edu.stanford.nlp.parser.lexparser.Test
If false, then failure of the PCFG factor to parse a sentence will trigger parse recovery mode, in which more flexible tagging is allowed.
nodePrune - Static variable in class edu.stanford.nlp.parser.lexparser.Test
If true, remove any node which improves the PCFG score.
nodeString() - Method in class edu.stanford.nlp.trees.LabeledScoredTreeNode
 
nodeString() - Method in class edu.stanford.nlp.trees.Tree
 
nonUnaryRootSymbol() - Method in class edu.stanford.nlp.trees.international.negra.NegraPennTreeNormalizer
 
normalize() - Method in class edu.stanford.nlp.util.Counter
Deprecated. Create a Distribution instead.
normalizeNonterminal(String) - Method in class edu.stanford.nlp.trees.BobChrisTreeNormalizer
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.NegraTreeNormalizer
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.ParametricTreeNormalizer
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.SepTreeNormalizer
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.international.negra.NegraPennTreeNormalizer
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.PennSentenceMrgNormalizer
Normalizes a read string word (and maybe intern it).
normalizeString(String) - Method in class edu.stanford.nlp.trees.PennSentenceNormalizer
 
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.BobChrisTreeNormalizer
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.NegraTreeNormalizer
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.ParametricTreeNormalizer
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.SepTreeNormalizer
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.international.negra.NegraPennTreeNormalizer
Normalizes a leaf contents.
normalizeWholeTree(Tree, TreeFactory) - Method in class edu.stanford.nlp.trees.BobChrisTreeNormalizer
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.NPTmpRetainingTreeNormalizer
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.NoPunctTreeNormalizer
Normalize a whole tree -- one can assume that this is the root.
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.PruneNodesStripSubtagsTreeNormalizer
 
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.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.international.negra.NegraPennTreeNormalizer
Normalize a whole tree -- one can assume that this is the root.
normalizedCounter(Counter) - Static method in class edu.stanford.nlp.util.Distribution
Creates a Distribution from the given counter, ie makes an internal copy of the counter and divides all counts by the total count.
normalizedCounterWithDirichletPrior(Counter, Distribution, double) - Static method in class edu.stanford.nlp.util.Distribution
Returns a Distribution that uses prior as a Dirichlet prior weighted by weight.
notFilter(Filter) - Static method in class edu.stanford.nlp.util.Filters
Filter that does the opposite of given filter (NOT).
nthIndex(String, char, int) - Static method in class edu.stanford.nlp.util.StringUtils
Returns the index of the nth occurrence of ch in s, or -1 if there are less than n occurrences of ch.
nullTag - Static variable in class edu.stanford.nlp.parser.lexparser.Lexicon
 
nullWord - Static variable in class edu.stanford.nlp.parser.lexparser.Lexicon
 
numClosedRules() - Method in class edu.stanford.nlp.parser.lexparser.UnaryGrammar
 
numRules() - Method in class edu.stanford.nlp.parser.lexparser.BinaryGrammar
 
numRules() - Method in class edu.stanford.nlp.parser.lexparser.UnaryGrammar
 
numStates - Variable in class edu.stanford.nlp.parser.lexparser.Options
 
numTagBins - Variable in class edu.stanford.nlp.parser.lexparser.DependencyGrammar
 
numTagBins() - Method in class edu.stanford.nlp.parser.lexparser.DependencyGrammar
 
numTags - Variable in class edu.stanford.nlp.parser.lexparser.DependencyGrammar
 
numTags - Variable in class edu.stanford.nlp.parser.lexparser.Options
 
numValues() - Method in class edu.stanford.nlp.process.CapitalFeature
 
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.NumAndCapFeature
 
numValues() - Method in class edu.stanford.nlp.process.NumberFeature
 
numWords - Variable in class edu.stanford.nlp.parser.lexparser.DependencyGrammar
 
numWords - Variable in class edu.stanford.nlp.parser.lexparser.Options
 
number(String, Object) - Static method in class edu.stanford.nlp.util.Numberer
 
number(Object) - Method in class edu.stanford.nlp.util.Numberer
 

O

OnePerLineSentenceNormalizer - class edu.stanford.nlp.trees.OnePerLineSentenceNormalizer.
A class for sentence normalization.
OnePerLineSentenceNormalizer() - Constructor for class edu.stanford.nlp.trees.OnePerLineSentenceNormalizer
 
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
Options - class edu.stanford.nlp.parser.lexparser.Options.
 
OutDataStreamFile - class edu.stanford.nlp.io.OutDataStreamFile.
 
OutDataStreamFile(String) - Constructor for class edu.stanford.nlp.io.OutDataStreamFile
 
OutDataStreamFile(File) - Constructor for class edu.stanford.nlp.io.OutDataStreamFile
 
object(String, int) - Static method in class edu.stanford.nlp.util.Numberer
 
object(int) - Method in class edu.stanford.nlp.util.Numberer
 
object() - Method in class edu.stanford.nlp.util.ScoredObject
 
objects - Variable in class edu.stanford.nlp.util.Index
 
objects() - Method in class edu.stanford.nlp.util.Numberer
 
oldChars - Variable in class edu.stanford.nlp.process.PTBEscapingProcessor
 
oldStrings - Static variable in class edu.stanford.nlp.process.PTBEscapingProcessor
 
oneDimensionalCounterView() - Method in class edu.stanford.nlp.util.GeneralizedCounter
Returns a read-only synchronous view (not a snapshot) of this as a Counter.
oneTailedFishersExact(int, int, int, int) - Static method in class edu.stanford.nlp.math.SloppyMath
Find a one-tailed Fisher's exact probability.
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.
outFlow(Object) - Method in class edu.stanford.nlp.fsm.TransducerGraph
 
output - Variable in class edu.stanford.nlp.fsm.TransducerGraph.Arc
 
outputEncoding - Variable in class edu.stanford.nlp.parser.lexparser.AbstractTreebankParserParams
 
outputTreeFormat - Static variable in class edu.stanford.nlp.parser.lexparser.Test
Determines format of output trees: choose among penn, oneline
outputTreeFormats - Static variable in class edu.stanford.nlp.parser.lexparser.TreePrint
 
outputType - Variable in class edu.stanford.nlp.parser.lexparser.GrammarCompactor
 

P

PTBEscapingProcessor - class edu.stanford.nlp.process.PTBEscapingProcessor.
Produces a new Document of Words in which special characters of the PTB have been properly escaped.
PTBEscapingProcessor() - Constructor for class edu.stanford.nlp.process.PTBEscapingProcessor
 
PTBEscapingProcessor(Map, char[], boolean) - Constructor for class edu.stanford.nlp.process.PTBEscapingProcessor
 
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.
PaddedList - class edu.stanford.nlp.util.PaddedList.
A PaddedList wraps another list, presenting an apparently infinite list by padding outside the real confines of the list with a default value.
PaddedList(List) - Constructor for class edu.stanford.nlp.util.PaddedList
 
PaddedList(List, Object) - Constructor for class edu.stanford.nlp.util.PaddedList
 
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
 
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
 
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
 
Parser - interface edu.stanford.nlp.parser.Parser.
The interface for parser objects.
Parser - class edu.stanford.nlp.parser.ui.Parser.
A simple GUI app for Parsing.
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.
ParserData - class edu.stanford.nlp.parser.lexparser.ParserData.
Stores the serialized material for a parser
ParserData(Lexicon, BinaryGrammar, UnaryGrammar, DependencyGrammar, Map, Options) - Constructor for class edu.stanford.nlp.parser.lexparser.ParserData
 
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
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.
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, TreeFactory) - 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, 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.
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
 
PrettyDouble - class edu.stanford.nlp.util.PrettyDouble.
 
PrettyDouble() - Constructor for class edu.stanford.nlp.util.PrettyDouble
 
PrintFile - class edu.stanford.nlp.io.PrintFile.
Shorthand class for opening an output file for human-readable output.
PrintFile(String) - Constructor for class edu.stanford.nlp.io.PrintFile
 
PrintFile(File) - Constructor for class edu.stanford.nlp.io.PrintFile
 
PriorityQueue - interface edu.stanford.nlp.util.PriorityQueue.
Created by IntelliJ IDEA.
Processor - interface edu.stanford.nlp.process.Processor.
Top-level interface for transforming Documents.
PruneNodesStripSubtagsTreeNormalizer - class edu.stanford.nlp.trees.PruneNodesStripSubtagsTreeNormalizer.
??
PruneNodesStripSubtagsTreeNormalizer(Filter) - Constructor for class edu.stanford.nlp.trees.PruneNodesStripSubtagsTreeNormalizer
 
paRootDtr - Static variable in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
Chinese: parent annotate daughter of root.
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.
pad(Object, int) - Static method in class edu.stanford.nlp.util.StringUtils
Pads the toString value of the given Object.
paddedIntToString(int, int, int) - Static method in class edu.stanford.nlp.util.StringUtils
This returns a string from decimal digit smallestDigit to decimal digit biggest digit.
paintComponent(Graphics) - Method in class edu.stanford.nlp.parser.ui.TreeJPanel
 
parent - Variable in class edu.stanford.nlp.parser.lexparser.Rule
 
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.
parentTransformedBobChris() - Static method in class edu.stanford.nlp.trees.TreeNormalizers
 
parse(String) - Method in class edu.stanford.nlp.dbm.BasicDocument
Tokenizes the given text to populate the list of words this Document represents.
parse(Sentence) - Method in interface edu.stanford.nlp.parser.Parser
Parses the given sentence.
parse(Sentence, String) - Method in interface edu.stanford.nlp.parser.Parser
Parses the given sentence.
parse(Sentence) - Method in class edu.stanford.nlp.parser.lexparser.LexicalizedParser
Parse a Sentence.
parse(Sentence, String) - Method in class edu.stanford.nlp.parser.lexparser.LexicalizedParser
Parse a Sentence.
parse(List) - Method in class edu.stanford.nlp.parser.lexparser.LexicalizedParser
Parse a sentence represented as a List.
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.
parseCommandLineArguments(String[]) - Static method in class edu.stanford.nlp.util.StringUtils
THIS IS HIGHLY SUPERIOR TO THE OVERLY COMPLEXIFIED CODE THAT COMES BEFORE IT.
parseDocumentText(String) - Method in class edu.stanford.nlp.dbm.DocumentReader
Creates a new Document for the given text.
parserData() - Method in class edu.stanford.nlp.parser.lexparser.LexicalizedParser
 
pcfgThreshold - Static variable in class edu.stanford.nlp.parser.lexparser.Test
 
pcfgThresholdValue - Static variable in class edu.stanford.nlp.parser.lexparser.Test
 
peek() - Method in class edu.stanford.nlp.process.AbstractTokenizer
This is an optional operation, by default supported.
peek() - Method in interface edu.stanford.nlp.process.Tokenizer
Returns the next token, without removing it, from the Tokenizer, so that the same token will be again returned on the next call to next() or peek().
pennPrint(PrintWriter) - 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() - Method in class edu.stanford.nlp.trees.Tree
Print the tree as done in Penn Treebank merged files.
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
pparser - Variable in class edu.stanford.nlp.parser.lexparser.LexicalizedParser
 
preTag - Static variable in class edu.stanford.nlp.parser.lexparser.Test
Tag the sentences first, then parse given those (coarse) tags.
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.
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.
printAllBestParses - Static variable in class edu.stanford.nlp.parser.lexparser.Test
Print out all best PCFG parses.
printCounterComparison(Counter, Counter) - Static method in class edu.stanford.nlp.util.Counters
Great for debugging.
printCounterComparison(Counter, Counter, PrintStream) - Static method in class edu.stanford.nlp.util.Counters
Great for debugging.
printCounterSortedByKeys(Counter) - Static method in class edu.stanford.nlp.util.Counters
 
printDepsSet - Static variable in class edu.stanford.nlp.parser.lexparser.Test
 
printLexStats() - Method in class edu.stanford.nlp.parser.lexparser.Lexicon
 
printPathOutputs(List, TransducerGraph, boolean) - Static method in class edu.stanford.nlp.fsm.TransducerGraph
For testing only.
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.ParentAnnotationStats
 
printStats() - Method in class edu.stanford.nlp.parser.lexparser.SisterAnnotationStats
 
printToFile(String, String, boolean) - Static method in class edu.stanford.nlp.util.StringUtils
Prints to a file.
printToFile(String, String) - Static method in class edu.stanford.nlp.util.StringUtils
Prints to a file.
printTree(Tree) - Method in class edu.stanford.nlp.parser.lexparser.TreePrint
prints the tree to the default PrintWriter
printTree(Tree, PrintWriter) - Method in class edu.stanford.nlp.parser.lexparser.TreePrint
prints the tree.
printWordTag - Static variable in class edu.stanford.nlp.trees.CategoryWordTag
If this is false, the tag and word are never printed in toString() calls.
println(String, String) - Static method in class edu.stanford.nlp.io.EncodingPrintWriter.out
 
probabilityOf(Object) - Method in class edu.stanford.nlp.util.Distribution
Returns the normalized count of the given object.
process(Document) - Method in class edu.stanford.nlp.process.FunctionProcessor
Converts a Document to a different Document, by transforming or filtering the elements in in using the Function given in the constructor.
process(List) - Method in interface edu.stanford.nlp.process.ListProcessor
 
process(Document) - Method in class edu.stanford.nlp.process.PTBEscapingProcessor
 
process(List) - Method in class edu.stanford.nlp.process.PTBEscapingProcessor
 
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(List) - Method in class edu.stanford.nlp.process.SentenceRetokenizingProcessor
Returns a new List where each element is a Sentence from the List input, retokenized with the tokenizer provided at construction.
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 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.StripTagsProcessor
Returns a new Document with the same meta-data as in, and the same words except tags are stripped.
process(List) - Method in class edu.stanford.nlp.process.WordToSentenceProcessor
Returns a List of Sentences where each element is built from a run of Words in the input Document.
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.
processArc(TransducerGraph.Arc) - Method in interface edu.stanford.nlp.fsm.TransducerGraph.ArcProcessor
Modifies Arc a.
processArc(TransducerGraph.Arc) - Method in class edu.stanford.nlp.fsm.TransducerGraph.InputSplittingProcessor
 
processArc(TransducerGraph.Arc) - Method in class edu.stanford.nlp.fsm.TransducerGraph.NodeProcessorWrappingArcProcessor
 
processArc(TransducerGraph.Arc) - Method in class edu.stanford.nlp.fsm.TransducerGraph.OutputCombiningProcessor
 
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 class edu.stanford.nlp.trees.MemoryTreebank
Load a collection of parse trees from the file of given name.
processFile(File) - Method in interface edu.stanford.nlp.util.FileProcessor
Apply this predicate to a File.
processGraph(TransducerGraph) - Method in class edu.stanford.nlp.fsm.QuasiDeterminizer
 
processGraph(TransducerGraph) - Method in interface edu.stanford.nlp.fsm.TransducerGraph.GraphProcessor
 
processGraph(TransducerGraph) - Method in class edu.stanford.nlp.fsm.TransducerGraph.NormalizingGraphProcessor
 
processNode(Object) - Method in interface edu.stanford.nlp.fsm.TransducerGraph.NodeProcessor
 
processNode(Object) - Method in class edu.stanford.nlp.fsm.TransducerGraph.ObjectToSetNodeProcessor
 
processNode(Object) - Method in class edu.stanford.nlp.fsm.TransducerGraph.SetToStringNodeProcessor
 
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.
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(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.
processSentence(Sentence) - Method in interface edu.stanford.nlp.trees.SentenceProcessor
Does whatever one needs to do to a particular sentence.
processTree(Tree) - Method in class edu.stanford.nlp.parser.lexparser.ParentAnnotationStats
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 interface edu.stanford.nlp.trees.TreeProcessor
Does whatever one needs to do to a particular parse tree.
processTreeHelper(String, String, Tree) - Method in class edu.stanford.nlp.parser.lexparser.ParentAnnotationStats
 
projectNode(Object) - Method in class edu.stanford.nlp.fsm.ExactAutomatonMinimizer
 
projectNode(Object) - Method in class edu.stanford.nlp.fsm.FastExactAutomatonMinimizer
 
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.
prunePunc - Static variable in class edu.stanford.nlp.parser.lexparser.Test
 
pruneTW(IntTaggedWord) - Static method in class edu.stanford.nlp.parser.lexparser.DependencyGrammar
 
ptb2Text(String) - Static method in class edu.stanford.nlp.process.PTBTokenizer
Returns a presentable version of the given PTB-tokenized text.
ptb2Text(List) - Static method in class edu.stanford.nlp.process.PTBTokenizer
Returns a presentable version of the given PTB-tokenized words.
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.
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.
punctuationTags() - Method in class edu.stanford.nlp.trees.AbstractTreebankLanguagePack
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 class edu.stanford.nlp.trees.PennTreebankLanguagePack
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.international.negra.NegraPennLanguagePack
Returns a String array of punctuation tags for this treebank/language.
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.
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.
punctuationWords() - Method in class edu.stanford.nlp.trees.AbstractTreebankLanguagePack
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 class edu.stanford.nlp.trees.PennTreebankLanguagePack
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.international.negra.NegraPennLanguagePack
Returns a String array of punctuation words for this treebank/language.
purgeRules() - Method in class edu.stanford.nlp.parser.lexparser.UnaryGrammar
 
pushBack() - Method in class edu.stanford.nlp.io.AbstractStreamTokenizer
Pushes the previous token back.
pushBack(int) - Method in interface edu.stanford.nlp.io.Lexer
Pushes back length character positions in the lexer.
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.StreamTokenizerAdapter
Pushback the last read token from the tokenizer for re-reading.
pushBack() - Method in class edu.stanford.nlp.trees.pennchinese.CHTBTokenizer
Pushes the previous token back.
pushLambdas(TransducerGraph, Counter) - Method in class edu.stanford.nlp.fsm.QuasiDeterminizer
Takes time linear in number of arcs.
put(Object, Object) - Method in class edu.stanford.nlp.util.ArrayMap
 
put(Object, Object) - Method in class edu.stanford.nlp.util.CollectionValuedMap
 
put(Object, Object) - Method in class edu.stanford.nlp.util.CompositionMap
 
put(Object, Object) - Method in class edu.stanford.nlp.util.DeltaCollectionValuedMap
 
put(Object, Object) - Method in class edu.stanford.nlp.util.DeltaMap
This may cost twice what it would in the original Map because we have to find the original value for this key.
putAll(Map) - Method in class edu.stanford.nlp.util.CollectionValuedMap
 
putAll(Map) - Method in class edu.stanford.nlp.util.CompositionMap
 
putAll(Map) - Method in class edu.stanford.nlp.util.DeltaCollectionValuedMap
 
putIntoValueArrayList(Map, Object, Object) - Static method in class edu.stanford.nlp.util.Maps
Adds the value to the ArrayList given by map.get(key), creating a new ArrayList if needed.
putIntoValueCollection(Map, Object, Object, CollectionFactory) - Static method in class edu.stanford.nlp.util.Maps
Adds the value to the collection given by map.get(key).
putIntoValueHashSet(Map, Object, Object) - Static method in class edu.stanford.nlp.util.Maps
Adds the value to the HashSet given by map.get(key), creating a new HashMap if needed.
putSpi(String, String) - Method in class edu.stanford.nlp.util.DisabledPreferences
 
pw() - Method in class edu.stanford.nlp.parser.lexparser.AbstractTreebankParserParams
the PrintWriter used to print output.
pw(OutputStream) - Method in class edu.stanford.nlp.parser.lexparser.AbstractTreebankParserParams
the PrintWriter used to print output.
pw() - Method in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams
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() - Method in interface edu.stanford.nlp.parser.lexparser.TreebankLangParserParams
returns a PrintWriter used to print output.
pw(OutputStream) - Method in interface edu.stanford.nlp.parser.lexparser.TreebankLangParserParams
returns a PrintWriter used to print output to the OutputStream o.

Q

QuasiDeterminizer - class edu.stanford.nlp.fsm.QuasiDeterminizer.
QuasiDeterminizer Class for performing quasi-determinization on TransducerGraphs.
QuasiDeterminizer() - Constructor for class edu.stanford.nlp.fsm.QuasiDeterminizer
 

R

RAW_COUNTS - Static variable in class edu.stanford.nlp.parser.lexparser.GrammarCompactor
 
Rule - class edu.stanford.nlp.parser.lexparser.Rule.
Parent class for unary and binary rules.
Rule() - Constructor for class edu.stanford.nlp.parser.lexparser.Rule
 
RuntimeIOException - exception edu.stanford.nlp.io.RuntimeIOException.
An unchecked version of IOException.
RuntimeIOException() - Constructor for class edu.stanford.nlp.io.RuntimeIOException
creates a new exception.
RuntimeIOException(String) - Constructor for class edu.stanford.nlp.io.RuntimeIOException
creates a new exception with a message.
read(DataInputStream) - Method in class edu.stanford.nlp.trees.WordTag
 
read(DataInputStream) - Method in class edu.stanford.nlp.util.Pair
Read a string representation of a Pair from a DataStream.
readData(BufferedReader) - Method in class edu.stanford.nlp.parser.lexparser.BinaryGrammar
Populates data in this BinaryGrammar from the character stream given by the Reader r.
readData(BufferedReader) - Method in class edu.stanford.nlp.parser.lexparser.DependencyGrammar
Populates data in this DependencyGrammar from the character stream given by the Reader r.
readData(BufferedReader) - Method in class edu.stanford.nlp.parser.lexparser.Lexicon
Populates data in this Lexicon from the character stream given by the Reader r.
readData(BufferedReader) - Method in class edu.stanford.nlp.parser.lexparser.Options
Populates data in this Options from the character stream given by the Reader r.
readData(BufferedReader) - Method in class edu.stanford.nlp.parser.lexparser.UnaryGrammar
Populates data in this UnaryGrammar from the character stream given by the Reader r.
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.
readObject(ObjectInputStream) - Method in class edu.stanford.nlp.parser.lexparser.Lexicon
 
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.
relaxPriority(Object, double) - Method in class edu.stanford.nlp.util.BinaryHeapPriorityQueue
Promotes a key in the queue, adding it if it wasn't there already.
relaxPriority(Object, double) - Method in interface edu.stanford.nlp.util.PriorityQueue
Increases the priority of the Object key to the new priority if the old priority was lower than the new priority.
remove() - Method in class edu.stanford.nlp.process.AbstractTokenizer
This is an optional operation, by default not supported.
remove() - Method in interface edu.stanford.nlp.process.Tokenizer
Removes from the underlying collection the last element returned by the iterator.
remove(int) - Method in class edu.stanford.nlp.trees.MemoryTreebank
 
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.trees.Treebank
This operation isn't supported for a Treebank.
remove() - Method in class edu.stanford.nlp.util.AbstractIterator
Throws an UnupportedOperationException .
remove(Object) - Method in class edu.stanford.nlp.util.ArrayMap
 
remove(Object) - Method in class edu.stanford.nlp.util.Beam
 
remove() - Method in class edu.stanford.nlp.util.BinaryHeapPriorityQueue
 
remove(Object) - Method in class edu.stanford.nlp.util.BinaryHeapPriorityQueue
 
remove(Object) - Method in class edu.stanford.nlp.util.CollectionValuedMap
 
remove(Object) - Method in class edu.stanford.nlp.util.CompositionMap
 
remove() - Method in class edu.stanford.nlp.util.ConcatenationIterator
 
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.DeltaCollectionValuedMap
 
remove(Object) - Method in class edu.stanford.nlp.util.DeltaMap
 
remove() - Method in class edu.stanford.nlp.util.FilteredIterator
 
removeAll(Collection, Collection) - Method in class edu.stanford.nlp.fsm.ExactAutomatonMinimizer
 
removeAll(Collection, Collection) - Method in class edu.stanford.nlp.fsm.FastExactAutomatonMinimizer
 
removeAll(Collection) - Method in class edu.stanford.nlp.util.Counter
Removes all the given keys from this Counter.
removeArc(TransducerGraph.Arc) - Method in class edu.stanford.nlp.fsm.TransducerGraph
 
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.
removeDependencyRoots(List) - Static method in class edu.stanford.nlp.parser.lexparser.TreebankAnnotator
 
removeFirst() - Method in class edu.stanford.nlp.util.BinaryHeapPriorityQueue
Finds the object with the highest priority, removes it, and returns it.
removeFirst() - Method in interface edu.stanford.nlp.util.PriorityQueue
Finds the object with the highest priority, removes it, and returns it.
removeMapping(Object, Object) - Method in class edu.stanford.nlp.util.CollectionValuedMap
 
removeMapping(Object, Object) - Method in class edu.stanford.nlp.util.DeltaCollectionValuedMap
 
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.
retokenize(Sentence) - Method in class edu.stanford.nlp.process.SentenceRetokenizingProcessor
 
rightChild - Variable in class edu.stanford.nlp.parser.lexparser.BinaryRule
 
rightEdge(Tree, Tree) - Static method in class edu.stanford.nlp.trees.Trees
Returns the positional index of the right edge of a tree t within a given root, as defined by the size of the yield of all material preceding t plus all the material contained in t.
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)
rootSymbol() - Method in class edu.stanford.nlp.trees.international.negra.NegraPennTreeNormalizer
 
rootTW(IntTaggedWord) - Static method in class edu.stanford.nlp.parser.lexparser.DependencyGrammar
 
ruleIterator() - Method in class edu.stanford.nlp.parser.lexparser.BinaryGrammar
 
ruleIterator() - Method in class edu.stanford.nlp.parser.lexparser.Lexicon
 
ruleIterator() - Method in class edu.stanford.nlp.parser.lexparser.UnaryGrammar
 
ruleIteratorByChild(int) - Method in class edu.stanford.nlp.parser.lexparser.UnaryGrammar
 
ruleIteratorByLeftChild(int) - Method in class edu.stanford.nlp.parser.lexparser.BinaryGrammar
 
ruleIteratorByParent(int) - Method in class edu.stanford.nlp.parser.lexparser.BinaryGrammar
 
ruleIteratorByParent(int) - Method in class edu.stanford.nlp.parser.lexparser.UnaryGrammar
 
ruleIteratorByRightChild(int) - Method in class edu.stanford.nlp.parser.lexparser.BinaryGrammar
 
ruleIteratorByWord(int, int) - Method in class edu.stanford.nlp.parser.lexparser.Lexicon
 
ruleListByLeftChild(int) - Method in class edu.stanford.nlp.parser.lexparser.BinaryGrammar
 
ruleListByParent(int) - Method in class edu.stanford.nlp.parser.lexparser.BinaryGrammar
 
ruleListByRightChild(int) - Method in class edu.stanford.nlp.parser.lexparser.BinaryGrammar
 
rules() - Method in class edu.stanford.nlp.parser.lexparser.BinaryGrammar
 
rules - Variable in class edu.stanford.nlp.parser.lexparser.Lexicon
 
rules() - Method in class edu.stanford.nlp.parser.lexparser.UnaryGrammar
 
rulesByChild(int) - Method in class edu.stanford.nlp.parser.lexparser.UnaryGrammar
 
rulesByParent(int) - Method in class edu.stanford.nlp.parser.lexparser.UnaryGrammar
 
rulesWithParent() - Method in class edu.stanford.nlp.parser.lexparser.UnaryGrammar
 
rulesWithWord - Variable in class edu.stanford.nlp.parser.lexparser.Lexicon
 

S

SMOOTH_IN_UNKNOWNS_THRESHOLD - Variable in class edu.stanford.nlp.parser.lexparser.Options
Words more common than this are tagged with MLE P(t|w).
STOP - Static variable in class edu.stanford.nlp.parser.lexparser.IntTaggedWord
 
SUPPCUTOFF - Static variable in class edu.stanford.nlp.parser.lexparser.ParentAnnotationStats
Minimum support of parent annotated node for grandparent to be studied.
SUPPCUTOFF - Static variable in class edu.stanford.nlp.parser.lexparser.SisterAnnotationStats
Minimum support of parent annotated node for grandparent to be studied.
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
 
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
 
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.
SentenceDocument - class edu.stanford.nlp.dbm.SentenceDocument.
Basically, this is a list of Sentences.
SentenceDocument() - Constructor for class edu.stanford.nlp.dbm.SentenceDocument
 
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.
SentenceRetokenizingProcessor - class edu.stanford.nlp.process.SentenceRetokenizingProcessor.
Transforms a Document of Words into a Document of Sentences by grouping the Words.
SentenceRetokenizingProcessor(TokenizerFactory) - Constructor for class edu.stanford.nlp.process.SentenceRetokenizingProcessor
Create a SentenceRetokenizingProcessor that uses the TokenizerFactory tokenizerFactory.
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.
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(SentenceReaderFactory) - 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.
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
 
Sets - class edu.stanford.nlp.util.Sets.
Utilities for sets
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 StreamTokenizer.
SimpleTokenizer(Reader) - Constructor for class edu.stanford.nlp.process.SimpleTokenizer
Constructs a new SimpleTokenizer with the Reader r as its source.
SimpleTokenizer(Reader, boolean) - 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
 
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
 
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.
StackAgenda - class edu.stanford.nlp.util.StackAgenda.
StackAgenda
StackAgenda() - Constructor for class edu.stanford.nlp.util.StackAgenda
 
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(String) - Constructor for class edu.stanford.nlp.process.StoplistFilter
Create a new StopListFilter with the stoplist given in stoplistfile
StoplistFilter(StopList) - Constructor for class edu.stanford.nlp.process.StoplistFilter
Create a new StoplistFilter with the given StopList.
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(String) - Constructor for class edu.stanford.nlp.trees.StringLabel
Create a new StringLabel with the given content.
StringLabel(Label) - Constructor for class edu.stanford.nlp.trees.StringLabel
Create a new StringLabel with the value() of another label as its label.
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
 
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
 
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.
samplePathsFromGraph(int) - Method in class edu.stanford.nlp.fsm.TransducerGraph
 
sampleUniformPathFromGraph() - Method in class edu.stanford.nlp.fsm.TransducerGraph
for testing only.
save(DataOutputStream) - Method in class edu.stanford.nlp.trees.WordTag
 
save(DataOutputStream) - Method in class edu.stanford.nlp.util.Pair
Write a string representation of a Pair from a DataStream.
score(IntTaggedWord) - Method in class edu.stanford.nlp.parser.lexparser.ChineseUnknownWordModel
 
score(TaggedWord) - Method in class edu.stanford.nlp.parser.lexparser.ChineseUnknownWordModel
 
score(Dependency) - Method in class edu.stanford.nlp.parser.lexparser.DependencyGrammar
 
score(int, int, int, int, boolean, int) - Method in class edu.stanford.nlp.parser.lexparser.DependencyGrammar
 
score(IntTaggedWord) - Method in class edu.stanford.nlp.parser.lexparser.GermanUnknownWordModel
 
score(TaggedWord) - Method in class edu.stanford.nlp.parser.lexparser.GermanUnknownWordModel
 
score(IntTaggedWord, int) - Method in class edu.stanford.nlp.parser.lexparser.Lexicon
 
score - Variable in class edu.stanford.nlp.parser.lexparser.Rule
 
score() - Method in class edu.stanford.nlp.parser.lexparser.Rule
 
score() - Method in class edu.stanford.nlp.trees.Constituent
access 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.LabeledScoredTreeLeaf
Returns the node's score.
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.Tree
Returns the score associated with the current node, or NaN if there is no score.
score(Object[], Object[]) - Method in class edu.stanford.nlp.util.EditDistance
 
score() - Method in interface edu.stanford.nlp.util.Scored
Return the score of this thing
score() - Method in class edu.stanford.nlp.util.ScoredObject
 
score - Variable in class edu.stanford.nlp.util.ScoredPair
 
score() - Method in class edu.stanford.nlp.util.ScoredPair
 
scoreAll(Collection) - Method in class edu.stanford.nlp.parser.lexparser.DependencyGrammar
 
scoreAll(List) - Method in class edu.stanford.nlp.parser.lexparser.Lexicon
 
scoreRule(BinaryRule) - Method in class edu.stanford.nlp.parser.lexparser.BinaryGrammar
 
scoreRule(UnaryRule) - Method in class edu.stanford.nlp.parser.lexparser.UnaryGrammar
 
scoreTB(Dependency) - Method in class edu.stanford.nlp.parser.lexparser.DependencyGrammar
 
scoreTB(int, int, int, int, boolean, int) - Method in class edu.stanford.nlp.parser.lexparser.DependencyGrammar
 
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
 
second - Variable in class edu.stanford.nlp.util.Triple
 
seenCounter - Variable in class edu.stanford.nlp.parser.lexparser.Lexicon
 
selectiveSplitLevel - Static variable in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
How selectively to split.
selectiveSplitLevel - Static variable in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams.EnglishTrain
Set the support * KL cutoff level (1-4) -- use of 2 or 3 is good.
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.
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.
sentenceFinalPunctuationTags() - Method in class edu.stanford.nlp.trees.AbstractTreebankLanguagePack
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 class edu.stanford.nlp.trees.PennTreebankLanguagePack
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.international.negra.NegraPennLanguagePack
Returns a String array of sentence final punctuation tags 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 class edu.stanford.nlp.trees.PennTreebankLanguagePack
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.
sentenceFinalPunctuationWords() - Method in class edu.stanford.nlp.trees.international.negra.NegraPennLanguagePack
Returns a String array of sentence final punctuation words for this treebank/language.
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.
serialVersionUID - Static variable in class edu.stanford.nlp.parser.lexparser.Lexicon
 
set(Options) - Static method in class edu.stanford.nlp.parser.lexparser.Options
 
set(int, Object) - Method in class edu.stanford.nlp.trees.MemoryTreebank
 
set(double) - Method in class edu.stanford.nlp.util.MutableDouble
 
set(int) - Method in class edu.stanford.nlp.util.MutableInteger
 
setCategory(String) - Method in class edu.stanford.nlp.trees.Category
 
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.NullLabel
 
setCategoryWordTag(String, String, String) - Method in class edu.stanford.nlp.trees.CategoryWordTag
 
setChildren(Tree[]) - Method in class edu.stanford.nlp.trees.LabeledScoredTreeLeaf
Leaves have no children.
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.SimpleTree
Sets the children of this Tree.
setChildren(Tree[]) - Method in class edu.stanford.nlp.trees.Tree
Set the children of this node to be the children given in the array.
setChildren(List) - Method in class edu.stanford.nlp.trees.Tree
Set the children of this tree node to the given list.
setCount(Object, double) - Method in class edu.stanford.nlp.util.Counter
Sets the current count for the given key.
setCount(Object, double) - Method in class edu.stanford.nlp.util.DeltaCounter
puts new MutableDoubles.
setCounts(Collection, double) - Method in class edu.stanford.nlp.util.Counter
Sets the current count for each of the given keys.
setDeterminism(boolean) - Method in class edu.stanford.nlp.fsm.TransducerGraph
 
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.
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.
setDotWeightingInverted(boolean) - Method in class edu.stanford.nlp.fsm.TransducerGraph
 
setEdge(String) - Method in class edu.stanford.nlp.trees.international.negra.NegraLabel
 
setEnd(int) - Method in class edu.stanford.nlp.trees.Constituent
set end node.
setEnd(int) - Method in class edu.stanford.nlp.trees.SimpleConstituent
set end node.
setEndNode(Object) - Method in class edu.stanford.nlp.fsm.TransducerGraph
 
setEolString(String) - Method in class edu.stanford.nlp.io.StreamTokenizerAdapter
Set the String returned when the inner tokenizer returns an end-of-line token.
setFeatureValue(String, String) - Method in class edu.stanford.nlp.trees.international.negra.NegraLabel
 
setFileChooser(JFileChooser) - Method in class edu.stanford.nlp.io.ui.OpenPageDialog
Sets the file chooser used by the Browse button
setFirst(Object) - Method in class edu.stanford.nlp.util.Pair
 
setFollow(String) - Method in interface edu.stanford.nlp.trees.HasFollow
Set the follow value for the label (if one is stored).
setFollow(String) - Method in class edu.stanford.nlp.trees.WeightedFollowedTaggedWord
 
setFromString(String) - Method in class edu.stanford.nlp.trees.AbstractLabel
 
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.StringLabel
Set the label from a String.
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.WordTag
Sets a TaggedWord from decoding the String passed in.
setGlobal(Interner) - Static method in class edu.stanford.nlp.util.Interner
For supplying a new instance for the global methods to use.
setHeadFinder(HeadFinder) - Method in class edu.stanford.nlp.parser.lexparser.TreePrint
Set the headfinder to be used for lexicalizing trees.
setHeadMarkNodes(boolean) - Method in class edu.stanford.nlp.parser.lexparser.TreePrint
sets whether or not to mark the head daughter of each non-leaf node
setInput(Object) - Method in class edu.stanford.nlp.fsm.TransducerGraph.Arc
 
setInputEncoding(String) - Method in class edu.stanford.nlp.parser.lexparser.AbstractTreebankParserParams
sets the input encoding
setInputEncoding(String) - Method in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams
 
setInputEncoding(String) - Method in interface edu.stanford.nlp.parser.lexparser.TreebankLangParserParams
 
setInsertNPinPP(boolean) - Method in class edu.stanford.nlp.trees.international.negra.NegraPennTreeNormalizer
 
setKeepOriginalText(boolean) - Method in class edu.stanford.nlp.dbm.DocumentReader
Sets whether created documents should store their source text along with tokenized words.
setLabel(Object) - Method in class edu.stanford.nlp.dbm.BasicDocument
Removes all currently assigned labels for this Document then adds the given label.
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.LabeledConstituent
 
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.LabeledScoredTreeNode
Sets the label associated with the current node, if there is one.
setLabel(Label) - Method in class edu.stanford.nlp.trees.Tree
Sets the label associated with the current node, if there is one.
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.
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
 
setLanguage(int) - Method in class edu.stanford.nlp.parser.ui.ParserPanel
Sets the language used by the ParserPanel to tokenize, parse, and display sentences.
setLeaveGF(boolean) - Method in class edu.stanford.nlp.trees.international.negra.NegraPennTreeNormalizer
 
setLexicalize(boolean) - Method in class edu.stanford.nlp.parser.lexparser.TreePrint
sets whether or not to lexicalize the output format of the tree.
setMap(Map) - Method in class edu.stanford.nlp.util.CompositionMap
 
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.AbstractTreebankParserParams
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.
setOptionFlag(String[], int) - Method in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams
Set language-specific options according to flags.
setOptionFlag(String[], int) - Method in class edu.stanford.nlp.parser.lexparser.NegraPennTreebankParserParams
 
setOptionFlag(String[], int) - Method in interface edu.stanford.nlp.parser.lexparser.TreebankLangParserParams
Set language-specific options according to flags.
setOutput(Object) - Method in class edu.stanford.nlp.fsm.TransducerGraph.Arc
 
setOutputEncoding(String) - Method in class edu.stanford.nlp.parser.lexparser.AbstractTreebankParserParams
sets the output encoding
setOutputEncoding(String) - Method in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams
 
setOutputEncoding(String) - Method in interface edu.stanford.nlp.parser.lexparser.TreebankLangParserParams
 
setPrintDepsSet(boolean) - Method in class edu.stanford.nlp.parser.lexparser.TreePrint
Set whether or not to print the dependency set for the tree
setPrintWriter(PrintWriter) - Method in class edu.stanford.nlp.parser.lexparser.TreePrint
Sets the default print writer for printing trees with the instance
setReader(Reader) - Method in class edu.stanford.nlp.dbm.DocumentReader
Sets the reader from which to read and create documents.
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.LabeledScoredConstituent
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.LabeledScoredTreeNode
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 class edu.stanford.nlp.util.ScoredObject
 
setScore(double) - Method in class edu.stanford.nlp.util.ScoredPair
 
setScore(double) - Method in interface edu.stanford.nlp.util.XScored
 
setSecond(Object) - Method in class edu.stanford.nlp.util.Pair
 
setSource(Reader) - Method in class edu.stanford.nlp.process.PTBTokenizer
Sets the source of this Tokenizer to be the Reader r.
setSourceNode(Object) - Method in class edu.stanford.nlp.fsm.TransducerGraph.Arc
 
setStart(int) - Method in class edu.stanford.nlp.trees.Constituent
set start node.
setStart(int) - Method in class edu.stanford.nlp.trees.SimpleConstituent
set start node.
setStartNode(Object) - Method in class edu.stanford.nlp.fsm.TransducerGraph
 
setStaticCapitalizeTimex(boolean) - Method in class edu.stanford.nlp.process.Americanize
 
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.CategoryWordTag
 
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.NullLabel
 
setTag(String) - Method in class edu.stanford.nlp.trees.Tag
 
setTag(String) - Method in class edu.stanford.nlp.trees.TaggedWord
 
setTag(String) - Method in class edu.stanford.nlp.trees.WordTag
 
setTargetNode(Object) - Method in class edu.stanford.nlp.fsm.TransducerGraph.Arc
 
setTitle(String) - Method in class edu.stanford.nlp.dbm.BasicDocument
Sets the title of this Document to the given title.
setTitle(String) - Method in class edu.stanford.nlp.dbm.SentenceDocument
 
setTokenizer(Tokenizer) - Method in class edu.stanford.nlp.dbm.DocumentReader
Sets the tokenizer used to chop up text into words for the documents.
setTokenizerFactory(TokenizerFactory) - Method in class edu.stanford.nlp.dbm.BasicDocument
Sets the tokenizerFactory 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.AbstractLabel
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.StringLabel
Set the value for the label.
setValue(String) - Method in class edu.stanford.nlp.trees.WordTag
Set the value for the label (if one is stored).
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.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.NullLabel
 
setWord(String) - Method in class edu.stanford.nlp.trees.Word
 
setWord(String) - Method in class edu.stanford.nlp.trees.WordTag
 
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.MutableDouble
 
shortValue() - Method in class edu.stanford.nlp.util.MutableInteger
 
showTags() - Method in class edu.stanford.nlp.parser.lexparser.Lexicon
 
sideCounters(String, List, List, Map) - Method in class edu.stanford.nlp.parser.lexparser.SisterAnnotationStats
 
sigs - Variable in class edu.stanford.nlp.parser.lexparser.Lexicon
 
sisterCounters(Tree, Tree) - Method in class edu.stanford.nlp.parser.lexparser.SisterAnnotationStats
 
sisterSplitLevel - Static variable in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams.EnglishTrain
Set the support * KL cutoff level (1-4) for sister splitting -- don't use it, as far as we can tell so far
sisterSplitters() - Method in class edu.stanford.nlp.parser.lexparser.AbstractTreebankParserParams
Returns the splitting strings used for selective splits.
sisterSplitters() - Method in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
 
sisterSplitters() - Method in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams
 
sisterSplitters() - Method in class edu.stanford.nlp.parser.lexparser.NegraPennTreebankParserParams
 
sisterSplitters() - Method in interface edu.stanford.nlp.parser.lexparser.TreebankLangParserParams
Returns the splitting strings used for selective splits.
size() - Method in class edu.stanford.nlp.io.FileSequentialCollection
Returns the size of the FileSequentialCollection.
size() - Method in class edu.stanford.nlp.trees.Constituent
Return the length of a Constituent
size() - Method in class edu.stanford.nlp.trees.MemorySentencebank
Returns the size of the Sentencebank.
size() - Method in class edu.stanford.nlp.trees.MemoryTreebank
Returns the size of the Treebank.
size() - Method in class edu.stanford.nlp.trees.Sentencebank
Returns the size of the Sentencebank.
size() - Method in class edu.stanford.nlp.trees.Tree
Returns the number of nodes the tree contains.
size() - Method in class edu.stanford.nlp.trees.Treebank
Returns the size of the Treebank.
size() - Method in class edu.stanford.nlp.util.ArrayHeap
Get the number of elements in the heap.
size() - Method in class edu.stanford.nlp.util.ArrayMap
 
size() - Method in class edu.stanford.nlp.util.Beam
 
size() - Method in class edu.stanford.nlp.util.BinaryHeapPriorityQueue
Get the number of elements in the queue.
size() - Method in class edu.stanford.nlp.util.CircleList
 
size() - Method in class edu.stanford.nlp.util.CollectionValuedMap
 
size() - Method in class edu.stanford.nlp.util.CompositionMap
 
size() - Method in class edu.stanford.nlp.util.Counter
 
size() - Method in class edu.stanford.nlp.util.DeltaCollectionValuedMap
 
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.Index
 
size() - Method in class edu.stanford.nlp.util.PaddedList
 
slurpFile(File) - Static method in class edu.stanford.nlp.util.StringUtils
Returns all the text in the given File.
slurpFile(String) - 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.
smartMutation - Variable in class edu.stanford.nlp.parser.lexparser.Options
Smarter smoothing for rare words.
smooth - Variable in class edu.stanford.nlp.parser.lexparser.DependencyGrammar
 
sortIntoBlocks(Collection) - Method in class edu.stanford.nlp.fsm.ExactAutomatonMinimizer
 
sortIntoBlocks(Collection) - Method in class edu.stanford.nlp.fsm.FastExactAutomatonMinimizer
 
sourceNode - Variable in class edu.stanford.nlp.fsm.TransducerGraph.Arc
 
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.
splitAux - Static variable in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams.EnglishTrain
Make special tags for forms of BE and HAVE.
splitAuxBetter - Static variable in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams.EnglishTrain
Make special tags for forms of BE and HAVE.
splitBaseNP - Static variable in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
Mark base NPs.
splitBaseNP - Static variable in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams.EnglishTrain
Mark base NPs.
splitCC - Static variable in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams.EnglishTrain
Annotates "and", and "or" specially - the point of this isn't so clear to cdm since this is most conjunctions.
splitCC2 - Static variable in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams.EnglishTrain
Alternative: separate off [Bb]ut and &.
splitChar - Variable in class edu.stanford.nlp.process.WordToTaggedWordProcessor
The char that we will split on.
splitIN - Static variable in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams.EnglishTrain
Annotate prepositions with a S parent (putative subordinating conjunctions) differently from others (real prepositions).
splitIN2 - Static variable in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams.EnglishTrain
Annotate prepositions 3 ways: S* parent, N* parent or rest (generally predicative ADJP, VP).
splitIN3 - Static variable in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams.EnglishTrain
Annotate prepositions 6 ways: real feature engineering.
splitJJCOMP - Static variable in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams.EnglishTrain
Put a special tag on 'adjectives with complements'.
splitMoreLess - Static variable in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams.EnglishTrain
Specially mark the comparative/superlative words: less, least, more, most
splitNOT - Static variable in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams.EnglishTrain
Annotates forms of "not" specially as tag "NOT".
splitNPADV - Static variable in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams.EnglishTrain
Retain NP-ADV annotation.
splitNPNNP - Static variable in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams.EnglishTrain
Mark NP-NNP.
splitNPTMP - Static variable in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams.EnglishTrain
Retain NP-TMP annotation.
splitNumNP - Static variable in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams.EnglishTrain
Mark "numeric NPs".
splitPPJJ - Static variable in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams.EnglishTrain
A special test for "such" mainly ("such as Fred").
splitPercent - Static variable in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams.EnglishTrain
Mark the nouns that are percent signs.
splitPoss - Static variable in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams.EnglishTrain
Give a special tag to NPs which are possessive NPs (end in 's)
splitRB - Static variable in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams.EnglishTrain
Split modifier (NP, AdjP) adverbs from others.
splitRules() - Method in class edu.stanford.nlp.parser.lexparser.BinaryGrammar
 
splitRulesWithLC(int) - Method in class edu.stanford.nlp.parser.lexparser.BinaryGrammar
 
splitRulesWithParent(int) - Method in class edu.stanford.nlp.parser.lexparser.BinaryGrammar
 
splitRulesWithRC(int) - Method in class edu.stanford.nlp.parser.lexparser.BinaryGrammar
 
splitSGapped - Static variable in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams.EnglishTrain
Mark specially S nodes with "gapped" subject (control, raising).
splitSTag - Static variable in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams.EnglishTrain
Mark S nodes according to verbal tag.
splitTMP - Static variable in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams.EnglishTrain
Retain all -TMP annotation.
splitTRJJ - Static variable in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams.EnglishTrain
Put a special tag on 'transitive adjectives' with NP complement, like 'due May 15' -- it also catches 'such' in 'such as NP', which may be a good.
splitVP - Static variable in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams.EnglishTrain
Add (head) tags to VPs
splitVP2 - Static variable in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams.EnglishTrain
Add (head) tags to VPs, but collapse "finite" ones together.
splitVP3 - Static variable in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams.EnglishTrain
Add only verbal tags to VPs, collapsing "finite" ones together.
splitters() - Method in class edu.stanford.nlp.parser.lexparser.AbstractTreebankParserParams
Returns the splitting strings used for selective splits.
splitters() - Method in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
 
splitters() - Method in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams
 
splitters() - Method in class edu.stanford.nlp.parser.lexparser.NegraPennTreebankParserParams
 
splitters() - Method in interface edu.stanford.nlp.parser.lexparser.TreebankLangParserParams
Returns the splitting strings used for selective splits.
start() - Method in class edu.stanford.nlp.trees.Constituent
access start node.
start() - Method in class edu.stanford.nlp.trees.SimpleConstituent
access start node.
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.
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.
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.
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.
startSymbols() - Method in class edu.stanford.nlp.trees.AbstractTreebankLanguagePack
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 class edu.stanford.nlp.trees.PennTreebankLanguagePack
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.international.negra.NegraPennLanguagePack
Returns a String array of treebank start symbols.
startTime() - Static method in class edu.stanford.nlp.util.Timing
Start the timing operation.
stateNumberer - Variable in class edu.stanford.nlp.parser.lexparser.GrammarCompactor
 
stateSpace() - Method in class edu.stanford.nlp.parser.lexparser.BinaryGrammar
 
stateSpace - Variable in class edu.stanford.nlp.parser.lexparser.GrammarCompactor
 
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.
str - Variable in class edu.stanford.nlp.parser.lexparser.ConstituentEvalByCat
 
stringSubs - Variable in class edu.stanford.nlp.process.PTBEscapingProcessor
 
subList(int, int) - Method in class edu.stanford.nlp.trees.MemoryTreebank
 
subList(int, int) - Method in class edu.stanford.nlp.util.Index
 
subTreeList() - Method in class edu.stanford.nlp.trees.Tree
Get the list of all subtrees inside the tree by returning a tree rooted at each node.
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(Collection) - Method in class edu.stanford.nlp.trees.Tree
Add the set of all subtrees inside a tree (including the tree itself) to the given Collection.
subtractAll(Counter) - Method in class edu.stanford.nlp.util.Counter
Subtracts the counts in the given Counter from the counts in this Counter.
suppressTerminalDetails - Static variable in class edu.stanford.nlp.trees.CategoryWordTag
If set to true, when a terminal or preterminal has as its category something that is also the word or tag value, the latter are suppressed.
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_LABEL - Static variable in class edu.stanford.nlp.trees.TaggedWordFactory
 
TOKENIZED_CHINESE - Static variable in class edu.stanford.nlp.parser.ui.ParserPanel
 
TREE_MAP_FACTORY - Static variable in class edu.stanford.nlp.util.MapFactory
 
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() - Constructor for class edu.stanford.nlp.trees.Tag
Constructs a Tag object.
Tag(String) - 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.
TagMapper - class edu.stanford.nlp.trees.TagMapper.
A POS tag to POS tag mapper.
TagMapper(HashMap) - Constructor for class edu.stanford.nlp.trees.TagMapper
The 1-argument constructor allows you to use your own tagmap
TagMapper() - Constructor for class edu.stanford.nlp.trees.TagMapper
The 0-argument constructor is a default map for crude BNC->Penn Treebank tagset mapping.
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(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.
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.
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.
Test - class edu.stanford.nlp.parser.lexparser.Test.
Options to the parser which affect performance only at testing (parsing) time.
Test() - Constructor for class edu.stanford.nlp.parser.lexparser.Test
 
Timing - class edu.stanford.nlp.util.Timing.
A class for measuring how long things take.
Tokenizer - interface edu.stanford.nlp.process.Tokenizer.
Tokenizers break up text into individual Objects.
TokenizerFactory - interface edu.stanford.nlp.objectbank.TokenizerFactory.
A TokenizerFactory is used to convert a java.io.Reader into a Tokenizer (or an Iterator) over the Objects represented by the text in the java.io.Reader.
TransducerGraph - class edu.stanford.nlp.fsm.TransducerGraph.
TransducerGraph Class for representing a deterministic finite state automaton without epsilon transitions.
TransducerGraph() - Constructor for class edu.stanford.nlp.fsm.TransducerGraph
 
TransducerGraph(TransducerGraph) - Constructor for class edu.stanford.nlp.fsm.TransducerGraph
 
TransducerGraph(TransducerGraph, TransducerGraph.ArcProcessor) - Constructor for class edu.stanford.nlp.fsm.TransducerGraph
 
TransducerGraph(TransducerGraph, TransducerGraph.NodeProcessor) - Constructor for class edu.stanford.nlp.fsm.TransducerGraph
 
TransducerGraph(Set, Object, Set, TransducerGraph.ArcProcessor, TransducerGraph.NodeProcessor) - Constructor for class edu.stanford.nlp.fsm.TransducerGraph
 
TransducerGraph(Set) - Constructor for class edu.stanford.nlp.fsm.TransducerGraph
Uses the Arcs newArcs.
TransducerGraph.Arc - class edu.stanford.nlp.fsm.TransducerGraph.Arc.
 
TransducerGraph.Arc(TransducerGraph.Arc) - Constructor for class edu.stanford.nlp.fsm.TransducerGraph.Arc
 
TransducerGraph.Arc(Object, Object) - Constructor for class edu.stanford.nlp.fsm.TransducerGraph.Arc
 
TransducerGraph.Arc(Object, Object, Object) - Constructor for class edu.stanford.nlp.fsm.TransducerGraph.Arc
 
TransducerGraph.Arc(Object, Object, Object, Object) - Constructor for class edu.stanford.nlp.fsm.TransducerGraph.Arc
 
TransducerGraph.ArcProcessor - interface edu.stanford.nlp.fsm.TransducerGraph.ArcProcessor.
 
TransducerGraph.GraphProcessor - interface edu.stanford.nlp.fsm.TransducerGraph.GraphProcessor.
 
TransducerGraph.InputSplittingProcessor - class edu.stanford.nlp.fsm.TransducerGraph.InputSplittingProcessor.
 
TransducerGraph.InputSplittingProcessor() - Constructor for class edu.stanford.nlp.fsm.TransducerGraph.InputSplittingProcessor
 
TransducerGraph.NodeProcessor - interface edu.stanford.nlp.fsm.TransducerGraph.NodeProcessor.
 
TransducerGraph.NodeProcessorWrappingArcProcessor - class edu.stanford.nlp.fsm.TransducerGraph.NodeProcessorWrappingArcProcessor.
 
TransducerGraph.NodeProcessorWrappingArcProcessor(TransducerGraph.NodeProcessor) - Constructor for class edu.stanford.nlp.fsm.TransducerGraph.NodeProcessorWrappingArcProcessor
 
TransducerGraph.NormalizingGraphProcessor - class edu.stanford.nlp.fsm.TransducerGraph.NormalizingGraphProcessor.
 
TransducerGraph.NormalizingGraphProcessor(boolean) - Constructor for class edu.stanford.nlp.fsm.TransducerGraph.NormalizingGraphProcessor
 
TransducerGraph.ObjectToSetNodeProcessor - class edu.stanford.nlp.fsm.TransducerGraph.ObjectToSetNodeProcessor.
 
TransducerGraph.ObjectToSetNodeProcessor() - Constructor for class edu.stanford.nlp.fsm.TransducerGraph.ObjectToSetNodeProcessor
 
TransducerGraph.OutputCombiningProcessor - class edu.stanford.nlp.fsm.TransducerGraph.OutputCombiningProcessor.
 
TransducerGraph.OutputCombiningProcessor() - Constructor for class edu.stanford.nlp.fsm.TransducerGraph.OutputCombiningProcessor
 
TransducerGraph.SetToStringNodeProcessor - class edu.stanford.nlp.fsm.TransducerGraph.SetToStringNodeProcessor.
 
TransducerGraph.SetToStringNodeProcessor(TreebankLanguagePack) - Constructor for class edu.stanford.nlp.fsm.TransducerGraph.SetToStringNodeProcessor
 
TransformTreeDependency - class edu.stanford.nlp.parser.lexparser.TransformTreeDependency.
 
TransformTreeDependency(TreebankLangParserParams) - Constructor for class edu.stanford.nlp.parser.lexparser.TransformTreeDependency
 
TransformedFilter - class edu.stanford.nlp.process.TransformedFilter.
Filter that first transforms input before filtering it.
TransformedFilter() - Constructor for class edu.stanford.nlp.process.TransformedFilter
 
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
 
TreeFactory - interface edu.stanford.nlp.trees.TreeFactory.
A TreeFactory acts as a factory for creating objects of class Tree, or some descendent class.
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.
TreePrint - class edu.stanford.nlp.parser.lexparser.TreePrint.
A class for customizing the print method for a edu.stanford.nlp.trees.Tree as the output of the parser.
TreePrint(String) - Constructor for class edu.stanford.nlp.parser.lexparser.TreePrint
 
TreePrint(String, HeadFinder) - Constructor for class edu.stanford.nlp.parser.lexparser.TreePrint
 
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.
TreeToSentenceFunction - class edu.stanford.nlp.process.TreeToSentenceFunction.
Function that turns a Tree into its Sentence yield.
TreeToSentenceFunction() - Constructor for class edu.stanford.nlp.process.TreeToSentenceFunction
 
TreeTransformer - interface edu.stanford.nlp.trees.TreeTransformer.
This is a simple interface for a function that alters a local 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(TreeReaderFactory) - Constructor for class edu.stanford.nlp.trees.Treebank
Create a new Treebank.
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.
TreebankAnnotator - class edu.stanford.nlp.parser.lexparser.TreebankAnnotator.
Class for getting an annotated treebank.
TreebankAnnotator() - Constructor for class edu.stanford.nlp.parser.lexparser.TreebankAnnotator
 
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.
Trees - class edu.stanford.nlp.trees.Trees.
Various utilities for the Tree class.
Trees() - Constructor for class edu.stanford.nlp.trees.Trees
 
Triple - class edu.stanford.nlp.util.Triple.
User: Teg Grenager Date: Feb 20, 2004 Time: 9:44:12 AM
Triple(Object, Object, Object) - Constructor for class edu.stanford.nlp.util.Triple
 
tag - Variable in class edu.stanford.nlp.parser.lexparser.IntTaggedWord
 
tag() - Method in class edu.stanford.nlp.parser.lexparser.IntTaggedWord
 
tag() - Method in class edu.stanford.nlp.trees.CategoryWordTag
 
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.NullLabel
 
tag() - Method in class edu.stanford.nlp.trees.Tag
 
tag() - Method in class edu.stanford.nlp.trees.TaggedWord
 
tag() - Method in class edu.stanford.nlp.trees.WordTag
 
tagBin - Variable in class edu.stanford.nlp.parser.lexparser.DependencyGrammar
 
tagBin(int) - Method in class edu.stanford.nlp.parser.lexparser.DependencyGrammar
 
tagNumberer - Variable in class edu.stanford.nlp.parser.lexparser.Lexicon
 
tagNumberer() - Method in class edu.stanford.nlp.parser.lexparser.Lexicon
 
tagWordSize - Static variable in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
Annotate tags for number of characters contained.
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.
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.
tags - Variable in class edu.stanford.nlp.parser.lexparser.Lexicon
 
targetNode - Variable in class edu.stanford.nlp.fsm.TransducerGraph.Arc
 
tempEndHead - Static variable in class edu.stanford.nlp.parser.lexparser.DependencyGrammar
 
tempMDouble - Variable in class edu.stanford.nlp.util.GeneralizedCounter
 
testGrammarCoverage(Treebank) - Method in class edu.stanford.nlp.parser.lexparser.LexicalizedParser
 
testGraphPaths(TransducerGraph, TransducerGraph, int) - Static method in class edu.stanford.nlp.fsm.TransducerGraph
 
testMemoryTreebank() - Method in class edu.stanford.nlp.parser.lexparser.AbstractTreebankParserParams
You can often return the same thing for testMemoryTreebank as for memoryTreebank
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
testOnTreebank(Treebank) - Method in class edu.stanford.nlp.parser.lexparser.LexicalizedParser
Evaluates the performance of the parser on a test treebank.
tf - Variable in class edu.stanford.nlp.trees.ChineseCollinizer
 
third - Variable in class edu.stanford.nlp.util.Triple
 
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.
tick() - Static method in class edu.stanford.nlp.util.Timing
 
title - Variable in class edu.stanford.nlp.dbm.BasicDocument
title of this document (never null).
title() - Method in class edu.stanford.nlp.dbm.BasicDocument
Returns the title of this document.
title() - Method in interface edu.stanford.nlp.dbm.Document
Returns title of document, or "" if the document has no title.
title - Variable in class edu.stanford.nlp.dbm.SentenceDocument
title of this document (never null).
title() - Method in class edu.stanford.nlp.dbm.SentenceDocument
 
tlp - Variable in class edu.stanford.nlp.parser.lexparser.AbstractTreebankParserParams
 
tlp - Variable in class edu.stanford.nlp.trees.BobChrisTreeNormalizer
 
tlp - Variable in class edu.stanford.nlp.trees.NegraTreeNormalizer
 
tlp - Variable in class edu.stanford.nlp.trees.international.negra.NegraPennTreeNormalizer
 
tlpParams - Variable in class edu.stanford.nlp.parser.lexparser.Options
The treebank-specific parser parameters to use.
toPrettyString(double, int) - Static method in class edu.stanford.nlp.util.PrettyDouble
 
toPriorityQueue(Counter) - Static method in class edu.stanford.nlp.util.Counters
 
toSentenceString(Sentence) - Method in class edu.stanford.nlp.trees.Constituent
Print out as a string the subpart of a sentence covered by this Constituent.
toSortedList() - Method in class edu.stanford.nlp.util.BinaryHeapPriorityQueue
 
toSortedList(Counter) - Static method in class edu.stanford.nlp.util.Counters
 
toSortedList() - Method in interface edu.stanford.nlp.util.PriorityQueue
 
toString() - Method in class edu.stanford.nlp.fsm.TransducerGraph.Arc
 
toString() - Method in class edu.stanford.nlp.fsm.TransducerGraph
 
toString() - Method in class edu.stanford.nlp.parser.lexparser.BinaryRule
 
toString() - Method in class edu.stanford.nlp.parser.lexparser.DependencyGrammar
 
toString() - Method in class edu.stanford.nlp.parser.lexparser.IntTaggedWord
 
toString() - Method in class edu.stanford.nlp.parser.lexparser.UnaryRule
 
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() - Method in class edu.stanford.nlp.trees.AbstractLabel
Return a string representation of the label.
toString() - Method in class edu.stanford.nlp.trees.CategoryWordTag
Returns a String representation of the label.
toString() - Method in class edu.stanford.nlp.trees.Constituent
Return a string representation of a Constituent.
toString() - Method in class edu.stanford.nlp.trees.Dependency
 
toString() - Method in interface edu.stanford.nlp.trees.Label
Return a String representation of the label.
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.Sentence
Returns the sentence as a string with a space between words.
toString(boolean) - 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.trees.SentenceReader
Returns a String representing the type of the SentenceReader object.
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.TaggedWord
 
toString() - Method in class edu.stanford.nlp.trees.Tree
Converts parse tree to string in Penn Treebank format.
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.WeightedFollowedTaggedWord
 
toString() - Method in class edu.stanford.nlp.trees.WordTag
Return a String representation of the label.
toString() - Method in class edu.stanford.nlp.trees.international.negra.NegraLabel
 
toString(int[][]) - Static method in class edu.stanford.nlp.util.ArrayUtils
 
toString() - Method in class edu.stanford.nlp.util.BinaryHeapPriorityQueue
 
toString() - Method in class edu.stanford.nlp.util.CollectionValuedMap
 
toString() - Method in class edu.stanford.nlp.util.CompositionMap
 
toString() - Method in class edu.stanford.nlp.util.Counter
 
toString() - Method in class edu.stanford.nlp.util.Distribution
 
toString() - Method in class edu.stanford.nlp.util.GeneralizedCounter
 
toString() - Method in class edu.stanford.nlp.util.IdentityWrapper
 
toString() - Method in class edu.stanford.nlp.util.MutableDouble
 
toString() - Method in class edu.stanford.nlp.util.MutableInteger
 
toString() - Method in class edu.stanford.nlp.util.Numberer
 
toString() - Method in class edu.stanford.nlp.util.Pair
 
toString() - Method in class edu.stanford.nlp.util.ScoredObject
 
toString() - Method in class edu.stanford.nlp.util.ScoredPair
 
toString() - Method in class edu.stanford.nlp.util.UnorderedPair
 
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.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.Tree
Appends the printed form of a parse tree (as a bracketed String) to a StringBuffer.
toTaggedWord() - Method in class edu.stanford.nlp.parser.lexparser.IntTaggedWord
 
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.
tokenizer - Variable in class edu.stanford.nlp.dbm.DocumentReader
Tokenizer used to chop up document text into words.
tokenizerFactory - Variable in class edu.stanford.nlp.dbm.BasicDocument
TokenizerFactory used to convert the text into words inside BasicDocument.parse(String).
tokenizerFactory() - Method in class edu.stanford.nlp.dbm.BasicDocument
Returns the current TokenizerFactory used by BasicDocument.parse(String).
topLevelKeySet() - Method in class edu.stanford.nlp.util.GeneralizedCounter
 
total() - Method in class edu.stanford.nlp.util.Numberer
 
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.
totalCount() - Method in class edu.stanford.nlp.util.GeneralizedCounter
returns the total count of objects in the GeneralizedCounter.
train(Collection) - Method in class edu.stanford.nlp.parser.lexparser.ChineseUnknownWordModel
trains the first-character based unknown word model.
train(Collection) - Method in class edu.stanford.nlp.parser.lexparser.GermanUnknownWordModel
trains the end-character based unknown word model.
train(Collection) - Method in class edu.stanford.nlp.parser.lexparser.Lexicon
Trains this lexicon on the Collection of trees.
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.
transformTree(Tree, Tree, TreeHeadPair) - Method in class edu.stanford.nlp.parser.lexparser.AbstractTreebankParserParams
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.
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 class edu.stanford.nlp.parser.lexparser.NegraPennTreebankParserParams
transformTree does all language-specific tree transformations.
transformTree(Tree, Tree, TreeHeadPair) - Method in interface edu.stanford.nlp.parser.lexparser.TreebankLangParserParams
transformTree does language-specific tree transformations such as splicing.
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.
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.
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.LabeledScoredTreeNode
Return a TreeFactory that produces trees of the same type as the current Tree.
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.Tree
Return a TreeFactory that produces trees of the appropriate type.
treeNormalizerInsertNPinPP - Static variable in class edu.stanford.nlp.parser.lexparser.NegraPennTreebankParserParams
 
treePrint() - Static method in class edu.stanford.nlp.parser.lexparser.Test
Determines output-use headfinder for trees.
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.
treeToDependencyHelper(Tree, List, int) - Static method in class edu.stanford.nlp.parser.lexparser.DependencyGrammar
 
treeToDependencyList(Tree) - Static method in class edu.stanford.nlp.parser.lexparser.DependencyGrammar
 
treeToEvents(Tree) - Method in class edu.stanford.nlp.parser.lexparser.Lexicon
 
treeToEvents(Collection) - Method in class edu.stanford.nlp.parser.lexparser.Lexicon
 
treebankLanguagePack() - Method in class edu.stanford.nlp.parser.lexparser.AbstractTreebankParserParams
Returns an appropriate treebankLanguagePack
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 class edu.stanford.nlp.parser.lexparser.NegraPennTreebankParserParams
Returns a ChineseTreebankLanguagePack
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
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.
trim(Object, int) - Static method in class edu.stanford.nlp.util.StringUtils
 
tune(List) - Method in class edu.stanford.nlp.parser.lexparser.DependencyGrammar
 
tune(List) - Method in class edu.stanford.nlp.parser.lexparser.Lexicon
 

U

UNKNOWN_WORD - Static variable in class edu.stanford.nlp.parser.lexparser.Lexicon
 
UNTOKENIZED_ENGLISH - Static variable in class edu.stanford.nlp.parser.ui.ParserPanel
 
UnaryGrammar - class edu.stanford.nlp.parser.lexparser.UnaryGrammar.
Maintains efficient indexing of binary grammar rules.
UnaryGrammar(int) - Constructor for class edu.stanford.nlp.parser.lexparser.UnaryGrammar
 
UnaryGrammar(int, String) - Constructor for class edu.stanford.nlp.parser.lexparser.UnaryGrammar
 
UnaryRule - class edu.stanford.nlp.parser.lexparser.UnaryRule.
Unary Rules (with ints for parent and child)
UnaryRule() - Constructor for class edu.stanford.nlp.parser.lexparser.UnaryRule
 
UnaryRule(int, int, double) - Constructor for class edu.stanford.nlp.parser.lexparser.UnaryRule
 
UnionIterator - class edu.stanford.nlp.util.UnionIterator.
Iterator over the union of two sets.
UnionIterator(Set, Set) - Constructor for class edu.stanford.nlp.util.UnionIterator
 
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
 
unSeenCounter - Variable in class edu.stanford.nlp.parser.lexparser.Lexicon
 
unaryCP - Static variable in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
 
unaryDT - Static variable in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams.EnglishTrain
Mark "Intransitive" DT.
unaryIN - Static variable in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams.EnglishTrain
Mark "Intransitive" IN.
unaryIP - Static variable in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
Chinese: unary category marking
unaryPRP - Static variable in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams.EnglishTrain
"Intransitive" PRP.
unaryRB - Static variable in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams.EnglishTrain
Mark "Intransitive" RB.
union(Counter, Counter) - Static method in class edu.stanford.nlp.util.Counters
Returns a Counter that is the union of the two Counters passed in (counts are added).
union(Object, Object) - Method in interface edu.stanford.nlp.util.DisjointSet
 
union(Object, Object) - Method in class edu.stanford.nlp.util.FastDisjointSet
 
union(Set, Set) - Static method in class edu.stanford.nlp.util.Sets
set union
unlock() - Method in class edu.stanford.nlp.util.Index
 
useN5 - Static variable in class edu.stanford.nlp.parser.lexparser.Test
If true, the n^4 "speed-up" is not used.
useUnknownWordSignatures - Variable in class edu.stanford.nlp.parser.lexparser.Options
Use suffix and capitalization information for unknowns.
userRoot() - Method in class edu.stanford.nlp.util.DisabledPreferencesFactory
 

V

ViterbiParser - interface edu.stanford.nlp.parser.ViterbiParser.
The interface for Viterbi parsers.
valenceBin(int) - Static method in class edu.stanford.nlp.parser.lexparser.DependencyGrammar
 
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.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.StringLabel
Return the word value of the label (or null if none).
value() - Method in class edu.stanford.nlp.trees.WordTag
Return a String representation of just the "main" value of this label.
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.
values() - Method in class edu.stanford.nlp.util.CollectionValuedMap
 
values() - Method in class edu.stanford.nlp.util.CompositionMap
 
values() - Method in class edu.stanford.nlp.util.DeltaCollectionValuedMap
 
verbAuxTransformedBobChris() - Static method in class edu.stanford.nlp.trees.TreeNormalizers
 
verbose - Variable in class edu.stanford.nlp.parser.lexparser.GrammarCompactor
 
verbose - Static variable in class edu.stanford.nlp.parser.lexparser.Test
Print a lot of extra output as you parse.
verify() - Method in class edu.stanford.nlp.util.ArrayHeap
 
verify() - Method in class edu.stanford.nlp.util.ScoredPriorityAgenda
 
visitSentence(Sentence) - Method in interface edu.stanford.nlp.trees.SentenceVisitor
Does whatever one needs to do to a particular sentence.
vpSubCat - Static variable in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams.EnglishTrain
Pitiful attempt at marking V* preterms with their surface subcat frames.

W

WEAK_HASH_MAP_FACTORY - Static variable in class edu.stanford.nlp.util.MapFactory
 
WORD_LABEL - Static variable in class edu.stanford.nlp.trees.AdaptiveLabelFactory
 
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(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
 
WeightedFollowedTaggedWord(Label) - Constructor for class edu.stanford.nlp.trees.WeightedFollowedTaggedWord
 
WeightedFollowedTaggedWord(Label, Label) - 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() - Constructor for class edu.stanford.nlp.trees.Word
Construct a new word with a null value.
Word(String) - Constructor for class edu.stanford.nlp.trees.Word
Construct a new word, with the given 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.
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(String) - Constructor for class edu.stanford.nlp.trees.WordTag
 
WordTag(Label) - Constructor for class edu.stanford.nlp.trees.WordTag
 
WordTag() - Constructor for class edu.stanford.nlp.trees.WordTag
 
WordTag(String, String) - Constructor for class edu.stanford.nlp.trees.WordTag
Create a new WordTag.
WordTag(Label, Label) - Constructor for class edu.stanford.nlp.trees.WordTag
Create a new WordTag from a Label.
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
Create 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, but with a default set of allowed boundary following 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, and the set of discarded separator tokens.
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.
WordToSentenceProcessor(Set, Set, Set, Pattern, Pattern) - 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.
weight() - Method in class edu.stanford.nlp.trees.WeightedFollowedTaggedWord
 
weight() - Method in interface edu.stanford.nlp.util.Weighted
Return the weight of this thing
word - Variable in class edu.stanford.nlp.parser.lexparser.IntTaggedWord
 
word() - Method in class edu.stanford.nlp.parser.lexparser.IntTaggedWord
 
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.NullLabel
 
word() - Method in class edu.stanford.nlp.trees.Word
 
word() - Method in class edu.stanford.nlp.trees.WordTag
 
wordNumberer - Variable in class edu.stanford.nlp.parser.lexparser.Lexicon
 
wordNumberer() - Method in class edu.stanford.nlp.parser.lexparser.Lexicon
 
words - Variable in class edu.stanford.nlp.parser.lexparser.Lexicon
 
writeData(Writer) - Method in class edu.stanford.nlp.parser.lexparser.BinaryGrammar
Writes out data from this Object to the Writer w.
writeData(Writer) - Method in class edu.stanford.nlp.parser.lexparser.DependencyGrammar
Writes out data from this Object to the Writer w.
writeData(Writer) - Method in class edu.stanford.nlp.parser.lexparser.Lexicon
Writes out data from this Object to the Writer w.
writeData(Writer) - Method in class edu.stanford.nlp.parser.lexparser.Options
 
writeData(Writer) - Method in class edu.stanford.nlp.parser.lexparser.UnaryGrammar
Writes out data from this Object to the Writer w.
writeFile(TransducerGraph, String, String) - Static method in class edu.stanford.nlp.parser.lexparser.GrammarCompactor
 

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.
yyreset(Reader) - Method in interface edu.stanford.nlp.io.Lexer
 
yytext() - Method in interface edu.stanford.nlp.io.Lexer
returns the matched input text region

Z

ZEROCHILDREN - Static variable in class edu.stanford.nlp.trees.Tree
 

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 Z

Stanford NLP Group