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

ABBREVIATION_MODIFIER - Static variable in class edu.stanford.nlp.trees.EnglishGrammaticalRelations
The "abbreviation appositional modifier" grammatical relation.
absoluteDifference(GenericCounter<E>, GenericCounter<E>) - Static method in class edu.stanford.nlp.stats.Counters
Returns |c1 - c2|.
absolutelyDiscountedDistribution(GenericCounter<E>, int, double) - Static method in class edu.stanford.nlp.stats.Distribution
 
AbstractCollinsHeadFinder - Class in edu.stanford.nlp.trees
A base class for Head Finders similar to the one described in Michael Collins' 1999 thesis.
AbstractCollinsHeadFinder(TreebankLanguagePack) - Constructor for class edu.stanford.nlp.trees.AbstractCollinsHeadFinder
 
AbstractDependencyGrammar - Class in edu.stanford.nlp.parser.lexparser
An abstract base class for dependency grammars.
AbstractDependencyGrammar(TreebankLanguagePack, TagProjection, boolean, boolean, boolean) - Constructor for class edu.stanford.nlp.parser.lexparser.AbstractDependencyGrammar
 
AbstractEval - Class in edu.stanford.nlp.parser.lexparser
A framework for Set-based precision/recall/F1 evaluation.
AbstractEval() - Constructor for class edu.stanford.nlp.parser.lexparser.AbstractEval
 
AbstractEval(boolean) - Constructor for class edu.stanford.nlp.parser.lexparser.AbstractEval
 
AbstractEval(String) - Constructor for class edu.stanford.nlp.parser.lexparser.AbstractEval
 
AbstractEval(String, boolean) - Constructor for class edu.stanford.nlp.parser.lexparser.AbstractEval
 
AbstractEval.CatErrorEval - Class in edu.stanford.nlp.parser.lexparser
This class counts which categories are over and underproposed in trees.
AbstractEval.CatErrorEval(String) - Constructor for class edu.stanford.nlp.parser.lexparser.AbstractEval.CatErrorEval
 
AbstractEval.DependencyEval - Class in edu.stanford.nlp.parser.lexparser
Evaluates the dependency accuracy of a tree (based on HeadFinder dependency judgements).
AbstractEval.DependencyEval(String, boolean, Filter<String>) - Constructor for class edu.stanford.nlp.parser.lexparser.AbstractEval.DependencyEval
 
AbstractEval.RuleErrorEval - Class in edu.stanford.nlp.parser.lexparser
 
AbstractEval.RuleErrorEval(String) - Constructor for class edu.stanford.nlp.parser.lexparser.AbstractEval.RuleErrorEval
 
AbstractEval.ScoreEval - Class in edu.stanford.nlp.parser.lexparser
This isn't really a kind of AbstractEval: we're sort of cheating here.
AbstractEval.ScoreEval(String, boolean) - Constructor for class edu.stanford.nlp.parser.lexparser.AbstractEval.ScoreEval
 
AbstractEval.TaggingEval - Class in edu.stanford.nlp.parser.lexparser
 
AbstractEval.TaggingEval(String) - Constructor for class edu.stanford.nlp.parser.lexparser.AbstractEval.TaggingEval
 
AbstractEval.TaggingEval(String, boolean, Lexicon) - Constructor for class edu.stanford.nlp.parser.lexparser.AbstractEval.TaggingEval
 
AbstractEval.TaggingEval(String, boolean, Lexicon, boolean) - Constructor for class edu.stanford.nlp.parser.lexparser.AbstractEval.TaggingEval
 
AbstractIterator<E> - Class in edu.stanford.nlp.util
Iterator with remove() defined to throw an UnsupportedOperationException.
AbstractIterator() - Constructor for class edu.stanford.nlp.util.AbstractIterator
 
AbstractListProcessor<IN,OUT> - Class in edu.stanford.nlp.process
Class AbstractListProcessor
AbstractListProcessor() - Constructor for class edu.stanford.nlp.process.AbstractListProcessor
 
AbstractMapLabel - Class in edu.stanford.nlp.ling
An abstract class for Label objects which store attributes in a Map.
AbstractMapLabel() - Constructor for class edu.stanford.nlp.ling.AbstractMapLabel
 
AbstractMapLabel(MapFactory) - Constructor for class edu.stanford.nlp.ling.AbstractMapLabel
 
AbstractTokenizer<T> - Class in edu.stanford.nlp.process
An abstract tokenizer.
AbstractTokenizer() - Constructor for class edu.stanford.nlp.process.AbstractTokenizer
 
AbstractTreebankLanguagePack - Class in edu.stanford.nlp.trees
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 in edu.stanford.nlp.parser.lexparser
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 and sets up charset encodings.
AbstractTreebankParserParams.SubcategoryStripper - Class in edu.stanford.nlp.parser.lexparser
The job of this class is to remove subcategorizations from tag and category nodes, so as to put a tree in a suitable state for evaluation.
AbstractTreebankParserParams.SubcategoryStripper() - Constructor for class edu.stanford.nlp.parser.lexparser.AbstractTreebankParserParams.SubcategoryStripper
 
AbstractTreeExtractor - Class in edu.stanford.nlp.parser.lexparser
 
AbstractTreeExtractor() - Constructor for class edu.stanford.nlp.parser.lexparser.AbstractTreeExtractor
 
accept(File) - Method in class edu.stanford.nlp.io.ExtensionFileFilter
Checks whether a file satisfies the selection filter.
ACCEPT - Static variable in interface edu.stanford.nlp.io.Lexer
 
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(Dependency) - Method in class edu.stanford.nlp.trees.Dependencies.DependentPuncTagRejectFilter
 
accept(Dependency) - Method in class edu.stanford.nlp.trees.Dependencies.DependentPuncWordRejectFilter
 
accept(T) - 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(double[], double) - Static method in class edu.stanford.nlp.math.ArrayMath
 
add(float[], double) - Static method in class edu.stanford.nlp.math.ArrayMath
 
add(int, Tree) - Method in class edu.stanford.nlp.trees.MemoryTreebank
 
add(Tree) - Method in class edu.stanford.nlp.trees.MemoryTreebank
 
add(E) - Method in class edu.stanford.nlp.util.ArrayHeap
Adds an object to the heap.
add(T) - Method in class edu.stanford.nlp.util.Beam
 
add(E) - Method in class edu.stanford.nlp.util.BinaryHeapPriorityQueue
Adds an object to the queue with the minimum priority (Double.NEGATIVE_INFINITY).
add(E, double) - Method in class edu.stanford.nlp.util.BinaryHeapPriorityQueue
Convenience method for if you want to pretend relaxPriority doesn't exist, or if you really want add's return conditions.
add(E, double) - Method in class edu.stanford.nlp.util.FixedPrioritiesPriorityQueue
Adds a key to the queue with the given priority.
add(E) - Method in interface edu.stanford.nlp.util.Heap
Adds the object to the heap.
add(E) - Method in class edu.stanford.nlp.util.IdentityHashSet
Adds the specified element to this set if it is not already present.
add(E) - Method in class edu.stanford.nlp.util.Index
Adds an object to the Index.
add(int) - Method in class edu.stanford.nlp.util.IntUni
 
add(E, double) - Method in interface edu.stanford.nlp.util.PriorityQueue
Convenience method for if you want to pretend relaxPriority doesn't exist, or if you really want add's return conditions.
add_escapes(String) - Method in exception edu.stanford.nlp.trees.tregex.ParseException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
add_escapes(String) - Method in exception edu.stanford.nlp.trees.tregex.tsurgeon.ParseException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
addAll(List<TaggedWord>) - Method in class edu.stanford.nlp.parser.lexparser.BaseLexicon
 
addAll(List<TaggedWord>, double) - Method in class edu.stanford.nlp.parser.lexparser.BaseLexicon
 
addAll(GenericCounter<E>) - Method in class edu.stanford.nlp.stats.Counter
Adds the counts in the given Counter to the counts in this Counter.
addAll(Collection<E>) - Method in class edu.stanford.nlp.stats.Counter
Calls incrementCount(key) on each key in the given collection.
addAll(IntCounter<E>) - Method in class edu.stanford.nlp.stats.IntCounter
Adds the counts in the given Counter to the counts in this Counter.
addAll(TwoDimensionalCounter<K1, K2>) - Method in class edu.stanford.nlp.stats.TwoDimensionalCounter
 
addAll(K1, Counter<K2>) - Method in class edu.stanford.nlp.stats.TwoDimensionalCounter
 
addAll(int, Collection<? extends Tree>) - Method in class edu.stanford.nlp.trees.MemoryTreebank
 
addAll(Collection<? extends E>) - Method in class edu.stanford.nlp.util.Index
Adds every member of Collection to the Index.
addArc(Object, Object, Object, Object) - Method in class edu.stanford.nlp.fsm.TransducerGraph
 
addArc(TransducerGraph.Arc) - Method in class edu.stanford.nlp.fsm.TransducerGraph
 
addArc(Object, TreeGraphNode) - Method in class edu.stanford.nlp.trees.TreeGraphNode
Add a labeled arc from this node to the argument node.
addChild(int, Tree) - Method in class edu.stanford.nlp.trees.LabeledScoredTreeLeaf
Leaves have no children.
addChild(Tree) - Method in class edu.stanford.nlp.trees.LabeledScoredTreeLeaf
Leaves have no children.
addChild(int, Tree) - Method in class edu.stanford.nlp.trees.Tree
Adds the tree t at the index position among the daughters.
addChild(Tree) - Method in class edu.stanford.nlp.trees.Tree
Adds the tree t at the last index position among the daughters.
addEscapes(String) - Static method in error edu.stanford.nlp.trees.tregex.TokenMgrError
Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string
addEscapes(String) - Static method in error edu.stanford.nlp.trees.tregex.tsurgeon.TokenMgrError
Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string
addInPlace(double[], double) - Static method in class edu.stanford.nlp.math.ArrayMath
Shifts the values in this array by b.
addInPlace(float[], double) - Static method in class edu.stanford.nlp.math.ArrayMath
Shifts the values in this array by b.
addLabel(Object) - Method in class edu.stanford.nlp.ling.BasicDocument
Adds the given label to the List of labels for this Document if it is not null.
addMap(Map<String, Set<String>>) - Method in class edu.stanford.nlp.trees.international.pennchinese.ChineseEnglishWordMap
Add all of the mappings from the specified map to the current map.
addMissingFinalPunctuation - Static variable in class edu.stanford.nlp.parser.lexparser.Test
If a token list does not have sentence final punctuation near the end, then automatically add the default one.
addMultiple(GenericCounter<E>, double) - Method in class edu.stanford.nlp.stats.Counter
Adds the counts in the given Counter to the counts in this Counter.
addNodeToIndexMap(int, TreeGraphNode) - Method in class edu.stanford.nlp.trees.TreeGraph
Store a mapping from an arbitrary integer index to a node in this treegraph.
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
 
addOneUnaryRule(UnaryRule, Map) - Method in class edu.stanford.nlp.parser.lexparser.GrammarCompactor
 
addRoot(Tree) - Method in class edu.stanford.nlp.parser.lexparser.TreeAnnotatorAndBinarizer
Changes the ROOT label, and adds a Lexicon.BOUNDARY daughter to it.
addRule(BinaryRule) - Method in class edu.stanford.nlp.parser.lexparser.BinaryGrammar
 
addRule(IntDependency, double) - Method in class edu.stanford.nlp.parser.lexparser.MLEDependencyGrammar
Add this dependency with the given count to the grammar.
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.BaseLexicon
Adds the tagging with count to the data structures in this Lexicon.
addToKeySet(E) - Method in class edu.stanford.nlp.stats.Distribution
Insures that object is in keyset (with possibly zero value)
addTransformer(TreeTransformer) - Method in class edu.stanford.nlp.trees.CompositeTreeTransformer
 
ADJECTIVAL_COMPLEMENT - Static variable in class edu.stanford.nlp.trees.EnglishGrammaticalRelations
The "adjectival complement" grammatical relation.
ADJECTIVAL_COMPLEMENT - Static variable in class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalRelations
The "adjectival complement" grammatical relation.
ADJECTIVAL_MODIFIER - Static variable in class edu.stanford.nlp.trees.EnglishGrammaticalRelations
The "adjectival modifier" grammatical relation.
ADJECTIVEL_MODIFIER - Static variable in class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalRelations
The "adjetive modifier" grammatical relation.
ADJOIN - Static variable in interface edu.stanford.nlp.trees.tregex.tsurgeon.TsurgeonParserConstants
 
ADJOIN_TO_FOOT - Static variable in interface edu.stanford.nlp.trees.tregex.tsurgeon.TsurgeonParserConstants
 
ADJOIN_TO_HEAD - Static variable in interface edu.stanford.nlp.trees.tregex.tsurgeon.TsurgeonParserConstants
 
adjustBeginLineColumn(int, int) - Static method in class edu.stanford.nlp.trees.tregex.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
adjustBeginLineColumn(int, int) - Static method in class edu.stanford.nlp.trees.tregex.tsurgeon.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
ADV_CLAUSE_MODIFIER - Static variable in class edu.stanford.nlp.trees.EnglishGrammaticalRelations
The "adverbial clause modifier" grammatical relation.
advanceLeft(boolean[]) - Method in class edu.stanford.nlp.parser.lexparser.OutsideRuleFilter
 
advanceRight(boolean[]) - Method in class edu.stanford.nlp.parser.lexparser.OutsideRuleFilter
 
ADVERBIAL_MODIFIER - Static variable in class edu.stanford.nlp.trees.EnglishGrammaticalRelations
The "adverbial modifier" grammatical relation.
ADVERBIAL_MODIFIER - Static variable in class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalRelations
The "adverbial modifier" grammatical relation.
after() - Method in class edu.stanford.nlp.ling.AbstractMapLabel
Return the String after the word, which is stored in the map under the key AFTER_KEY.
after() - Method in class edu.stanford.nlp.ling.FeatureLabel
Return the String after the word, which is stored in the map under the key AFTER_KEY.
after() - Method in interface edu.stanford.nlp.ling.HasContext
Return the String after the word.
AFTER_KEY - Static variable in class edu.stanford.nlp.ling.AbstractMapLabel
the standard key for the String that comes after this word (from the InvertiblePTBTokenizer)
agenda - Variable in class edu.stanford.nlp.parser.lexparser.BiLexPCFGParser
 
AGENT - Static variable in class edu.stanford.nlp.trees.EnglishGrammaticalRelations
The "agent" grammatical relation.
allBrackets(Tree) - Method in class edu.stanford.nlp.trees.TreeToBracketProcessor
 
allTypedDependencies - Variable in class edu.stanford.nlp.trees.GrammaticalStructure
 
allTypedDependencies() - Method in class edu.stanford.nlp.trees.GrammaticalStructure
Returns all the typed dependencies of this grammatical structure.
am - Variable in class edu.stanford.nlp.parser.lexparser.LatticeReader.LatticeWord
 
Americanize - Class in edu.stanford.nlp.process
Takes a HasWord or String and returns an Americanized version of it.
Americanize() - Constructor for class edu.stanford.nlp.process.Americanize
 
Americanize(int) - Constructor for class edu.stanford.nlp.process.Americanize
Make an object for Americanizing spelling.
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.
ancestor(int, Tree) - Method in class edu.stanford.nlp.trees.Tree
Return the ancestor tree node height nodes up from the current node.
andFilter(Filter<E>, Filter<E>) - 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
 
answer() - Method in class edu.stanford.nlp.ling.AbstractMapLabel
convenience method for getting answer *
answer() - Method in class edu.stanford.nlp.ling.FeatureLabel
convenience method for getting answer *
ANSWER_KEY - Static variable in class edu.stanford.nlp.ling.AbstractMapLabel
The standard key for the answer which is a String
ANY - Static variable in class edu.stanford.nlp.parser.lexparser.IntTaggedWord
 
ANY_DISTANCE_INT - Static variable in class edu.stanford.nlp.parser.lexparser.IntDependency
 
ANY_TAG_INT - Static variable in class edu.stanford.nlp.parser.lexparser.IntTaggedWord
 
ANY_WORD_INT - Static variable in class edu.stanford.nlp.parser.lexparser.IntTaggedWord
 
appendAfter(String) - Method in class edu.stanford.nlp.ling.AbstractMapLabel
Append this String to the current after String
appendAfter(String) - Method in class edu.stanford.nlp.ling.FeatureLabel
Append this String to the current after String
appendAfter(String) - Method in interface edu.stanford.nlp.ling.HasContext
Append this String to the current after String
apply(Object) - Method in class edu.stanford.nlp.objectbank.IdentityFunction
 
apply(Object) - Method in class edu.stanford.nlp.parser.lexparser.LexicalizedParser
Converts a Sentence/List/String into a Tree.
apply(Tree) - 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(T1) - Method in interface edu.stanford.nlp.process.Function
Converts a T1 to a different T2.
apply(Object) - Method in class edu.stanford.nlp.process.Morphology
 
apply(List<HasWord>) - Method in class edu.stanford.nlp.process.PTBEscapingProcessor
Unescape a List of HasWords.
apply(TreeVisitor) - Method in class edu.stanford.nlp.trees.CompositeTreebank
 
apply(TreeVisitor) - Method in class edu.stanford.nlp.trees.DiskTreebank
Applies the TreeVisitor to to all trees in the Treebank.
apply(String) - Method in class edu.stanford.nlp.trees.international.arabic.Buckwalter
 
apply(List<HasWord>) - Method in class edu.stanford.nlp.trees.international.arabic.IBMArabicEscaper
Note: At present this clobbers the input list items.
apply(List<HasWord>) - Method in class edu.stanford.nlp.trees.international.pennchinese.ChineseEscaper
Note: At present this clobbers the input list items.
apply(TreeVisitor) - Method in class edu.stanford.nlp.trees.MemoryTreebank
Apply the TreeVisitor tp to all trees in the Treebank.
apply(TreeVisitor) - Method in class edu.stanford.nlp.trees.TransformingTreebank
Applies the TreeVisitor to to all trees in the Treebank.
apply(TreeVisitor) - Method in class edu.stanford.nlp.trees.Treebank
Apply a TreeVisitor to each tree in the Treebank.
applyToProjections(TreeVisitor, Tree, Tree, HeadFinder) - Static method in class edu.stanford.nlp.trees.Trees
 
APPOSITIONAL_MODIFIER - Static variable in class edu.stanford.nlp.trees.EnglishGrammaticalRelations
The "appositional modifier" grammatical relation.
APPROVE_OPTION - Static variable in class edu.stanford.nlp.io.ui.OpenPageDialog
 
ArabicHeadFinder - Class in edu.stanford.nlp.trees.international.arabic
Find the head of an Arabic tree, using the usual kind of heuristic head finding rules.
ArabicHeadFinder() - Constructor for class edu.stanford.nlp.trees.international.arabic.ArabicHeadFinder
 
ArabicHeadFinder(String) - Constructor for class edu.stanford.nlp.trees.international.arabic.ArabicHeadFinder
Construct an ArabicHeadFinder with a String parameter corresponding to the tagset in use.
ArabicHeadFinder(ArabicHeadFinder.TagSet) - Constructor for class edu.stanford.nlp.trees.international.arabic.ArabicHeadFinder
 
ArabicHeadFinder(TreebankLanguagePack) - Constructor for class edu.stanford.nlp.trees.international.arabic.ArabicHeadFinder
 
ArabicHeadFinder(TreebankLanguagePack, ArabicHeadFinder.TagSet) - Constructor for class edu.stanford.nlp.trees.international.arabic.ArabicHeadFinder
 
ArabicHeadFinder.TagSet - Enum in edu.stanford.nlp.trees.international.arabic
 
ArabicTokenizer - Class in edu.stanford.nlp.trees.international.arabic
An ArabicTokenizer is a simple tokenizer that splits off a few punctuation characters, and otherwise just splits on and discards whitespace characters.
ArabicTokenizer(Reader) - Constructor for class edu.stanford.nlp.trees.international.arabic.ArabicTokenizer
Constructs a new ArabicTokenizer
ArabicTokenizer(Reader, boolean) - Constructor for class edu.stanford.nlp.trees.international.arabic.ArabicTokenizer
Constructs a new ArabicTokenizer
ArabicTreebankLanguagePack - Class in edu.stanford.nlp.trees.international.arabic
Specifies the treebank/language specific components needed for parsing the English Penn Treebank.
ArabicTreebankLanguagePack() - Constructor for class edu.stanford.nlp.trees.international.arabic.ArabicTreebankLanguagePack
Initialize an Arabic Treebank.
ArabicTreebankLanguagePack(boolean) - Constructor for class edu.stanford.nlp.trees.international.arabic.ArabicTreebankLanguagePack
Initialize an Arabic Treebank.
ArabicTreebankParserParams - Class in edu.stanford.nlp.parser.lexparser
A TreebankLangParserParams implementing class for the Penn Arabic Treebank.
ArabicTreebankParserParams() - Constructor for class edu.stanford.nlp.parser.lexparser.ArabicTreebankParserParams
 
ArabicTreebankTokenizer - Class in edu.stanford.nlp.trees.international.arabic
Builds a tokenizer for English PennTreebank (release 2) trees.
ArabicTreebankTokenizer(Reader) - Constructor for class edu.stanford.nlp.trees.international.arabic.ArabicTreebankTokenizer
 
ArabicTreeNormalizer - Class in edu.stanford.nlp.trees.international.arabic
A first-version tree normalizer for the Arabic Penn Treebank.
ArabicTreeNormalizer(boolean, boolean, boolean) - Constructor for class edu.stanford.nlp.trees.international.arabic.ArabicTreeNormalizer
 
ArabicTreeNormalizer(boolean, boolean) - Constructor for class edu.stanford.nlp.trees.international.arabic.ArabicTreeNormalizer
 
ArabicTreeNormalizer(boolean) - Constructor for class edu.stanford.nlp.trees.international.arabic.ArabicTreeNormalizer
 
ArabicTreeNormalizer() - Constructor for class edu.stanford.nlp.trees.international.arabic.ArabicTreeNormalizer
 
ArabicTreeReaderFactory - Class in edu.stanford.nlp.trees.international.arabic
Reads ArabicTreebank trees.
ArabicTreeReaderFactory() - Constructor for class edu.stanford.nlp.trees.international.arabic.ArabicTreeReaderFactory
 
ArabicTreeReaderFactory(boolean, boolean, boolean, boolean) - Constructor for class edu.stanford.nlp.trees.international.arabic.ArabicTreeReaderFactory
 
ArabicTreeReaderFactory.ArabicRawTreeReaderFactory - Class in edu.stanford.nlp.trees.international.arabic
 
ArabicTreeReaderFactory.ArabicRawTreeReaderFactory() - Constructor for class edu.stanford.nlp.trees.international.arabic.ArabicTreeReaderFactory.ArabicRawTreeReaderFactory
 
ArabicTreeReaderFactory.ArabicXFilteringTreeReaderFactory - Class in edu.stanford.nlp.trees.international.arabic
 
ArabicTreeReaderFactory.ArabicXFilteringTreeReaderFactory() - Constructor for class edu.stanford.nlp.trees.international.arabic.ArabicTreeReaderFactory.ArabicXFilteringTreeReaderFactory
 
arcLabelsToNode(TreeGraphNode) - Method in class edu.stanford.nlp.trees.TreeGraphNode
Finds all arcs between this node and destNode, and returns the Set of Objects which label those arcs.
arcLabelToNode(TreeGraphNode) - Method in class edu.stanford.nlp.trees.TreeGraphNode
Returns the label of a single arc between this node and destNode, or null if no such arc exists.
areEqual(T, T) - Method in interface edu.stanford.nlp.stats.EquivalenceClassEval.EqualityChecker
Returns true iff o1 and o2 are equal by the desired evaluation criterion.
areEqual(Object, Object) - Method in class edu.stanford.nlp.trees.WordCatEqualityChecker
 
arg - Variable in class edu.stanford.nlp.parser.lexparser.IntDependency
 
ARG_KEY - Static variable in class edu.stanford.nlp.ling.AbstractMapLabel
The standard key for a propbank label which is of type Argument
argCounter - Variable in class edu.stanford.nlp.parser.lexparser.MLEDependencyGrammar
Stores all the counts for dependencies (with and without the word being a wildcard) in the reduced tag space.
argmax(double[]) - Static method in class edu.stanford.nlp.math.ArrayMath
 
argmax(float[]) - Static method in class edu.stanford.nlp.math.ArrayMath
 
argmax(int[]) - Static method in class edu.stanford.nlp.math.ArrayMath
 
argmax(Comparator<E>) - Method in class edu.stanford.nlp.stats.Counter
Finds and returns the key in this Counter with the largest count.
argmax() - Method in class edu.stanford.nlp.stats.Counter
Finds and returns the key in this Counter with the largest count.
argmax() - Method in class edu.stanford.nlp.stats.Distribution
 
argmax(Comparator) - Method in class edu.stanford.nlp.stats.IntCounter
Finds and returns the key in this Counter with the largest count.
argmax() - Method in class edu.stanford.nlp.stats.IntCounter
Finds and returns the key in this Counter with the largest count.
argmax_tieLast(double[]) - Static method in class edu.stanford.nlp.math.ArrayMath
 
argmin(double[]) - Static method in class edu.stanford.nlp.math.ArrayMath
 
argmin(float[]) - Static method in class edu.stanford.nlp.math.ArrayMath
 
argmin(int[]) - Static method in class edu.stanford.nlp.math.ArrayMath
 
argmin(Comparator<E>) - Method in class edu.stanford.nlp.stats.Counter
Finds and returns the key in this Counter with the smallest count.
argmin() - Method in class edu.stanford.nlp.stats.Counter
Finds and returns the key in this Counter with the smallest count.
argmin(Comparator) - Method in class edu.stanford.nlp.stats.IntCounter
Finds and returns the key in this Counter with the smallest count.
argmin() - Method in class edu.stanford.nlp.stats.IntCounter
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<String, Integer>) - 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
In this version each flag has zero or one argument.
argsToProperties(String[], Map<String, Integer>) - Static method in class edu.stanford.nlp.util.StringUtils
Analagous to StringUtils.argsToMap(java.lang.String[]).
ARGUMENT - Static variable in class edu.stanford.nlp.trees.EnglishGrammaticalRelations
The "argument" grammatical relation.
ARGUMENT - Static variable in class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalRelations
The "argument" grammatical relation.
ARRAY_LIST_FACTORY - Static variable in class edu.stanford.nlp.util.CollectionFactory
 
ARRAY_MAP_FACTORY - Static variable in class edu.stanford.nlp.util.MapFactory
 
ArrayHeap<E> - Class in edu.stanford.nlp.util
Implements a heap as an ArrayList.
ArrayHeap(Comparator<E>) - Constructor for class edu.stanford.nlp.util.ArrayHeap
Create an ArrayHeap.
ArrayHeap(Comparator<E>, int) - Constructor for class edu.stanford.nlp.util.ArrayHeap
 
arrayListFactory() - Static method in class edu.stanford.nlp.util.CollectionFactory
 
ArrayMap<K,V> - Class in edu.stanford.nlp.util
ArrayMap: A map that is backed by an Array
ArrayMap() - Constructor for class edu.stanford.nlp.util.ArrayMap
 
ArrayMap(int) - Constructor for class edu.stanford.nlp.util.ArrayMap
 
ArrayMap(Map<? extends K, ? extends V>) - Constructor for class edu.stanford.nlp.util.ArrayMap
 
ArrayMap(K[], V[]) - Constructor for class edu.stanford.nlp.util.ArrayMap
 
ArrayMath - Class in edu.stanford.nlp.math
Class ArrayMath
ArrayMath() - Constructor for class edu.stanford.nlp.math.ArrayMath
 
arraySize - Variable in class edu.stanford.nlp.parser.lexparser.ExhaustivePCFGParser
 
ArrayUtils - Class in edu.stanford.nlp.util
Static utility methods for operating on arrays.
ArrayUtils() - Constructor for class edu.stanford.nlp.util.ArrayUtils
Should not be instantiated
asBinaryHeapPriorityQueue() - Method in class edu.stanford.nlp.stats.Counter
Builds a priority queue whose elements are the counter's elements, and whose priorities are those elements' counts in the counter.
ASCENDING_COMPARATOR - Static variable in class edu.stanford.nlp.util.ScoredComparator
 
asCounter(FixedPrioritiesPriorityQueue<E>) - Static method in class edu.stanford.nlp.stats.Counters
Returns a counter whose keys are the elements in this priority queue, and whose counts are the priorities in this queue.
asDOTString() - Method in class edu.stanford.nlp.fsm.TransducerGraph
 
asFeatures() - Method in class edu.stanford.nlp.ling.BasicDocument
Returns this (the features are the list of words).
asFeatures() - Method in interface edu.stanford.nlp.ling.Featurizable
returns Object as a Collection of its features
asList(int[]) - Static method in class edu.stanford.nlp.util.ArrayUtils
needed because Arrays.asList() won't to autoboxing, so if you give it a primitive array you get a singleton list back with just that array as an element.
asList(int[]) - Static method in class edu.stanford.nlp.util.CollectionUtils
 
asList(double[]) - Static method in class edu.stanford.nlp.util.CollectionUtils
 
asList(Object...) - Static method in class edu.stanford.nlp.util.CollectionUtils
Returns a new List containing the specified objects.
asPriorityQueue() - Method in class edu.stanford.nlp.stats.Counter
Builds a priority queue whose elements are the counter's elements, and whose priorities are those elements' counts in the counter.
asSet(T[]) - Static method in class edu.stanford.nlp.util.ArrayUtils
Return a set containing the same elements as the specified array.
asSet(Object[]) - Static method in class edu.stanford.nlp.util.CollectionUtils
Returns a new Set containing all the objects in the specified array.
ASSOCIATIVE_MODIFIER - Static variable in class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalRelations
The "associative marker" grammatical relation.
ASSOCIATIVEM_MODIFIER - Static variable in class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalRelations
The "associative modifier" grammatical relation.
asSortedList() - Method in class edu.stanford.nlp.util.Beam
 
asTreeIterator() - Method in class edu.stanford.nlp.trees.PennTreeReader
Returns an iterator over Trees which is backed by this PennTreeReader.
attributes - Variable in class edu.stanford.nlp.util.XMLUtils.XMLTag
 
ATTRIBUTIVE - Static variable in class edu.stanford.nlp.trees.EnglishGrammaticalRelations
The "attributive" grammatical relation.
ATTRIBUTIVE - Static variable in class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalRelations
The "attribute" grammatical relation.
AutomatonMinimizer - Interface in edu.stanford.nlp.fsm
 
AUX_MODIFIER - Static variable in class edu.stanford.nlp.trees.EnglishGrammaticalRelations
The "auxiliary" grammatical relation.
AUX_MODIFIER - Static variable in class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalRelations
The "copula" grammatical relation.
AUX_PASSIVE_MODIFIER - Static variable in class edu.stanford.nlp.trees.EnglishGrammaticalRelations
The "passive auxiliary" grammatical relation.
AUX_PASSIVE_MODIFIER - Static variable in class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalRelations
The "passive" grammatical relation.
average(double[]) - Static method in class edu.stanford.nlp.math.ArrayMath
 
average(GenericCounter<E>, GenericCounter<E>) - Static method in class edu.stanford.nlp.stats.Counters
Returns a new Counter with counts averaged from the two given Counters.
averageCount() - Method in class edu.stanford.nlp.stats.Counter
Returns the mean of all the counts (totalCount/size).
averageCount() - Method in class edu.stanford.nlp.stats.IntCounter
Returns the mean of all the counts (totalCount/size).

B

BA - Static variable in class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalRelations
The "ba" grammatical relation.
backHook - Variable in class edu.stanford.nlp.parser.lexparser.Edge
 
backup(int) - Static method in class edu.stanford.nlp.trees.tregex.SimpleCharStream
 
backup(int) - Static method in class edu.stanford.nlp.trees.tregex.tsurgeon.SimpleCharStream
 
BaseLexicon - Class in edu.stanford.nlp.parser.lexparser
This is the default concrete instantiation of the Lexicon interface.
BaseLexicon() - Constructor for class edu.stanford.nlp.parser.lexparser.BaseLexicon
 
BaseLexicon(Options.LexOptions) - Constructor for class edu.stanford.nlp.parser.lexparser.BaseLexicon
 
basicCategory(String) - Method in class edu.stanford.nlp.trees.AbstractTreebankLanguagePack
Returns the basic syntactic category of a String.
basicCategory(String) - Method in class edu.stanford.nlp.trees.international.arabic.ArabicTreebankLanguagePack
 
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().
BasicDocument - Class in edu.stanford.nlp.ling
Basic implementation of Document that should be suitable for most needs.
BasicDocument() - Constructor for class edu.stanford.nlp.ling.BasicDocument
Constructs a new (empty) BasicDocument using a PTBTokenizer.
BasicDocument(TokenizerFactory) - Constructor for class edu.stanford.nlp.ling.BasicDocument
Constructs a new (empty) BasicDocument using the given tokenizer.
BasicDocument(Document) - Constructor for class edu.stanford.nlp.ling.BasicDocument
 
BasicDocument(Collection) - Constructor for class edu.stanford.nlp.ling.BasicDocument
 
Beam<T> - Class in edu.stanford.nlp.util
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
 
before() - Method in class edu.stanford.nlp.ling.AbstractMapLabel
Return the String before the word, which is stored in the map under the key BEFORE_KEY.
before() - Method in class edu.stanford.nlp.ling.FeatureLabel
Return the String before the word, which is stored in the map under the key BEFORE_KEY.
before() - Method in interface edu.stanford.nlp.ling.HasContext
 
BEFORE_KEY - Static variable in class edu.stanford.nlp.ling.AbstractMapLabel
the standard key for the String that comes before this word (from the InvertiblePTBTokenizer)
BEGIN_POSITION_KEY - Static variable in class edu.stanford.nlp.ling.AbstractMapLabel
This key is at present only used in CraigslistDemo.
beginColumn - Variable in class edu.stanford.nlp.trees.tregex.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginColumn - Variable in class edu.stanford.nlp.trees.tregex.tsurgeon.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginLine - Variable in class edu.stanford.nlp.trees.tregex.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginLine - Variable in class edu.stanford.nlp.trees.tregex.tsurgeon.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginPosition() - Method in class edu.stanford.nlp.ling.AbstractMapLabel
Return the beginning character offset of the label (or -1 if none).
BeginToken() - Static method in class edu.stanford.nlp.trees.tregex.SimpleCharStream
 
BeginToken() - Static method in class edu.stanford.nlp.trees.tregex.tsurgeon.SimpleCharStream
 
bestScore - Variable in class edu.stanford.nlp.parser.lexparser.ExhaustivePCFGParser
 
better(double, double) - Static method in class edu.stanford.nlp.parser.lexparser.BiLexPCFGParser
 
bg - Variable in class edu.stanford.nlp.parser.lexparser.BiLexPCFGParser
 
bg - Variable in class edu.stanford.nlp.parser.lexparser.ExhaustivePCFGParser
 
bg - Variable in class edu.stanford.nlp.parser.lexparser.ParserData
 
BikelChineseHeadFinder - Class in edu.stanford.nlp.trees.international.pennchinese
A headfinder implementing Dan Bikel's head rules.
BikelChineseHeadFinder() - Constructor for class edu.stanford.nlp.trees.international.pennchinese.BikelChineseHeadFinder
 
BikelChineseHeadFinder(TreebankLanguagePack) - Constructor for class edu.stanford.nlp.trees.international.pennchinese.BikelChineseHeadFinder
 
bikelHeadFinder - Variable in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
 
BiLexPCFGParser - Class in edu.stanford.nlp.parser.lexparser
Implements Eisner and Satta style algorithms for bilexical PCFG parsing.
BiLexPCFGParser.N5BiLexPCFGParser - Class in edu.stanford.nlp.parser.lexparser
 
BinaryGrammar - Class in edu.stanford.nlp.parser.lexparser
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
 
BinaryGrammarExtractor - Class in edu.stanford.nlp.parser.lexparser
 
BinaryGrammarExtractor() - Constructor for class edu.stanford.nlp.parser.lexparser.BinaryGrammarExtractor
 
BinaryHeapPriorityQueue<E> - Class in edu.stanford.nlp.util
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 in edu.stanford.nlp.parser.lexparser
Binary rules (ints for parent, left and right children)
BinaryRule() - Constructor for class edu.stanford.nlp.parser.lexparser.BinaryRule
 
BinaryRule(int, int, int) - Constructor for class edu.stanford.nlp.parser.lexparser.BinaryRule
Create a new BinaryRule with the parent and children coded as ints.
BinaryRule(int, int, int, double) - Constructor for class edu.stanford.nlp.parser.lexparser.BinaryRule
 
BinaryRule(String, Numberer) - Constructor for class edu.stanford.nlp.parser.lexparser.BinaryRule
Creates a BinaryRule from String s, assuming it was created using toString().
BLANK - Static variable in interface edu.stanford.nlp.trees.tregex.TregexParserConstants
 
blankDocument() - Method in class edu.stanford.nlp.ling.BasicDocument
Returns a new empty BasicDocument with the same title, labels, and tokenizer as this Document.
blankDocument() - Method in interface edu.stanford.nlp.ling.Document
Returns a new empty Document with the same meta-data (title, labels, etc) as this Document.
Block - Interface in edu.stanford.nlp.fsm
 
blockTags - Static variable in class edu.stanford.nlp.process.StripTagsProcessor
Block-level HTML tags that are rendered with surrounding line breaks.
BobChrisTreeNormalizer - Class in edu.stanford.nlp.trees
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
 
BOUNDARY - Static variable in interface edu.stanford.nlp.parser.lexparser.Lexicon
 
BOUNDARY_TAG - Static variable in interface edu.stanford.nlp.parser.lexparser.Lexicon
 
BoundaryRemover - Class in edu.stanford.nlp.parser.lexparser
Removes a boundary symbol (Lexicon.BOUNDARY_TAG or Lexicon.BOUNDARY), which is the rightmost daughter of a tree.
BoundaryRemover() - Constructor for class edu.stanford.nlp.parser.lexparser.BoundaryRemover
 
box(int[]) - Static method in class edu.stanford.nlp.math.ArrayMath
 
box(double[]) - Static method in class edu.stanford.nlp.math.ArrayMath
 
bparser - Variable in class edu.stanford.nlp.parser.lexparser.LexicalizedParser
The factored parser that combines the dependency and PCFG parsers.
breakingTags - Static variable in class edu.stanford.nlp.util.XMLUtils
Block-level HTML tags that are rendered with surrounding line breaks.
Buckwalter - Class in edu.stanford.nlp.trees.international.arabic
This class can convert between Unicode and Buckwalter encodings of Arabic.
Buckwalter() - Constructor for class edu.stanford.nlp.trees.international.arabic.Buckwalter
 
Buckwalter(boolean) - Constructor for class edu.stanford.nlp.trees.international.arabic.Buckwalter
 
buckwalterToUnicode(String) - Method in class edu.stanford.nlp.trees.international.arabic.Buckwalter
 
bufcolumn - Static variable in class edu.stanford.nlp.trees.tregex.SimpleCharStream
 
bufcolumn - Static variable in class edu.stanford.nlp.trees.tregex.tsurgeon.SimpleCharStream
 
buffer - Static variable in class edu.stanford.nlp.trees.tregex.SimpleCharStream
 
buffer - Static variable in class edu.stanford.nlp.trees.tregex.tsurgeon.SimpleCharStream
 
bufline - Static variable in class edu.stanford.nlp.trees.tregex.SimpleCharStream
 
bufline - Static variable in class edu.stanford.nlp.trees.tregex.tsurgeon.SimpleCharStream
 
bufpos - Static variable in class edu.stanford.nlp.trees.tregex.SimpleCharStream
 
bufpos - Static variable in class edu.stanford.nlp.trees.tregex.tsurgeon.SimpleCharStream
 
buildFA(List) - Method in class edu.stanford.nlp.parser.lexparser.OutsideRuleFilter
 
buildMinimizedFA() - Method in class edu.stanford.nlp.fsm.FastExactAutomatonMinimizer
 
buildOFilter() - Method in class edu.stanford.nlp.parser.lexparser.ExhaustivePCFGParser
 
buildOScore(Hook) - Method in class edu.stanford.nlp.parser.lexparser.BiLexPCFGParser
 
builtEdges - Variable in class edu.stanford.nlp.parser.lexparser.BiLexPCFGParser
 
builtHooks - Variable in class edu.stanford.nlp.parser.lexparser.BiLexPCFGParser
 
byteValue() - Method in class edu.stanford.nlp.util.MutableDouble
 
byteValue() - Method in class edu.stanford.nlp.util.MutableInteger
 

C

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.
CANCEL_OPTION - Static variable in class edu.stanford.nlp.io.ui.OpenPageDialog
 
capacity() - Method in class edu.stanford.nlp.util.Beam
 
capitalize(String) - Static method in class edu.stanford.nlp.util.StringUtils
Uppercases the first character of a string.
castToInt(double[][]) - Static method in class edu.stanford.nlp.math.ArrayMath
 
category() - Method in class edu.stanford.nlp.ling.AbstractMapLabel
Return the category of the label (or null if none), which is stored in the map under the key CATEGORY_KEY.
category() - Method in class edu.stanford.nlp.ling.CategoryWordTag
 
category() - Method in interface edu.stanford.nlp.ling.HasCategory
Return the category value of the label (or null if none).
CATEGORY_FUNCTIONAL_TAG_KEY - Static variable in class edu.stanford.nlp.ling.AbstractMapLabel
The standard key for storing category with functional tags.
CATEGORY_KEY - Static variable in class edu.stanford.nlp.ling.AbstractMapLabel
The standard key for storing a category in the map, as a String.
categoryAndFunction(String) - Method in class edu.stanford.nlp.trees.AbstractTreebankLanguagePack
Returns the syntactic category and 'function' of a String.
categoryAndFunction(String) - Method in interface edu.stanford.nlp.trees.TreebankLanguagePack
Returns the syntactic category and 'function' of a String.
CategoryWordTag - Class in edu.stanford.nlp.ling
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.ling.CategoryWordTag
 
CategoryWordTag(String) - Constructor for class edu.stanford.nlp.ling.CategoryWordTag
This one argument constructor sets just the value.
CategoryWordTag(String, String, String) - Constructor for class edu.stanford.nlp.ling.CategoryWordTag
 
CategoryWordTag(Label) - Constructor for class edu.stanford.nlp.ling.CategoryWordTag
Creates a new CategoryWordTag label from an existing label.
CategoryWordTagFactory - Class in edu.stanford.nlp.ling
A CategoryWordTagFactory is a factory that makes a Label which is a CategoryWordTag triplet.
CategoryWordTagFactory() - Constructor for class edu.stanford.nlp.ling.CategoryWordTagFactory
 
catType - Static variable in class edu.stanford.nlp.trees.WordCatConstituent
 
cCommands(Tree, Tree) - Method in class edu.stanford.nlp.trees.Tree
Given nodes t1 and t2 which are dominated by this node, returns true iff t1 c-commands t2.
CCtransform(Tree) - Method in class edu.stanford.nlp.trees.CoordinationTransformer
Transforms t if it contains a coordination in a flat structure
CH_CHAR_KEY - Static variable in class edu.stanford.nlp.ling.AbstractMapLabel
for Chinese: character level information, segmentation
CH_ORIG_SEG_KEY - Static variable in class edu.stanford.nlp.ling.AbstractMapLabel
 
CH_SEG_KEY - Static variable in class edu.stanford.nlp.ling.AbstractMapLabel
 
changePriority(E, 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(E, double) - Method in class edu.stanford.nlp.util.FixedPrioritiesPriorityQueue
Not supported in this implementation.
changePriority(E, 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.
CharacterLevelTagExtender - Class in edu.stanford.nlp.trees.international.pennchinese
 
CharacterLevelTagExtender() - Constructor for class edu.stanford.nlp.trees.international.pennchinese.CharacterLevelTagExtender
 
CharacterLevelTagExtender(TreebankLanguagePack) - Constructor for class edu.stanford.nlp.trees.international.pennchinese.CharacterLevelTagExtender
 
chart - Variable in class edu.stanford.nlp.parser.lexparser.BiLexPCFGParser
 
charTags - Variable in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
 
cheatPCFG - Static variable in class edu.stanford.nlp.parser.lexparser.Train
Add all test set trees to training data for PCFG.
checkCrossing(Set<Constituent>, Set<Constituent>) - Method in class edu.stanford.nlp.parser.lexparser.LabeledConstituentEval.CBEval
 
child - Variable in class edu.stanford.nlp.parser.lexparser.UnaryRule
 
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.
children - Variable in class edu.stanford.nlp.trees.TreeGraphNode
Children of this node.
children() - Method in class edu.stanford.nlp.trees.TreeGraphNode
Returns an array of the children of this node.
childrenNamesSpi() - Method in class edu.stanford.nlp.util.DisabledPreferences
 
childSpi(String) - Method in class edu.stanford.nlp.util.DisabledPreferences
 
childTab - Variable in class edu.stanford.nlp.parser.ui.TreeJPanel.WidthResult
 
CHINESE - Static variable in class edu.stanford.nlp.swing.FontDetector
 
ChineseCharacterBasedLexicon - Class in edu.stanford.nlp.parser.lexparser
 
ChineseCharacterBasedLexicon() - Constructor for class edu.stanford.nlp.parser.lexparser.ChineseCharacterBasedLexicon
 
ChineseCollinizer - Class in edu.stanford.nlp.trees.international.pennchinese
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(ChineseTreebankLanguagePack) - Constructor for class edu.stanford.nlp.trees.international.pennchinese.ChineseCollinizer
 
ChineseCollinizer(ChineseTreebankLanguagePack, boolean) - Constructor for class edu.stanford.nlp.trees.international.pennchinese.ChineseCollinizer
 
chineseColonAcceptFilter() - Static method in class edu.stanford.nlp.trees.international.pennchinese.ChineseTreebankLanguagePack
 
chineseCommaAcceptFilter() - Static method in class edu.stanford.nlp.trees.international.pennchinese.ChineseTreebankLanguagePack
 
chineseDashAcceptFilter() - Static method in class edu.stanford.nlp.trees.international.pennchinese.ChineseTreebankLanguagePack
 
chineseDouHaoAcceptFilter() - Static method in class edu.stanford.nlp.trees.international.pennchinese.ChineseTreebankLanguagePack
 
chineseEndSentenceAcceptFilter() - Static method in class edu.stanford.nlp.trees.international.pennchinese.ChineseTreebankLanguagePack
 
ChineseEnglishWordMap - Class in edu.stanford.nlp.trees.international.pennchinese
A class for mapping Chinese words to English.
ChineseEnglishWordMap() - Constructor for class edu.stanford.nlp.trees.international.pennchinese.ChineseEnglishWordMap
Make a ChineseEnglishWordMap with a default CEDict path.
ChineseEnglishWordMap(String) - Constructor for class edu.stanford.nlp.trees.international.pennchinese.ChineseEnglishWordMap
Make a ChineseEnglishWordMap
ChineseEnglishWordMap(String, boolean) - Constructor for class edu.stanford.nlp.trees.international.pennchinese.ChineseEnglishWordMap
Make a ChineseEnglishWordMap
ChineseEnglishWordMap(String, String, String, String) - Constructor for class edu.stanford.nlp.trees.international.pennchinese.ChineseEnglishWordMap
 
ChineseEnglishWordMap(String, String, String, String, boolean) - Constructor for class edu.stanford.nlp.trees.international.pennchinese.ChineseEnglishWordMap
 
ChineseEscaper - Class in edu.stanford.nlp.trees.international.pennchinese
An Escaper for Chinese normalization to match Treebank.
ChineseEscaper() - Constructor for class edu.stanford.nlp.trees.international.pennchinese.ChineseEscaper
 
ChineseGrammaticalRelations - Class in edu.stanford.nlp.trees.international.pennchinese
ChineseGrammaticalRelations is a set of GrammaticalRelation objects for the Chinese language.
ChineseGrammaticalRelations() - Constructor for class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalRelations
 
ChineseGrammaticalStructure - Class in edu.stanford.nlp.trees.international.pennchinese
A GrammaticalStructure for Chinese.
ChineseGrammaticalStructure(Tree) - Constructor for class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalStructure
Construct a new GrammaticalStructure from an existing parse tree.
ChineseGrammaticalStructure(Tree, Filter<String>) - Constructor for class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalStructure
 
ChineseHeadFinder - Class in edu.stanford.nlp.trees.international.pennchinese
HeadFinder for the Penn Chinese Treebank.
ChineseHeadFinder() - Constructor for class edu.stanford.nlp.trees.international.pennchinese.ChineseHeadFinder
 
ChineseHeadFinder(TreebankLanguagePack) - Constructor for class edu.stanford.nlp.trees.international.pennchinese.ChineseHeadFinder
 
chineseLeftParenthesisAcceptFilter() - Static method in class edu.stanford.nlp.trees.international.pennchinese.ChineseTreebankLanguagePack
 
chineseLeftQuoteMarkAcceptFilter() - Static method in class edu.stanford.nlp.trees.international.pennchinese.ChineseTreebankLanguagePack
 
ChineseLexicon - Class in edu.stanford.nlp.parser.lexparser
A lexicon class for Chinese.
ChineseLexicon(Options.LexOptions) - Constructor for class edu.stanford.nlp.parser.lexparser.ChineseLexicon
 
ChineseLexiconAndWordSegmenter - Class in edu.stanford.nlp.parser.lexparser
This class lets you train a lexicon and segmenter at the same time.
ChineseLexiconAndWordSegmenter(ChineseLexicon, WordSegmenter) - Constructor for class edu.stanford.nlp.parser.lexparser.ChineseLexiconAndWordSegmenter
 
ChineseLexiconAndWordSegmenter(Treebank, Options) - Constructor for class edu.stanford.nlp.parser.lexparser.ChineseLexiconAndWordSegmenter
 
ChineseLexiconAndWordSegmenter(String, Options) - Constructor for class edu.stanford.nlp.parser.lexparser.ChineseLexiconAndWordSegmenter
Construct a new ChineseLexiconAndWordSegmenter.
ChineseMarkovWordSegmenter - Class in edu.stanford.nlp.parser.lexparser
Performs word segmentation with a hierarchical markov model over POS and over characters given POS.
ChineseMarkovWordSegmenter(ChineseCharacterBasedLexicon) - Constructor for class edu.stanford.nlp.parser.lexparser.ChineseMarkovWordSegmenter
 
ChineseMarkovWordSegmenter() - Constructor for class edu.stanford.nlp.parser.lexparser.ChineseMarkovWordSegmenter
 
chineseOtherAcceptFilter() - Static method in class edu.stanford.nlp.trees.international.pennchinese.ChineseTreebankLanguagePack
 
chineseParenthesisAcceptFilter() - Static method in class edu.stanford.nlp.trees.international.pennchinese.ChineseTreebankLanguagePack
 
chineseQuoteMarkAcceptFilter() - Static method in class edu.stanford.nlp.trees.international.pennchinese.ChineseTreebankLanguagePack
 
chineseRightParenthesisAcceptFilter() - Static method in class edu.stanford.nlp.trees.international.pennchinese.ChineseTreebankLanguagePack
 
chineseRightQuoteMarkAcceptFilter() - Static method in class edu.stanford.nlp.trees.international.pennchinese.ChineseTreebankLanguagePack
 
chineseSelectiveTagPA - Static variable in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
 
ChineseSemanticHeadFinder - Class in edu.stanford.nlp.trees.international.pennchinese
Implements a 'semantic head' variant of the the HeadFinder found in Chinese Head Finder
ChineseSemanticHeadFinder() - Constructor for class edu.stanford.nlp.trees.international.pennchinese.ChineseSemanticHeadFinder
 
ChineseSemanticHeadFinder(TreebankLanguagePack) - Constructor for class edu.stanford.nlp.trees.international.pennchinese.ChineseSemanticHeadFinder
 
ChineseSimWordAvgDepGrammar - Class in edu.stanford.nlp.parser.lexparser
A Dependency grammar that smooths by averaging over similar words.
ChineseSimWordAvgDepGrammar(TreebankLangParserParams, boolean, boolean, boolean) - Constructor for class edu.stanford.nlp.parser.lexparser.ChineseSimWordAvgDepGrammar
 
chineseSplitDouHao - Static variable in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
Chinese: Split the dou hao (a punctuation mark separating members of a list) from other punctuation.
chineseSplitPunct - Static variable in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
Chinese: split Chinese punctuation several ways, along the lines of English punctuation plus another category for the dou hao.
chineseSplitPunctLR - Static variable in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
Chinese: split left right/paren quote (if chineseSplitPunct is also true.
chineseSplitVP3 - Static variable in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
Chinese: split VPs into VP-COMP, VP-CRD, VP-ADJ.
ChineseTreebankLanguagePack - Class in edu.stanford.nlp.trees.international.pennchinese
Language pack for Chinese treebank.
ChineseTreebankLanguagePack() - Constructor for class edu.stanford.nlp.trees.international.pennchinese.ChineseTreebankLanguagePack
 
ChineseTreebankParserParams - Class in edu.stanford.nlp.parser.lexparser
Parameter file for parsing the Penn Chinese Treebank.
ChineseTreebankParserParams() - Constructor for class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
 
ChineseUnknownWordModel - Class in edu.stanford.nlp.parser.lexparser
Stores, trains, and scores with an unknown word model.
ChineseUnknownWordModel() - Constructor for class edu.stanford.nlp.parser.lexparser.ChineseUnknownWordModel
 
chineseVerySelectiveTagPA - Static variable in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
 
chiSquare2by2(int, int, int, int) - Static method in class edu.stanford.nlp.math.SloppyMath
Find a 2x2 chi-square value.
chomp(String) - Static method in class edu.stanford.nlp.util.StringUtils
Returns the supplied string with any trailing '\n' removed.
chomp(Object) - Static method in class edu.stanford.nlp.util.StringUtils
Returns the result of calling toString() on the supplied Object, but with any trailing '\n' removed.
CHTBTokenizer - Class in edu.stanford.nlp.trees.international.pennchinese
A simple tokenizer for tokenizing Penn Chinese Treebank files.
CHTBTokenizer(Reader) - Constructor for class edu.stanford.nlp.trees.international.pennchinese.CHTBTokenizer
Constructs a new tokenizer from a Reader.
CL_MODIFIER - Static variable in class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalRelations
The "clause modifier" grammatical relation.
CLAUSAL_COMPLEMENT - Static variable in class edu.stanford.nlp.trees.EnglishGrammaticalRelations
The "clausal complement" grammatical relation.
CLAUSAL_COMPLEMENT - Static variable in class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalRelations
The "clausal" grammatical relation.
CLAUSAL_PASSIVE_SUBJECT - Static variable in class edu.stanford.nlp.trees.EnglishGrammaticalRelations
The "clausal passive subject" grammatical relation.
CLAUSAL_SUBJECT - Static variable in class edu.stanford.nlp.trees.EnglishGrammaticalRelations
The "clausal subject" grammatical relation.
CLAUSAL_SUBJECT - Static variable in class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalRelations
The "csubj" grammatical relation.
clean() - Method in class edu.stanford.nlp.stats.TwoDimensionalCounter
 
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.DependencyTreeTransformer
 
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.
cleanUpLabel(String) - Method in class edu.stanford.nlp.trees.international.tuebadz.TueBaDZPennTreeNormalizer
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.
cleanUpRoot(String) - Method in class edu.stanford.nlp.trees.DependencyTreeTransformer
 
clear() - Method in class edu.stanford.nlp.stats.Counter
Removes all counts from this Counter.
clear() - Method in class edu.stanford.nlp.stats.IntCounter
Removes all counts from this Counter.
clear() - Method in class edu.stanford.nlp.trees.CompositeTreebank
 
clear() - Method in class edu.stanford.nlp.trees.DiskTreebank
Empty a Treebank.
clear() - Method in class edu.stanford.nlp.trees.MemoryTreebank
Empty a Treebank.
clear() - Method in class edu.stanford.nlp.trees.TransformingTreebank
Empty a Treebank.
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.FixedPrioritiesPriorityQueue
 
clear() - Method in class edu.stanford.nlp.util.IdentityHashSet
Removes all of the elements from this set.
clear() - Method in class edu.stanford.nlp.util.Index
Clears this Index.
clear() - Method in class edu.stanford.nlp.util.Interner
 
clone() - Method in class edu.stanford.nlp.fsm.TransducerGraph
 
clone() - Method in class edu.stanford.nlp.stats.Counter
 
clone() - Method in class edu.stanford.nlp.stats.IntCounter
 
clone() - Method in class edu.stanford.nlp.util.FixedPrioritiesPriorityQueue
Returns a clone of this priority queue.
clone() - Method in class edu.stanford.nlp.util.IdentityHashSet
Returns a shallow copy of this IdentityHashSet instance: the elements themselves are not cloned.
close() - Method in class edu.stanford.nlp.trees.FilteringTreeReader
Close the Reader behind this TreeReader.
close() - Method in class edu.stanford.nlp.trees.PennTreeReader
Close the Reader behind this TreeReader.
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
 
closeEVALBfiles() - Static method in class edu.stanford.nlp.parser.lexparser.EvalB
 
CNFTransformers - Class in edu.stanford.nlp.parser.lexparser
 
CNFTransformers() - Constructor for class edu.stanford.nlp.parser.lexparser.CNFTransformers
 
coarseDistance - Variable in class edu.stanford.nlp.parser.lexparser.Options
Use coarser distance (4 bins) in dependency calculations
coarseDistanceBin(int) - Static method in class edu.stanford.nlp.parser.lexparser.AbstractDependencyGrammar
 
COINDEX - Static variable in interface edu.stanford.nlp.trees.tregex.tsurgeon.TsurgeonParserConstants
 
CoindexNodes - Class in edu.stanford.nlp.trees.tregex.tsurgeon
 
CoindexNodes(TsurgeonPattern[]) - Constructor for class edu.stanford.nlp.trees.tregex.tsurgeon.CoindexNodes
 
collapseDependencies(Collection<TypedDependency>, boolean) - Method in class edu.stanford.nlp.trees.EnglishGrammaticalStructure
Destructively modifies this TypedDependencyList by collapsing two types of transitive pairs of dependencies: prepositional object dependencies: pobj prep(cat, in) and pobj(in, hat) are collapsed to prep_in(cat, hat) prepositional complement dependencies: pcomp prep(heard, of) and pcomp(of, attacking) are collapsed to prepc_of(heard, attacking) conjunct dependencies cc(investors, and) and conj(investors, regulators) are collapsed to conj_and(investors,regulators) It will also erase possesive dependencies possessive(Montezuma, 's) will be erased For relative clauses, it will collapse referent such as: ref(man, that) and dobj(love, that) are collapsed to dobj(love, man)
collapseDependencies(Collection<TypedDependency>, boolean) - Method in class edu.stanford.nlp.trees.GrammaticalStructure
Destructively modify the TypedDependencyList to collapse language-dependent transitive dependencies.
collapseDependencies(Collection<TypedDependency>) - Method in class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalStructure
 
collectionAcceptFilter(E[]) - Static method in class edu.stanford.nlp.util.Filters
The collectionAcceptFilter accepts a certain collection.
collectionAcceptFilter(Collection<E>) - Static method in class edu.stanford.nlp.util.Filters
The collectionAcceptFilter accepts a certain collection.
CollectionFactory<T> - Class in edu.stanford.nlp.util
Factory for vending Collections.
CollectionFactory() - Constructor for class edu.stanford.nlp.util.CollectionFactory
 
CollectionFactory.ArrayListFactory<T> - Class in edu.stanford.nlp.util
 
CollectionFactory.ArrayListFactory() - Constructor for class edu.stanford.nlp.util.CollectionFactory.ArrayListFactory
 
CollectionFactory.HashSetFactory<T> - Class in edu.stanford.nlp.util
 
CollectionFactory.HashSetFactory() - Constructor for class edu.stanford.nlp.util.CollectionFactory.HashSetFactory
 
CollectionFactory.LinkedListFactory<T> - Class in edu.stanford.nlp.util
 
CollectionFactory.LinkedListFactory() - Constructor for class edu.stanford.nlp.util.CollectionFactory.LinkedListFactory
 
collectionRejectFilter(E[]) - Static method in class edu.stanford.nlp.util.Filters
The collectionRejectFilter rejects a certain collection.
collectionRejectFilter(Collection<E>) - Static method in class edu.stanford.nlp.util.Filters
The collectionRejectFilter rejects a certain collection.
CollectionUtils - Class in edu.stanford.nlp.util
Collection of useful static methods for working with Collections.
collectOperations(List<TsurgeonPattern>) - Static method in class edu.stanford.nlp.trees.tregex.tsurgeon.Tsurgeon
Collects a list of operation patterns into a sequence of operations to be applied.
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.ArabicTreebankParserParams
The collinizer eliminates punctuation
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.
collinizer() - Method in class edu.stanford.nlp.parser.lexparser.TueBaDZParserParams
 
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.ArabicTreebankParserParams
Stand-in collinizer does nothing to the tree.
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.
collinizerEvalb() - Method in class edu.stanford.nlp.parser.lexparser.TueBaDZParserParams
 
CollinsHeadFinder - Class in edu.stanford.nlp.trees
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
 
collinsPunc - Static variable in class edu.stanford.nlp.parser.lexparser.Train
Promote/delete punctuation like Collins.
CollinsPuncTransformer - Class in edu.stanford.nlp.parser.lexparser
This class manipulates punctuation in trees (used with training trees) in the same manner that Collins manipulated punctuation in trees when building his parsing model.
CollinsPuncTransformer(TreebankLanguagePack) - Constructor for class edu.stanford.nlp.parser.lexparser.CollinsPuncTransformer
 
CollocationFinder - Class in edu.stanford.nlp.trees
Finds WordNet collocations in parse trees.
CollocationFinder(Tree, WordNetConnection) - Constructor for class edu.stanford.nlp.trees.CollocationFinder
Construct a new CollocationFinder over the Tree t.
CollocationFinder(Tree, WordNetConnection, HeadFinder) - Constructor for class edu.stanford.nlp.trees.CollocationFinder
Construct a new CollocationFinder over the Tree t.
column - Static variable in class edu.stanford.nlp.trees.tregex.SimpleCharStream
 
column - Static variable in class edu.stanford.nlp.trees.tregex.tsurgeon.SimpleCharStream
 
combine(Edge, Hook) - Method in class edu.stanford.nlp.parser.lexparser.BiLexPCFGParser
 
commonWordTagTypeBrackets(Tree, Tree) - Method in class edu.stanford.nlp.trees.TreeToBracketProcessor
 
compactGrammar(Pair<UnaryGrammar, BinaryGrammar>) - Method in class edu.stanford.nlp.parser.lexparser.GrammarCompactor
 
compactGrammar(Pair<UnaryGrammar, BinaryGrammar>, Map, Map) - Method in class edu.stanford.nlp.parser.lexparser.GrammarCompactor
Compacts the grammar specified by the Pair.
compactGrammar - Static variable in class edu.stanford.nlp.parser.lexparser.Train
How to compact grammars as FSMs.
compactGrammar() - Static method in class edu.stanford.nlp.parser.lexparser.Train
 
comparator(boolean) - Method in class edu.stanford.nlp.stats.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.stats.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.stats.Counter
Comparator that sorts objects by (increasing) count.
comparator() - Method in interface edu.stanford.nlp.stats.GenericCounter
Returns a comparator
comparator(boolean) - Method in class edu.stanford.nlp.stats.IntCounter
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.stats.IntCounter
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.stats.IntCounter
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.ScoredComparator
 
compareLists(List<? extends Comparable>, List<? extends Comparable>) - Static method in class edu.stanford.nlp.util.CollectionUtils
 
compareTo(ValueLabel) - Method in class edu.stanford.nlp.ling.ValueLabel
Orders by value()'s lexicographic ordering.
compareTo(WordLemmaTag) - Method in class edu.stanford.nlp.ling.WordLemmaTag
Orders first by word, then by lemma, then by tag.
compareTo(WordTag) - Method in class edu.stanford.nlp.ling.WordTag
Orders first by word, then by tag.
compareTo(Object) - Method in class edu.stanford.nlp.parser.lexparser.BinaryRule
 
compareTo(IntTaggedWord) - Method in class edu.stanford.nlp.parser.lexparser.IntTaggedWord
 
compareTo(Object) - Method in class edu.stanford.nlp.parser.lexparser.LatticeReader.LatticeWord
 
compareTo(Object) - Method in class edu.stanford.nlp.parser.lexparser.UnaryRule
 
compareTo(GrammaticalRelation) - Method in class edu.stanford.nlp.trees.GrammaticalRelation
 
compareTo(TypedDependency) - Method in class edu.stanford.nlp.trees.TypedDependency
 
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.
compile(String) - Static method in class edu.stanford.nlp.trees.tregex.TreePattern
Compiles the given tree expression into a TreePattern instance.
compile(String) - Static method in class edu.stanford.nlp.trees.tregex.TregexPattern
Creates a pattern from the given string using the default Headfinder and BasicCategoryFunction.
compile(String) - Method in class edu.stanford.nlp.trees.tregex.TregexPatternCompiler
Create a TregexPattern from this tregex string using the headFinder and basicCat function this TregexPatternCompiler was created with
COMPLEMENT - Static variable in class edu.stanford.nlp.trees.EnglishGrammaticalRelations
The "complement" grammatical relation.
COMPLEMENT - Static variable in class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalRelations
The "comp" grammatical relation.
COMPLEMENTIZER - Static variable in class edu.stanford.nlp.trees.EnglishGrammaticalRelations
The "complementizer" grammatical relation.
COMPLEMENTIZER - Static variable in class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalRelations
The "cp marker" grammatical relation.
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
CompositeTreebank - Class in edu.stanford.nlp.trees
 
CompositeTreebank(Treebank, Treebank) - Constructor for class edu.stanford.nlp.trees.CompositeTreebank
 
CompositeTreeTransformer - Class in edu.stanford.nlp.trees
A TreeTransformer that applies component TreeTransformers in order.
CompositeTreeTransformer() - Constructor for class edu.stanford.nlp.trees.CompositeTreeTransformer
 
CompositeTreeTransformer(List<TreeTransformer>) - Constructor for class edu.stanford.nlp.trees.CompositeTreeTransformer
 
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.
concat(IntTuple, IntTuple) - Static method in class edu.stanford.nlp.util.IntTuple
 
conditionalize(List) - Method in class edu.stanford.nlp.stats.GeneralizedCounter
returns a GeneralizedCounter conditioned on the objects in the List argument.
conditionalizeOnce(Object) - Method in class edu.stanford.nlp.stats.GeneralizedCounter
Returns a GeneralizedCounter conditioned on the given top level object.
CONJ_MARKER - Static variable in class edu.stanford.nlp.trees.EnglishGrammaticalStructure
 
CONJUNCT - Static variable in class edu.stanford.nlp.trees.EnglishGrammaticalRelations
The "conjunct" grammatical relation.
CONJUNCT - Static variable in class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalRelations
The "conjunct" grammatical relation.
conjValue(Object) - Method in class edu.stanford.nlp.trees.EnglishGrammaticalStructure
 
Constituent - Class in edu.stanford.nlp.trees
A Constituent object defines a generic edge in a graph.
Constituent() - Constructor for class edu.stanford.nlp.trees.Constituent
 
ConstituentEvalByCat - Class in edu.stanford.nlp.parser.lexparser
 
ConstituentEvalByCat(String, TreebankLanguagePack) - Constructor for class edu.stanford.nlp.parser.lexparser.ConstituentEvalByCat
 
ConstituentFactory - Interface in edu.stanford.nlp.trees
A ConstituentFactory is a factory for creating objects of class Constituent, or some descendent class.
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.
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.
constraints - Static variable in class edu.stanford.nlp.parser.lexparser.Test
When you want to force the parse to parse a particular subsequence into a particular state.
contains(int[], int) - Static method in class edu.stanford.nlp.math.ArrayMath
 
contains(Constituent) - Method in class edu.stanford.nlp.trees.Constituent
Detects whether this constituent contains a constituent, that is whether they are nested.
contains(T[], T) - Static method in class edu.stanford.nlp.util.ArrayUtils
Returns true iff object o equals (not ==) some element of array a.
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.IdentityHashSet
Returns true if this set contains the specified element.
contains(Object) - Method in class edu.stanford.nlp.util.Index
Checks whether an Object already has an index in the Index
containsInSubarray(int[], int, int, int) - Static method in class edu.stanford.nlp.math.ArrayMath
 
containsKey(E) - Method in class edu.stanford.nlp.stats.Counter
 
containsKey(E) - Method in class edu.stanford.nlp.stats.Distribution
 
containsKey(List) - Method in class edu.stanford.nlp.stats.GeneralizedCounter
Like Counter, this currently returns true if the count is explicitly 0.0 for something
containsKey(E) - Method in interface edu.stanford.nlp.stats.GenericCounter
 
containsKey(E) - Method in class edu.stanford.nlp.stats.IntCounter
 
containsKey(K1, K2) - Method in class edu.stanford.nlp.stats.TwoDimensionalCounter
 
containsKey(String) - Method in class edu.stanford.nlp.trees.international.pennchinese.ChineseEnglishWordMap
Does the word exist in the dictionary?
containsObject(Collection, Object) - Static method in class edu.stanford.nlp.util.CollectionUtils
Checks whether a Collection contains a specified Object.
CONTROLLED_SUBJECT - Static variable in class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalRelations
The "xsubj" grammatical relation.
CONTROLLING_SUBJECT - Static variable in class edu.stanford.nlp.trees.EnglishGrammaticalRelations
The "controlling subject" grammatical relation.
convertGrammarToGraphs(Pair<UnaryGrammar, BinaryGrammar>, Set, Set) - Method in class edu.stanford.nlp.parser.lexparser.GrammarCompactor
 
convertGraphsToGrammar(Set, Set<UnaryRule>, Set<BinaryRule>) - Method in class edu.stanford.nlp.parser.lexparser.GrammarCompactor
 
COORDINATION - Static variable in class edu.stanford.nlp.trees.EnglishGrammaticalRelations
The "coordination" grammatical relation.
COORDINATION - Static variable in class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalRelations
The "coordination" grammatical relation.
CoordinationTransformer - Class in edu.stanford.nlp.trees
Coordination transformer transforms a PennTreebank tree containing a coordination in a flat structure in order to get the dependencies right
CoordinationTransformer() - Constructor for class edu.stanford.nlp.trees.CoordinationTransformer
 
COPULA - Static variable in class edu.stanford.nlp.trees.EnglishGrammaticalRelations
The "copula" grammatical relation.
copy(int[]) - Static method in class edu.stanford.nlp.util.ArrayUtils
 
copy(int[][]) - Static method in class edu.stanford.nlp.util.ArrayUtils
 
copy(double[]) - Static method in class edu.stanford.nlp.util.ArrayUtils
 
copy(double[][]) - Static method in class edu.stanford.nlp.util.ArrayUtils
 
copy(double[][][]) - Static method in class edu.stanford.nlp.util.ArrayUtils
 
copy(float[]) - Static method in class edu.stanford.nlp.util.ArrayUtils
 
copy(float[][]) - Static method in class edu.stanford.nlp.util.ArrayUtils
 
copy(float[][][]) - Static method in class edu.stanford.nlp.util.ArrayUtils
 
coref() - Method in class edu.stanford.nlp.ling.FeatureLabel
Return the coreferent of the word, which is stored in the map under the key NER_KEY.
COREF_KEY - Static variable in class edu.stanford.nlp.ling.AbstractMapLabel
the standard key for the coref label.
correctDependencies(Collection<TypedDependency>) - Method in class edu.stanford.nlp.trees.EnglishGrammaticalStructure
 
correctDependencies(Collection<TypedDependency>) - Method in class edu.stanford.nlp.trees.GrammaticalStructure
Destructively modify the TypedDependencyGraph to correct language-dependent dependencies.
correctTags - Static variable in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams.EnglishTrain
'Correct' tags to produce verbs in VPs, etc.
cosine(GenericCounter<E>, GenericCounter<E>) - Static method in class edu.stanford.nlp.stats.Counters
 
Counter<E> - Class in edu.stanford.nlp.stats
A specialized kind of hash table (or map) for storing numeric counts for objects.
Counter() - Constructor for class edu.stanford.nlp.stats.Counter
Constructs a new (empty) Counter.
Counter(MapFactory<E, MutableDouble>) - Constructor for class edu.stanford.nlp.stats.Counter
Pass in a MapFactory and the map it vends will back your counter.
Counter(GenericCounter<E>) - Constructor for class edu.stanford.nlp.stats.Counter
Constructs a new Counter with the contents of the given Counter.
Counter(Collection<E>) - Constructor for class edu.stanford.nlp.stats.Counter
Constructs a new Counter by counting the elements in the given Collection.
counter - Variable in class edu.stanford.nlp.stats.Distribution
 
Counters - Class in edu.stanford.nlp.stats
Static methods for operating on Counters.
counterView() - Method in class edu.stanford.nlp.stats.GeneralizedCounter
Returns a read-only synchronous view (not a snapshot) of this as a Counter.
countHistory(IntDependency) - Method in class edu.stanford.nlp.parser.lexparser.MLEDependencyGrammar
 
countInfinite(double[]) - Static method in class edu.stanford.nlp.math.ArrayMath
 
countNaN(double[]) - Static method in class edu.stanford.nlp.math.ArrayMath
 
createArrays(int) - Method in class edu.stanford.nlp.parser.lexparser.ExhaustivePCFGParser
 
createCounterFromCollection(Collection<E>) - Static method in class edu.stanford.nlp.stats.Counters
 
createCounterFromList(List<E>) - Static method in class edu.stanford.nlp.stats.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<E>, Set<F>) - Static method in class edu.stanford.nlp.util.Sets
Returns the set cross product of s1 and s2, as Pairs
crossEntropy(GenericCounter<E>, GenericCounter<E>) - Static method in class edu.stanford.nlp.stats.Counters
Note that this implementation doesn't normalize the "from" Counter.
crossEntropy(GenericCounter<E>, Counter<E>) - Static method in class edu.stanford.nlp.stats.Counters
Note that this implementation doesn't normalize the "from" Counter.
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<Constituent>) - 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.
curChar - Static variable in class edu.stanford.nlp.trees.tregex.TregexParserTokenManager
 
curChar - Static variable in class edu.stanford.nlp.trees.tregex.tsurgeon.TsurgeonParserTokenManager
 
current() - Method in class edu.stanford.nlp.ling.AbstractMapLabel
Return the String which is the unmangled word, which is stored in the map under the key CURRENT_KEY.
current() - Method in class edu.stanford.nlp.ling.FeatureLabel
Return the String which is the unmangled word, which is stored in the map under the key CURRENT_KEY.
current() - Method in interface edu.stanford.nlp.ling.HasContext
Return the String which is the unmangled word.
CURRENT_KEY - Static variable in class edu.stanford.nlp.ling.AbstractMapLabel
the standard key for the actual, unmangled, pre-PTB'd word (from the InvertiblePTBTokenizer)
currentToken - Variable in exception edu.stanford.nlp.trees.tregex.ParseException
This is the last token that has been consumed successfully.
currentToken - Variable in exception edu.stanford.nlp.trees.tregex.tsurgeon.ParseException
This is the last token that has been consumed successfully.
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

D

Datum - Interface in edu.stanford.nlp.ling
Interface for Objects which can be described by their features.
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 - Class in edu.stanford.nlp.parser.lexparser
Debinarizes a binary tree from the parser.
Debinarizer(boolean) - Constructor for class edu.stanford.nlp.parser.lexparser.Debinarizer
 
Debinarizer(boolean, LabelFactory) - Constructor for class edu.stanford.nlp.parser.lexparser.Debinarizer
 
debinarizer - Variable in class edu.stanford.nlp.parser.lexparser.LexicalizedParser
 
DEBUG - Static variable in class edu.stanford.nlp.parser.lexparser.LatticeReader
 
DEBUG_LEXICON - Static variable in class edu.stanford.nlp.parser.lexparser.BaseLexicon
 
DEBUG_LEXICON_SCORE - Static variable in class edu.stanford.nlp.parser.lexparser.BaseLexicon
 
debugStream - Static variable in class edu.stanford.nlp.trees.tregex.TregexParserTokenManager
 
debugStream - Static variable in class edu.stanford.nlp.trees.tregex.tsurgeon.TsurgeonParserTokenManager
 
decimate(Writer, Writer, Writer) - Method in class edu.stanford.nlp.trees.Treebank
Divide a Treebank into 3, by taking every 9th sentence for the dev set and every 10th for the test set.
decreaseKey(E) - 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(E) - Method in interface edu.stanford.nlp.util.Heap
Raises the priority of an object in the heap.
decreasePriority(E, double) - Method in class edu.stanford.nlp.util.BinaryHeapPriorityQueue
Demotes a key in the queue, adding it if it wasn't there already.
decrementCount(E, double) - Method in class edu.stanford.nlp.stats.Counter
Subtracts the given count from the current count for the given key.
decrementCount(E) - Method in class edu.stanford.nlp.stats.Counter
Subtracts 1.0 from the count for the given key.
decrementCount(E, int) - Method in class edu.stanford.nlp.stats.IntCounter
Subtracts the given count from the current count for the given key.
decrementCount(E) - Method in class edu.stanford.nlp.stats.IntCounter
Subtracts 1 from the count for the given key.
decrementCount(K1, K2) - Method in class edu.stanford.nlp.stats.TwoDimensionalCounter
 
decrementCount(K1, K2, double) - Method in class edu.stanford.nlp.stats.TwoDimensionalCounter
 
decrementCounts(Collection<E>, double) - Method in class edu.stanford.nlp.stats.Counter
Subtracts the given count from the current counts for each of the given keys.
decrementCounts(Collection<E>) - Method in class edu.stanford.nlp.stats.Counter
Subtracts 1.0 from the counts of each of the given keys.
decrementCounts(Collection<E>, int) - Method in class edu.stanford.nlp.stats.IntCounter
Subtracts the given count from the current counts for each of the given keys.
decrementCounts(Collection<E>) - Method in class edu.stanford.nlp.stats.IntCounter
Subtracts 1 from the counts of each of the given keys.
deepCopy(int[][]) - Static method in class edu.stanford.nlp.math.ArrayMath
 
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
 
deeperCopy() - Method in class edu.stanford.nlp.trees.Tree
Same as deepCopy but makes a copy of the labels as well.
deeperCopy(TreeFactory) - Method in class edu.stanford.nlp.trees.Tree
Same as deepCopy but makes a copy of the labels as well.
deeperCopy(TreeFactory, LabelFactory) - Method in class edu.stanford.nlp.trees.Tree
Same as deepCopy but will copy the labels over as well.
DEFAULT - Static variable in interface edu.stanford.nlp.trees.tregex.TregexParserConstants
 
DEFAULT - Static variable in interface edu.stanford.nlp.trees.tregex.tsurgeon.TsurgeonParserConstants
 
DEFAULT_CHECKER - Static variable in class edu.stanford.nlp.stats.EquivalenceClassEval
A default equality checker that uses Object.equals(java.lang.Object) to determine equality.
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.
DEFAULT_PARSER_FILE - Static variable in class edu.stanford.nlp.trees.EnglishGrammaticalStructure
 
DEFAULT_TREE_FILE_SUFFIX - Static variable in class edu.stanford.nlp.trees.Treebank
 
defaultCompiler - Static variable in class edu.stanford.nlp.trees.tregex.TregexPatternCompiler
 
defaultOldChars - Static variable in class edu.stanford.nlp.process.PTBEscapingProcessor
 
defaultRule - Variable in class edu.stanford.nlp.trees.AbstractCollinsHeadFinder
 
defaultTestSentence() - Method in class edu.stanford.nlp.parser.lexparser.ArabicTreebankParserParams
Return a default sentence for the language (for testing).
defaultTestSentence() - Method in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
Return a default sentence for the language (for testing)
defaultTestSentence() - Method in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams
Return a default sentence for the language (for testing)
defaultTestSentence() - Method in class edu.stanford.nlp.parser.lexparser.NegraPennTreebankParserParams
Return a default sentence for the language (for testing)
defaultTestSentence() - Method in interface edu.stanford.nlp.parser.lexparser.TreebankLangParserParams
Return a default sentence of the language (for testing).
defaultTestSentence() - Method in class edu.stanford.nlp.parser.lexparser.TueBaDZParserParams
Returns the first sentence of TueBaDZ.
DELETE - Static variable in interface edu.stanford.nlp.trees.tregex.tsurgeon.TsurgeonParserConstants
 
deleteSplitters - Static variable in class edu.stanford.nlp.parser.lexparser.Train
 
dep() - Method in class edu.stanford.nlp.trees.TypedDependency
 
Dependencies - Class in edu.stanford.nlp.trees
Utilities for Dependency objects.
dependencies - Variable in class edu.stanford.nlp.trees.GrammaticalStructure
 
dependencies() - Method in class edu.stanford.nlp.trees.GrammaticalStructure
Returns the set of (governor, dependent) dependencies in this GrammaticalStructure.
dependencies() - Method in class edu.stanford.nlp.trees.Tree
Return a set of Word-Word dependencies, represented as Dependency objects, for the Tree.
dependencies(Filter) - Method in class edu.stanford.nlp.trees.Tree
Return a set of Word-Word dependencies, represented as Dependency objects, for the Tree.
dependencies(HeadFinder) - Method in class edu.stanford.nlp.trees.Tree
Return a set of Word-Word dependencies, represented as Dependency objects for the Tree.
dependencies(Filter, HeadFinder) - Method in class edu.stanford.nlp.trees.Tree
Return a set of Word-Word dependencies, represented as Dependency objects, for the Tree.
dependencies(Filter, HeadFinder) - Method in class edu.stanford.nlp.trees.TreeGraphNode
Return a set of node-node dependencies, represented as Dependency objects, for the Tree.
Dependencies.DependentPuncTagRejectFilter - Class in edu.stanford.nlp.trees
 
Dependencies.DependentPuncTagRejectFilter(Filter) - Constructor for class edu.stanford.nlp.trees.Dependencies.DependentPuncTagRejectFilter
 
Dependencies.DependentPuncWordRejectFilter - Class in edu.stanford.nlp.trees
 
Dependencies.DependentPuncWordRejectFilter(Filter) - Constructor for class edu.stanford.nlp.trees.Dependencies.DependentPuncWordRejectFilter
 
Dependency - Interface in edu.stanford.nlp.trees
An individual dependency between a governor and a dependent.
dependencyCounter - Variable in class edu.stanford.nlp.parser.lexparser.MLEDependencyGrammarExtractor
This is where all dependencies are stored (using full tag space).
dependencyFactory() - Method in interface edu.stanford.nlp.trees.Dependency
Provide a factory for this kind of dependency
DependencyFactory - Interface in edu.stanford.nlp.trees
A factory for dependencies of a certain type.
dependencyFactory() - Method in class edu.stanford.nlp.trees.UnnamedDependency
 
DependencyGrammar - Interface in edu.stanford.nlp.parser.lexparser
An interface for DependencyGrammars.
dependencyGrammarExtractor(Options) - Method in class edu.stanford.nlp.parser.lexparser.AbstractTreebankParserParams
 
dependencyGrammarExtractor(Options) - Method in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
 
dependencyGrammarExtractor(Options) - Method in interface edu.stanford.nlp.parser.lexparser.TreebankLangParserParams
 
dependencyIndexComparator() - Static method in class edu.stanford.nlp.trees.Dependencies
 
dependencyObjectify(Tree, HeadFinder, TreeTransformer, DependencyTyper<E>) - Static method in class edu.stanford.nlp.parser.lexparser.AbstractTreebankParserParams
Returns the set of dependencies in a tree, according to some DependencyTyper.
DependencyTreeTransformer - Class in edu.stanford.nlp.trees
Transforms an English structure parse tree in order to get the dependencies right: -- put a ROOT node -- remove NONE nodes -- retain only NP-TMP and NP-ADV tags
DependencyTreeTransformer() - Constructor for class edu.stanford.nlp.trees.DependencyTreeTransformer
 
DependencyTyper<T> - Interface in edu.stanford.nlp.trees
A generified interface for making some kind of dependency object between a head and dependent.
dependent() - Method in interface edu.stanford.nlp.trees.Dependency
Describes the dependent (argument/modifier) of the dependency relation.
DEPENDENT - Static variable in class edu.stanford.nlp.trees.GrammaticalRelation
The "dependent" grammatical relation, which is the inverse of "governor".
dependent() - Method in class edu.stanford.nlp.trees.UnnamedDependency
 
depth() - Method in class edu.stanford.nlp.stats.GeneralizedCounter
Returns the depth of the GeneralizedCounter (i.e., the dimension of the distribution).
depth() - Method in class edu.stanford.nlp.trees.Tree
Finds the depth of the tree.
depth(Tree) - Method in class edu.stanford.nlp.trees.Tree
Finds the distance from this node to the specified node.
depthFirstSearch(boolean, StringBuffer) - Method in class edu.stanford.nlp.fsm.TransducerGraph
 
depWeight - Static variable in class edu.stanford.nlp.parser.lexparser.Test
Weighting on dependency log probs.
DESCENDING_COMPARATOR - Static variable in class edu.stanford.nlp.util.ScoredComparator
 
deserializeCounter(String) - Static method in class edu.stanford.nlp.stats.Counters
 
determineHead(Tree) - Method in class edu.stanford.nlp.trees.AbstractCollinsHeadFinder
Determine which daughter of the current parse tree is the head.
determineHead(Tree, Tree) - Method in class edu.stanford.nlp.trees.AbstractCollinsHeadFinder
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, Tree) - Method in interface edu.stanford.nlp.trees.HeadFinder
Determine which daughter of the current parse tree is the head given the parent of the tree.
determineHead(Tree) - Method in class edu.stanford.nlp.trees.LeftHeadFinder
 
determineHead(Tree, Tree) - Method in class edu.stanford.nlp.trees.LeftHeadFinder
 
determineNonTrivialHead(Tree, Tree) - Method in class edu.stanford.nlp.trees.AbstractCollinsHeadFinder
Called by determineHead and may be overridden in subclasses if special treatment is necessary for particular categories.
determineNonTrivialHead(Tree, Tree) - Method in class edu.stanford.nlp.trees.SemanticHeadFinder
Determine which daughter of the current parse tree is the head.
DETERMINER - Static variable in class edu.stanford.nlp.trees.EnglishGrammaticalRelations
The "determiner" grammatical relation.
DETERMINER - Static variable in class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalRelations
The "determiner modifier" grammatical relation.
dg - Variable in class edu.stanford.nlp.parser.lexparser.BiLexPCFGParser
 
dg - Variable in class edu.stanford.nlp.parser.lexparser.FastFactoredParser
 
dg - Variable in class edu.stanford.nlp.parser.lexparser.ParserData
 
diag(int[][]) - Static method in class edu.stanford.nlp.math.ArrayMath
Returns diagonal elements of the given (square) matrix.
diff(Counter<T>, Counter<T>) - Static method in class edu.stanford.nlp.stats.Counters
 
diff(Set<E>, Set<E>) - Static method in class edu.stanford.nlp.util.Sets
Returns the difference of sets s1 and s2.
difference(Collection, Collection) - Method in class edu.stanford.nlp.fsm.FastExactAutomatonMinimizer
 
DIRECT_OBJECT - Static variable in class edu.stanford.nlp.trees.EnglishGrammaticalRelations
The "direct object" grammatical relation.
DIRECT_OBJECT - Static variable in class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalRelations
 
directional - Variable in class edu.stanford.nlp.parser.lexparser.AbstractDependencyGrammar
 
directional - Variable in class edu.stanford.nlp.parser.lexparser.MLEDependencyGrammarExtractor
Whether left and right is distinguished.
directional - Variable in class edu.stanford.nlp.parser.lexparser.Options
Whether dependency grammar considers left/right direction.
DisabledPreferences - Class in edu.stanford.nlp.util
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 in edu.stanford.nlp.util
Returns do-nothing Preferences implementation.
DisabledPreferencesFactory() - Constructor for class edu.stanford.nlp.util.DisabledPreferencesFactory
 
discardFrags - Variable in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
 
discoverEdge(Edge) - Method in class edu.stanford.nlp.parser.lexparser.BiLexPCFGParser
 
discoverHook(Hook) - Method in class edu.stanford.nlp.parser.lexparser.BiLexPCFGParser
 
discoverItem(Item) - Method in class edu.stanford.nlp.parser.lexparser.BiLexPCFGParser
 
diskTreebank() - Method in class edu.stanford.nlp.parser.lexparser.ArabicTreebankParserParams
 
diskTreebank() - Method in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
Uses a DiskTreebank with a CHTBTokenizer and a BobChrisTreeNormalizer.
diskTreebank() - Method in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams
Allows you to read in trees from the source you want.
diskTreebank() - Method in class edu.stanford.nlp.parser.lexparser.NegraPennTreebankParserParams
 
diskTreebank() - Method in interface edu.stanford.nlp.parser.lexparser.TreebankLangParserParams
returns a DiskTreebank appropriate to the treebank source
diskTreebank() - Method in class edu.stanford.nlp.parser.lexparser.TueBaDZParserParams
 
DiskTreebank - Class in edu.stanford.nlp.trees
A DiskTreebank is a Collection of Trees.
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.
display(Counter, PrintWriter) - Method in class edu.stanford.nlp.parser.lexparser.AbstractEval.CatErrorEval
 
display(boolean, PrintWriter) - Method in class edu.stanford.nlp.parser.lexparser.AbstractEval.CatErrorEval
 
display(boolean) - Method in class edu.stanford.nlp.parser.lexparser.AbstractEval
 
display(boolean, PrintWriter) - Method in class edu.stanford.nlp.parser.lexparser.AbstractEval
 
display(Counter, int, PrintWriter) - Method in class edu.stanford.nlp.parser.lexparser.AbstractEval.RuleErrorEval
 
display(boolean, PrintWriter) - Method in class edu.stanford.nlp.parser.lexparser.AbstractEval.RuleErrorEval
 
display(boolean, PrintWriter) - Method in class edu.stanford.nlp.parser.lexparser.AbstractEval.ScoreEval
 
display() - Method in class edu.stanford.nlp.parser.lexparser.AbstractTreebankParserParams
display language-specific settings
display() - Method in class edu.stanford.nlp.parser.lexparser.ArabicTreebankParserParams
 
display() - Method in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
 
display(boolean, PrintWriter) - Method in class edu.stanford.nlp.parser.lexparser.ConstituentEvalByCat
 
display() - Method in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams
 
display() - Static method in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams.EnglishTrain
 
display(boolean, PrintWriter) - Method in class edu.stanford.nlp.parser.lexparser.LabeledConstituentEval.CBEval
 
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() - Static method in class edu.stanford.nlp.parser.lexparser.Train
 
display() - Method in interface edu.stanford.nlp.parser.lexparser.TreebankLangParserParams
display language-specific settings
display() - Method in class edu.stanford.nlp.parser.lexparser.TueBaDZParserParams
 
display() - Method in class edu.stanford.nlp.stats.EquivalenceClassEval
Displays the cumulative results of the evaluation to System.out.
display(PrintWriter) - Method in class edu.stanford.nlp.stats.EquivalenceClassEval
Displays the cumulative results of the evaluation.
DISPLAY_SCORES - Static variable in class edu.stanford.nlp.trees.Tree
 
displayHeadScores() - Method in class edu.stanford.nlp.parser.lexparser.ExhaustiveDependencyParser
This displays a headScore matrix, which will be valid after parsing a sentence.
displayLast() - Method in class edu.stanford.nlp.stats.EquivalenceClassEval
Displays the results of the previous Collection pair evaluation to System.out.
displayLast(PrintWriter) - Method in class edu.stanford.nlp.stats.EquivalenceClassEval
Displays the results of the previous Collection pair evaluation.
distance - Variable in class edu.stanford.nlp.parser.lexparser.IntDependency
 
distance - Variable in class edu.stanford.nlp.parser.lexparser.Options
Use distance bins in the dependency calculations
distanceBin(int) - Method in class edu.stanford.nlp.parser.lexparser.AbstractDependencyGrammar
 
distanceBin(int) - Method in interface edu.stanford.nlp.parser.lexparser.DependencyGrammar
 
Distribution<E> - Class in edu.stanford.nlp.stats
Immutable class for representing normalized, smoothed discrete distributions from Counters.
distributionFromLogisticCounter(GenericCounter<E>) - Static method in class edu.stanford.nlp.stats.Distribution
Maps a counter representing the linear weights of a multiclass logistic regression model to the probabilities of each class.
distributionWithDirichletPrior(GenericCounter<E>, Distribution<E>, double) - Static method in class edu.stanford.nlp.stats.Distribution
Returns a Distribution that uses prior as a Dirichlet prior weighted by weight.
divideBy(double) - Method in class edu.stanford.nlp.stats.Counter
Divides every count by the given divisor.
divideBy(Counter<E>) - Method in class edu.stanford.nlp.stats.Counter
Divides every non-zero count by the count for the corresponding key in the argument Counter.
division(GenericCounter<E>, GenericCounter<E>) - Static method in class edu.stanford.nlp.stats.Counters
Returns c1 divided by c2.
DO_TAGS - Static variable in class edu.stanford.nlp.parser.lexparser.SisterAnnotationStats
 
docID() - Method in interface edu.stanford.nlp.ling.HasIndex
 
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
 
Document<T> - Interface in edu.stanford.nlp.ling
Represents a text document as a list of Words with a title.
DocumentPreprocessor - Class in edu.stanford.nlp.process
Fully customizable preprocessor for XML, HTML, and PLAIN text documents.
DocumentPreprocessor(TokenizerFactory) - Constructor for class edu.stanford.nlp.process.DocumentPreprocessor
 
DocumentPreprocessor() - Constructor for class edu.stanford.nlp.process.DocumentPreprocessor
Constructs a preprocessor using the default tokenzier: PTBTokenizer.
DocumentPreprocessor(boolean) - Constructor for class edu.stanford.nlp.process.DocumentPreprocessor
Constructs a preprocessor using the default tokenzier: PTBTokenizer.
DocumentReader - Class in edu.stanford.nlp.ling
Basic mechanism for reading in Documents from various input sources.
DocumentReader() - Constructor for class edu.stanford.nlp.ling.DocumentReader
Constructs a new DocumentReader without an initial input source.
DocumentReader(Reader) - Constructor for class edu.stanford.nlp.ling.DocumentReader
Constructs a new DocumentReader using a PTBTokenizerFactory and keeps the original text.
DocumentReader(Reader, TokenizerFactory, boolean) - Constructor for class edu.stanford.nlp.ling.DocumentReader
Constructs a new DocumentReader that will read text from the given Reader and tokenize it into words using the given Tokenizer.
doDep - Variable in class edu.stanford.nlp.parser.lexparser.Options
Do a dependency parse of the sentence.
doing(String) - Method in class edu.stanford.nlp.util.Timing
Print the start of timing message to stderr and start the timer.
dominates(Tree) - Method in class edu.stanford.nlp.trees.Tree
Returns true if this dominates the Tree passed in as an argument.
dominatesC - Static variable in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams.EnglishTrain
Verbal distance -- mark whether symbol dominates a conjunction (CC)
dominatesI - Static variable in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams.EnglishTrain
Verbal distance -- mark whether symbol dominates a preposition (IN)
dominatesV - Static variable in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
Verbal distance -- mark whether symbol dominates a verb (V*).
dominatesV - Static variable in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams.EnglishTrain
Verbal distance -- mark whether symbol dominates a verb (V*, MD).
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.
Done() - Static method in class edu.stanford.nlp.trees.tregex.SimpleCharStream
 
Done() - Static method in class edu.stanford.nlp.trees.tregex.tsurgeon.SimpleCharStream
 
done() - Method in class edu.stanford.nlp.util.Timing
Finish the line from startDoing with the end of the timing done message and elapsed time in x.y seconds.
done(String) - Method in class edu.stanford.nlp.util.Timing
Give a line saying that something is " done".
DONT_CAPITALIZE_TIMEX - Static variable in class edu.stanford.nlp.process.Americanize
 
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
 
dotProduct(GenericCounter<E>, GenericCounter<E>) - Static method in class edu.stanford.nlp.stats.Counters
Returns the product of c1 and c2.
doubleArrayToFloatArray(double[]) - Static method in class edu.stanford.nlp.math.ArrayMath
 
doubleArrayToFloatArray(double[][]) - Static method in class edu.stanford.nlp.math.ArrayMath
 
doubleMax() - Method in class edu.stanford.nlp.stats.Counter
 
doubleMax() - Method in interface edu.stanford.nlp.stats.GenericCounter
Returns the value of the maximum entry in this counter, as a double.
doubleMax() - Method in class edu.stanford.nlp.stats.IntCounter
 
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.BiLexPCFGParser
 
dparser - Variable in class edu.stanford.nlp.parser.lexparser.LexicalizedParser
The dependency parser.
drawSample() - Method in class edu.stanford.nlp.stats.Distribution
Exactly the same as sampleFrom(), needed for the Sampler interface.
drawSample() - Method in interface edu.stanford.nlp.stats.Sampler
 
dump() - Method in class edu.stanford.nlp.util.ArrayHeap
 
dumpSizes() - Method in class edu.stanford.nlp.parser.lexparser.MLEDependencyGrammar
 
dumpStats() - Method in class edu.stanford.nlp.parser.lexparser.TreeAnnotatorAndBinarizer
 
dumpTagging - Static variable in class edu.stanford.nlp.parser.lexparser.ExhaustivePCFGParser
 
DVP_MODIFIER - Static variable in class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalRelations
The "dvp marker" grammatical relation.
DVPM_MODIFIER - Static variable in class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalRelations
The "dvp modifier" grammatical relation.
dynamicCounterWithDirichletPrior(GenericCounter<E>, Distribution<E>, double) - Static method in class edu.stanford.nlp.stats.Distribution
Like normalizedCounterWithDirichletPrior except probabilities are computed dynamically from the counter and prior instead of all at once up front.

E

Edge - Class in edu.stanford.nlp.parser.lexparser
Class for parse edges.
Edge() - Constructor for class edu.stanford.nlp.parser.lexparser.Edge
 
editDistance(String, String) - Static method in class edu.stanford.nlp.util.StringUtils
Computes the Levenshtein (edit) distance of the two given Strings.
edu.stanford.nlp.fsm - package edu.stanford.nlp.fsm
 
edu.stanford.nlp.io - package edu.stanford.nlp.io
 
edu.stanford.nlp.io.ui - package edu.stanford.nlp.io.ui
 
edu.stanford.nlp.ling - package edu.stanford.nlp.ling
 
edu.stanford.nlp.math - package edu.stanford.nlp.math
 
edu.stanford.nlp.misc - package edu.stanford.nlp.misc
 
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 probabilistic parsers for natural language text.
edu.stanford.nlp.parser.ui - package edu.stanford.nlp.parser.ui
 
edu.stanford.nlp.process - package edu.stanford.nlp.process
 
edu.stanford.nlp.stats - package edu.stanford.nlp.stats
 
edu.stanford.nlp.swing - package edu.stanford.nlp.swing
 
edu.stanford.nlp.trees - package edu.stanford.nlp.trees
 
edu.stanford.nlp.trees.international.arabic - package edu.stanford.nlp.trees.international.arabic
 
edu.stanford.nlp.trees.international.negra - package edu.stanford.nlp.trees.international.negra
 
edu.stanford.nlp.trees.international.pennchinese - package edu.stanford.nlp.trees.international.pennchinese
 
edu.stanford.nlp.trees.international.tuebadz - package edu.stanford.nlp.trees.international.tuebadz
 
edu.stanford.nlp.trees.tregex - package edu.stanford.nlp.trees.tregex
 
edu.stanford.nlp.trees.tregex.tsurgeon - package edu.stanford.nlp.trees.tregex.tsurgeon
 
edu.stanford.nlp.util - package edu.stanford.nlp.util
 
edu.stanford.nlp.web - package edu.stanford.nlp.web
 
elements - Variable in class edu.stanford.nlp.util.Beam
 
elems() - Method in class edu.stanford.nlp.util.IntTuple
 
EMPTY - Static variable in class edu.stanford.nlp.ling.Word
Word representation of an empty.
EMPTY_STRING_ARRAY - Static variable in class edu.stanford.nlp.util.StringUtils
 
EMPTY_TSURGEON_ARRAY - Static variable in class edu.stanford.nlp.trees.tregex.tsurgeon.TsurgeonPattern
 
EMPTYSTRING - Static variable in class edu.stanford.nlp.ling.Word
String representation of an empty.
ENCODING - Static variable in class edu.stanford.nlp.trees.international.pennchinese.ChineseTreebankLanguagePack
 
encoding() - Method in class edu.stanford.nlp.trees.Treebank
Returns the encoding in use for treebank file bytestream access.
EncodingPrintWriter - Class in edu.stanford.nlp.io
A convenience IO class with print and println statements to standard output and standard error allowing encoding in an arbitrary character set.
EncodingPrintWriter.err - Class in edu.stanford.nlp.io
Print methods wrapped around System.err
EncodingPrintWriter.out - Class in edu.stanford.nlp.io
Print methods wrapped around System.out
end - Variable in class edu.stanford.nlp.parser.lexparser.Test.Constraint
 
end() - Method in class edu.stanford.nlp.trees.Constituent
access end node.
end() - Method in class edu.stanford.nlp.trees.SimpleConstituent
access end node.
END_POSITION_KEY - Static variable in class edu.stanford.nlp.ling.AbstractMapLabel
The character offset of last character of token in source.
endColumn - Variable in class edu.stanford.nlp.trees.tregex.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endColumn - Variable in class edu.stanford.nlp.trees.tregex.tsurgeon.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endDoing() - Static method in class edu.stanford.nlp.util.Timing
Finish the line from startDoing with the end of the timing done message and elapsed time in x.y seconds.
endDoing(String) - Static method in class edu.stanford.nlp.util.Timing
Finish the line from startDoing with the end of the timing done message and elapsed time in x.y seconds.
endLine - Variable in class edu.stanford.nlp.trees.tregex.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endLine - Variable in class edu.stanford.nlp.trees.tregex.tsurgeon.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endNode - Variable in class edu.stanford.nlp.parser.lexparser.LatticeReader.LatticeWord
 
endPosition() - Method in class edu.stanford.nlp.ling.AbstractMapLabel
Return the ending character offset of the label (or -1 if none).
endTime() - Static method in class edu.stanford.nlp.util.Timing
Return elapsed time on (static) timer (without stopping timer).
endTime(String, PrintStream) - Static method in class edu.stanford.nlp.util.Timing
Print elapsed time on (static) timer (without stopping timer).
endTime(String) - Static method in class edu.stanford.nlp.util.Timing
Print elapsed time on (static) timer to System.err (without stopping timer).
EnglishGrammaticalRelations - Class in edu.stanford.nlp.trees
EnglishGrammaticalRelations is a set of GrammaticalRelation objects for the English language.
EnglishGrammaticalRelations() - Constructor for class edu.stanford.nlp.trees.EnglishGrammaticalRelations
 
EnglishGrammaticalStructure - Class in edu.stanford.nlp.trees
A GrammaticalStructure for English.
EnglishGrammaticalStructure(Tree) - Constructor for class edu.stanford.nlp.trees.EnglishGrammaticalStructure
Construct a new GrammaticalStructure from an existing parse tree.
EnglishGrammaticalStructure(Tree, Filter<String>) - Constructor for class edu.stanford.nlp.trees.EnglishGrammaticalStructure
Construct a new GrammaticalStructure from an existing parse tree.
EnglishPTBTreebankCorrector - Class in edu.stanford.nlp.trees
 
EnglishPTBTreebankCorrector() - Constructor for class edu.stanford.nlp.trees.EnglishPTBTreebankCorrector
 
EnglishTreebankParserParams - Class in edu.stanford.nlp.parser.lexparser
Parser parameters for the Penn English Treebank (WSJ, Brown, Switchboard).
EnglishTreebankParserParams() - Constructor for class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams
 
EnglishTreebankParserParams.EnglishSubcategoryStripper - Class in edu.stanford.nlp.parser.lexparser
 
EnglishTreebankParserParams.EnglishSubcategoryStripper() - Constructor for class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams.EnglishSubcategoryStripper
 
EnglishTreebankParserParams.EnglishTest - Class in edu.stanford.nlp.parser.lexparser
 
EnglishTreebankParserParams.EnglishTrain - Class in edu.stanford.nlp.parser.lexparser
 
ensure(Object) - Method in class edu.stanford.nlp.fsm.TransducerGraph
 
entropy(GenericCounter<E>) - Static method in class edu.stanford.nlp.stats.Counters
Calculates the entropy of the given counter (in bits).
entrySet() - Method in class edu.stanford.nlp.stats.Counter
 
entrySet() - Method in class edu.stanford.nlp.stats.GeneralizedCounter
Returns the set of entries in the GeneralizedCounter.
entrySet() - Method in class edu.stanford.nlp.stats.TwoDimensionalCounter
 
entrySet() - Method in class edu.stanford.nlp.util.ArrayMap
 
EntryValueComparator - Class in edu.stanford.nlp.util
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.
EOF - Static variable in interface edu.stanford.nlp.trees.tregex.TregexParserConstants
 
EOF - Static variable in interface edu.stanford.nlp.trees.tregex.tsurgeon.TsurgeonParserConstants
 
eol - Variable in exception edu.stanford.nlp.trees.tregex.ParseException
The end of line string for this machine.
eol - Variable in exception edu.stanford.nlp.trees.tregex.tsurgeon.ParseException
The end of line string for this machine.
eolString - Variable in class edu.stanford.nlp.process.TokenizerAdapter
 
EPSILON_INPUT - Static variable in class edu.stanford.nlp.fsm.TransducerGraph
 
equalContents(int[][], int[][]) - Static method in class edu.stanford.nlp.util.ArrayUtils
Tests two int[][] arrays for having equal contents.
equalContents(int[], int[]) - Static method in class edu.stanford.nlp.util.ArrayUtils
tests two int[] arrays for having equal contents
equals(Object) - Method in class edu.stanford.nlp.fsm.TransducerGraph.Arc
 
equals(Object) - Method in class edu.stanford.nlp.ling.FeatureLabel
 
equals(Object) - Method in class edu.stanford.nlp.ling.ValueLabel
Equality for ValueLabels is defined in the first instance as equality of their String value().
equals(Object) - Method in class edu.stanford.nlp.ling.WordLemmaTag
Equality is satisfied only if the compared object is a WordLemmaTag and has String-equal word, lemma and tag fields.
equals(Object) - Method in class edu.stanford.nlp.ling.WordTag
 
equals(Object) - Method in class edu.stanford.nlp.parser.lexparser.BinaryRule
 
equals(Object) - Method in class edu.stanford.nlp.parser.lexparser.Edge
 
equals(Object) - Method in class edu.stanford.nlp.parser.lexparser.Hook
Hooks are equal if they have same state, substate, head, tag, start, and end.
equals(Object) - Method in class edu.stanford.nlp.parser.lexparser.IntDependency
 
equals(Object) - Method in class edu.stanford.nlp.parser.lexparser.IntTaggedWord
 
equals(Object) - Method in class edu.stanford.nlp.parser.lexparser.LatticeReader.LatticeWord
 
equals(Object) - Method in class edu.stanford.nlp.parser.lexparser.UnaryRule
A UnaryRule is equal to another UnaryRule with the same parent and child.
equals(Object) - Method in class edu.stanford.nlp.stats.Counter
 
equals(Object) - Method in class edu.stanford.nlp.stats.Distribution
 
equals(Distribution) - Method in class edu.stanford.nlp.stats.Distribution
 
equals(Object) - Method in class edu.stanford.nlp.stats.IntCounter
 
equals(Object) - Method in class edu.stanford.nlp.stats.TwoDimensionalCounter
 
equals(Object) - Method in class edu.stanford.nlp.trees.Constituent
Compare with another Object for equality.
equals(GrammaticalRelation) - Method in class edu.stanford.nlp.trees.GrammaticalRelation
 
equals(Object) - Method in class edu.stanford.nlp.trees.Tree
Implements equality for Tree's.
equals(Object) - Method in class edu.stanford.nlp.trees.TreeGraphNode
Implements equality for TreeGraphNodes.
equals(Object) - Method in class edu.stanford.nlp.trees.TypedDependency
 
equals(Object) - Method in class edu.stanford.nlp.trees.UnnamedDependency
 
equals(Object) - Method in class edu.stanford.nlp.util.ArrayMap
 
equals(double[][], double[][]) - Static method in class edu.stanford.nlp.util.ArrayUtils
Tests two double[][] arrays for having equal contents.
equals(boolean[][], boolean[][]) - Static method in class edu.stanford.nlp.util.ArrayUtils
Tests two boolean[][] arrays for having equal contents.
equals(Object) - Method in class edu.stanford.nlp.util.IntTuple
 
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
 
equalsIgnoreName(Object) - Method in interface edu.stanford.nlp.trees.Dependency
Are two dependencies equal if you ignore the dependency name.
equalsIgnoreName(Object) - Method in class edu.stanford.nlp.trees.UnnamedDependency
 
equivalenceClass(T) - Method in interface edu.stanford.nlp.stats.EquivalenceClasser
 
equivalenceClass(Object) - Method in class edu.stanford.nlp.trees.WordCatEquivalenceClasser
 
EquivalenceClasser<T> - Interface in edu.stanford.nlp.stats
A strategy-type interface for specifying a function from Objects to their equivalence classes.
EquivalenceClassEval - Class in edu.stanford.nlp.stats
A class for calculating precision and recall statistics based on comparisons between two Collections.
EquivalenceClassEval() - Constructor for class edu.stanford.nlp.stats.EquivalenceClassEval
Specifies a default EquivalenceClassEval, using Object.equals(java.lang.Object) as equality criterion and grouping all items into the "null" equivalence class for reporting purposes
EquivalenceClassEval(EquivalenceClasser) - Constructor for class edu.stanford.nlp.stats.EquivalenceClassEval
Specifies an EquivalenceClassEval using Object.equals(java.lang.Object) as equality criterion and grouping all items according to the EquivalenceClasser argument.
EquivalenceClassEval(EquivalenceClassEval.EqualityChecker) - Constructor for class edu.stanford.nlp.stats.EquivalenceClassEval
Specifies an EquivalenceClassEval using the Eval.EqualityChecker argument as equality criterion and grouping all items into a single equivalence class for reporting statistics.
EquivalenceClassEval(EquivalenceClasser, String) - Constructor for class edu.stanford.nlp.stats.EquivalenceClassEval
Specifies an EquivalenceClassEval using Object.equals(java.lang.Object) as equality criterion and grouping all items according to the EquivalenceClasser argument.
EquivalenceClassEval(EquivalenceClasser, EquivalenceClassEval.EqualityChecker) - Constructor for class edu.stanford.nlp.stats.EquivalenceClassEval
Specifies an EquivalenceClassEval using the Eval.EqualityChecker argument as equality criterion and grouping all items according to the EquivalenceClasser argument.
EquivalenceClassEval(EquivalenceClasser, EquivalenceClassEval.EqualityChecker, String) - Constructor for class edu.stanford.nlp.stats.EquivalenceClassEval
Specifies an EquivalenceClassEval using the Eval.EqualityChecker argument as equality criterion and grouping all items according to the EquivalenceClasser argument.
equivalenceClassEval() - Method in interface edu.stanford.nlp.stats.EquivalenceClassEval.Factory
 
EquivalenceClassEval.EqualityChecker<T> - Interface in edu.stanford.nlp.stats
A strategy-type interface for specifying an equality criterion for pairs of Objects.
EquivalenceClassEval.Factory - Interface in edu.stanford.nlp.stats
 
escapeString(String, char[], char) - Static method in class edu.stanford.nlp.util.StringUtils
 
escapeStringForXML(String) - Static method in class edu.stanford.nlp.util.XMLUtils
Returns a String in which all of the special characters of XML have been escaped.
escapeTextAroundXMLTags(String) - Static method in class edu.stanford.nlp.util.XMLUtils
 
escapeXML(String) - Static method in class edu.stanford.nlp.util.XMLUtils
Returns a String in which all the XML special characters have been escaped.
ETC - Static variable in class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalRelations
The "etc" grammatical relation.
eval(Collection, Collection) - Method in class edu.stanford.nlp.stats.EquivalenceClassEval
Adds a round of evaluation between guesses and golds Collections to the tabulated statistics of the evaluation.
eval(Collection, Collection, PrintWriter) - Method in class edu.stanford.nlp.stats.EquivalenceClassEval
 
EvalB - Class in edu.stanford.nlp.parser.lexparser
 
EvalB() - Constructor for class edu.stanford.nlp.parser.lexparser.EvalB
 
evalb - Static variable in class edu.stanford.nlp.parser.lexparser.Test
Write EvalB-readable output files.
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.
evalBIgnoredPunctuationTagRejectFilter() - Method in class edu.stanford.nlp.trees.AbstractTreebankLanguagePack
Returns a filter that accepts everything except a String that is a punctuation tag that should be ignored by EVALB-style evaluation.
evalBIgnoredPunctuationTagRejectFilter() - Method in interface edu.stanford.nlp.trees.TreebankLanguagePack
Returns a filter that accepts everything except a String that is a punctuation tag that should be ignored by EVALB-style evaluation.
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.international.arabic.ArabicTreebankLanguagePack
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.
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.
evals - Static variable in class edu.stanford.nlp.parser.lexparser.Test
What evaluations to report and how to report them (using LexicalizedParser).
evalTypes - Variable in class edu.stanford.nlp.trees.TreeToBracketProcessor
 
evaluate(Tree, Tree, PrintWriter) - Method in class edu.stanford.nlp.parser.lexparser.AbstractEval.CatErrorEval
 
evaluate(Tree, Tree) - Method in class edu.stanford.nlp.parser.lexparser.AbstractEval
 
evaluate(Tree, Tree, PrintWriter) - Method in class edu.stanford.nlp.parser.lexparser.AbstractEval
 
evaluate(Tree, Tree, PrintWriter) - Method in class edu.stanford.nlp.parser.lexparser.AbstractEval.RuleErrorEval
 
evaluate(Tree, Tree, PrintWriter) - Method in class edu.stanford.nlp.parser.lexparser.AbstractEval.TaggingEval
 
evaluate(Tree, Tree, PrintWriter) - Method in class edu.stanford.nlp.parser.lexparser.ConstituentEvalByCat
 
evaluate(Tree, Tree, PrintWriter) - Method in class edu.stanford.nlp.parser.lexparser.LabeledConstituentEval.CBEval
 
evaluate(Tree, Tree, PrintWriter) - Method in class edu.stanford.nlp.parser.lexparser.LabeledConstituentEval
 
evaluate(Tree, TregexMatcher) - Method in class edu.stanford.nlp.trees.tregex.tsurgeon.CoindexNodes
 
evaluate(Tree, TregexMatcher) - Method in class edu.stanford.nlp.trees.tregex.tsurgeon.TsurgeonPattern
Evaluates the pattern against a Tree and a TregexMatcher that has been successfully matched against the tree.
evaluateCoverage(Collection<Tree>, Set, Set, Set<IntTaggedWord>) - Method in class edu.stanford.nlp.parser.lexparser.BaseLexicon
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.
ExactGrammarCompactor - Class in edu.stanford.nlp.fsm
 
ExactGrammarCompactor(boolean, boolean) - Constructor for class edu.stanford.nlp.fsm.ExactGrammarCompactor
 
EXCISE - Static variable in interface edu.stanford.nlp.trees.tregex.tsurgeon.TsurgeonParserConstants
 
ExhaustiveDependencyParser - Class in edu.stanford.nlp.parser.lexparser
An exhaustive O(n4t2) time and O(n2t) space dependency parser.
ExhaustiveDependencyParser(DependencyGrammar, Lexicon, Options) - Constructor for class edu.stanford.nlp.parser.lexparser.ExhaustiveDependencyParser
 
ExhaustivePCFGParser - Class in edu.stanford.nlp.parser.lexparser
An exhaustive generalized CKY PCFG parser.
ExhaustivePCFGParser(BinaryGrammar, UnaryGrammar, Lexicon, Options) - Constructor for class edu.stanford.nlp.parser.lexparser.ExhaustivePCFGParser
 
exhaustiveTest - Static variable in class edu.stanford.nlp.parser.lexparser.Test
 
exp(double[]) - Static method in class edu.stanford.nlp.math.ArrayMath
 
exp(Counter<T>) - Static method in class edu.stanford.nlp.stats.Counters
 
ExpandBuff(boolean) - Static method in class edu.stanford.nlp.trees.tregex.SimpleCharStream
 
ExpandBuff(boolean) - Static method in class edu.stanford.nlp.trees.tregex.tsurgeon.SimpleCharStream
 
expandDependency(IntDependency, double) - Method in class edu.stanford.nlp.parser.lexparser.MLEDependencyGrammar
The dependency arg is still in the full tag space.
expandDependencyMap - Variable in class edu.stanford.nlp.parser.lexparser.AbstractDependencyGrammar
 
expectedTokenSequences - Variable in exception edu.stanford.nlp.trees.tregex.ParseException
Each entry in this array is an array of integers.
expectedTokenSequences - Variable in exception edu.stanford.nlp.trees.tregex.tsurgeon.ParseException
Each entry in this array is an array of integers.
expInPlace(double[]) - Static method in class edu.stanford.nlp.math.ArrayMath
 
EXPLETIVE - Static variable in class edu.stanford.nlp.trees.EnglishGrammaticalRelations
The "expletive" grammatical relation.
ext - Static variable in class edu.stanford.nlp.trees.TreeToBracketProcessor
 
EXT_SUBJECT - Static variable in class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalRelations
The "topic" grammatical relation.
ExtensionFileFilter - Class in edu.stanford.nlp.io
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.
extract() - Method in class edu.stanford.nlp.parser.lexparser.AbstractTreeExtractor
 
extract(Collection<Tree>) - Method in class edu.stanford.nlp.parser.lexparser.AbstractTreeExtractor
 
extract(Collection<Tree>, Collection<Tree>, double) - Method in class edu.stanford.nlp.parser.lexparser.AbstractTreeExtractor
 
extract(Iterator<Tree>, Function<Tree, Tree>) - Method in class edu.stanford.nlp.parser.lexparser.AbstractTreeExtractor
 
extract(Collection<Tree>) - Method in interface edu.stanford.nlp.parser.lexparser.Extractor
 
extract(Iterator<Tree>, Function<Tree, Tree>) - Method in interface edu.stanford.nlp.parser.lexparser.Extractor
 
extractBestParse(int, int, int) - Method in class edu.stanford.nlp.parser.lexparser.ExhaustivePCFGParser
 
extractBestParses(int, int, int) - Method in class edu.stanford.nlp.parser.lexparser.ExhaustivePCFGParser
Return all best parses (except no ties allowed on POS tags?).
extractedEdges - Variable in class edu.stanford.nlp.parser.lexparser.BiLexPCFGParser
 
extractedHooks - Variable in class edu.stanford.nlp.parser.lexparser.BiLexPCFGParser
 
extractGrammars(List) - Static method in class edu.stanford.nlp.parser.lexparser.TreebankAnnotator
 
extractLexicon(List, Options) - 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.
Extractor - Interface in edu.stanford.nlp.parser.lexparser
 
extractParse(Edge) - Method in class edu.stanford.nlp.parser.lexparser.BiLexPCFGParser
 

F

f1(Object) - Method in class edu.stanford.nlp.stats.EquivalenceClassEval
 
f1(double, double) - Static method in class edu.stanford.nlp.stats.EquivalenceClassEval
 
f1(Counter, Counter) - Static method in class edu.stanford.nlp.stats.EquivalenceClassEval
 
FactoredParser - Class in edu.stanford.nlp.parser.lexparser
 
factorial(int) - Static method in class edu.stanford.nlp.math.SloppyMath
Uses floating point so that it can represent the really big numbers that come up.
factory() - Static method in class edu.stanford.nlp.ling.CategoryWordTag
Return a factory for this kind of label
factory() - Static method in class edu.stanford.nlp.ling.FeatureLabel
 
factory() - Static method in class edu.stanford.nlp.ling.LabeledWord
Return a factory for this kind of label.
factory() - Static method in class edu.stanford.nlp.ling.MapLabel
Return a factory for MapLabels.
factory() - Static method in class edu.stanford.nlp.ling.StringLabel
Return a factory for this kind of label.
factory() - Static method in class edu.stanford.nlp.ling.TaggedWord
Return a factory for this kind of label.
factory() - Static method in class edu.stanford.nlp.ling.Word
Return a factory for this kind of label.
factory() - Static method in class edu.stanford.nlp.ling.WordTag
Return a factory for this kind of label.
factory() - Static method in class edu.stanford.nlp.process.PTBTokenizer
 
factory(boolean) - Static method in class edu.stanford.nlp.process.PTBTokenizer
 
factory(boolean, LexedTokenFactory<T>) - Static method in class edu.stanford.nlp.process.PTBTokenizer
 
factory(boolean, boolean) - Static method in class edu.stanford.nlp.process.PTBTokenizer
 
factory(boolean, boolean, boolean) - Static method in class edu.stanford.nlp.process.PTBTokenizer
 
factory - Variable in class edu.stanford.nlp.process.PTBTokenizer.PTBTokenizerFactory
 
factory() - Static method in class edu.stanford.nlp.process.WhitespaceTokenizer
 
factory(boolean) - Static method in class edu.stanford.nlp.process.WhitespaceTokenizer
 
factory(WordSegmenter) - Static method in class edu.stanford.nlp.process.WordSegmentingTokenizer
 
factory() - Method in class edu.stanford.nlp.stats.EquivalenceClassEval
returns a new EquivalenceClassEval.Factory instance that vends new EquivalenceClassEval instances with settings like this
factory() - Static method in class edu.stanford.nlp.trees.international.arabic.ArabicTokenizer
 
factory(boolean) - Static method in class edu.stanford.nlp.trees.international.arabic.ArabicTokenizer
 
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.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.TreeGraphNode
Return a TreeFactory that produces trees of type TreeGraphNode.
factory(LabelFactory) - Static method in class edu.stanford.nlp.trees.TreeGraphNode
Return a TreeFactory that produces trees of type TreeGraphNode, with the Label made by the supplied LabelFactory.
factory() - Static method in class edu.stanford.nlp.trees.UnnamedDependency
 
FastExactAutomatonMinimizer - Class in edu.stanford.nlp.fsm
Minimization in n log n a la Hopcroft.
FastExactAutomatonMinimizer() - Constructor for class edu.stanford.nlp.fsm.FastExactAutomatonMinimizer
 
fastFactoredCandidateAddend - Static variable in class edu.stanford.nlp.parser.lexparser.Test
This variable says to find k good factored parses, how many added on best PCFG parses should be examined.
fastFactoredCandidateMultiplier - Static variable in class edu.stanford.nlp.parser.lexparser.Test
This variable says to find k good fast factored parses, how many times k of the best PCFG parses should be examined.
FastFactoredParser - Class in edu.stanford.nlp.parser.lexparser
Provides a much faster way to realize the factored parsing idea, including easily returning "k good" results at the expense of optimality.
FEATURE_SEP - Static variable in class edu.stanford.nlp.trees.international.negra.NegraLabel
 
FeatureLabel - Class in edu.stanford.nlp.ling
An AbstractMapLabel implementation which defines equality as equality of the internal map.
FeatureLabel() - Constructor for class edu.stanford.nlp.ling.FeatureLabel
 
FeatureLabel(MapFactory) - Constructor for class edu.stanford.nlp.ling.FeatureLabel
 
FeatureLabel(String[], String[]) - Constructor for class edu.stanford.nlp.ling.FeatureLabel
 
FeatureLabel(AbstractMapLabel) - Constructor for class edu.stanford.nlp.ling.FeatureLabel
Copy constructor.
FeatureLabel(Map) - Constructor for class edu.stanford.nlp.ling.FeatureLabel
Copy constructor.
FeatureLabelTokenFactory - Class in edu.stanford.nlp.process
Constructs FeatureLabel as a String with a corresponding BEGIN and END position.
FeatureLabelTokenFactory() - Constructor for class edu.stanford.nlp.process.FeatureLabelTokenFactory
 
features - Variable in class edu.stanford.nlp.ling.FeatureLabel
 
FEATURES_KEY - Static variable in class edu.stanford.nlp.ling.AbstractMapLabel
The standard key for the features which is a Collection
featureValue(String) - Method in class edu.stanford.nlp.trees.international.negra.NegraLabel
 
Featurizable - Interface in edu.stanford.nlp.ling
Interface for Objects that can be described by their features.
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-alphanumeric chars are underscores.
FilePathProcessor - Class in edu.stanford.nlp.util
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 in edu.stanford.nlp.util
Interface for a Visitor pattern for Files.
fill(double[][], double) - Static method in class edu.stanford.nlp.util.ArrayUtils
 
fill(double[][][], double) - Static method in class edu.stanford.nlp.util.ArrayUtils
 
fill(double[][][][], double) - Static method in class edu.stanford.nlp.util.ArrayUtils
 
fill(boolean[][], boolean) - Static method in class edu.stanford.nlp.util.ArrayUtils
 
fill(boolean[][][], boolean) - Static method in class edu.stanford.nlp.util.ArrayUtils
 
fill(boolean[][][][], boolean) - Static method in class edu.stanford.nlp.util.ArrayUtils
 
FillBuff() - Static method in class edu.stanford.nlp.trees.tregex.SimpleCharStream
 
FillBuff() - Static method in class edu.stanford.nlp.trees.tregex.tsurgeon.SimpleCharStream
 
Filter<T> - Interface in edu.stanford.nlp.util
Filter is an interface for predicate objects which respond to the accept method.
filter(E[], Filter<E>) - 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.
filterInfinite(double[]) - Static method in class edu.stanford.nlp.math.ArrayMath
 
FilteringTreeReader - Class in edu.stanford.nlp.trees
A FilteringTreeReader filters the output of another TreeReader.
FilteringTreeReader(TreeReader, Filter<Tree>) - Constructor for class edu.stanford.nlp.trees.FilteringTreeReader
 
filterNaN(double[]) - Static method in class edu.stanford.nlp.math.ArrayMath
 
filterNaNAndInfinite(double[]) - Static method in class edu.stanford.nlp.math.ArrayMath
 
Filters - Class in edu.stanford.nlp.util
Filters contains some simple implementations of the Filter interface.
finalize() - Method in class edu.stanford.nlp.parser.lexparser.ChineseSimWordAvgDepGrammar
 
find() - Method in class edu.stanford.nlp.trees.tregex.TreeMatcher
Attempts to find the next match, if any.
find() - Method in class edu.stanford.nlp.trees.tregex.TregexMatcher
Find the next match of the pattern on the tree
find(String, String) - Static method in class edu.stanford.nlp.util.StringUtils
Say whether this regular expression can be found inside this String.
findMarkedHead(Tree) - Method in class edu.stanford.nlp.trees.AbstractCollinsHeadFinder
A way for subclasses for corpora with explicit head markings to return the explicitly marked head
findMarkedHead(Tree) - Method in class edu.stanford.nlp.trees.international.arabic.ArabicHeadFinder
Predicatively marked elements in a sentence should be noted as heads
findMarkedHead(Tree[]) - Method in class edu.stanford.nlp.trees.international.negra.NegraHeadFinder
 
findMarkedHead(Tree) - Method in class edu.stanford.nlp.trees.international.tuebadz.TueBaDZHeadFinder
 
findNext() - Method in class edu.stanford.nlp.trees.tregex.TreePattern
 
findNextMatchingNode() - Method in class edu.stanford.nlp.trees.tregex.TregexMatcher
Find the next match of the pattern on the tree such that the matching node (that is, the tree node matching the root node of the pattern) differs from the previous matching node.
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
 
first() - Method 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.
firstKeySet() - Method in class edu.stanford.nlp.stats.TwoDimensionalCounter
 
FixedPrioritiesPriorityQueue<E> - Class in edu.stanford.nlp.util
A priority queue based on a binary heap.
FixedPrioritiesPriorityQueue() - Constructor for class edu.stanford.nlp.util.FixedPrioritiesPriorityQueue
 
FixedPrioritiesPriorityQueue(int) - Constructor for class edu.stanford.nlp.util.FixedPrioritiesPriorityQueue
 
fixQuotes - Variable in class edu.stanford.nlp.process.PTBEscapingProcessor
 
flatten() - Method in class edu.stanford.nlp.stats.TwoDimensionalCounter
 
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.
flatten(double[][]) - Static method in class edu.stanford.nlp.util.ArrayUtils
 
flexiTag - Variable in class edu.stanford.nlp.parser.lexparser.Options.LexOptions
 
floatArrayToDoubleArray(float[]) - Static method in class edu.stanford.nlp.math.ArrayMath
 
floatArrayToDoubleArray(float[][]) - Static method in class edu.stanford.nlp.math.ArrayMath
 
floatValue() - Method in class edu.stanford.nlp.util.MutableDouble
 
floatValue() - Method in class edu.stanford.nlp.util.MutableInteger
 
floodTags - Variable in class edu.stanford.nlp.parser.lexparser.ExhaustivePCFGParser
 
flushSpi() - Method in class edu.stanford.nlp.util.DisabledPreferences
 
followArcToNode(Object) - Method in class edu.stanford.nlp.trees.TreeGraphNode
Returns a single TreeGraphNode to which there exists an arc bearing the specified label from this node, or null if no such node exists.
followArcToSet(Object) - Method in class edu.stanford.nlp.trees.TreeGraphNode
Returns the Set of TreeGraphNodes to which there exist arcs bearing the specified label from this node, or null if no such nodes exist.
FontDetector - Class in edu.stanford.nlp.swing
Detects which Fonts can be used to display unicode characters in a given language.
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
formatter - Static variable in class edu.stanford.nlp.parser.lexparser.ChineseCharacterBasedLexicon
 
formResult() - Method in class edu.stanford.nlp.parser.lexparser.AbstractTreeExtractor
 
formResult() - Method in class edu.stanford.nlp.parser.lexparser.BinaryGrammarExtractor
 
formResult() - Method in class edu.stanford.nlp.parser.lexparser.MLEDependencyGrammarExtractor
 
fractionBeforeUnseenCounting - Static variable in class edu.stanford.nlp.parser.lexparser.Train
Start to aggregate signature-tag pairs only for words unseen in the first this fraction of the data.
FragDiscardingPennTreeReader - Class in edu.stanford.nlp.trees.international.pennchinese
 
FragDiscardingPennTreeReader(Reader, TreeFactory, TreeNormalizer, Tokenizer) - Constructor for class edu.stanford.nlp.trees.international.pennchinese.FragDiscardingPennTreeReader
 
freeDependencies - Variable in class edu.stanford.nlp.parser.lexparser.Options
if true, any child can be the head (seems rather bad!)
fromString(String) - Static method in class edu.stanford.nlp.stats.Counter
converts from format printed by toString method back into a Counter.
fscorer - Variable in class edu.stanford.nlp.parser.lexparser.BiLexPCFGParser
 
Function<T1,T2> - Interface in edu.stanford.nlp.process
An interface for classes that act as a function transforming one object to another.

G

gamma(double) - Static method in class edu.stanford.nlp.math.SloppyMath
 
GAZETTEER_KEY - Static variable in class edu.stanford.nlp.ling.AbstractMapLabel
The standard key for the gazetteer information
GeneralizedCounter - Class in edu.stanford.nlp.stats
A class for keeping double counts of Lists of a prespecified length.
GeneralizedCounter(int) - Constructor for class edu.stanford.nlp.stats.GeneralizedCounter
Constructs a new GeneralizedCounter of a specified depth
GenericCounter<E> - Interface in edu.stanford.nlp.stats
Interface to a generic (type-independent) Counter.
genStop - Variable in class edu.stanford.nlp.parser.lexparser.Options
 
GermanUnknownWordModel - Class in edu.stanford.nlp.parser.lexparser
An unknown word model for German.
GermanUnknownWordModel(Options.LexOptions) - Constructor for class edu.stanford.nlp.parser.lexparser.GermanUnknownWordModel
 
get(Object) - Method in class edu.stanford.nlp.ling.AbstractMapLabel
Returns the value to which the map contained in this label maps the specified key.
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.Index
Gets the object whose index is the integer argument.
get(int) - Method in class edu.stanford.nlp.util.IntTuple
 
getAllDependents(TreeGraphNode) - Method in class edu.stanford.nlp.trees.GrammaticalStructure
returns all the dependencies of a certain node.
getAllTranslations(String) - Method in class edu.stanford.nlp.trees.international.pennchinese.ChineseEnglishWordMap
 
getAnnotatedBinaryTreebankFromTreebank(Treebank, Treebank, Options) - Static method in class edu.stanford.nlp.parser.lexparser.LexicalizedParser
 
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.
getBaseName(String) - Static method in class edu.stanford.nlp.util.StringUtils
Strip directory from filename.
getBaseName(String, String) - Static method in class edu.stanford.nlp.util.StringUtils
Strip directory and suffix from filename.
getBaseTag(int, TreebankLanguagePack) - Method in class edu.stanford.nlp.parser.lexparser.BaseLexicon
 
getBasicCategoryFunction() - Method in class edu.stanford.nlp.trees.AbstractTreebankLanguagePack
Returns a Function object that maps Strings to Strings according to this TreebankLanguagePack's basicCategory method.
getBasicCategoryFunction() - Method in interface edu.stanford.nlp.trees.TreebankLanguagePack
Returns a Function object that maps Strings to Strings according to this TreebankLanguagePack's basicCategory method.
getBeginColumn() - Static method in class edu.stanford.nlp.trees.tregex.SimpleCharStream
 
getBeginColumn() - Static method in class edu.stanford.nlp.trees.tregex.tsurgeon.SimpleCharStream
 
getBeginLine() - Static method in class edu.stanford.nlp.trees.tregex.SimpleCharStream
 
getBeginLine() - Static method in class edu.stanford.nlp.trees.tregex.tsurgeon.SimpleCharStream
 
getBestDependencyParse() - Method in class edu.stanford.nlp.parser.lexparser.LexicalizedParser
 
getBestDependencyParse(boolean) - Method in class edu.stanford.nlp.parser.lexparser.LexicalizedParser
 
getBestParse() - Method in class edu.stanford.nlp.parser.lexparser.BiLexPCFGParser
Return the best parse of the sentence most recently parsed.
getBestParse() - Method in class edu.stanford.nlp.parser.lexparser.ExhaustiveDependencyParser
Return the best dependency parse for a sentence.
getBestParse() - Method in class edu.stanford.nlp.parser.lexparser.ExhaustivePCFGParser
 
getBestParse() - Method in class edu.stanford.nlp.parser.lexparser.FastFactoredParser
Return the best parse of the sentence most recently parsed.
getBestParse() - Method in class edu.stanford.nlp.parser.lexparser.LexicalizedParser
Return the best parse of the sentence most recently parsed.
getBestParse() - Method in interface edu.stanford.nlp.parser.ViterbiParser
Returns a best parse of the last sentence on which parse was called, or null if none exists.
getBestParses() - Method in interface edu.stanford.nlp.parser.KBestViterbiParser
Get a complete set of the maximally scoring parses for a sentence, rather than one chosen at random.
getBestParses() - Method in class edu.stanford.nlp.parser.lexparser.BiLexPCFGParser
Get a complete set of the maximally scoring parses for a sentence, rather than one chosen at random.
getBestParses() - Method in class edu.stanford.nlp.parser.lexparser.ExhaustiveDependencyParser
Get a complete set of the maximally scoring parses for a sentence, rather than one chosen at random.
getBestParses() - Method in class edu.stanford.nlp.parser.lexparser.ExhaustivePCFGParser
Get a complete set of the maximally scoring parses for a sentence, rather than one chosen at random.
getBestParses() - Method in class edu.stanford.nlp.parser.lexparser.FastFactoredParser
Get a complete set of the maximally scoring parses for a sentence, rather than one chosen at random.
getBestPCFGParse() - Method in class edu.stanford.nlp.parser.lexparser.LexicalizedParser
 
getBestPCFGParse(boolean) - Method in class edu.stanford.nlp.parser.lexparser.LexicalizedParser
 
getBestScore() - Method in interface edu.stanford.nlp.parser.KBestViterbiParser
Gets the score (typically a log probability) of the best parse of a sentence.
getBestScore() - Method in class edu.stanford.nlp.parser.lexparser.BiLexPCFGParser
 
getBestScore() - Method in class edu.stanford.nlp.parser.lexparser.ExhaustiveDependencyParser
 
getBestScore() - Method in class edu.stanford.nlp.parser.lexparser.ExhaustivePCFGParser
 
getBestScore(String) - Method in class edu.stanford.nlp.parser.lexparser.ExhaustivePCFGParser
 
getBestScore() - Method in class edu.stanford.nlp.parser.lexparser.FastFactoredParser
 
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.ling.DocumentReader
Wraps the given Reader in a BufferedReader or returns it directly if it is already a BufferedReader.
getCategoryAndFunctionFunction() - Method in class edu.stanford.nlp.trees.AbstractTreebankLanguagePack
Returns a Function object that maps Strings to Strings according to this TreebankLanguagePack's categoryAndFunction method.
getCategoryAndFunctionFunction() - Method in interface edu.stanford.nlp.trees.TreebankLanguagePack
Returns a Function object that maps Strings to Strings according to this TreebankLanguagePack's categoryAndFunction method.
getChars(char) - Static method in class edu.stanford.nlp.trees.international.pennchinese.RadicalMap
What are the Characters with this primary radical?
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 a List of children for the current node.
getColumn() - Static method in class edu.stanford.nlp.trees.tregex.SimpleCharStream
Deprecated.  
getColumn() - Static method in class edu.stanford.nlp.trees.tregex.tsurgeon.SimpleCharStream
Deprecated.  
getConj(String) - Static method in class edu.stanford.nlp.trees.EnglishGrammaticalRelations
The "conj" grammatical relation.
getConjs() - Static method in class edu.stanford.nlp.trees.EnglishGrammaticalRelations
 
getCopy() - Method in class edu.stanford.nlp.util.IntPair
 
getCopy() - Method in class edu.stanford.nlp.util.IntQuadruple
 
getCopy() - Method in class edu.stanford.nlp.util.IntTriple
 
getCopy() - Method in class edu.stanford.nlp.util.IntTuple
 
getCopy() - Method in class edu.stanford.nlp.util.IntUni
 
getCount(E) - Method in class edu.stanford.nlp.stats.Counter
Returns the current count for the given key, which is 0 if it hasn't been seen before.
getCount(E) - Method in class edu.stanford.nlp.stats.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.stats.GeneralizedCounter
Equivalent to GeneralizedCounter.getCounts(java.util.List)({o}); works only for depth 1 GeneralizedCounters
getCount(Object, Object) - Method in class edu.stanford.nlp.stats.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.stats.GeneralizedCounter
A convenience method equivalent to GeneralizedCounter.getCounts(java.util.List)({o1,o2,o3}); works only for depth 3 GeneralizedCounters
getCount(E) - Method in interface edu.stanford.nlp.stats.GenericCounter
Returns the count for this key as a double.
getCount(E) - Method in class edu.stanford.nlp.stats.IntCounter
Returns the current count for the given key, which is 0 if it hasn't been seen before.
getCount(K1, K2) - Method in class edu.stanford.nlp.stats.TwoDimensionalCounter
 
getCountAsString(E) - Method in class edu.stanford.nlp.stats.Counter
 
getCountAsString(E) - Method in interface edu.stanford.nlp.stats.GenericCounter
Returns the count for this key as a String.
getCountAsString(E) - Method in class edu.stanford.nlp.stats.IntCounter
 
getCountCounts(GenericCounter<E>) - Static method in class edu.stanford.nlp.stats.Counters
 
getCounter() - Method in class edu.stanford.nlp.stats.Distribution
 
getCounter(K1) - Method in class edu.stanford.nlp.stats.TwoDimensionalCounter
 
getCounts(List) - Method in class edu.stanford.nlp.stats.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.DiskTreebank
Return the File from which trees are currently being read by apply() and passed to a TreePprocessor.
getDependencyPath(int, int) - Method in class edu.stanford.nlp.trees.GrammaticalStructure
Returns the dependency path as a list of String, from node to root, it is assumed that that root is an ancestor of node
getDependencyPath(TreeGraphNode, TreeGraphNode) - Method in class edu.stanford.nlp.trees.GrammaticalStructure
Returns the dependency path as a list of String, from node to root, it is assumed that that root is an ancestor of node
getDependents(TreeGraphNode) - Method in class edu.stanford.nlp.trees.GrammaticalStructure
Tries to return a Set of leaf (terminal) nodes which are the DEPENDENTs of the given node t.
getDeps(boolean, Filter<TypedDependency>) - Method in class edu.stanford.nlp.trees.GrammaticalStructure
The constructor builds a list of typed dependencies using information from a GrammaticalStructure.
getDescription() - Method in class edu.stanford.nlp.io.ExtensionFileFilter
Returns a description of what extension is being used (for file choosers).
getDistribution(GenericCounter<E>) - Static method in class edu.stanford.nlp.stats.Distribution
Creates a Distribution from the given counter, ie makes an internal copy of the counter and divides all counts by the total count.
getDistributionFromLogValues(GenericCounter<E>) - Static method in class edu.stanford.nlp.stats.Distribution
Creates a Distribution from the given counter, ie makes an internal copy of the counter and divides all counts by the total count.
getDistributionFromPartiallySpecifiedCounter(Counter<E>, int) - Static method in class edu.stanford.nlp.stats.Distribution
Assuming that c has a total count < 1, returns a new Distribution using the counts in c as probabilities.
getDistributionWithReservedMass(GenericCounter<E>, double) - Static method in class edu.stanford.nlp.stats.Distribution
 
getDouble(List, int) - Static method in class edu.stanford.nlp.util.CollectionUtils
Returns (Double)list.get(index).
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).
getdouble(Map, Object) - Static method in class edu.stanford.nlp.util.CollectionUtils
Returns ((Double)map.get(key)).doubleValue().
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.international.negra.NegraPennLanguagePack
Return the input Charset encoding for the Treebank.
getEncoding() - Method in class edu.stanford.nlp.trees.international.pennchinese.ChineseTreebankLanguagePack
Return the input Charset encoding for the Treebank.
getEncoding() - Method in interface edu.stanford.nlp.trees.TreebankLanguagePack
Return the charset encoding of the Treebank.
getEndColumn() - Static method in class edu.stanford.nlp.trees.tregex.SimpleCharStream
 
getEndColumn() - Static method in class edu.stanford.nlp.trees.tregex.tsurgeon.SimpleCharStream
 
getEndLine() - Static method in class edu.stanford.nlp.trees.tregex.SimpleCharStream
 
getEndLine() - Static method in class edu.stanford.nlp.trees.tregex.tsurgeon.SimpleCharStream
 
getEndNodes() - Method in class edu.stanford.nlp.fsm.TransducerGraph
 
getEnglishSplitCategories(String) - Static method in class edu.stanford.nlp.parser.lexparser.ParentAnnotationStats
This is hardwired to calculate the split categories from English Penn Treebank sections 2-21 with a default cutoff of 300 (as used in ACL03PCFG).
getEvalbF1() - Method in class edu.stanford.nlp.parser.lexparser.AbstractEval
 
getEvalbF1Percent() - Method in class edu.stanford.nlp.parser.lexparser.AbstractEval
 
getExact() - Method in class edu.stanford.nlp.parser.lexparser.AbstractEval
 
getExactPercent() - Method in class edu.stanford.nlp.parser.lexparser.AbstractEval
 
getFactory(String) - Static method in class edu.stanford.nlp.objectbank.XMLBeginEndIterator
Returns a factory that vends BeginEndIterators that reads the contents of the given Reader, extracts text between the specified Strings, then returns the result.
getFactory(String, boolean, boolean) - Static method in class edu.stanford.nlp.objectbank.XMLBeginEndIterator
 
getFactory(String, Function) - Static method in class edu.stanford.nlp.objectbank.XMLBeginEndIterator
 
getFactory(String, Function, boolean, boolean) - Static method in class edu.stanford.nlp.objectbank.XMLBeginEndIterator
 
getFeatures() - Method in class edu.stanford.nlp.ling.AbstractMapLabel
 
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 class edu.stanford.nlp.util.FixedPrioritiesPriorityQueue
Returns the highest-priority element without removing it from 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.
getFirstTranslation(String) - Method in class edu.stanford.nlp.trees.international.pennchinese.ChineseEnglishWordMap
 
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
 
getGovernor(TreeGraphNode) - Method in class edu.stanford.nlp.trees.GrammaticalStructure
Tries to return a leaf (terminal) node which is the GOVERNOR of the given node t.
getGrammaticalRelation(int, int) - Method in class edu.stanford.nlp.trees.GrammaticalStructure
Get GrammaticalRelation between gov and dep, and null if gov is not the governor of dep
getGrammaticalRelation(TreeGraphNode, TreeGraphNode) - Method in class edu.stanford.nlp.trees.GrammaticalStructure
Get GrammaticalRelation between gov and dep, and null if gov is not the governor of dep
getGraphFromMap(Map, Object) - Method in class edu.stanford.nlp.parser.lexparser.GrammarCompactor
 
getHasWord(int) - Method in class edu.stanford.nlp.ling.Sentence
Return the Word at the given index.
getHeadFinder() - Method in class edu.stanford.nlp.trees.TreePrint
 
GetImage() - Static method in class edu.stanford.nlp.trees.tregex.SimpleCharStream
 
GetImage() - Static method in class edu.stanford.nlp.trees.tregex.tsurgeon.SimpleCharStream
 
getIndex(List, Object) - Static method in class edu.stanford.nlp.util.CollectionUtils
Returns the index of the first occurrence in the list of the specified object, using object identity (==) not equality as the criterion for object presence.
getInnerMapFactory() - Method in class edu.stanford.nlp.stats.TwoDimensionalCounter
 
getInput() - Method in class edu.stanford.nlp.fsm.TransducerGraph.Arc
 
getInputEncoding() - Method in class edu.stanford.nlp.parser.lexparser.AbstractTreebankParserParams
Returns the input encoding being used.
getInputEncoding() - Method in interface edu.stanford.nlp.parser.lexparser.TreebankLangParserParams
Returns the input encoding being used.
getInputs() - Method in class edu.stanford.nlp.fsm.TransducerGraph
 
getInsertNPinPP() - Method in class edu.stanford.nlp.trees.international.negra.NegraPennTreeNormalizer
 
getInstance() - Static method in class edu.stanford.nlp.trees.international.pennchinese.ChineseEnglishWordMap
A method for getting a singleton instance of this class.
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().
getIntCount(Object) - Method in class edu.stanford.nlp.stats.IntCounter
Returns the current count for the given key, which is 0 if it hasn't been seen before.
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).
getIntTuple(int) - Static method in class edu.stanford.nlp.util.IntTuple
 
getIntTuple(ArrayList) - Static method in class edu.stanford.nlp.util.IntTuple
 
getInverseArcs(Object, Object) - Method in class edu.stanford.nlp.fsm.FastExactAutomatonMinimizer
 
getInverseArcs(Object) - Method in class edu.stanford.nlp.fsm.FastExactAutomatonMinimizer
 
getInverseImages(FastExactAutomatonMinimizer.Split) - Method in class edu.stanford.nlp.fsm.FastExactAutomatonMinimizer
 
getIterator(Reader) - Method in interface edu.stanford.nlp.objectbank.IteratorFromReaderFactory
 
getIterator(Reader) - Method in class edu.stanford.nlp.process.PTBTokenizer.PTBTokenizerFactory
 
getIterator(Reader) - Method in class edu.stanford.nlp.trees.TreeTokenizerFactory
Same as getTokenizer().
getKBestParses(int) - Method in interface edu.stanford.nlp.parser.KBestViterbiParser
Get the exact k best parses for the sentence.
getKBestParses(int) - Method in class edu.stanford.nlp.parser.lexparser.BiLexPCFGParser
Get the exact k best parses for the sentence.
getKBestParses(int) - Method in class edu.stanford.nlp.parser.lexparser.ExhaustiveDependencyParser
Get the exact k best parses for the sentence.
getKBestParses(int) - Method in class edu.stanford.nlp.parser.lexparser.ExhaustivePCFGParser
Get the exact k best parses for the sentence.
getKBestParses(int) - Method in class edu.stanford.nlp.parser.lexparser.FastFactoredParser
Get the exact k best parses for the sentence.
getKBestPCFGParses(int) - Method in class edu.stanford.nlp.parser.lexparser.LexicalizedParser
Returns the trees (and scores) corresponding to the k-best derivations of the sentence.
getKeepOriginalText() - Method in class edu.stanford.nlp.ling.DocumentReader
Returns whether created documents will store their source text along with tokenized words.
getKGoodFactoredParses(int) - Method in class edu.stanford.nlp.parser.lexparser.LexicalizedParser
 
getKGoodParses(int) - Method in interface edu.stanford.nlp.parser.KBestViterbiParser
Get k good parses for the sentence.
getKGoodParses(int) - Method in class edu.stanford.nlp.parser.lexparser.BiLexPCFGParser
Return the list of k "good" parses of the sentence most recently parsed.
getKGoodParses(int) - Method in class edu.stanford.nlp.parser.lexparser.ExhaustiveDependencyParser
Get k good parses for the sentence.
getKGoodParses(int) - Method in class edu.stanford.nlp.parser.lexparser.ExhaustivePCFGParser
Get k good parses for the sentence.
getKGoodParses(int) - Method in class edu.stanford.nlp.parser.lexparser.FastFactoredParser
Return the list of N "good" parses of the sentence most recently parsed.
getKSampledParses(int) - Method in interface edu.stanford.nlp.parser.KBestViterbiParser
Get k parse samples for the sentence.
getKSampledParses(int) - Method in class edu.stanford.nlp.parser.lexparser.BiLexPCFGParser
Get k parse samples for the sentence.
getKSampledParses(int) - Method in class edu.stanford.nlp.parser.lexparser.ExhaustiveDependencyParser
Get k parse samples for the sentence.
getKSampledParses(int) - Method in class edu.stanford.nlp.parser.lexparser.ExhaustivePCFGParser
Get k parse samples for the sentence.
getKSampledParses(int) - Method in class edu.stanford.nlp.parser.lexparser.FastFactoredParser
Get k parse samples for the sentence.
getLabeledTreeToCategoryWordTagTreeFunction() - Static method in class edu.stanford.nlp.trees.TreeFunctions
Return a Function that maps from StringLabel labeled trees to LabeledScoredTrees with a CategoryWordTag label.
getLabeledTreeToStringLabeledTreeFunction() - Static method in class edu.stanford.nlp.trees.TreeFunctions
Return an Function that maps from Label-labeled trees (any implementing class) to LabeledScored trees with a StringLabel label.
getLatticeWords() - Method in class edu.stanford.nlp.parser.lexparser.LatticeReader
 
getLeaveGF() - Method in class edu.stanford.nlp.trees.international.negra.NegraPennTreeNormalizer
 
getLeaves() - Method in class edu.stanford.nlp.trees.Tree
Gets the leaves of the tree.
getLeaves(List<Tree>) - Method in class edu.stanford.nlp.trees.Tree
Gets the leaves of the tree.
getLemma() - Method in class edu.stanford.nlp.ling.AbstractMapLabel
 
getLexicon() - Method in class edu.stanford.nlp.parser.lexparser.LexicalizedParser
 
getLine() - Static method in class edu.stanford.nlp.trees.tregex.SimpleCharStream
Deprecated.  
getLine() - Static method in class edu.stanford.nlp.trees.tregex.tsurgeon.SimpleCharStream
Deprecated.  
getListComparator() - Static method in class edu.stanford.nlp.util.CollectionUtils
 
getListGrammaticalRelation(TreeGraphNode, TreeGraphNode) - Method in class edu.stanford.nlp.trees.GrammaticalStructure
Get a list of GrammaticalRelation between gov and dep.
getLongName() - Method in class edu.stanford.nlp.trees.GrammaticalRelation
 
getMangledTree() - Method in class edu.stanford.nlp.trees.CollocationFinder
Returns the "collocations included" parse tree.
getMap(String) - Static method in class edu.stanford.nlp.parser.lexparser.ChineseSimWordAvgDepGrammar
 
getMapFactory() - Method in class edu.stanford.nlp.stats.Counter
 
getMapFactory() - Method in interface edu.stanford.nlp.stats.GenericCounter
Returns the MapFactory used by this counter.
getMapFactory() - Method in class edu.stanford.nlp.stats.IntCounter
 
getMapFromString(String, Class, Class, MapFactory) - Static method in class edu.stanford.nlp.util.CollectionUtils
 
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.
getMatch() - Method in class edu.stanford.nlp.trees.tregex.TreeMatcher
Returns the root node currently matched by the TreePattern
getMatch() - Method in class edu.stanford.nlp.trees.tregex.TregexMatcher
Get the last matching tree -- that is, the tree node that matches the root node of the pattern.
getMembers() - Method in interface edu.stanford.nlp.fsm.Block
 
getMessage() - Method in exception edu.stanford.nlp.trees.tregex.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in error edu.stanford.nlp.trees.tregex.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMessage() - Method in exception edu.stanford.nlp.trees.tregex.tsurgeon.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in error edu.stanford.nlp.trees.tregex.tsurgeon.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMiddle() - Method in class edu.stanford.nlp.util.IntQuadruple
 
getMiddle() - Method in class edu.stanford.nlp.util.IntTriple
 
getNext() - Method in class edu.stanford.nlp.process.AbstractTokenizer
Internally fetches the next token.
getNext() - Method in class edu.stanford.nlp.process.LexerTokenizer
Internally fetches the next token.
getNext() - Method in class edu.stanford.nlp.process.PTBTokenizer
Internally fetches the next token.
getNext() - Method in class edu.stanford.nlp.process.TokenizerAdapter
Internally fetches the next token.
getNext() - Method in class edu.stanford.nlp.process.WhitespaceTokenizer
Internally fetches the next token.
getNext() - Method in class edu.stanford.nlp.process.WordSegmentingTokenizer
 
getNext() - Method in class edu.stanford.nlp.trees.international.arabic.ArabicTokenizer
Internally fetches the next token.
getNext() - Method in class edu.stanford.nlp.trees.international.arabic.ArabicTreebankTokenizer
Internally fetches the next token.
getNext() - Method in class edu.stanford.nlp.trees.international.pennchinese.CHTBTokenizer
Internally fetches the next token.
getNextToken() - Static method in class edu.stanford.nlp.trees.tregex.TregexParserTokenManager
 
getNextToken() - Static method in class edu.stanford.nlp.trees.tregex.tsurgeon.TsurgeonParserTokenManager
 
getNode(Object) - Method in class edu.stanford.nlp.trees.tregex.TreeMatcher
Returns the relevant node in the pattern by the name it was given in the TreePattern
getNode(Object) - Method in class edu.stanford.nlp.trees.tregex.TregexMatcher
Returns the node labeled with name in the pattern.
getNodeByIndex(int) - Method in class edu.stanford.nlp.trees.TreeGraph
Return the node in the this treegraph corresponding to the specified integer index.
getNodeInRelation(TreeGraphNode, GrammaticalRelation) - Method in class edu.stanford.nlp.trees.GrammaticalStructure
 
getNodeNumber(int) - Method in class edu.stanford.nlp.trees.Tree
Fetches the ith node in the tree, with node numbers defined as in Tree.nodeNumber(Tree).
getNodes() - Method in class edu.stanford.nlp.fsm.TransducerGraph
Just does union of keysets of maps.
getNodes() - Method in class edu.stanford.nlp.trees.TreeGraph
 
getNormalizedCount(E) - Method in class edu.stanford.nlp.stats.Counter
Return the proportion of the Counter mass under this key.
getNormalizedCount(E) - Method in class edu.stanford.nlp.stats.IntCounter
This has been de-deprecated in order to reduce compilation warnings, but really you should create a Distribution instead of using this method.
getNum() - Method in class edu.stanford.nlp.parser.lexparser.AbstractEval
 
getNumberers() - Static method in class edu.stanford.nlp.util.Numberer
 
getNumberOfKeys() - Method in class edu.stanford.nlp.stats.Distribution
 
getNumStates() - Method in class edu.stanford.nlp.parser.lexparser.LatticeReader
 
getObject(E) - Method in class edu.stanford.nlp.util.BinaryHeapPriorityQueue
Searches for the object in the queue and returns it.
getOp() - Method in class edu.stanford.nlp.parser.lexparser.LexicalizedParser
 
getOperationFromFile(String) - Static method in class edu.stanford.nlp.trees.tregex.tsurgeon.Tsurgeon
 
getOuterMapFactory() - Method in class edu.stanford.nlp.stats.TwoDimensionalCounter
 
getOutput() - Method in class edu.stanford.nlp.fsm.TransducerGraph.Arc
 
getOutputEncoding() - Method in class edu.stanford.nlp.parser.lexparser.AbstractTreebankParserParams
Returns the output encoding being used.
getOutputEncoding() - Method in interface edu.stanford.nlp.parser.lexparser.TreebankLangParserParams
Returns the output encoding being used.
getOutputOfPathInGraph(List) - Method in class edu.stanford.nlp.fsm.TransducerGraph
For testing only.
getPage() - Method in class edu.stanford.nlp.io.ui.OpenPageDialog
 
getParserDataFromFile(String, Options) - Static method in class edu.stanford.nlp.parser.lexparser.LexicalizedParser
 
getParserDataFromPetrovFiles(String, String) - Static method in class edu.stanford.nlp.parser.lexparser.LexicalizedParser
 
getParserDataFromSerializedFile(String) - Static method in class edu.stanford.nlp.parser.lexparser.LexicalizedParser
 
getParserDataFromTextFile(String, Options) - Static method in class edu.stanford.nlp.parser.lexparser.LexicalizedParser
 
getParserDataFromTreebank(Treebank, GrammarCompactor, Treebank) - Method in class edu.stanford.nlp.parser.lexparser.LexicalizedParser
 
getParserDataFromTreebank(Treebank, DiskTreebank, double, GrammarCompactor) - Method in class edu.stanford.nlp.parser.lexparser.LexicalizedParser
A method for training from two different treebanks, the second of which is presumed to be orders of magnitude larger.
getPathOutputs(List) - Method in class edu.stanford.nlp.fsm.TransducerGraph
For testing only.
getPCFGScore() - Method in class edu.stanford.nlp.parser.lexparser.LexicalizedParser
 
getPCFGScore(String) - Method in class edu.stanford.nlp.parser.lexparser.LexicalizedParser
 
getPerturbedDistribution(GenericCounter<E>, Random) - Static method in class edu.stanford.nlp.stats.Distribution
 
getPerturbedUniformDistribution(Set<E>, Random) - Static method in class edu.stanford.nlp.stats.Distribution
 
getPOSDistribution() - Method in class edu.stanford.nlp.parser.lexparser.ChineseCharacterBasedLexicon
 
getPrep(String) - Static method in class edu.stanford.nlp.trees.EnglishGrammaticalRelations
The "prep" grammatical relation.
getPrepC(String) - Static method in class edu.stanford.nlp.trees.EnglishGrammaticalRelations
The "prepc" grammatical relation.
getPreps() - Static method in class edu.stanford.nlp.trees.EnglishGrammaticalRelations
 
getPreTerminal(Tree, int) - Static method in class edu.stanford.nlp.trees.Trees
gets the nth preterminal in tree.
getPrintWriter() - Method in class edu.stanford.nlp.trees.TreePrint
 
getPriority() - Method in class edu.stanford.nlp.util.BinaryHeapPriorityQueue
Gets the priority of the highest-priority element of the queue.
getPriority(E) - 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 class edu.stanford.nlp.util.FixedPrioritiesPriorityQueue
Note that this method will be linear (not constant) time in this implementation! Better not to use it.
getPriority() - Method in class edu.stanford.nlp.util.FixedPrioritiesPriorityQueue
Gets the priority of the highest-priority element of the queue.
getPriority() - Method in interface edu.stanford.nlp.util.PriorityQueue
Gets the priority of the highest-priority element of the queue (without modifying the queue).
getPriority(E) - Method in interface edu.stanford.nlp.util.PriorityQueue
Get the priority of a key.
getRadical(char) - Static method in class edu.stanford.nlp.trees.international.pennchinese.RadicalMap
What is the primary radical of this char?
getReader() - Method in class edu.stanford.nlp.ling.DocumentReader
Returns the reader for the text input source of this DocumentReader.
getReader(String) - Static method in class edu.stanford.nlp.ling.DocumentReader
Returns a Reader that reads in the given text.
getReader(File) - Static method in class edu.stanford.nlp.ling.DocumentReader
Returns a Reader that reads in the given file.
getReader(URL) - Static method in class edu.stanford.nlp.ling.DocumentReader
Returns a Reader that reads in the given URL.
getReader(InputStream) - Static method in class edu.stanford.nlp.ling.DocumentReader
Returns a Reader that reads in the given InputStream.
getReader(Object) - Static method in class edu.stanford.nlp.ling.DocumentReader
Intelligently returns a Reader for a variety of input sources.
getRelatedNodes(Tree, Tree) - Method in class edu.stanford.nlp.trees.GrammaticalRelation
Given a Tree node t, attempts to return a list of nodes to which node t has this grammatical relation.
getReservedMass() - Method in class edu.stanford.nlp.stats.Distribution
 
getReverseMap() - Method in class edu.stanford.nlp.trees.international.pennchinese.ChineseEnglishWordMap
Returns a reversed map of the current map.
getRole() - Method in class edu.stanford.nlp.ling.AbstractMapLabel
 
getRoots(Collection<TypedDependency>) - Method in class edu.stanford.nlp.trees.GrammaticalStructure
Return a list of TypedDependencies which are not dependent on any node from the list
getRule(UnaryRule) - Method in class edu.stanford.nlp.parser.lexparser.UnaryGrammar
 
getSegmenterDataFromFile(String, Options) - Static method in class edu.stanford.nlp.parser.lexparser.ChineseLexiconAndWordSegmenter
 
getSegmenterDataFromSerializedFile(String) - Static method in class edu.stanford.nlp.parser.lexparser.ChineseLexiconAndWordSegmenter
 
getSemanticTag() - Method in class edu.stanford.nlp.ling.AbstractMapLabel
Returns the semantic head pos of the phrase if it exists, and null otherwise
getSemanticWord() - Method in class edu.stanford.nlp.ling.AbstractMapLabel
Returns the semantic head of the phrase if it exists, and null otherwise
getSentAveF1() - Method in class edu.stanford.nlp.parser.lexparser.AbstractEval
 
getSentencesFromHTML(String) - Method in class edu.stanford.nlp.process.DocumentPreprocessor
 
getSentencesFromHTML(Reader) - Method in class edu.stanford.nlp.process.DocumentPreprocessor
 
getSentencesFromText(String) - Method in class edu.stanford.nlp.process.DocumentPreprocessor
Reads a file or URL and outputs a list of sentences.
getSentencesFromText(String, boolean, String, int) - Method in class edu.stanford.nlp.process.DocumentPreprocessor
 
getSentencesFromText(Reader) - Method in class edu.stanford.nlp.process.DocumentPreprocessor
 
getSentencesFromText(String, Function<List<HasWord>, List<HasWord>>, String, int) - Method in class edu.stanford.nlp.process.DocumentPreprocessor
Produce a list of sentences from text.
getSentencesFromText(Reader, Function<List<HasWord>, List<HasWord>>, String, int) - Method in class edu.stanford.nlp.process.DocumentPreprocessor
Produce a list of sentences from a Reader.
getSentencesFromXML(String, String) - Method in class edu.stanford.nlp.process.DocumentPreprocessor
Returns a list of sentences contained in an XML file or URL, occuring between the begin and end of a selected tag.
getSentencesFromXML(String, String, boolean) - Method in class edu.stanford.nlp.process.DocumentPreprocessor
Returns a list of sentences contained in an XML file or URL, occuring between the begin and end of a selected tag.
getSentencesFromXML(String, String, String, boolean) - Method in class edu.stanford.nlp.process.DocumentPreprocessor
Returns a list of sentences contained in an XML file, occuring between the begin and end of a selected tag.
getSentencesFromXML(Reader, String, String, boolean) - Method in class edu.stanford.nlp.process.DocumentPreprocessor
Returns a list of sentences contained in an XML file, occuring between the begin and end of a selected tag.
getSentencesFromXML(String, Function<List<HasWord>, List<HasWord>>, String) - Method in class edu.stanford.nlp.process.DocumentPreprocessor
Returns a list of sentences contained in an XML file, occuring between the begin and end of a selected tag.
getSentencesFromXML(String, Function<List<HasWord>, List<HasWord>>, String, String) - Method in class edu.stanford.nlp.process.DocumentPreprocessor
Returns a list of sentences contained in an XML file, occuring between the begin and end of a selected tag.
getSentencesFromXML(Reader, Function<List<HasWord>, List<HasWord>>, String, String) - Method in class edu.stanford.nlp.process.DocumentPreprocessor
Returns a list of sentences contained in an XML file, occuring between the begin and end of a selected tag.
getShortClassName(Object) - Static method in class edu.stanford.nlp.util.StringUtils
Returns a short class name for an object.
getShortName() - Method in class edu.stanford.nlp.trees.GrammaticalRelation
 
getSignature(String, int) - Method in class edu.stanford.nlp.parser.lexparser.BaseLexicon
This routine returns a String that is the "signature" of the class of a word.
getSignature(int, int) - Method in class edu.stanford.nlp.parser.lexparser.PetrovLexicon
 
getSignature(String, int) - Method in class edu.stanford.nlp.parser.lexparser.PetrovLexicon
 
getSignatureIndex(int, int) - Method in class edu.stanford.nlp.parser.lexparser.BaseLexicon
Returns the index of the signature of the word numbered wordIndex, where the signature is the String representation of unknown word features.
getSource() - Method in class edu.stanford.nlp.util.IntPair
 
getSource() - Method in class edu.stanford.nlp.util.IntQuadruple
 
getSource() - Method in class edu.stanford.nlp.util.IntTriple
 
getSource() - Method in class edu.stanford.nlp.util.IntUni
 
getSourceNode() - Method in class edu.stanford.nlp.fsm.TransducerGraph.Arc
 
getSourceTotal(Object) - Method in class edu.stanford.nlp.fsm.TransducerGraph
 
getSpan() - Method in class edu.stanford.nlp.trees.Tree
 
getSpecific() - Method in class edu.stanford.nlp.trees.GrammaticalRelation
 
getSpi(String) - Method in class edu.stanford.nlp.util.DisabledPreferences
 
getSplit() - Method in class edu.stanford.nlp.fsm.FastExactAutomatonMinimizer
 
getSplitCategories(Treebank, double, TreebankLanguagePack) - Static method in class edu.stanford.nlp.parser.lexparser.ParentAnnotationStats
Call this method to get a String array of categories to split on.
getSplitCategories(Treebank, boolean, int, double, double, TreebankLanguagePack) - Static method in class edu.stanford.nlp.parser.lexparser.ParentAnnotationStats
Call this method to get a String array of categories to split on.
getStartNode() - Method in class edu.stanford.nlp.fsm.TransducerGraph
 
getStatus() - Method in class edu.stanford.nlp.io.ui.OpenPageDialog
 
getStopProb(IntDependency) - Method in class edu.stanford.nlp.parser.lexparser.MLEDependencyGrammar
Return the probability (as a real number between 0 and 1) of stopping rather than generating another argument at this position.
getString(Object) - Method in class edu.stanford.nlp.ling.FeatureLabel
Return the String value of the FeatureLabel for an arbitrary key.
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).
getSubject(TreeGraphNode) - Method in class edu.stanford.nlp.trees.EnglishGrammaticalStructure
Tries to return a node representing the SUBJECT (whether nominal or clausal) of the given node t.
GetSuffix(int) - Static method in class edu.stanford.nlp.trees.tregex.SimpleCharStream
 
GetSuffix(int) - Static method in class edu.stanford.nlp.trees.tregex.tsurgeon.SimpleCharStream
 
getSymbols() - Method in class edu.stanford.nlp.fsm.FastExactAutomatonMinimizer
 
getTarget() - Method in class edu.stanford.nlp.util.IntPair
 
getTarget() - Method in class edu.stanford.nlp.util.IntQuadruple
 
getTarget() - Method in class edu.stanford.nlp.util.IntTriple
 
getTarget2() - Method in class edu.stanford.nlp.util.IntQuadruple
 
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(Reader) - Method in interface edu.stanford.nlp.objectbank.TokenizerFactory
 
getTokenizer(Reader) - Method in class edu.stanford.nlp.process.PTBTokenizer.PTBTokenizerFactory
 
getTokenizer(Reader) - Method in class edu.stanford.nlp.trees.TreeTokenizerFactory
Gets a tokenizer from a reader.
getTokenizerFactory() - Method in class edu.stanford.nlp.ling.DocumentReader
Returns the tokenizer used to chop up text into words for the documents.
getTokenizerFactory() - Method in class edu.stanford.nlp.trees.AbstractTreebankLanguagePack
Return a tokenizer which might be suitable for tokenizing text that will be used with this Treebank/Language pair, without tokenizing carriage returns (i.e., treating them as white space).
getTokenizerFactory() - Method in class edu.stanford.nlp.trees.international.arabic.ArabicTreebankLanguagePack
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.international.pennchinese.ChineseTreebankLanguagePack
 
getTokenizerFactory() - Method in class edu.stanford.nlp.trees.PennTreebankLanguagePack
Returns a factory for PTBTokenizer.
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.
getTopCategoryOfSyntheticState(String) - Method in class edu.stanford.nlp.parser.lexparser.GrammarCompactor
 
getTree() - Method in class edu.stanford.nlp.parser.ui.TreeJPanel
 
getTreePrint() - Method in class edu.stanford.nlp.parser.lexparser.LexicalizedParser
Return a TreePrint for formatting parsed output trees.
getTrees(String, int, int, int, int) - Static method in class edu.stanford.nlp.parser.lexparser.TreebankAnnotator
 
getUniformDistribution(Set<E>) - Static method in class edu.stanford.nlp.stats.Distribution
 
getUnminimizedFA() - Method in class edu.stanford.nlp.fsm.FastExactAutomatonMinimizer
 
getWordsFromHTML(String) - Method in class edu.stanford.nlp.process.DocumentPreprocessor
 
getWordsFromHTML(Reader) - Method in class edu.stanford.nlp.process.DocumentPreprocessor
 
getWordsFromString(String) - Method in class edu.stanford.nlp.process.DocumentPreprocessor
Gets a list of words from a string.
getWordsFromText(String) - Method in class edu.stanford.nlp.process.DocumentPreprocessor
Reads the file into a single list of words.
getWordsFromText(Reader) - Method in class edu.stanford.nlp.process.DocumentPreprocessor
 
getWordsOverSpan(int, int) - Method in class edu.stanford.nlp.parser.lexparser.LatticeReader
 
getYYEOF() - Method in interface edu.stanford.nlp.io.Lexer
returns value for YYEOF
globalIntern(Object) - Static method in class edu.stanford.nlp.util.Interner
Returns a unique object o' that .equals the argument o.
goal - Variable in class edu.stanford.nlp.parser.lexparser.BiLexPCFGParser
 
goalStr - Variable in class edu.stanford.nlp.parser.lexparser.ExhaustivePCFGParser
 
goldAnswer() - Method in class edu.stanford.nlp.ling.AbstractMapLabel
convenience method for getting gold answer *
goldAnswer() - Method in class edu.stanford.nlp.ling.FeatureLabel
convenience method for getting gold answer *
GOLDANSWER_KEY - Static variable in class edu.stanford.nlp.ling.AbstractMapLabel
The standard key for gold answer which is a String
goodTuringSmoothedCounter(GenericCounter<E>, int) - Static method in class edu.stanford.nlp.stats.Distribution
Creates a Good-Turing smoothed Distribution from the given counter.
goodTuringWithExplicitUnknown(GenericCounter<E>, E) - Static method in class edu.stanford.nlp.stats.Distribution
Creates a Good-Turing smoothed Distribution from the given counter without creating any reserved mass-- instead, the special object UNK in the counter is assumed to be the count of "UNSEEN" items.
goodWordTagType - Static variable in class edu.stanford.nlp.trees.WordCatConstituent
 
gov() - Method in class edu.stanford.nlp.trees.TypedDependency
 
governor() - Method in interface edu.stanford.nlp.trees.Dependency
Describes the governor (regent/head) of the dependency relation.
GOVERNOR - Static variable in class edu.stanford.nlp.trees.GrammaticalRelation
The "governor" grammatical relation, which is the inverse of "dependent".
governor() - Method in class edu.stanford.nlp.trees.UnnamedDependency
 
gPA - Static variable in class edu.stanford.nlp.parser.lexparser.Train
This variable controls doing 2 levels of parent annotation.
gpaAD - Static variable in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
Grandparent annotate all AD.
gpaRootVP - Static variable in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams.EnglishTrain
Grand-parent annotate (root mark) VP below ROOT.
GrammarCompactor - Class in edu.stanford.nlp.parser.lexparser
 
GrammarCompactor() - Constructor for class edu.stanford.nlp.parser.lexparser.GrammarCompactor
 
GrammaticalRelation - Class in edu.stanford.nlp.trees
GrammaticalRelation is used to define a standardized, hierarchical set of grammatical relations, together with patterns for identifying them in parse trees.
GrammaticalRelation(String, String, GrammaticalRelation, String, String[]) - Constructor for class edu.stanford.nlp.trees.GrammaticalRelation
 
GrammaticalRelation(String, String, GrammaticalRelation, String, String[], String) - Constructor for class edu.stanford.nlp.trees.GrammaticalRelation
 
GrammaticalStructure - Class in edu.stanford.nlp.trees
A GrammaticalStructure is a TreeGraph (that is, a tree with additional labeled arcs between nodes) for representing the grammatical relations in a parse tree.
GrammaticalStructure(Tree, Collection<GrammaticalRelation>, HeadFinder, Filter<String>) - Constructor for class edu.stanford.nlp.trees.GrammaticalStructure
Create a new GrammaticalStructure, analyzing the parse tree and populate the GrammaticalStructure with as many labeled grammatical relation arcs as possible.
grammaticalStructureFactory() - Method in class edu.stanford.nlp.trees.AbstractTreebankLanguagePack
Return a GrammaticalStructureFactory suitable for this language/treebank.
grammaticalStructureFactory(Filter<String>) - Method in class edu.stanford.nlp.trees.AbstractTreebankLanguagePack
Return a GrammaticalStructureFactory suitable for this language/treebank.
GrammaticalStructureFactory - Class in edu.stanford.nlp.trees
A general factory for GrammaticalStructure objects.
GrammaticalStructureFactory(String) - Constructor for class edu.stanford.nlp.trees.GrammaticalStructureFactory
Make a new GrammaticalStructureFactory that dispenses GrammaticalStructure objects of the given specific type
GrammaticalStructureFactory(String, Filter<String>) - Constructor for class edu.stanford.nlp.trees.GrammaticalStructureFactory
Make a new GrammaticalStructureFactory that dispenses GrammaticalStructure objects of the given specific type
grammaticalStructureFactory() - Method in class edu.stanford.nlp.trees.international.pennchinese.ChineseTreebankLanguagePack
 
grammaticalStructureFactory(Filter<String>) - Method in class edu.stanford.nlp.trees.international.pennchinese.ChineseTreebankLanguagePack
 
grammaticalStructureFactory() - Method in class edu.stanford.nlp.trees.PennTreebankLanguagePack
Return a GrammaticalStructure suitable for this language/treebank.
grammaticalStructureFactory(Filter<String>) - Method in class edu.stanford.nlp.trees.PennTreebankLanguagePack
Return a GrammaticalStructure suitable for this language/treebank.
grammaticalStructureFactory() - Method in interface edu.stanford.nlp.trees.TreebankLanguagePack
Return a GrammaticalStructureFactory suitable for this language/treebank.
grammaticalStructureFactory(Filter<String>) - Method in interface edu.stanford.nlp.trees.TreebankLanguagePack
Return a GrammaticalStructureFactory suitable for this language/treebank.

H

handleEndTag(HTML.Tag, int) - Method in class edu.stanford.nlp.web.HTMLParser
Sets a flag if the end tag is the "TITLE" element end tag
handleStartTag(HTML.Tag, MutableAttributeSet, int) - Method in class edu.stanford.nlp.web.HTMLParser
Sets a flag if the start tag is the "TITLE" element start tag.
handleText(char[], int) - Method in class edu.stanford.nlp.web.HTMLParser
 
HasCategory - Interface in edu.stanford.nlp.ling
Something that implements the HasCategory interface knows about categories.
HasContext - Interface in edu.stanford.nlp.ling
 
hasFont(String) - Static method in class edu.stanford.nlp.swing.FontDetector
 
HASH_INTEGER - Static variable in interface edu.stanford.nlp.trees.tregex.tsurgeon.TsurgeonParserConstants
 
HASH_MAP_FACTORY - Static variable in class edu.stanford.nlp.util.MapFactory
 
HASH_SET_FACTORY - Static variable in class edu.stanford.nlp.util.CollectionFactory
 
hashCode() - Method in class edu.stanford.nlp.fsm.TransducerGraph.Arc
 
hashCode() - Method in class edu.stanford.nlp.ling.FeatureLabel
 
hashCode() - Method in class edu.stanford.nlp.ling.ValueLabel
Return the hashCode of the String value providing there is one.
hashCode() - Method in class edu.stanford.nlp.ling.WordTag
 
hashCode() - Method in class edu.stanford.nlp.parser.lexparser.BinaryRule
 
hashCode() - Method in class edu.stanford.nlp.parser.lexparser.Edge
 
hashCode() - Method in class edu.stanford.nlp.parser.lexparser.Hook
 
hashCode() - Method in class edu.stanford.nlp.parser.lexparser.IntDependency
 
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.stats.Counter
 
hashCode() - Method in class edu.stanford.nlp.stats.Distribution
 
hashCode() - Method in class edu.stanford.nlp.stats.IntCounter
 
hashCode() - Method in class edu.stanford.nlp.stats.TwoDimensionalCounter
 
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.Tree
Implements a hashCode for Tree's.
hashCode() - Method in class edu.stanford.nlp.trees.TypedDependency
 
hashCode() - Method in class edu.stanford.nlp.trees.UnnamedDependency
 
hashCode() - Method in class edu.stanford.nlp.util.ArrayMap
 
hashCode() - Method in class edu.stanford.nlp.util.IntPair
 
hashCode() - Method in class edu.stanford.nlp.util.IntQuadruple
 
hashCode() - Method in class edu.stanford.nlp.util.IntTriple
 
hashCode() - Method in class edu.stanford.nlp.util.IntTuple
 
hashCode() - Method in class edu.stanford.nlp.util.IntUni
 
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
 
hashCodeCache - Variable in class edu.stanford.nlp.util.ArrayMap
 
hashSetFactory() - Static method in class edu.stanford.nlp.util.CollectionFactory
This method allows type safety in calling code.
HasIndex - Interface in edu.stanford.nlp.ling
 
hasInfinite(double[]) - Static method in class edu.stanford.nlp.math.ArrayMath
 
hasNaN(double[]) - Static method in class edu.stanford.nlp.math.ArrayMath
 
hasNext() - Method in class edu.stanford.nlp.objectbank.XMLBeginEndIterator
 
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 and only if this Tokenizer has more elements.
hasNext() - Method in class edu.stanford.nlp.util.AbstractIterator
 
hasNext() - Method in class edu.stanford.nlp.util.BinaryHeapPriorityQueue
 
hasNext() - Method in class edu.stanford.nlp.util.FixedPrioritiesPriorityQueue
Returns true if the priority queue is non-empty
hasParse() - Method in interface edu.stanford.nlp.parser.KBestViterbiParser
Does the sentence in the last call to parse() have a parse? In theory this method shouldn't be here, but it seemed a convenient place to put it for our more general parser interface.
hasParse() - Method in class edu.stanford.nlp.parser.lexparser.BiLexPCFGParser
 
hasParse() - Method in class edu.stanford.nlp.parser.lexparser.ExhaustiveDependencyParser
 
hasParse() - Method in class edu.stanford.nlp.parser.lexparser.ExhaustivePCFGParser
 
hasParse() - Method in class edu.stanford.nlp.parser.lexparser.FastFactoredParser
 
hasSeen(Object) - Method in class edu.stanford.nlp.util.Numberer
 
hasSplit() - Method in class edu.stanford.nlp.fsm.FastExactAutomatonMinimizer
 
HasTag - Interface in edu.stanford.nlp.ling
Something that implements the HasTag interface knows about part-of-speech tags.
HasWord - Interface in edu.stanford.nlp.ling
Something that implements the HasWord interface knows about words.
head - Variable in class edu.stanford.nlp.parser.lexparser.IntDependency
 
HEAD_TAG_KEY - Static variable in class edu.stanford.nlp.ling.AbstractMapLabel
The standard key for storing a head tag in the map as a pointer to another node.
HEAD_WORD_KEY - Static variable in class edu.stanford.nlp.ling.AbstractMapLabel
The standard key for storing a head word in the map as a pointer to another node.
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.ArabicTreebankParserParams
 
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
 
headFinder() - Method in class edu.stanford.nlp.parser.lexparser.TueBaDZParserParams
returns a TueBaDZHeadFinder.
HeadFinder - Interface in edu.stanford.nlp.trees
An interface for finding the "head" daughter of a phrase structure tree.
headMark - Static variable in class edu.stanford.nlp.trees.TreePrint
 
headPreTerminal(HeadFinder) - Method in class edu.stanford.nlp.trees.Tree
Returns the preterminal tree 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
headTag() - Method in class edu.stanford.nlp.ling.AbstractMapLabel
 
headTagNode() - Method in class edu.stanford.nlp.trees.TreeGraphNode
Return the node containing the head tag for this node (or null if none), as recorded in this node's MapLabel.
headTerminal(HeadFinder, Tree) - Method in class edu.stanford.nlp.trees.Tree
Returns the tree leaf 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.
headWord() - Method in class edu.stanford.nlp.ling.AbstractMapLabel
Return the head word of the label (or null if none), which is stored in the map under the key HEAD_WORD_KEY.
headWordNode() - Method in class edu.stanford.nlp.trees.TreeGraphNode
Return the node containing the head word for this node (or null if none), as recorded in this node's MapLabel.
Heap<E> - Interface in edu.stanford.nlp.util
Heap: It's the heap interface.
height(Tree, FontMetrics) - Method in class edu.stanford.nlp.parser.ui.TreeJPanel
 
highestNodeWithSameHead() - Method in class edu.stanford.nlp.trees.TreeGraphNode
 
Hook - Class in edu.stanford.nlp.parser.lexparser
Class for parse table hooks.
Hook() - Constructor for class edu.stanford.nlp.parser.lexparser.Hook
 
HORIZONTAL_ALIGN - Variable in class edu.stanford.nlp.parser.ui.TreeJPanel
 
HSEL_CUT - Static variable in class edu.stanford.nlp.parser.lexparser.Train
 
hSelSplit - Static variable in class edu.stanford.nlp.parser.lexparser.Train
 
HTMLParser - Class in edu.stanford.nlp.web
Parses an HTML document and returns the plain text (and title).
HTMLParser() - Constructor for class edu.stanford.nlp.web.HTMLParser
 
hypergeometric(int, int, int, int) - Static method in class edu.stanford.nlp.math.SloppyMath
Find a hypergeometric distribution.

I

IBMArabicEscaper - Class in edu.stanford.nlp.trees.international.arabic
This escaper deletes the '#' and '+' symbols that the IBM segmenter uses to mark prefixes and suffixes, since they're not present in the Penn Arabic treebank materials (though later we might try adding them), and escapes the parenthesis characters.
IBMArabicEscaper() - Constructor for class edu.stanford.nlp.trees.international.arabic.IBMArabicEscaper
 
IDENTIFIER - Static variable in interface edu.stanford.nlp.trees.tregex.TregexParserConstants
 
IDENTIFIER - Static variable in interface edu.stanford.nlp.trees.tregex.tsurgeon.TsurgeonParserConstants
 
IDENTITY_HASH_MAP_FACTORY - Static variable in class edu.stanford.nlp.util.MapFactory
 
IdentityFunction - Class in edu.stanford.nlp.objectbank
 
IdentityFunction() - Constructor for class edu.stanford.nlp.objectbank.IdentityFunction
 
IdentityHashSet<E> - Class in edu.stanford.nlp.util
This class provides a IdentityHashMap-backed implementation of the Set interface.
IdentityHashSet() - Constructor for class edu.stanford.nlp.util.IdentityHashSet
Construct a new, empty IdentityHashSet whose backing IdentityHashMap has the default expected maximum size (21);
IdentityHashSet(int) - Constructor for class edu.stanford.nlp.util.IdentityHashSet
Construct a new, empty IdentityHashSet whose backing IdentityHashMap has the specified expected maximum size.
IdentityHashSet(Collection<? extends E>) - Constructor for class edu.stanford.nlp.util.IdentityHashSet
Construct a new IdentityHashSet with the same elements as the supplied Collection (eliminating any duplicates, of course); the backing IdentityHashMap will have the default expected maximum size (21).
IGNORE - Static variable in interface edu.stanford.nlp.io.Lexer
 
image - Variable in class edu.stanford.nlp.trees.tregex.Token
The string image of the token.
image - Variable in class edu.stanford.nlp.trees.tregex.tsurgeon.Token
The string image of the token.
in - Variable in class edu.stanford.nlp.ling.DocumentReader
Reader used to read in document text.
inBuf - Static variable in class edu.stanford.nlp.trees.tregex.SimpleCharStream
 
inBuf - Static variable in class edu.stanford.nlp.trees.tregex.tsurgeon.SimpleCharStream
 
increasingLength - Static variable in class edu.stanford.nlp.parser.lexparser.Test
Parse trees in test treebank in order of increasing length.
incrementAll(double) - Method in class edu.stanford.nlp.stats.Counter
Adds the same amount to every count, that is to every key currently stored in the counter (with no lookups).
incrementCount(E, double) - Method in class edu.stanford.nlp.stats.Counter
Adds the given count to the current count for the given key.
incrementCount(E) - Method in class edu.stanford.nlp.stats.Counter
Adds 1.0 to the count for the given key.
incrementCount(List, Object) - Method in class edu.stanford.nlp.stats.GeneralizedCounter
equivalent to incrementCount(l,o,1.0).
incrementCount(List, Object, double) - Method in class edu.stanford.nlp.stats.GeneralizedCounter
same as incrementCount(List, double) but as if Object o were at the end of the list
incrementCount(List) - Method in class edu.stanford.nlp.stats.GeneralizedCounter
Equivalent to incrementCount(l, 1.0).
incrementCount(List, double) - Method in class edu.stanford.nlp.stats.GeneralizedCounter
adds to count for the GeneralizedCounter.depth()-dimensional key l.
incrementCount(E, int) - Method in class edu.stanford.nlp.stats.IntCounter
Adds the given count to the current count for the given key.
incrementCount(E) - Method in class edu.stanford.nlp.stats.IntCounter
Adds 1 to the count for the given key.
incrementCount(K1, K2) - Method in class edu.stanford.nlp.stats.TwoDimensionalCounter
 
incrementCount(K1, K2, double) - Method in class edu.stanford.nlp.stats.TwoDimensionalCounter
 
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.
incrementCount1D(Object) - Method in class edu.stanford.nlp.stats.GeneralizedCounter
Equivalent to incrementCount1D(o, 1.0).
incrementCount1D(Object, double) - Method in class edu.stanford.nlp.stats.GeneralizedCounter
Equivalent to GeneralizedCounter.incrementCount(java.util.List, java.lang.Object)({o}, count); only works for a depth 1 GeneralizedCounter.
incrementCount2D(Object, Object) - Method in class edu.stanford.nlp.stats.GeneralizedCounter
Equivalent to incrementCount2D(first,second,1.0).
incrementCount2D(Object, Object, double) - Method in class edu.stanford.nlp.stats.GeneralizedCounter
Equivalent to incrementCount( new Object[] { first, second }, count ).
incrementCount3D(Object, Object, Object) - Method in class edu.stanford.nlp.stats.GeneralizedCounter
Equivalent to incrementCount3D(first,second,1.0).
incrementCount3D(Object, Object, Object, double) - Method in class edu.stanford.nlp.stats.GeneralizedCounter
Equivalent to incrementCount( new Object[] { first, second, third }, count ).
incrementCounts(Collection<E>, double) - Method in class edu.stanford.nlp.stats.Counter
Adds the given count to the current counts for each of the given keys.
incrementCounts(Collection<E>) - Method in class edu.stanford.nlp.stats.Counter
Adds 1.0 to the counts for each of the given keys.
incrementCounts(Collection<E>, int) - Method in class edu.stanford.nlp.stats.IntCounter
Adds the given count to the current counts for each of the given keys.
incrementCounts(Collection<E>) - Method in class edu.stanford.nlp.stats.IntCounter
Adds 1 to the counts for each of the given keys.
incValue(int) - Method in class edu.stanford.nlp.util.MutableInteger
Add the argument to the value of this integer.
indentedListPrint() - Method in class edu.stanford.nlp.trees.Tree
Indented list printing of a tree.
indentedListPrint(PrintWriter, boolean) - Method in class edu.stanford.nlp.trees.Tree
Indented list printing of a tree.
index() - Method in class edu.stanford.nlp.ling.AbstractMapLabel
Return the index of the label (or -1 if none), which is stored in the map under the key INDEX_KEY.
index() - Method in interface edu.stanford.nlp.ling.HasIndex
 
index() - Method in class edu.stanford.nlp.trees.TreeGraphNode
Get the index for the current node.
Index<E> - Class in edu.stanford.nlp.util
An Index is a collection that maps between an Object vocabulary and a contiguous non-negative integer index series beginning (inclusively) at 0.
Index() - Constructor for class edu.stanford.nlp.util.Index
Creates a new Index.
Index(Collection<? extends E>) - Constructor for class edu.stanford.nlp.util.Index
Creates a new Index and adds every member of c to it.
INDEX_KEY - Static variable in class edu.stanford.nlp.ling.AbstractMapLabel
The standard key for storing an integer index in the map.
indexLeaves() - Method in class edu.stanford.nlp.trees.Tree
Assign sequential integer indices to the leaves of the tree rooted at this Tree, starting with 1.
indexNodes() - Method in class edu.stanford.nlp.trees.TreeGraphNode
Assign sequential integer indices (starting with 0) to all nodes of the subtree rooted at this TreeGraphNode.
indexOf(int, int[]) - Static method in class edu.stanford.nlp.math.ArrayMath
 
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(E) - Method in class edu.stanford.nlp.util.Index
Returns the integer index of the Object in the Index or -1 if the Object is not already in the Index.
indexOf(E, boolean) - Method in class edu.stanford.nlp.util.Index
Takes an Object and returns the integer index of the Object, perhaps adding it to the index first.
indices(Collection<E>) - Method in class edu.stanford.nlp.util.Index
Returns the index of each elem in a List.
INDIRECT_OBJECT - Static variable in class edu.stanford.nlp.trees.EnglishGrammaticalRelations
The "indirect object" grammatical relation.
INDIRECT_OBJECT - Static variable in class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalRelations
The "indirect object" grammatical relation.
INFINITIVAL_MODIFIER - Static variable in class edu.stanford.nlp.trees.EnglishGrammaticalRelations
The "infinitival modifier" grammatical relation.
inFlow(Object) - Method in class edu.stanford.nlp.fsm.TransducerGraph
 
init(String, String, boolean) - Method in class edu.stanford.nlp.ling.BasicDocument
Inits a new BasicDocument with the given text contents and title.
init(String, String) - Method in class edu.stanford.nlp.ling.BasicDocument
Calls init(text,title,true)
init(String, boolean) - Method in class edu.stanford.nlp.ling.BasicDocument
Calls init(text,null,keepOriginalText)
init(String) - Method in class edu.stanford.nlp.ling.BasicDocument
Calls init(text,null,true)
init() - Method in class edu.stanford.nlp.ling.BasicDocument
Calls init((String)null,null,true)
init(Reader, String, boolean) - Method in class edu.stanford.nlp.ling.BasicDocument
Inits a new BasicDocument by reading in the text from the given Reader.
init(Reader, String) - Method in class edu.stanford.nlp.ling.BasicDocument
Calls init(textReader,title,true)
init(Reader, boolean) - Method in class edu.stanford.nlp.ling.BasicDocument
Calls init(textReader,null,keepOriginalText)
init(Reader) - Method in class edu.stanford.nlp.ling.BasicDocument
Calls init(textReader,null,true)
init(File, String, boolean) - Method in class edu.stanford.nlp.ling.BasicDocument
Inits a new BasicDocument by reading in the text from the given File.
init(File, String) - Method in class edu.stanford.nlp.ling.BasicDocument
Calls init(textFile,title,true)
init(File, boolean) - Method in class edu.stanford.nlp.ling.BasicDocument
Calls init(textFile,textFile.getCanonicalPath(),keepOriginalText)
init(File) - Method in class edu.stanford.nlp.ling.BasicDocument
Calls init(textFile,textFile.getCanonicalPath(),true)
init(URL, String, boolean) - Method in class edu.stanford.nlp.ling.BasicDocument
Constructs a new BasicDocument by reading in the text from the given URL.
init(URL, String) - Method in class edu.stanford.nlp.ling.BasicDocument
Calls init(textURL,title,true)
init(URL, boolean) - Method in class edu.stanford.nlp.ling.BasicDocument
Calls init(textURL,textFile.toExternalForm(),keepOriginalText)
init(URL) - Method in class edu.stanford.nlp.ling.BasicDocument
Calls init(textURL,textURL.toExternalForm(),true)
init(List, String) - Method in class edu.stanford.nlp.ling.BasicDocument
Inits a new BasicDocument with the given list of words and title.
init(List) - Method in class edu.stanford.nlp.ling.BasicDocument
Calls init(words,null)
init() - Method in class edu.stanford.nlp.parser.lexparser.OutsideRuleFilter
 
initEVALBfiles(TreebankLangParserParams) - Static method in class edu.stanford.nlp.parser.lexparser.EvalB
 
initialize(List) - Method in class edu.stanford.nlp.parser.lexparser.BiLexPCFGParser
 
initRulesWithWord() - Method in class edu.stanford.nlp.parser.lexparser.BaseLexicon
 
initRulesWithWord() - Method in class edu.stanford.nlp.parser.lexparser.PetrovLexicon
 
initTagBins() - Method in class edu.stanford.nlp.parser.lexparser.AbstractDependencyGrammar
 
innerProduct(double[], double[]) - Static method in class edu.stanford.nlp.math.ArrayMath
 
innerProduct(float[], float[]) - Static method in class edu.stanford.nlp.math.ArrayMath
 
input - Variable in class edu.stanford.nlp.fsm.TransducerGraph.Arc
 
input_stream - Static variable in class edu.stanford.nlp.trees.tregex.TregexParserTokenManager
 
input_stream - Static variable in class edu.stanford.nlp.trees.tregex.tsurgeon.TsurgeonParserTokenManager
 
inputEncoding - Variable in class edu.stanford.nlp.parser.lexparser.AbstractTreebankParserParams
 
inputPrior - Variable in class edu.stanford.nlp.parser.lexparser.GrammarCompactor
 
inputStream - Static variable in class edu.stanford.nlp.trees.tregex.SimpleCharStream
 
inputStream - Static variable in class edu.stanford.nlp.trees.tregex.tsurgeon.SimpleCharStream
 
INSERT - Static variable in interface edu.stanford.nlp.trees.tregex.tsurgeon.TsurgeonParserConstants
 
insertDtr(Tree, int) - Method in class edu.stanford.nlp.trees.LabeledScoredTreeLeaf
Leaves have no children.
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
 
IntCounter<E> - Class in edu.stanford.nlp.stats
A specialized kind of hash table (or map) for storing numeric counts for objects.
IntCounter() - Constructor for class edu.stanford.nlp.stats.IntCounter
Constructs a new (empty) Counter.
IntCounter(MapFactory) - Constructor for class edu.stanford.nlp.stats.IntCounter
Pass in a MapFactory and the map it vends will back your counter.
IntCounter(IntCounter<E>) - Constructor for class edu.stanford.nlp.stats.IntCounter
Constructs a new Counter with the contents of the given Counter.
IntDependency - Class in edu.stanford.nlp.parser.lexparser
Maintains a dependency between head and dependent where they are each an IntTaggedWord.
IntDependency() - Constructor for class edu.stanford.nlp.parser.lexparser.IntDependency
 
IntDependency(IntTaggedWord, IntTaggedWord, boolean, int) - Constructor for class edu.stanford.nlp.parser.lexparser.IntDependency
 
IntDependency(int, int, int, int, boolean, int) - Constructor for class edu.stanford.nlp.parser.lexparser.IntDependency
 
intern(IntTaggedWord, IntTaggedWord, boolean, short) - Method in class edu.stanford.nlp.parser.lexparser.AbstractDependencyGrammar
This is a custom interner that simultaneously creates and interns an IntDependency.
intern(T) - Method in class edu.stanford.nlp.util.Interner
Returns a unique object o' that .equals the argument o.
internAll(Set<T>) - Method in class edu.stanford.nlp.util.Interner
Returns a unique object o' that .equals the argument o.
internedStringPair(String, String) - Static method in class edu.stanford.nlp.util.Pair
Returns an InternedPair where the Strings have been interned.
interner - Variable in class edu.stanford.nlp.parser.lexparser.BiLexPCFGParser
 
Interner<T> - Class in edu.stanford.nlp.util
For interning (canonicalizing) things.
Interner() - Constructor for class edu.stanford.nlp.util.Interner
 
interner - Static variable in class edu.stanford.nlp.util.Interner
 
internValues(Interner) - Method in class edu.stanford.nlp.ling.FeatureLabel
Interns all of the keys and values in the underlying map of this FeatureLabel.
interp - Variable in class edu.stanford.nlp.parser.lexparser.MLEDependencyGrammar
Interpolation between model that directly predicts aTW and model that predicts aT and then aW given aT.
interpretation() - Method in class edu.stanford.nlp.ling.AbstractMapLabel
 
INTERPRETATION_KEY - Static variable in class edu.stanford.nlp.ling.AbstractMapLabel
The standard key for the semantic interpretation
intersection(GenericCounter<E>, GenericCounter<E>) - Static method in class edu.stanford.nlp.stats.Counters
Returns a counter that is the intersection of c1 and c2.
intersection(Set<E>, Set<E>) - Static method in class edu.stanford.nlp.util.Sets
Returns the intersection of sets s1 and s2.
IntPair - Class in edu.stanford.nlp.util
 
IntPair() - Constructor for class edu.stanford.nlp.util.IntPair
 
IntPair(int, int) - Constructor for class edu.stanford.nlp.util.IntPair
 
intPow(int, int) - Static method in class edu.stanford.nlp.math.SloppyMath
exponentiation like we learned in grade school: multiply b by itself e times.
intPow(float, int) - Static method in class edu.stanford.nlp.math.SloppyMath
exponentiation like we learned in grade school: multiply b by itself e times.
intPow(double, int) - Static method in class edu.stanford.nlp.math.SloppyMath
exponentiation like we learned in grade school: multiply b by itself e times.
IntQuadruple - Class in edu.stanford.nlp.util
 
IntQuadruple() - Constructor for class edu.stanford.nlp.util.IntQuadruple
 
IntQuadruple(int, int, int, int) - Constructor for class edu.stanford.nlp.util.IntQuadruple
 
IntTaggedWord - Class in edu.stanford.nlp.parser.lexparser
Represents a WordTag (in the sense that equality is defined on both components), where each half is represented by an int indexed by a Numberer.
IntTaggedWord(int, int) - Constructor for class edu.stanford.nlp.parser.lexparser.IntTaggedWord
 
IntTaggedWord(String, char) - Constructor for class edu.stanford.nlp.parser.lexparser.IntTaggedWord
Creates an IntTaggedWord given by the String representation of the form <word>|<tag*gt;
IntTaggedWord(String, String) - Constructor for class edu.stanford.nlp.parser.lexparser.IntTaggedWord
Creates an IntTaggedWord given by the tagString and wordString
IntTriple - Class in edu.stanford.nlp.util
 
IntTriple() - Constructor for class edu.stanford.nlp.util.IntTriple
 
IntTriple(int, int, int) - Constructor for class edu.stanford.nlp.util.IntTriple
 
IntTuple - Class in edu.stanford.nlp.util
A tuple of int.
IntTuple(int[]) - Constructor for class edu.stanford.nlp.util.IntTuple
 
IntTuple(int) - Constructor for class edu.stanford.nlp.util.IntTuple
 
IntTuple() - Constructor for class edu.stanford.nlp.util.IntTuple
 
IntUni - Class in edu.stanford.nlp.util
Just a single integer
IntUni() - Constructor for class edu.stanford.nlp.util.IntUni
 
IntUni(int) - Constructor for class edu.stanford.nlp.util.IntUni
 
intValue() - Method in class edu.stanford.nlp.util.MutableDouble
 
intValue() - Method in class edu.stanford.nlp.util.MutableInteger
 
invert(Map) - Static method in class edu.stanford.nlp.util.Maps
Inverts a map x->y to a map y->x assuming unique preimages.
invertible - Variable in class edu.stanford.nlp.process.PTBTokenizer.PTBTokenizerFactory
 
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.
IOUtils - Class in edu.stanford.nlp.io
Helper Class for storing serialized objects to disk.
IP_MODIFIER - Static variable in class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalRelations
The "verb modifier" grammatical relation.
iPossible(Hook) - Method in class edu.stanford.nlp.parser.lexparser.ExhaustiveDependencyParser
 
iPossible(Hook) - Method in class edu.stanford.nlp.parser.lexparser.ExhaustivePCFGParser
 
iPossible(Hook) - Method in interface edu.stanford.nlp.parser.lexparser.Scorer
 
iPossibleByL - Variable in class edu.stanford.nlp.parser.lexparser.ExhaustivePCFGParser
 
iPossibleByR - Variable in class edu.stanford.nlp.parser.lexparser.ExhaustivePCFGParser
 
iPossibleL(int, int) - Method in class edu.stanford.nlp.parser.lexparser.ExhaustivePCFGParser
 
iPossibleR(int, int) - Method in class edu.stanford.nlp.parser.lexparser.ExhaustivePCFGParser
 
isAncestor(GrammaticalRelation) - Method in class edu.stanford.nlp.trees.GrammaticalRelation
 
isApplicable(Tree) - Method in class edu.stanford.nlp.trees.GrammaticalRelation
Returns true iff the value of Tree node t matches the sourcePattern for this GrammaticalRelation, indicating that this GrammaticalRelation is one that could hold between Tree node t and some other node.
isBody - Variable in class edu.stanford.nlp.web.HTMLParser
 
isBreaking(String) - Static method in class edu.stanford.nlp.util.XMLUtils
 
isBreaking(XMLUtils.XMLTag) - Static method in class edu.stanford.nlp.util.XMLUtils
 
isCapitalized(String) - Static method in class edu.stanford.nlp.util.StringUtils
Check if a string begins with an uppercase.
isCloseTo(double, double) - Static method in class edu.stanford.nlp.math.SloppyMath
 
isConnected(Collection<TypedDependency>) - Method in class edu.stanford.nlp.trees.GrammaticalStructure
Checks if all the typeDependencies are connected
iScore(Edge) - Method in class edu.stanford.nlp.parser.lexparser.ExhaustiveDependencyParser
 
iScore - Variable in class edu.stanford.nlp.parser.lexparser.ExhaustivePCFGParser
 
iScore(Edge) - Method in class edu.stanford.nlp.parser.lexparser.ExhaustivePCFGParser
 
iScore(Edge) - Method in interface edu.stanford.nlp.parser.lexparser.Scorer
 
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.
isEdge() - Method in class edu.stanford.nlp.parser.lexparser.Edge
 
isEmpty() - Method in class edu.stanford.nlp.stats.Counter
 
isEmpty() - Method in class edu.stanford.nlp.stats.GeneralizedCounter
Returns true if nothing has a count.
isEmpty() - Method in class edu.stanford.nlp.stats.IntCounter
 
isEmpty() - Method in class edu.stanford.nlp.stats.TwoDimensionalCounter
 
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 interface edu.stanford.nlp.util.Heap
Returns true iff the heap is empty.
isEmpty() - Method in class edu.stanford.nlp.util.IdentityHashSet
Returns true if this set contains no elements.
isEndTag - Variable in class edu.stanford.nlp.util.XMLUtils.XMLTag
 
isEol(String) - Method in class edu.stanford.nlp.process.TokenizerAdapter
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.international.pennchinese.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.
isForeign(String) - Static method in class edu.stanford.nlp.parser.lexparser.ChineseCharacterBasedLexicon
 
isKnown(int) - Method in class edu.stanford.nlp.parser.lexparser.BaseLexicon
Checks whether a word is in the lexicon.
isKnown(String) - Method in class edu.stanford.nlp.parser.lexparser.BaseLexicon
Checks whether a word is in the lexicon.
isKnown(int) - Method in class edu.stanford.nlp.parser.lexparser.ChineseCharacterBasedLexicon
 
isKnown(String) - Method in class edu.stanford.nlp.parser.lexparser.ChineseCharacterBasedLexicon
 
isKnown(int) - Method in class edu.stanford.nlp.parser.lexparser.ChineseLexiconAndWordSegmenter
 
isKnown(String) - Method in class edu.stanford.nlp.parser.lexparser.ChineseLexiconAndWordSegmenter
 
isKnown(int) - Method in interface edu.stanford.nlp.parser.lexparser.Lexicon
Checks whether a word is in the lexicon.
isKnown(String) - Method in interface edu.stanford.nlp.parser.lexparser.Lexicon
Checks whether a word is in the lexicon.
isKnown(int) - Method in class edu.stanford.nlp.parser.lexparser.PetrovLexicon
 
isKnown(String) - Method in class edu.stanford.nlp.parser.lexparser.PetrovLexicon
 
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
Queries the Index for whether it's locked or not.
isPhrasal() - Method in class edu.stanford.nlp.trees.Tree
Return whether this node is a phrasal node or not.
isPostHook() - Method in class edu.stanford.nlp.parser.lexparser.Hook
 
isPreHook() - Method in class edu.stanford.nlp.parser.lexparser.Hook
 
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.international.pennchinese.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.international.pennchinese.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.
isScript - Variable in class edu.stanford.nlp.web.HTMLParser
 
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.international.pennchinese.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.
isSingleTag - Variable in class edu.stanford.nlp.util.XMLUtils.XMLTag
 
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.
isSubList(List, List) - Static method in class edu.stanford.nlp.util.CollectionUtils
Returns true iff l1 is a sublist of l (i.e., every member of l1 is in l, and for every e1 < e2 in l1, there is an e1 < e2 occurrence in l).
isSynthetic(int) - Method in class edu.stanford.nlp.parser.lexparser.BinaryGrammar
 
isSynthetic(String) - Static method in class edu.stanford.nlp.parser.lexparser.TreeBinarizer
 
isSyntheticState(String) - Method in class edu.stanford.nlp.parser.lexparser.GrammarCompactor
 
isTag - Variable in class edu.stanford.nlp.parser.lexparser.ExhaustivePCFGParser
 
isTitle - Variable in class edu.stanford.nlp.web.HTMLParser
 
isUnary() - Method in class edu.stanford.nlp.parser.lexparser.Rule
 
isUnary() - Method in class edu.stanford.nlp.parser.lexparser.UnaryRule
 
isUnaryRewrite() - Method in class edu.stanford.nlp.trees.Tree
Says whether the current node has only one child.
isVerbalAuxiliary(Tree) - Method in class edu.stanford.nlp.trees.SemanticHeadFinder
Reinserted so samples.GetSubcats compiles ...
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.
iTemp - Variable in class edu.stanford.nlp.parser.lexparser.BiLexPCFGParser
 
iterativeCKY - Static variable in class edu.stanford.nlp.parser.lexparser.Test
If true, use faster iterative deepening CKY algorithm.
IterativeCKYPCFGParser - Class in edu.stanford.nlp.parser.lexparser
Does iterative deepening search inside the CKY algorithm for faster parsing.
IterativeCKYPCFGParser(BinaryGrammar, UnaryGrammar, Lexicon, Options) - Constructor for class edu.stanford.nlp.parser.lexparser.IterativeCKYPCFGParser
 
iterator() - Method in class edu.stanford.nlp.parser.lexparser.BinaryGrammar
 
iterator() - Method in class edu.stanford.nlp.parser.lexparser.UnaryGrammar
 
iterator() - Method in class edu.stanford.nlp.stats.Counter
 
iterator() - Method in class edu.stanford.nlp.trees.CompositeTreebank
 
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.MemoryTreebank
Return an Iterator over Trees in the Treebank.
iterator() - Method in class edu.stanford.nlp.trees.TransformingTreebank
 
iterator() - Method in class edu.stanford.nlp.trees.Tree
Returns an iterator over all the nodes of the tree.
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 class edu.stanford.nlp.util.FixedPrioritiesPriorityQueue
 
iterator() - Method in interface edu.stanford.nlp.util.Heap
Returns an iterator over its elements, in order.
iterator() - Method in class edu.stanford.nlp.util.IdentityHashSet
Returns an iterator over the elements in this set.
iterator() - Method in class edu.stanford.nlp.util.Index
Returns an iterator over the elements of the collection.
IteratorFromReaderFactory<T> - Interface in edu.stanford.nlp.objectbank
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.

J

jaccardCoefficient(GenericCounter<E>, GenericCounter<E>) - Static method in class edu.stanford.nlp.stats.Counters
Returns the Jaccard Coefficient of the two counters.
jensenShannonDivergence(GenericCounter<E>, GenericCounter<E>) - Static method in class edu.stanford.nlp.stats.Counters
Calculates the Jensen-Shannon divergence between the two counters.
jjFillToken() - Static method in class edu.stanford.nlp.trees.tregex.TregexParserTokenManager
 
jjFillToken() - Static method in class edu.stanford.nlp.trees.tregex.tsurgeon.TsurgeonParserTokenManager
 
jjstrLiteralImages - Static variable in class edu.stanford.nlp.trees.tregex.TregexParserTokenManager
 
jjstrLiteralImages - Static variable in class edu.stanford.nlp.trees.tregex.tsurgeon.TsurgeonParserTokenManager
 
JJTLOCATION - Static variable in interface edu.stanford.nlp.trees.tregex.tsurgeon.TsurgeonParserTreeConstants
 
JJTNODENAME - Static variable in interface edu.stanford.nlp.trees.tregex.tsurgeon.TsurgeonParserTreeConstants
 
jjtNodeName - Static variable in interface edu.stanford.nlp.trees.tregex.tsurgeon.TsurgeonParserTreeConstants
 
JJTNODESELECTION - Static variable in interface edu.stanford.nlp.trees.tregex.tsurgeon.TsurgeonParserTreeConstants
 
JJTNODESELECTIONLIST - Static variable in interface edu.stanford.nlp.trees.tregex.tsurgeon.TsurgeonParserTreeConstants
 
JJTOPERATION - Static variable in interface edu.stanford.nlp.trees.tregex.tsurgeon.TsurgeonParserTreeConstants
 
JJTROOT - Static variable in interface edu.stanford.nlp.trees.tregex.tsurgeon.TsurgeonParserTreeConstants
 
JJTTREEDTRS - Static variable in interface edu.stanford.nlp.trees.tregex.tsurgeon.TsurgeonParserTreeConstants
 
JJTTREENODE - Static variable in interface edu.stanford.nlp.trees.tregex.tsurgeon.TsurgeonParserTreeConstants
 
JJTTREEROOT - Static variable in interface edu.stanford.nlp.trees.tregex.tsurgeon.TsurgeonParserTreeConstants
 
join(Iterable, String) - Static method in class edu.stanford.nlp.util.StringUtils
Joins each elem in the Collection with the given glue.
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.
joinNode(Tree, Tree) - Method in class edu.stanford.nlp.trees.Tree
Given nodes t1 and t2 which are dominated by this node, returns their "join node": the node j such that j dominates both t1 and t2, and no other node which also dominates both t1 and t2 dominates j.
joinNounTags - Static variable in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams.EnglishTrain
Join proper nouns with common nouns.
joinPound - Static variable in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams.EnglishTrain
Join pound with dollar.

K

KBestViterbiParser - Interface in edu.stanford.nlp.parser
An interface that supports finding k best and/or k good parses and parse sampling.
keepOriginalText - Variable in class edu.stanford.nlp.ling.DocumentReader
Whether to keep source text in document along with tokenized words.
keysAbove(double) - Method in class edu.stanford.nlp.stats.Counter
Returns the set of keys whose counts are at or above the given threshold.
keysAbove(int) - Method in class edu.stanford.nlp.stats.IntCounter
Returns the set of keys whose counts are at or above the given threshold.
keysAt(double) - Method in class edu.stanford.nlp.stats.Counter
Returns the set of keys that have exactly the given count.
keysAt(int) - Method in class edu.stanford.nlp.stats.IntCounter
Returns the set of keys that have exactly the given count.
keysBelow(double) - Method in class edu.stanford.nlp.stats.Counter
Returns the set of keys whose counts are at or below the given threshold.
keysBelow(int) - Method in class edu.stanford.nlp.stats.IntCounter
Returns the set of keys whose counts are at or below the given threshold.
keySet() - Method in class edu.stanford.nlp.ling.FeatureLabel
 
keySet() - Method in class edu.stanford.nlp.stats.Counter
 
keySet() - Method in class edu.stanford.nlp.stats.Distribution
 
keySet() - Method in class edu.stanford.nlp.stats.GeneralizedCounter
Returns the set of keys, as read-only Lists of size equal to the depth of the GeneralizedCounter.
keySet() - Method in interface edu.stanford.nlp.stats.GenericCounter
Returns the Set of keys in this counter.
keySet() - Method in class edu.stanford.nlp.stats.IntCounter
 
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
 
KILL - Static variable in class edu.stanford.nlp.trees.GrammaticalRelation
Dummy relation, used while collapsing relations, in English & Chinese GrammaticalStructure
kind - Variable in class edu.stanford.nlp.trees.tregex.Token
An integer that describes the kind of this token.
kind - Variable in class edu.stanford.nlp.trees.tregex.tsurgeon.Token
An integer that describes the kind of this token.
klDivergence(double[], double[]) - Static method in class edu.stanford.nlp.math.ArrayMath
 
klDivergence(GenericCounter<E>, GenericCounter<E>) - Static method in class edu.stanford.nlp.stats.Counters
Calculates the KL divergence between the two counters.

L

L2Normalize(GenericCounter<E>) - Static method in class edu.stanford.nlp.stats.Counters
L2 normalize a counter.
label() - Method in class edu.stanford.nlp.ling.BasicDocument
Returns the first label for this Document, or null if none have been set.
Label - Interface in edu.stanford.nlp.ling
Something that implements the Label interface can act as a constituent, node, or word label with linguistic attributes.
label() - Method in interface edu.stanford.nlp.ling.Labeled
Returns the primary label for this Object, or null if none have been set.
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.
label - Variable in class edu.stanford.nlp.trees.TreeGraphNode
Label for this node.
label() - Method in class edu.stanford.nlp.trees.TreeGraphNode
Returns the label associated with the current node, or null if there is no label.
LABEL - Static variable in interface edu.stanford.nlp.trees.tregex.tsurgeon.TsurgeonParserConstants
 
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.international.arabic.ArabicTreebankLanguagePack
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.
labelAnnotationIntroducingCharacters() - Method in class edu.stanford.nlp.trees.international.pennchinese.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.international.tuebadz.TueBaDZLanguagePack
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.
Labeled - Interface in edu.stanford.nlp.ling
Interface for Objects that have a label, whose label is an Object.
Labeled - Interface in edu.stanford.nlp.trees
Interface for Objects which have a Label.
LabeledConstituent - Class in edu.stanford.nlp.trees
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.
LabeledConstituent(int, int, String) - Constructor for class edu.stanford.nlp.trees.LabeledConstituent
Create a LabeledConstituent object with given values.
LabeledConstituentEval - Class in edu.stanford.nlp.parser.lexparser
Provides for Precision/Recall/F1 evaluation of labeled constituents.
LabeledConstituentEval(String, boolean, TreebankLanguagePack) - Constructor for class edu.stanford.nlp.parser.lexparser.LabeledConstituentEval
 
LabeledConstituentEval.CBEval - Class in edu.stanford.nlp.parser.lexparser
 
LabeledConstituentEval.CBEval(String, boolean, TreebankLanguagePack) - Constructor for class edu.stanford.nlp.parser.lexparser.LabeledConstituentEval.CBEval
 
LabeledScoredConstituent - Class in edu.stanford.nlp.trees
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 in edu.stanford.nlp.trees
A LabeledScoredConstituentFactory acts as a factory for creating objects of class LabeledScoredConstituent.
LabeledScoredConstituentFactory() - Constructor for class edu.stanford.nlp.trees.LabeledScoredConstituentFactory
 
LabeledScoredTreeFactory - Class in edu.stanford.nlp.trees
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 in edu.stanford.nlp.trees
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 in edu.stanford.nlp.trees
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<Tree>) - Constructor for class edu.stanford.nlp.trees.LabeledScoredTreeNode
Create parse tree with given root and array of daughter trees.
LabeledScoredTreeReaderFactory - Class in edu.stanford.nlp.trees
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
 
LabeledWord - Class in edu.stanford.nlp.ling
A LabeledWord object contains a word and its tag.
LabeledWord() - Constructor for class edu.stanford.nlp.ling.LabeledWord
Create a new TaggedWord.
LabeledWord(String) - Constructor for class edu.stanford.nlp.ling.LabeledWord
Create a new TaggedWord.
LabeledWord(String, Label) - Constructor for class edu.stanford.nlp.ling.LabeledWord
Create a new TaggedWord.
LabeledWord(Label, Label) - Constructor for class edu.stanford.nlp.ling.LabeledWord
 
labeledYield() - Method in class edu.stanford.nlp.trees.Tree
 
labeledYield(List<LabeledWord>) - Method in class edu.stanford.nlp.trees.Tree
 
labelFactory() - Method in class edu.stanford.nlp.ling.CategoryWordTag
Return a factory for this kind of label (i.e., CategoryWordTag).
labelFactory() - Method in class edu.stanford.nlp.ling.FeatureLabel
 
labelFactory() - Method in interface edu.stanford.nlp.ling.Label
Returns a factory that makes labels of the exact same type as this one.
labelFactory() - Method in class edu.stanford.nlp.ling.LabeledWord
Return a factory for this kind of label (i.e., TaggedWord).
LabelFactory - Interface in edu.stanford.nlp.ling
A LabelFactory object acts as a factory for creating objects of class Label, or some descendant class.
labelFactory() - Method in class edu.stanford.nlp.ling.MapLabel
Return a factory for MapLabels.
labelFactory() - Method in class edu.stanford.nlp.ling.StringLabel
Return a factory for this kind of label (i.e., StringLabel).
labelFactory() - Method in class edu.stanford.nlp.ling.TaggedWord
Return a factory for this kind of label (i.e., TaggedWord).
labelFactory() - Method in class edu.stanford.nlp.ling.ValueLabel
Returns a factory that makes Labels of the appropriate sort.
labelFactory() - Method in class edu.stanford.nlp.ling.Word
Return a factory for this kind of label (i.e., Word).
labelFactory() - Method in class edu.stanford.nlp.ling.WordLemmaTag
Return a factory for this kind of label (i.e., TaggedWord).
labelFactory() - Method in class edu.stanford.nlp.ling.WordTag
Return a factory for this kind of label (i.e., TaggedWord).
labelFactory() - Method in class edu.stanford.nlp.trees.international.negra.NegraLabel
 
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.SimpleConstituent
Return a factory for this kind of label.
labelFactory() - Method in class edu.stanford.nlp.trees.Tree
Returns a factory that makes labels of the same type as this one.
labels - Variable in class edu.stanford.nlp.ling.BasicDocument
Label(s) for this document.
labels() - Method in class edu.stanford.nlp.ling.BasicDocument
Returns the complete List of labels for this Document.
labels() - Method in interface edu.stanford.nlp.ling.Labeled
Returns the complete list of labels for this Object, which may be empty.
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
 
laplaceSmoothedDistribution(GenericCounter<E>, int) - Static method in class edu.stanford.nlp.stats.Distribution
Creates an Laplace smoothed Distribution from the given counter, ie adds one count to every item, including unseen ones, and divides by the total count.
laplaceSmoothedDistribution(GenericCounter<E>, int, double) - Static method in class edu.stanford.nlp.stats.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.
laplaceWithExplicitUnknown(GenericCounter<E>, double, E) - Static method in class edu.stanford.nlp.stats.Distribution
Creates a smoothed Distribution with Laplace smoothing, but assumes an explicit count of "UNKNOWN" items.
lastChild() - Method in class edu.stanford.nlp.trees.Tree
Returns the last child of a tree, or null if none.
lastF1(Object) - Method in class edu.stanford.nlp.stats.EquivalenceClassEval
 
lastF1() - Method in class edu.stanford.nlp.stats.EquivalenceClassEval
 
lastIndexOf(Object) - Method in class edu.stanford.nlp.trees.MemoryTreebank
 
lastNumGolds(Object) - Method in class edu.stanford.nlp.stats.EquivalenceClassEval
 
lastNumGolds() - Method in class edu.stanford.nlp.stats.EquivalenceClassEval
 
lastNumGoldsCorrect() - Method in class edu.stanford.nlp.stats.EquivalenceClassEval
 
lastNumGuessed(Object) - Method in class edu.stanford.nlp.stats.EquivalenceClassEval
 
lastNumGuessed() - Method in class edu.stanford.nlp.stats.EquivalenceClassEval
 
lastNumGuessedCorrect() - Method in class edu.stanford.nlp.stats.EquivalenceClassEval
 
lastPrecision(Object) - Method in class edu.stanford.nlp.stats.EquivalenceClassEval
 
lastPrecision() - Method in class edu.stanford.nlp.stats.EquivalenceClassEval
 
lastRecall(Object) - Method in class edu.stanford.nlp.stats.EquivalenceClassEval
 
lastRecall() - Method in class edu.stanford.nlp.stats.EquivalenceClassEval
 
lastSentencePosition - Variable in class edu.stanford.nlp.parser.lexparser.BaseLexicon
 
lastSignatureIndex - Variable in class edu.stanford.nlp.parser.lexparser.BaseLexicon
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.BaseLexicon
 
LatticeReader - Class in edu.stanford.nlp.parser.lexparser
 
LatticeReader(String) - Constructor for class edu.stanford.nlp.parser.lexparser.LatticeReader
 
LatticeReader(String, boolean) - Constructor for class edu.stanford.nlp.parser.lexparser.LatticeReader
 
LatticeReader(String, boolean, boolean, boolean) - Constructor for class edu.stanford.nlp.parser.lexparser.LatticeReader
 
LatticeReader.LatticeWord - Class in edu.stanford.nlp.parser.lexparser
 
LatticeReader.LatticeWord(String, int, int, double, double, int) - Constructor for class edu.stanford.nlp.parser.lexparser.LatticeReader.LatticeWord
 
LC_COMPLEMENT - Static variable in class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalRelations
The "localizer complement" grammatical relation.
leaveItAll - Static variable in class edu.stanford.nlp.parser.lexparser.Train
if true, leave all PTB (functional tag) annotations (bad)
leaves(Tree) - Static method in class edu.stanford.nlp.trees.Trees
returns the leaves in a Tree in the order that they're found.
LEFT - Static variable in class edu.stanford.nlp.parser.lexparser.IntDependency
 
LEFT_TERM_KEY - Static variable in class edu.stanford.nlp.ling.AbstractMapLabel
The Standard key for storing the left terminal number relative to the root of the tree of the leftmost terminal dominated by the current node
leftAccepting(boolean[]) - Method in class edu.stanford.nlp.parser.lexparser.OutsideRuleFilter
 
leftCharEdge(Tree) - Method in class edu.stanford.nlp.trees.Tree
Returns the positional index of the left edge of node within the tree, as measured by characters.
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.
leftFA - Variable in class edu.stanford.nlp.parser.lexparser.OutsideRuleFilter
 
leftHeaded - Variable in class edu.stanford.nlp.parser.lexparser.IntDependency
 
LeftHeadFinder - Class in edu.stanford.nlp.trees
HeadFinder that always returns the leftmost daughter as head.
LeftHeadFinder() - Constructor for class edu.stanford.nlp.trees.LeftHeadFinder
 
leftRec - Static variable in class edu.stanford.nlp.parser.lexparser.Train
Left edge is right-recursive (X << X) Bad.
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)
leftToRight - Static variable in class edu.stanford.nlp.parser.lexparser.Train
 
lemma() - Method in class edu.stanford.nlp.ling.FeatureLabel
 
lemma() - Method in class edu.stanford.nlp.ling.WordLemmaTag
 
LEMMA_KEY - Static variable in class edu.stanford.nlp.ling.AbstractMapLabel
The standard key for storing a lemma in the map.
LEMMA_LABEL - Static variable in class edu.stanford.nlp.ling.WordLemmaTagFactory
 
lemmatize(WordTag) - Method in class edu.stanford.nlp.process.Morphology
Lemmatize returning a WordLemmaTag .
lemmatizeStatic(WordTag) - Static method in class edu.stanford.nlp.process.Morphology
 
length() - Method in class edu.stanford.nlp.ling.Sentence
A convenience method since we normally say sentences have a length.
length - Variable in class edu.stanford.nlp.parser.lexparser.BiLexPCFGParser
 
length - Variable in class edu.stanford.nlp.parser.lexparser.ExhaustivePCFGParser
 
length() - Method in class edu.stanford.nlp.util.IntTuple
 
lengthNormalization - Static variable in class edu.stanford.nlp.parser.lexparser.Test
Turns on normalizing scores for sentence length.
lex() - Method in class edu.stanford.nlp.parser.lexparser.AbstractTreebankParserParams
 
lex(Options.LexOptions) - Method in class edu.stanford.nlp.parser.lexparser.AbstractTreebankParserParams
 
lex() - Method in class edu.stanford.nlp.parser.lexparser.ArabicTreebankParserParams
Returns a lexicon for Arabic.
lex(Options.LexOptions) - Method in class edu.stanford.nlp.parser.lexparser.ArabicTreebankParserParams
Returns a lexicon for Arabic.
lex - Variable in class edu.stanford.nlp.parser.lexparser.BiLexPCFGParser
 
lex(Options.LexOptions) - Method in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
Returns a ChineseLexicon
lex - Variable in class edu.stanford.nlp.parser.lexparser.ExhaustivePCFGParser
 
lex(Options.LexOptions) - Method in class edu.stanford.nlp.parser.lexparser.NegraPennTreebankParserParams
returns an ordinary Lexicon (could be tuned for German!)
lex - Variable in class edu.stanford.nlp.parser.lexparser.ParserData
 
lex(Options.LexOptions) - Method in interface edu.stanford.nlp.parser.lexparser.TreebankLangParserParams
Vends a Lexicon object suitable to the particular language/treebank combination of interest.
LexedTokenFactory<T> - Interface in edu.stanford.nlp.process
Constructs a token (of arbitrary type) from a String and its position in the underlying text.
Lexer - Interface in edu.stanford.nlp.io
A Lexer interface to be used with LexerTokenizer.
LexerTokenizer - Class in edu.stanford.nlp.process
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
 
LexicalError(boolean, int, int, int, String, char) - Static method in error edu.stanford.nlp.trees.tregex.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
LexicalError(boolean, int, int, int, String, char) - Static method in error edu.stanford.nlp.trees.tregex.tsurgeon.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
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.
LexicalizedParser - Class in edu.stanford.nlp.parser.lexparser
This class provides the top-level API and command-line interface to a set of reasonably good treebank-trained parsers.
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(Options) - Constructor for class edu.stanford.nlp.parser.lexparser.LexicalizedParser
Construct a new LexicalizedParser object from a previously serialized grammar read from a System property edu.stanford.nlp.SerializedLexicalizedParser, or a default file location (/u/nlp/data/lexparser/englishPCFG.ser.gz).
LexicalizedParser(String, Options) - Constructor for class edu.stanford.nlp.parser.lexparser.LexicalizedParser
Construct a new LexicalizedParser.
LexicalizedParser(String) - Constructor for class edu.stanford.nlp.parser.lexparser.LexicalizedParser
 
LexicalizedParser(String, boolean, Options) - 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(Treebank, GrammarCompactor, Options) - Constructor for class edu.stanford.nlp.parser.lexparser.LexicalizedParser
Construct a new LexicalizedParser.
LexicalizedParser(String, FileFilter, Options) - Constructor for class edu.stanford.nlp.parser.lexparser.LexicalizedParser
 
LexicalizedParser(Treebank, GrammarCompactor, Options, Treebank) - Constructor for class edu.stanford.nlp.parser.lexparser.LexicalizedParser
Construct a new LexicalizedParser.
LexicalizedParser(Treebank, DiskTreebank, double, GrammarCompactor, Options) - Constructor for class edu.stanford.nlp.parser.lexparser.LexicalizedParser
 
LexicalizedParser(Treebank, Options) - Constructor for class edu.stanford.nlp.parser.lexparser.LexicalizedParser
 
Lexicon - Interface in edu.stanford.nlp.parser.lexparser
An interface for lexicons interfacing to lexparser.
lexOptions - Variable in class edu.stanford.nlp.parser.lexparser.Options
 
lexStateNames - Static variable in class edu.stanford.nlp.trees.tregex.TregexParserTokenManager
 
lexStateNames - Static variable in class edu.stanford.nlp.trees.tregex.tsurgeon.TsurgeonParserTokenManager
 
line - Static variable in class edu.stanford.nlp.trees.tregex.SimpleCharStream
 
line - Static variable in class edu.stanford.nlp.trees.tregex.tsurgeon.SimpleCharStream
 
linearCombination(GenericCounter<E>, double, GenericCounter<E>, double) - Static method in class edu.stanford.nlp.stats.Counters
Returns a Counter which is a weighted average of c1 and c2.
lineCount(File) - Static method in class edu.stanford.nlp.io.IOUtils
 
LINKED_LIST_FACTORY - Static variable in class edu.stanford.nlp.util.CollectionFactory
 
linkedListFactory() - Static method in class edu.stanford.nlp.util.CollectionFactory
 
listIterator() - Method in class edu.stanford.nlp.trees.MemoryTreebank
 
listIterator(int) - Method in class edu.stanford.nlp.trees.MemoryTreebank
 
listOfLabeledWordsToEvents(List<LabeledWord>) - Method in class edu.stanford.nlp.parser.lexparser.BaseLexicon
 
ListProcessor<IN,OUT> - Interface in edu.stanford.nlp.process
An interface for things that operate on a List.
listToEvents(List<TaggedWord>) - Method in class edu.stanford.nlp.parser.lexparser.BaseLexicon
 
lm - Variable in class edu.stanford.nlp.parser.lexparser.LatticeReader.LatticeWord
 
load(Reader) - Method in class edu.stanford.nlp.trees.MemoryTreebank
Load a collection of parse trees from a Reader.
load(Reader, String) - Method in class edu.stanford.nlp.trees.MemoryTreebank
Load a collection of parse trees from a Reader.
load2DMatrixFromFile(String) - Static method in class edu.stanford.nlp.math.ArrayMath
 
loadCollection(String, Class, CollectionFactory) - Static method in class edu.stanford.nlp.util.CollectionUtils
 
loadCollection(File, Class, CollectionFactory) - Static method in class edu.stanford.nlp.util.CollectionUtils
 
loadCounter(String, Class<E>) - Static method in class edu.stanford.nlp.stats.Counters
Loads a Counter from a text file.
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.
loadFromFilename(String) - Static method in class edu.stanford.nlp.util.Index
 
loadFromReader(BufferedReader) - Static method in class edu.stanford.nlp.util.Index
This is the analogue of loadFromFilename, and is intended to be included in a routine that unpacks a text-serialized form of an object that incorporates an Index.
loadIntCounter(String, Class<E>) - Static method in class edu.stanford.nlp.stats.Counters
Loads a Counter from a text file.
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.CompositeTreebank
 
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.MemoryTreebank
Load trees from given directory.
loadPath(File, FileFilter) - Method in class edu.stanford.nlp.trees.TransformingTreebank
Load trees 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 file or 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.
loadSegmenter(String) - Method in class edu.stanford.nlp.parser.lexparser.ChineseLexiconAndWordSegmenter
 
loadSegmenter(String) - Method in class edu.stanford.nlp.parser.lexparser.ChineseMarkovWordSegmenter
 
loadSegmenter(String) - Method in interface edu.stanford.nlp.parser.lexparser.WordSegmenter
 
localize(Tree) - Static method in class edu.stanford.nlp.parser.lexparser.AbstractEval.RuleErrorEval
 
localTree() - Method in class edu.stanford.nlp.trees.Tree
Returns a new Tree that represents the local Tree at a certain node.
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
localTrees() - Method in class edu.stanford.nlp.trees.Tree
Returns a set of one level Trees that ares the local trees of the tree.
LOCATION_RELATION - Static variable in interface edu.stanford.nlp.trees.tregex.tsurgeon.TsurgeonParserConstants
 
lock() - Method in class edu.stanford.nlp.util.Index
Locks the Index.
lock() - Method in class edu.stanford.nlp.util.Numberer
 
log(double[]) - Static method in class edu.stanford.nlp.math.ArrayMath
 
logAdd(float, float) - 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.
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.
logIncrementCount(E, double) - Method in class edu.stanford.nlp.stats.Counter
If the current count for the object is c1, and you call logIncrementCount with a value of c2, then the new value will be log(e^c1 + e^c2).
logInPlace(double[]) - Static method in class edu.stanford.nlp.math.ArrayMath
 
logNormalize(double[]) - Static method in class edu.stanford.nlp.math.ArrayMath
Makes the values in this array sum to 1.0.
logNormalize() - Method in class edu.stanford.nlp.stats.Counter
 
logSum(double[]) - Static method in class edu.stanford.nlp.math.ArrayMath
Returns the log of the sum of an array of numbers, which are themselves input in log form.
logSum(double[], int, int) - Static method in class edu.stanford.nlp.math.ArrayMath
Returns the log of the portion between fromIndex, inclusive, and toIndex, exclusive, of an array of numbers, which are themselves input in log form.
logSum(List<Double>) - Static method in class edu.stanford.nlp.math.ArrayMath
 
logSum(List<Double>, int, int) - Static method in class edu.stanford.nlp.math.ArrayMath
 
logSum(float[]) - Static method in class edu.stanford.nlp.math.ArrayMath
Returns the log of the sum of an array of numbers, which are themselves input in log form.
logSum() - Method in class edu.stanford.nlp.stats.Counter
 
longestCommonContiguousSubstring(String, String) - Static method in class edu.stanford.nlp.util.StringUtils
Computes the longest common contiguous substring of s and t.
longestCommonSubstring(String, String) - Static method in class edu.stanford.nlp.util.StringUtils
Computes the longest common substring of s and t.
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.
lowestLevelCounterEntrySet() - Method in class edu.stanford.nlp.stats.GeneralizedCounter
Returns a set of entries, where each key is a read-only List of size one less than the depth of the GeneralizedCounter, and each value is a Counter.
lr - Variable in class edu.stanford.nlp.parser.lexparser.ExhaustivePCFGParser
 

M

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.ui.OpenPageDialog
 
main(String[]) - Static method in class edu.stanford.nlp.ling.BasicDocument
For internal debugging purposes only.
main(String[]) - Static method in class edu.stanford.nlp.ling.MapLabel
For testing only.
main(String[]) - Static method in class edu.stanford.nlp.ling.MapLabelFactory
Just for testing.
main(String[]) - Static method in class edu.stanford.nlp.ling.WordLemmaTag
 
main(String[]) - Static method in class edu.stanford.nlp.math.ArrayMath
For testing only.
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.misc.SeeChars
 
main(String[]) - Static method in class edu.stanford.nlp.objectbank.XMLBeginEndIterator
 
main(String[]) - Static method in class edu.stanford.nlp.parser.lexparser.ArabicTreebankParserParams
Loads Arabic Treebank files from the first argument and prints all the trees below length specified by second arg.
main(String[]) - Static method in class edu.stanford.nlp.parser.lexparser.BaseLexicon
Provides some testing and opportunities for exploration of the probabilities of a BaseLexicon.
main(String[]) - Static method in class edu.stanford.nlp.parser.lexparser.ChineseCharacterBasedLexicon
 
main(String[]) - Static method in class edu.stanford.nlp.parser.lexparser.ChineseLexiconAndWordSegmenter
This method lets you train and test a segmenter relative to a Treebank.
main(String[]) - Static method in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
For testing: loads a treebank and prints the trees.
main(String[]) - Static method in class edu.stanford.nlp.parser.lexparser.ChineseUnknownWordModel
 
main(String[]) - Static method in class edu.stanford.nlp.parser.lexparser.CNFTransformers
 
main(String[]) - Static method in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams
 
main(String[]) - Static method in class edu.stanford.nlp.parser.lexparser.FactoredParser
 
main(String[]) - Static method in class edu.stanford.nlp.parser.lexparser.LabeledConstituentEval
 
main(String[]) - Static method in class edu.stanford.nlp.parser.lexparser.LatticeReader
 
main(String[]) - Static method in class edu.stanford.nlp.parser.lexparser.LexicalizedParser
A main program for using the parser with various options.
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 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.TreeAnnotatorAndBinarizer
Let's you test out the TreeAnnotatorAndBinarizer on the command line.
main(String[]) - Static method in class edu.stanford.nlp.parser.lexparser.TreebankAnnotator
 
main(String[]) - Static method in class edu.stanford.nlp.parser.lexparser.TreeBinarizer
Let's you test out the TreeBinarizer on the command line.
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.DocumentPreprocessor
This provides a simple test method for DocumentPreprocessor.
main(String[]) - Static method in class edu.stanford.nlp.process.LexerTokenizer
for testing only
main(String[]) - Static method in class edu.stanford.nlp.process.Morphology
Run the morphological analyzer.
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 files named as arguments and print their tokens one per line.
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.WhitespaceTokenizer
Reads a file from the argument and prints its tokens one per line.
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.stats.Counter
For internal debugging purposes only.
main(String[]) - Static method in class edu.stanford.nlp.stats.Distribution
For internal testing purposes only.
main(String[]) - Static method in class edu.stanford.nlp.stats.EquivalenceClassEval
 
main(String[]) - Static method in class edu.stanford.nlp.stats.GeneralizedCounter
for testing purposes only
main(String[]) - Static method in class edu.stanford.nlp.stats.TwoDimensionalCounter
 
main(String[]) - Static method in class edu.stanford.nlp.swing.FontDetector
 
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.CoordinationTransformer
 
main(String[]) - Static method in class edu.stanford.nlp.trees.DiskTreebank
Loads treebank and prints it.
main(String[]) - Static method in class edu.stanford.nlp.trees.EnglishGrammaticalRelations
Prints out the English grammatical relations hierarchy.
main(String[]) - Static method in class edu.stanford.nlp.trees.EnglishGrammaticalStructure
Given sentences or trees, output the typed dependencies.

By default, the method outputs the collapsed typed dependencies.

main(String[]) - Static method in class edu.stanford.nlp.trees.international.arabic.ArabicTokenizer
Reads a file from the argument and prints its tokens one per line.
main(String[]) - Static method in class edu.stanford.nlp.trees.international.arabic.ArabicTreebankLanguagePack
 
main(String[]) - Static method in class edu.stanford.nlp.trees.international.arabic.ArabicTreebankTokenizer
 
main(String[]) - Static method in class edu.stanford.nlp.trees.international.arabic.Buckwalter
 
main(String[]) - Static method in class edu.stanford.nlp.trees.international.arabic.IBMArabicEscaper
This main method preprocesses 1-sentence per line input, making similar changes.
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.pennchinese.CharacterLevelTagExtender
for testing -- CURRENTLY BROKEN!!!
main(String[]) - Static method in class edu.stanford.nlp.trees.international.pennchinese.ChineseEnglishWordMap
The main method reads (segmented, whitespace delimited) words from a file and prints them with their English translation(s).
main(String[]) - Static method in class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalStructure
Just for testing.
main(String[]) - Static method in class edu.stanford.nlp.trees.international.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.trees.international.pennchinese.RadicalMap
The main function reads a list of characters and outputs the list with corresponding radicals.
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.PennTreebankLanguagePack
Prints a few aspects of the TreebankLanguagePack, just for debugging.
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.QPTreeTransformer
 
main(String[]) - Static method in class edu.stanford.nlp.trees.TransformingTreebank
Loads treebank grammar from first argument and prints it.
main(String[]) - Static method in class edu.stanford.nlp.trees.TreeFunctions
This method just tests the functionality of the included transformers.
main(String[]) - Static method in class edu.stanford.nlp.trees.TreeGraph
Just for testing.
main(String[]) - Static method in class edu.stanford.nlp.trees.TreeGraphNode
Just for testing.
main(String[]) - Static method in class edu.stanford.nlp.trees.TreePrint
This provides a simple main method for calling TreePrint.
main(String[]) - Static method in class edu.stanford.nlp.trees.Trees
 
main(String[]) - Static method in class edu.stanford.nlp.trees.tregex.TreeMatcher
Use to match a tree pattern to the trees in files.
main(String[]) - Static method in class edu.stanford.nlp.trees.tregex.TreePattern
Used to check how tree patterns are compiled, and how node descriptions are compiled into regular expressions.
main(String[]) - Static method in class edu.stanford.nlp.trees.tregex.TregexMatcher
Look at a bunch of trees and tell where TreePattern and TregexPattern differ at all.
main(String[]) - Static method in class edu.stanford.nlp.trees.tregex.TregexPattern
Prints out all matches of a tree pattern on each tree in the path.
main(String[]) - Static method in class edu.stanford.nlp.trees.tregex.tsurgeon.Tsurgeon
Arguments:
main(String[]) - Static method in class edu.stanford.nlp.trees.WordStemmer
Reads, stems, and prints the trees in the file.
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.CollectionUtils
 
main(String[]) - Static method in class edu.stanford.nlp.util.FixedPrioritiesPriorityQueue
 
main(String[]) - Static method in class edu.stanford.nlp.util.IdentityHashSet
Just for testing.
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.Maps
 
main(String[]) - Static method in class edu.stanford.nlp.util.Sets
 
main(String[]) - Static method in class edu.stanford.nlp.util.StringUtils
Tests the string edit distance function.
main(String[]) - Static method in class edu.stanford.nlp.util.XMLUtils
Tests a few methods.
main(String[]) - Static method in class edu.stanford.nlp.web.HTMLParser
 
makeBlock(Collection) - Method in class edu.stanford.nlp.fsm.FastExactAutomatonMinimizer
 
makeDependency(Tree, Tree, Tree) - Method in interface edu.stanford.nlp.trees.DependencyTyper
Make a dependency given the Tree that is the head and the dependent, both of which are contained within root.
makeHTMLTable(String[][], String[], String[]) - Static method in class edu.stanford.nlp.util.StringUtils
Returns an HTML table containing the matrix of Strings passed in.
makeInitialBlocks() - Method in class edu.stanford.nlp.fsm.FastExactAutomatonMinimizer
 
makeInitialItem(int, int, int, double) - Method in class edu.stanford.nlp.parser.lexparser.BiLexPCFGParser
 
makeInitialItems(List) - Method in class edu.stanford.nlp.parser.lexparser.BiLexPCFGParser
 
makeIntFromByte2(byte[], int) - Static method in class edu.stanford.nlp.math.ArrayMath
 
makeIntFromByte4(byte[], int) - Static method in class edu.stanford.nlp.math.ArrayMath
 
makeList(T) - Static method in class edu.stanford.nlp.util.CollectionUtils
Returns a new List containing the given object.
makeList(T, T) - Static method in class edu.stanford.nlp.util.CollectionUtils
Returns a new List containing the given objects.
makeList(T, T, T) - Static method in class edu.stanford.nlp.util.CollectionUtils
Returns a new List containing the given objects.
makePPTOintoIN - Static variable in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams.EnglishTrain
Change TO inside PP to IN.
makeStringMap() - Static method in class edu.stanford.nlp.process.PTBEscapingProcessor
 
makeToken(String, int, int) - Method in class edu.stanford.nlp.process.FeatureLabelTokenFactory
Constructs FeatureLabel as a String with a corresponding BEGIN and END position.
makeToken(String, int, int) - Method in interface edu.stanford.nlp.process.LexedTokenFactory
Constructs a token (of arbitrary type) from a String and its position in the underlying text.
makeToken(String, int, int) - Method in class edu.stanford.nlp.process.WordTokenFactory
 
map - Variable in class edu.stanford.nlp.ling.AbstractMapLabel
The Map which stores all of the attributes for this label, and the label value itself.
map() - Method in class edu.stanford.nlp.ling.AbstractMapLabel
Return the Map contained in this label.
map() - Method in class edu.stanford.nlp.ling.FeatureLabel
 
map - Variable in class edu.stanford.nlp.util.Interner
 
mapDependencies(Filter<Dependency>, HeadFinder) - Method in class edu.stanford.nlp.trees.Tree
Return a set of MapLabel-MapLabel dependencies, represented as Dependency objects, for the Tree.
mapFactory - Variable in class edu.stanford.nlp.ling.AbstractMapLabel
The MapFactory which will be used to make new Maps in this AbstractMapLabel.
MapFactory<K,V> - Class in edu.stanford.nlp.util
A factory class for vending different sorts of Maps.
MapLabel - Class in edu.stanford.nlp.ling
An AbstractMapLabel implementation which uses Object equality and hashcode.
MapLabel() - Constructor for class edu.stanford.nlp.ling.MapLabel
Create a new MapLabel with null value.
MapLabel(MapFactory) - Constructor for class edu.stanford.nlp.ling.MapLabel
Create a new MapLabel with null value.
MapLabel(String) - Constructor for class edu.stanford.nlp.ling.MapLabel
Create a new MapLabel with the given value.
MapLabel(String, MapFactory) - Constructor for class edu.stanford.nlp.ling.MapLabel
Create a new MapLabel with the given value.
MapLabel(Label) - Constructor for class edu.stanford.nlp.ling.MapLabel
Create a new MapLabel with the value of another Label as its value.
MapLabel(Label, MapFactory) - Constructor for class edu.stanford.nlp.ling.MapLabel
Create a new MapLabel with the value of another Label as its value.
MapLabelFactory - Class in edu.stanford.nlp.ling
A MapLabelFactory is a factory that makes a Label which is a MapLabel.
MapLabelFactory() - Constructor for class edu.stanford.nlp.ling.MapLabelFactory
 
Maps - Class in edu.stanford.nlp.util
Utilities for Maps, including inverting, composing, and support for list/set values.
Maps() - Constructor for class edu.stanford.nlp.util.Maps
 
mapStringToArray(String) - Static method in class edu.stanford.nlp.ling.FeatureLabel
 
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.ChineseTreebankParserParams
Mark phrases which are conjunctions.
markCC - Static variable in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams.EnglishTrain
Mark phrases which are conjunctions.
markContainedVP - Static variable in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams.EnglishTrain
 
markDitransV - Static variable in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams.EnglishTrain
Attempt to record ditransitive verbs.
MARKER - Static variable in class edu.stanford.nlp.trees.EnglishGrammaticalRelations
The "marker" grammatical relation.
markFinalStates - Static variable in class edu.stanford.nlp.parser.lexparser.Train
Whether or not to mark final states in binarized grammar.
markHeadNodes(Tree) - Method in class edu.stanford.nlp.trees.TreePrint
 
MARKING_KEY - Static variable in class edu.stanford.nlp.ling.AbstractMapLabel
Another key used for propbank - to signify core arg nodes or predicate nodes
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.
markovFactor - Static variable in class edu.stanford.nlp.parser.lexparser.Train
 
markovOrder - Static variable in class edu.stanford.nlp.parser.lexparser.Train
 
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
 
markReflexivePRP - Static variable in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams.EnglishTrain
Mark reflexivie PRP words.
markUnary - Static variable in class edu.stanford.nlp.parser.lexparser.Train
Mark all unary nodes specially.
markUnaryTags - Static variable in class edu.stanford.nlp.parser.lexparser.Train
Mark POS tags which are the sole member of their phrasal constituent.
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
 
matcher(Tree) - Method in class edu.stanford.nlp.trees.tregex.TreePattern
Creates a TreeMatcher that can match this pattern to the specified input tree.
matcher(Tree) - Method in class edu.stanford.nlp.trees.tregex.TregexPattern
Get a TregexMatcher for this pattern on this tree.
matches(double, double) - Static method in class edu.stanford.nlp.parser.lexparser.ExhaustivePCFGParser
 
matches(Tree) - Method in class edu.stanford.nlp.trees.tregex.TreeMatcher
Attempts to match the input TreePattern against the specified Tree, at the supplied Tree node t.
matches() - Method in class edu.stanford.nlp.trees.tregex.TregexMatcher
Does the pattern match the tree? It's actually closer to java.util.regex's "lookingAt" in that the root of the tree has to match the root of the pattern but the whole tree does not have to be "accounted for".
matches(String, String) - Static method in class edu.stanford.nlp.util.StringUtils
Say whether this regular expression matches this String.
matchesAt(Tree) - Method in class edu.stanford.nlp.trees.tregex.TregexMatcher
Rests the matcher and tests if it matches on the tree when rooted at node.
max(double[]) - Static method in class edu.stanford.nlp.math.ArrayMath
 
max(float[]) - Static method in class edu.stanford.nlp.math.ArrayMath
 
max(int[]) - Static method in class edu.stanford.nlp.math.ArrayMath
 
max(int, int, int) - Static method in class edu.stanford.nlp.math.SloppyMath
Returns the minimum of three int values.
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.stats.Counter
Finds and returns the largest count in this Counter.
max() - Method in class edu.stanford.nlp.stats.IntCounter
Finds and returns the largest count in this Counter.
MAX_ITEMS - Static variable in class edu.stanford.nlp.parser.lexparser.Test
The maximum number of edges and hooks combined that the factored parser will build before giving up.
maxBeamSize - Variable in class edu.stanford.nlp.util.Beam
 
maximalProjection(Tree, Tree, HeadFinder) - Static method in class edu.stanford.nlp.trees.Trees
returns the maximal projection of head in root given a HeadFinder
maxLength - Static variable in class edu.stanford.nlp.parser.lexparser.Test
The maximum sentence length (including punctuation, etc.) to parse.
maxNextCharInd - Static variable in class edu.stanford.nlp.trees.tregex.SimpleCharStream
 
maxNextCharInd - Static variable in class edu.stanford.nlp.trees.tregex.tsurgeon.SimpleCharStream
 
maxSpanForTags - Static variable in class edu.stanford.nlp.parser.lexparser.Test
The largest span to consider for word-hood.
mean(double[]) - Static method in class edu.stanford.nlp.math.ArrayMath
 
MEASURE_PHRASE - Static variable in class edu.stanford.nlp.trees.EnglishGrammaticalRelations
The "measure-phrase" grammatical relation.
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.ArabicTreebankParserParams
 
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
Allows you to read 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
memoryTreebank() - Method in class edu.stanford.nlp.parser.lexparser.TueBaDZParserParams
 
MemoryTreebank - Class in edu.stanford.nlp.trees
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(List<Tree>, 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.
merge(LatticeReader.LatticeWord) - Method in class edu.stanford.nlp.parser.lexparser.LatticeReader.LatticeWord
 
mergeNNVV - Static variable in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
Chinese: merge NN and VV.
min(double[]) - Static method in class edu.stanford.nlp.math.ArrayMath
 
min(float[]) - Static method in class edu.stanford.nlp.math.ArrayMath
 
min(int[]) - Static method in class edu.stanford.nlp.math.ArrayMath
 
min(int, int, int) - Static method in class edu.stanford.nlp.math.SloppyMath
Returns the minimum of three int values.
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.stats.Counter
Finds and returns the smallest count in this Counter.
min() - Method in class edu.stanford.nlp.stats.IntCounter
Finds and returns the smallest count in this Counter.
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 interface edu.stanford.nlp.util.Heap
Returns the minimum Object in this heap.
MIN_PROBABILITY - Static variable in class edu.stanford.nlp.parser.lexparser.MLEDependencyGrammar
 
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.FastExactAutomatonMinimizer
 
MLEDependencyGrammar - Class in edu.stanford.nlp.parser.lexparser
 
MLEDependencyGrammar(TreebankLangParserParams, boolean, boolean, boolean) - Constructor for class edu.stanford.nlp.parser.lexparser.MLEDependencyGrammar
 
MLEDependencyGrammar(TagProjection, TreebankLangParserParams, boolean, boolean, boolean) - Constructor for class edu.stanford.nlp.parser.lexparser.MLEDependencyGrammar
 
MLEDependencyGrammarExtractor - Class in edu.stanford.nlp.parser.lexparser
Gathers statistics on tree dependencies and then passes them to an MLEDependencyGrammar for dependency grammar construction
MLEDependencyGrammarExtractor(Options) - Constructor for class edu.stanford.nlp.parser.lexparser.MLEDependencyGrammarExtractor
 
MLEDependencyGrammarSmoothingParams() - Method in class edu.stanford.nlp.parser.lexparser.AbstractTreebankParserParams
Give the parameters for smoothing in the MLEDependencyGrammar.
MLEDependencyGrammarSmoothingParams() - Method in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
 
MLEDependencyGrammarSmoothingParams() - Method in interface edu.stanford.nlp.parser.lexparser.TreebankLangParserParams
Give the parameters for smoothing in the MLEDependencyGrammar.
MODAL_VERB - Static variable in class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalRelations
The "modal" grammatical relation.
ModCollinsHeadFinder - Class in edu.stanford.nlp.trees
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
 
MODIFIER - Static variable in class edu.stanford.nlp.trees.EnglishGrammaticalRelations
The "modifier" grammatical relation.
MODIFIER - Static variable in class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalRelations
The "modifier" grammatical relation.
Morphology - Class in edu.stanford.nlp.process
Morphology computes the base form of English words, by removing just inflections (not derivational morphology).
Morphology() - Constructor for class edu.stanford.nlp.process.Morphology
 
Morphology(Reader) - Constructor for class edu.stanford.nlp.process.Morphology
Process morphologically words from a Reader.
Morphology(String) - Constructor for class edu.stanford.nlp.process.Morphology
 
MOVE - Static variable in interface edu.stanford.nlp.trees.tregex.tsurgeon.TsurgeonParserConstants
 
multiply(double[], double) - Static method in class edu.stanford.nlp.math.ArrayMath
Scales the values in this array by c.
multiply(float[], float) - Static method in class edu.stanford.nlp.math.ArrayMath
Scales the values in this array by c.
multiplyBy(double) - Method in class edu.stanford.nlp.stats.Counter
Multiplies every count by the given multiplier.
multiplyInPlace(double[], double) - Static method in class edu.stanford.nlp.math.ArrayMath
Scales the values in this array by b.
multiplyInPlace(float[], double) - Static method in class edu.stanford.nlp.math.ArrayMath
Scales the values in this array by b.
MutableDouble - Class in edu.stanford.nlp.util
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 in edu.stanford.nlp.util
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
 
myMaxLength - Variable in class edu.stanford.nlp.parser.lexparser.ExhaustivePCFGParser
 

N

name() - Method in interface edu.stanford.nlp.trees.Dependency
Names the type of dependency (subject, instrument, ...).
name() - Method in class edu.stanford.nlp.trees.UnnamedDependency
 
name - Variable in class edu.stanford.nlp.util.XMLUtils.XMLTag
 
narrowLExtent - Variable in class edu.stanford.nlp.parser.lexparser.ExhaustivePCFGParser
 
narrowRExtent - Variable in class edu.stanford.nlp.parser.lexparser.ExhaustivePCFGParser
 
nChooseK(int, int) - Static method in class edu.stanford.nlp.math.SloppyMath
Computes n choose k in an efficient way.
NEGATION_MODIFIER - Static variable in class edu.stanford.nlp.trees.EnglishGrammaticalRelations
The "negation modifier" grammatical relation.
NEGATION_MODIFIER - Static variable in class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalRelations
The "negative modifier" grammatical relation.
NegraHeadFinder - Class in edu.stanford.nlp.trees.international.negra
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 in edu.stanford.nlp.trees.international.negra
 
NegraLabel(String) - Constructor for class edu.stanford.nlp.trees.international.negra.NegraLabel
 
NegraLabel(String, Map<String, String>) - Constructor for class edu.stanford.nlp.trees.international.negra.NegraLabel
 
NegraLabel(String, String, Map<String, String>) - Constructor for class edu.stanford.nlp.trees.international.negra.NegraLabel
 
NegraPennLanguagePack - Class in edu.stanford.nlp.trees.international.negra
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 in edu.stanford.nlp.trees.international.negra
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
 
NegraPennTreebankParserParams - Class in edu.stanford.nlp.parser.lexparser
Parameter file for parsing the Penn Treebank format of the Negra Treebank (German).
NegraPennTreebankParserParams() - Constructor for class edu.stanford.nlp.parser.lexparser.NegraPennTreebankParserParams
 
NegraPennTreeNormalizer - Class in edu.stanford.nlp.trees.international.negra
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
 
negraSemanticHeadFinder() - Static method in class edu.stanford.nlp.trees.international.negra.NegraHeadFinder
Vends a "semantic" NegraHeadFinder---one that disprefers modal/auxiliary verbs as the heads of S or VP.
ner() - Method in class edu.stanford.nlp.ling.AbstractMapLabel
Return the NER type of the word, which is stored in the map under the key NER_KEY.
ner() - Method in class edu.stanford.nlp.ling.FeatureLabel
Return the NER type of the word, which is stored in the map under the key NER_KEY.
NER_KEY - Static variable in class edu.stanford.nlp.ling.AbstractMapLabel
the standard key for the NER label.
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.LinkedListFactory
 
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
 
newDependency(Label, Label) - Method in interface edu.stanford.nlp.trees.DependencyFactory
 
newDependency(Label, Label, Object) - Method in interface edu.stanford.nlp.trees.DependencyFactory
 
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.LinkedListFactory
 
newEmptyCollection() - Method in class edu.stanford.nlp.util.CollectionFactory
 
newGrammaticalStructure(Tree) - Method in class edu.stanford.nlp.trees.GrammaticalStructureFactory
Vend a new GrammaticalStructure based on the given Tree.
newLabel(String) - Method in class edu.stanford.nlp.ling.CategoryWordTagFactory
Make a new label with this String as the "name".
newLabel(String, int) - Method in class edu.stanford.nlp.ling.CategoryWordTagFactory
Make a new label with this String as the value.
newLabel(String, String, String) - Method in class edu.stanford.nlp.ling.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.ling.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.ling.LabelFactory
Make a new label with this String as the value.
newLabel(String, int) - Method in interface edu.stanford.nlp.ling.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.ling.LabelFactory
Create a new Label, where the label is formed from the Label object passed in.
newLabel(String) - Method in class edu.stanford.nlp.ling.MapLabelFactory
Make a new label with this String as the value.
newLabel(String, int) - Method in class edu.stanford.nlp.ling.MapLabelFactory
Make a new label with this String as the value.
newLabel(Label) - Method in class edu.stanford.nlp.ling.MapLabelFactory
Create a new MapLabel with the value of oldLabel as its value.
newLabel(String) - Method in class edu.stanford.nlp.ling.StringLabelFactory
Make a new label with this String as the "name".
newLabel(String, int) - Method in class edu.stanford.nlp.ling.StringLabelFactory
Make a new label with this String as the "name".
newLabel(Label) - Method in class edu.stanford.nlp.ling.StringLabelFactory
Create a new StringLabel, where the label is formed from the Label object passed in.
newLabel(String) - Method in class edu.stanford.nlp.ling.TaggedWordFactory
Make a new label with this String as the value (word).
newLabel(String, int) - Method in class edu.stanford.nlp.ling.TaggedWordFactory
Make a new label with this String as a value component.
newLabel(Label) - Method in class edu.stanford.nlp.ling.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.ling.WordFactory
Create a new word, where the label is formed from the String passed in.
newLabel(String, int) - Method in class edu.stanford.nlp.ling.WordFactory
Create a new word, where the label is formed from the String passed in.
newLabel(Label) - Method in class edu.stanford.nlp.ling.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.ling.WordLemmaTagFactory
Make a new label with this String as the value (word).
newLabel(String, int) - Method in class edu.stanford.nlp.ling.WordLemmaTagFactory
Make a new label with this String as a value component.
newLabel(Label) - Method in class edu.stanford.nlp.ling.WordLemmaTagFactory
Create a new WordLemmaTag Label, where the label is formed from the Label object passed in.
newLabel(String) - Method in class edu.stanford.nlp.ling.WordTagFactory
Make a new label with this String as the value (word).
newLabel(String, int) - Method in class edu.stanford.nlp.ling.WordTagFactory
Make a new label with this String as a value component.
newLabel(Label) - Method in class edu.stanford.nlp.ling.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.ling.CategoryWordTagFactory
Make a new label with this String as the "name".
newLabelFromString(String) - Method in interface edu.stanford.nlp.ling.LabelFactory
Make a new label.
newLabelFromString(String) - Method in class edu.stanford.nlp.ling.MapLabelFactory
Make a new label with this String as the value.
newLabelFromString(String) - Method in class edu.stanford.nlp.ling.StringLabelFactory
Make a new label with this String as the "name".
newLabelFromString(String) - Method in class edu.stanford.nlp.ling.TaggedWordFactory
Create a new word, where the label is formed from the String passed in.
newLabelFromString(String) - Method in class edu.stanford.nlp.ling.WordFactory
Create a new word, where the label is formed from the String passed in.
newLabelFromString(String) - Method in class edu.stanford.nlp.ling.WordLemmaTagFactory
Create a new word, where the label is formed from the String passed in.
newLabelFromString(String) - Method in class edu.stanford.nlp.ling.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.
newLeaf(String) - Method in class edu.stanford.nlp.trees.TreeGraphNodeFactory
 
newLeaf(Label) - Method in class edu.stanford.nlp.trees.TreeGraphNodeFactory
 
newMap() - Method in class edu.stanford.nlp.util.MapFactory
Returns a new non-parameterized map of a particular sort.
newMap(int) - Method in class edu.stanford.nlp.util.MapFactory
Returns a new non-parameterized map of a particular sort with an initial capacity.
newPTBTokenizer(Reader) - Static method in class edu.stanford.nlp.process.PTBTokenizer
Constructs a new PTBTokenizer that treats carriage returns as normal whitespace.
newPTBTokenizer(Reader, boolean) - Static method in class edu.stanford.nlp.process.PTBTokenizer
Constructs a new PTBTokenizer that optionally returns carriage returns as their own token.
newPTBTokenizer(Reader, boolean, boolean) - Static method in class edu.stanford.nlp.process.PTBTokenizer
Constructs a new PTBTokenizer that optionally returns carriage returns as their own token.
newPTBTokenizerFactory() - Static method in class edu.stanford.nlp.process.PTBTokenizer.PTBTokenizerFactory
Constructs a new PTBTokenizerFactory that treats carriage returns as normal whitespace.
newPTBTokenizerFactory(boolean) - Static method in class edu.stanford.nlp.process.PTBTokenizer.PTBTokenizerFactory
Constructs a new PTBTokenizer that optionally returns carriage returns as their own token.
newPTBTokenizerFactory(boolean, boolean) - Static method in class edu.stanford.nlp.process.PTBTokenizer.PTBTokenizerFactory
 
newPTBTokenizerFactory(boolean, boolean, boolean) - Static method in class edu.stanford.nlp.process.PTBTokenizer.PTBTokenizerFactory
 
newStateNumberer - Variable in class edu.stanford.nlp.parser.lexparser.GrammarCompactor
 
newStrings - Static variable in class edu.stanford.nlp.process.PTBEscapingProcessor
 
newToken(int) - Static method in class edu.stanford.nlp.trees.tregex.Token
Returns a new Token object, by default.
newToken(int) - Static method in class edu.stanford.nlp.trees.tregex.tsurgeon.Token
Returns a new Token object, by default.
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.
newTreeNode(String, List) - Method in class edu.stanford.nlp.trees.TreeGraphNodeFactory
 
newTreeNode(Label, List) - Method in class edu.stanford.nlp.trees.TreeGraphNodeFactory
 
newTreeReader(Reader) - Method in class edu.stanford.nlp.trees.international.arabic.ArabicTreeReaderFactory
 
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.SimpleTreeReaderFactory
Returns a new TreeReader.
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.tregex.TreeMatcher.TRegexTreeReaderFactory
 
newTreeReader(Reader) - Method in class edu.stanford.nlp.trees.WordStemmer
 
next() - Method in class edu.stanford.nlp.objectbank.XMLBeginEndIterator
 
next() - Method in class edu.stanford.nlp.process.AbstractTokenizer
Returns the next token from this Tokenizer.
next() - Method in class edu.stanford.nlp.process.Morphology
 
next() - Method in interface edu.stanford.nlp.process.Tokenizer
Returns the next token from this Tokenizer.
next - Variable in class edu.stanford.nlp.trees.tregex.Token
A reference to the next regular (non-special) token from the input stream.
next - Variable in class edu.stanford.nlp.trees.tregex.tsurgeon.Token
A reference to the next regular (non-special) token from the input stream.
next() - Method in class edu.stanford.nlp.util.AbstractIterator
 
next() - Method in class edu.stanford.nlp.util.BinaryHeapPriorityQueue
 
next() - Method in class edu.stanford.nlp.util.FixedPrioritiesPriorityQueue
Returns the element in the queue with highest priority, and pops it from the queue.
nextToken - Variable in class edu.stanford.nlp.process.AbstractTokenizer
 
nGoodTrees - Variable in class edu.stanford.nlp.parser.lexparser.BiLexPCFGParser
 
nodeCenter - Variable in class edu.stanford.nlp.parser.ui.TreeJPanel.WidthResult
 
nodeNumber(Tree) - Method in class edu.stanford.nlp.trees.Tree
Calculates the node's number, defined as the number of nodes traversed in a left-to-right, depth-first search of the tree starting at root and ending at this.
nodePrune - Variable in class edu.stanford.nlp.parser.lexparser.Options
If true, inside the factored parser, remove any node from the final chosen tree which improves the PCFG score.
nodeString() - Method in class edu.stanford.nlp.trees.LabeledScoredTreeNode
 
nodeString() - Method in class edu.stanford.nlp.trees.Tree
Returns the label of a tree node as a String.
nodeTab - Variable in class edu.stanford.nlp.parser.ui.TreeJPanel.WidthResult
 
nodeToString(Tree) - Method in class edu.stanford.nlp.parser.ui.TreeJPanel
 
NOMINAL_PASSIVE_SUBJECT - Static variable in class edu.stanford.nlp.trees.EnglishGrammaticalRelations
The "nominal passive subject" grammatical relation.
NOMINAL_PASSIVE_SUBJECT - Static variable in class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalRelations
The "npsubj" grammatical relation.
NOMINAL_SUBJECT - Static variable in class edu.stanford.nlp.trees.EnglishGrammaticalRelations
The "nominal subject" grammatical relation.
NOMINAL_SUBJECT - Static variable in class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalRelations
The "nominal subject" grammatical relation.
nonTerminalInfo - Variable in class edu.stanford.nlp.trees.AbstractCollinsHeadFinder
 
nonUnaryRootSymbol() - Method in class edu.stanford.nlp.trees.international.negra.NegraPennTreeNormalizer
 
nonUnaryRootSymbol() - Method in class edu.stanford.nlp.trees.international.tuebadz.TueBaDZPennTreeNormalizer
 
noRecoveryTagging - Static variable in class edu.stanford.nlp.parser.lexparser.Test
If false, then failure of the PCFG parser to parse a sentence will trigger allowing all tags for words in parse recovery mode, with a log probability of -1000.
norm(double[]) - Static method in class edu.stanford.nlp.math.ArrayMath
Computes 2-norm of vector
norm(float[]) - Static method in class edu.stanford.nlp.math.ArrayMath
Computes 2-norm of vector
norm_1(double[]) - Static method in class edu.stanford.nlp.math.ArrayMath
Computes 1-norm of vector
norm_1(float[]) - Static method in class edu.stanford.nlp.math.ArrayMath
Computes 1-norm of vector
norm_inf(double[]) - Static method in class edu.stanford.nlp.math.ArrayMath
Computes inf-norm of vector
norm_inf(float[]) - Static method in class edu.stanford.nlp.math.ArrayMath
Computes inf-norm of vector
normalize(double[]) - Static method in class edu.stanford.nlp.math.ArrayMath
Makes the values in this array sum to 1.0.
normalize(float[]) - Static method in class edu.stanford.nlp.math.ArrayMath
Makes the values in this array sum to 1.0.
normalize() - Method in class edu.stanford.nlp.stats.Counter
This has been de-deprecated in order to reduce compilation warnings, but really you should create a Distribution instead.
NORMALIZED_LOG_PROBABILITIES - Static variable in class edu.stanford.nlp.parser.lexparser.GrammarCompactor
 
normalizeNonterminal(String) - Method in class edu.stanford.nlp.trees.BobChrisTreeNormalizer
Normalizes a nonterminal contents.
normalizeNonterminal(String) - Method in class edu.stanford.nlp.trees.international.arabic.ArabicTreeNormalizer
 
normalizeNonterminal(String) - Method in class edu.stanford.nlp.trees.international.negra.NegraPennTreeNormalizer
Normalizes a nonterminal contents.
normalizeNonterminal(String) - Method in class edu.stanford.nlp.trees.international.tuebadz.TueBaDZPennTreeNormalizer
Normalizes a nonterminal contents.
normalizeNonterminal(String) - Method in class edu.stanford.nlp.trees.TreeNormalizer
Normalizes a nonterminal contents (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.international.arabic.ArabicTreeNormalizer
Miscellany: Escapes out "/" and "*" tokens (this is ugly, should be fixed!)
normalizeTerminal(String) - Method in class edu.stanford.nlp.trees.international.negra.NegraPennTreeNormalizer
Normalizes a leaf contents.
normalizeTerminal(String) - Method in class edu.stanford.nlp.trees.international.tuebadz.TueBaDZPennTreeNormalizer
Normalizes a leaf contents.
normalizeTerminal(String) - Method in class edu.stanford.nlp.trees.TreeNormalizer
Normalizes a leaf contents (and maybe intern it).
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.international.arabic.ArabicTreeNormalizer
 
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.
normalizeWholeTree(Tree, TreeFactory) - Method in class edu.stanford.nlp.trees.international.pennchinese.CharacterLevelTagExtender
 
normalizeWholeTree(Tree, TreeFactory) - Method in class edu.stanford.nlp.trees.international.tuebadz.TueBaDZPennTreeNormalizer
Normalize a whole tree.
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.TreeNormalizer
Normalize a whole tree -- this method assumes that the argument that it is passed is the root of a complete Tree.
noTagSplit - Static variable in class edu.stanford.nlp.parser.lexparser.Train
 
notFilter(Filter<E>) - Static method in class edu.stanford.nlp.util.Filters
Filter that does the opposite of given filter (NOT).
NOUN_COMPOUND_MODIFIER - Static variable in class edu.stanford.nlp.trees.EnglishGrammaticalRelations
The "noun compound modifier" grammatical relation.
NOUN_COMPOUND_MODIFIER - Static variable in class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalRelations
 
NPTmpRetainingTreeNormalizer - Class in edu.stanford.nlp.trees
Same TreeNormalizer as BobChrisTreeNormalizer, but optionally provides four extras.
NPTmpRetainingTreeNormalizer() - Constructor for class edu.stanford.nlp.trees.NPTmpRetainingTreeNormalizer
 
NPTmpRetainingTreeNormalizer(int, boolean) - Constructor for class edu.stanford.nlp.trees.NPTmpRetainingTreeNormalizer
 
NPTmpRetainingTreeNormalizer(int, boolean, int, boolean) - Constructor for class edu.stanford.nlp.trees.NPTmpRetainingTreeNormalizer
 
NPTmpRetainingTreeNormalizer(int, boolean, int, boolean, HeadFinder) - Constructor for class edu.stanford.nlp.trees.NPTmpRetainingTreeNormalizer
Create a TreeNormalizer that maintains some functional annotations, particularly those involving temporal annotation.
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.
nudgeDownArraySize() - Method in class edu.stanford.nlp.parser.lexparser.ExhaustivePCFGParser
 
NULL_EQUIVALENCE_CLASSER - Static variable in class edu.stanford.nlp.stats.EquivalenceClassEval
Maps all objects to the equivalence class null
nullTag - Static variable in class edu.stanford.nlp.parser.lexparser.BaseLexicon
 
nullWord - Static variable in class edu.stanford.nlp.parser.lexparser.BaseLexicon
 
NUM_LANGUAGES - Static variable in class edu.stanford.nlp.swing.FontDetector
 
NUMBER - Static variable in interface edu.stanford.nlp.trees.tregex.TregexParserConstants
 
number(String, Object) - Static method in class edu.stanford.nlp.util.Numberer
Get a number for an object in namespace type.
number(Object) - Method in class edu.stanford.nlp.util.Numberer
 
NUMBER_MODIFIER - Static variable in class edu.stanford.nlp.trees.EnglishGrammaticalRelations
The "compound number modifier" grammatical relation.
NUMBER_MODIFIER - Static variable in class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalRelations
The "classifier modifier" grammatical relation.
Numberer - Class in edu.stanford.nlp.util
Gives unique integer serial numbers to a family of objects, identified by a name space.
Numberer() - Constructor for class edu.stanford.nlp.util.Numberer
 
Numberer(Numberer) - Constructor for class edu.stanford.nlp.util.Numberer
Initialize a new Numberer with a copy of the contents of an existing Numberer.
NumberRangeFileFilter - Class in edu.stanford.nlp.io
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 in edu.stanford.nlp.io
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.
numbs - Variable in class edu.stanford.nlp.parser.lexparser.ParserData
 
numChildren() - Method in class edu.stanford.nlp.trees.Tree
Says how many children a tree node has in its local tree.
numClosedRules() - Method in class edu.stanford.nlp.parser.lexparser.UnaryGrammar
 
numDistBins() - Method in class edu.stanford.nlp.parser.lexparser.AbstractDependencyGrammar
 
numDistBins() - Method in interface edu.stanford.nlp.parser.lexparser.DependencyGrammar
 
NUMERIC_MODIFIER - Static variable in class edu.stanford.nlp.trees.EnglishGrammaticalRelations
The "numeric modifier" grammatical relation.
NUMERIC_MODIFIER - Static variable in class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalRelations
The "number modifier" grammatical relation.
numRows(double[]) - Static method in class edu.stanford.nlp.math.ArrayMath
 
numRules() - Method in class edu.stanford.nlp.parser.lexparser.BaseLexicon
Returns the number of rules (tag rewrites as word) in the Lexicon.
numRules() - Method in class edu.stanford.nlp.parser.lexparser.BinaryGrammar
 
numRules() - Method in class edu.stanford.nlp.parser.lexparser.ChineseCharacterBasedLexicon
Returns the number of rules (tag rewrites as word) in the Lexicon.
numRules() - Method in class edu.stanford.nlp.parser.lexparser.ChineseLexiconAndWordSegmenter
Returns the number of rules (tag rewrites as word) in the Lexicon.
numRules() - Method in interface edu.stanford.nlp.parser.lexparser.Lexicon
Returns the number of rules (tag rewrites as word) in the Lexicon.
numRules() - Method in class edu.stanford.nlp.parser.lexparser.PetrovLexicon
Returns the number of rules (tag rewrites as word) in the Lexicon.
numRules() - Method in class edu.stanford.nlp.parser.lexparser.UnaryGrammar
 
numStates - Variable in class edu.stanford.nlp.parser.lexparser.ExhaustivePCFGParser
 
numStates - Variable in class edu.stanford.nlp.parser.lexparser.Options
 
numTagBins - Variable in class edu.stanford.nlp.parser.lexparser.AbstractDependencyGrammar
 
numTagBins() - Method in class edu.stanford.nlp.parser.lexparser.AbstractDependencyGrammar
 
numTagBins() - Method in interface edu.stanford.nlp.parser.lexparser.DependencyGrammar
 
numWordTokens - Variable in class edu.stanford.nlp.parser.lexparser.MLEDependencyGrammar
 

O

OBJECT - Static variable in class edu.stanford.nlp.trees.EnglishGrammaticalRelations
The "object" grammatical relation.
OBJECT - Static variable in class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalRelations
The "obj" grammatical relation.
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
 
objectEqualityIndexOf(Tree, Tree) - Static method in class edu.stanford.nlp.trees.Trees
Returns the index of daughter in parent by ==.
objects(int[]) - Method in class edu.stanford.nlp.util.Index
Looks up the objects corresponding to an array of indices, and returns them in a Collection.
objects() - Method in class edu.stanford.nlp.util.Numberer
 
objectsList() - Method in class edu.stanford.nlp.util.Index
Returns a complete List of indexed objects, in the order of their indices.
ODNUMERIC_MODIFIER - Static variable in class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalRelations
The "ordnumber modifier" grammatical relation.
oFilteredEnd - Variable in class edu.stanford.nlp.parser.lexparser.ExhaustivePCFGParser
 
oFilteredStart - Variable in class edu.stanford.nlp.parser.lexparser.ExhaustivePCFGParser
 
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.stats.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.
op - Variable in class edu.stanford.nlp.parser.lexparser.BiLexPCFGParser
 
op - Variable in class edu.stanford.nlp.parser.lexparser.ExhaustivePCFGParser
 
op - Variable in class edu.stanford.nlp.parser.lexparser.FastFactoredParser
 
openClassTypesThreshold - Static variable in class edu.stanford.nlp.parser.lexparser.Train
A POS tag has to have been attributed to more than this number of word types before it is regarded as an open-class tag.
OpenPageDialog - Class in edu.stanford.nlp.io.ui
Simple dialog to ask user for url
OpenPageDialog(Frame, boolean) - Constructor for class edu.stanford.nlp.io.ui.OpenPageDialog
Creates new form OpenPageDialog
oPossible(Hook) - Method in class edu.stanford.nlp.parser.lexparser.ExhaustiveDependencyParser
 
oPossible(Hook) - Method in class edu.stanford.nlp.parser.lexparser.ExhaustivePCFGParser
 
oPossible(Hook) - Method in interface edu.stanford.nlp.parser.lexparser.Scorer
 
oPossibleByL - Variable in class edu.stanford.nlp.parser.lexparser.ExhaustivePCFGParser
 
oPossibleByR - Variable in class edu.stanford.nlp.parser.lexparser.ExhaustivePCFGParser
 
oPossibleL(int, int) - Method in class edu.stanford.nlp.parser.lexparser.ExhaustivePCFGParser
 
oPossibleR(int, int) - Method in class edu.stanford.nlp.parser.lexparser.ExhaustivePCFGParser
 
Options - Class in edu.stanford.nlp.parser.lexparser
Options to the parser which MUST be the SAME at both training and testing (parsing) time in order for the parser to work properly.
Options() - Constructor for class edu.stanford.nlp.parser.lexparser.Options
 
Options(TreebankLangParserParams) - Constructor for class edu.stanford.nlp.parser.lexparser.Options
 
Options.LexOptions - Class in edu.stanford.nlp.parser.lexparser
 
Options.LexOptions() - Constructor for class edu.stanford.nlp.parser.lexparser.Options.LexOptions
 
orf - Variable in class edu.stanford.nlp.parser.lexparser.ExhaustivePCFGParser
 
orFilter(Filter<E>, Filter<E>) - Static method in class edu.stanford.nlp.util.Filters
Filter that accepts when either filter accepts (OR).
originalText - Variable in class edu.stanford.nlp.ling.BasicDocument
original text of this document (may be null).
originalText() - Method in class edu.stanford.nlp.ling.BasicDocument
Returns the text originally used to construct this document, or null if there was no original text.
oScore(Edge) - Method in class edu.stanford.nlp.parser.lexparser.ExhaustiveDependencyParser
 
oScore - Variable in class edu.stanford.nlp.parser.lexparser.ExhaustivePCFGParser
 
oScore(Edge) - Method in class edu.stanford.nlp.parser.lexparser.ExhaustivePCFGParser
 
oScore(Edge) - Method in interface edu.stanford.nlp.parser.lexparser.Scorer
 
oTemp - Variable in class edu.stanford.nlp.parser.lexparser.BiLexPCFGParser
 
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
 
outputFilesDirectory - Static variable in class edu.stanford.nlp.parser.lexparser.Test
If the writeOutputFiles option is true, then output files appear in this directory.
outputFilesExtension - Static variable in class edu.stanford.nlp.parser.lexparser.Test
If the writeOutputFiles option is true, then output files appear with this extension.
outputFormat - Static variable in class edu.stanford.nlp.parser.lexparser.Test
Determines format of output trees: choose among penn, oneline
outputFormatOptions - Static variable in class edu.stanford.nlp.parser.lexparser.Test
 
outputTreeFormats - Static variable in class edu.stanford.nlp.trees.TreePrint
The legal output tree formats.
outputType - Variable in class edu.stanford.nlp.parser.lexparser.GrammarCompactor
 
outsideFactor() - Static method in class edu.stanford.nlp.parser.lexparser.Train
If true, declare early -- leave this on except maybe with markov on.
OutsideRuleFilter - Class in edu.stanford.nlp.parser.lexparser
 
OutsideRuleFilter(BinaryGrammar) - Constructor for class edu.stanford.nlp.parser.lexparser.OutsideRuleFilter
 

P

PA - Static variable in class edu.stanford.nlp.parser.lexparser.Train
This variable controls doing parent annotation of phrasal nodes.
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 at the right end with spaces.
pad(Object, int) - Static method in class edu.stanford.nlp.util.StringUtils
Pads the toString value of the given Object.
padLeft(String, int, char) - Static method in class edu.stanford.nlp.util.StringUtils
Pads the given String to the left with the given character to ensure that it's at least totalChars long.
padLeft(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.
padLeft(Object, int) - Static method in class edu.stanford.nlp.util.StringUtils
 
padLeft(int, int) - Static method in class edu.stanford.nlp.util.StringUtils
 
padLeft(double, int) - Static method in class edu.stanford.nlp.util.StringUtils
 
padLeftOrTrim(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.
padOrTrim(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.
padOrTrim(Object, int) - Static method in class edu.stanford.nlp.util.StringUtils
Pad or trim the toString value of the given Object.
paintComponent(Graphics) - Method in class edu.stanford.nlp.parser.ui.TreeJPanel
 
paintTree(Tree, Point2D, Graphics2D, FontMetrics) - Method in class edu.stanford.nlp.parser.ui.TreeJPanel
 
Pair<T1,T2> - Class in edu.stanford.nlp.util
Pair: A Class for holding a pair of objects.
Pair() - Constructor for class edu.stanford.nlp.util.Pair
 
Pair(T1, T2) - Constructor for class edu.stanford.nlp.util.Pair
 
pairwiseAdd(int[], int[]) - Static method in class edu.stanford.nlp.math.ArrayMath
 
pairwiseAdd(double[], double[]) - Static method in class edu.stanford.nlp.math.ArrayMath
 
pairwiseAdd(float[], float[]) - Static method in class edu.stanford.nlp.math.ArrayMath
 
pairwiseAddInPlace(double[], double[]) - Static method in class edu.stanford.nlp.math.ArrayMath
 
pairwiseMultiply(double[], double[]) - Static method in class edu.stanford.nlp.math.ArrayMath
Assumes that both arrays have same length.
pairwiseMultiply(float[], float[]) - Static method in class edu.stanford.nlp.math.ArrayMath
Assumes that both arrays have same length.
pairwiseMultiply(double[], double[], double[]) - Static method in class edu.stanford.nlp.math.ArrayMath
Puts the result in the result array.
pairwiseMultiply(float[], float[], float[]) - Static method in class edu.stanford.nlp.math.ArrayMath
Puts the result in the result array.
pairwiseSubtract(double[], double[]) - Static method in class edu.stanford.nlp.math.ArrayMath
 
pairwiseSubtract(float[], float[]) - Static method in class edu.stanford.nlp.math.ArrayMath
 
pairwiseSubtractInPlace(double[], double[]) - Static method in class edu.stanford.nlp.math.ArrayMath
 
parent - Variable in class edu.stanford.nlp.parser.lexparser.Rule
 
parent() - Method in class edu.stanford.nlp.trees.GrammaticalRelation
Returns the parent of this GrammaticalRelation.
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.
parent - Variable in class edu.stanford.nlp.trees.TreeGraphNode
Parent of this node.
parent() - Method in class edu.stanford.nlp.trees.TreeGraphNode
Get the parent for the current node.
PARENT_KEY - Static variable in class edu.stanford.nlp.ling.AbstractMapLabel
The standard key for the parent which is a String
ParentAnnotationStats - Class in edu.stanford.nlp.parser.lexparser
See what parent annotation helps in treebank, based on support and KL divergence.
paRootDtr - Static variable in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
Chinese: parent annotate daughter of root.
parse(String) - Method in class edu.stanford.nlp.ling.BasicDocument
Tokenizes the given text to populate the list of words this Document represents.
parse(List<? extends HasWord>, String) - Method in class edu.stanford.nlp.parser.lexparser.BiLexPCFGParser
Parse a Sentence.
parse(List<? extends HasWord>) - Method in class edu.stanford.nlp.parser.lexparser.BiLexPCFGParser
Parse a Sentence.
parse(List<? extends HasWord>, String) - Method in class edu.stanford.nlp.parser.lexparser.ExhaustiveDependencyParser
 
parse(List<? extends HasWord>) - Method in class edu.stanford.nlp.parser.lexparser.ExhaustiveDependencyParser
 
parse(List<? extends HasWord>, String) - Method in class edu.stanford.nlp.parser.lexparser.ExhaustivePCFGParser
Just for Parser interface.
parse(List<? extends HasWord>) - Method in class edu.stanford.nlp.parser.lexparser.ExhaustivePCFGParser
 
parse(LatticeReader) - Method in class edu.stanford.nlp.parser.lexparser.ExhaustivePCFGParser
 
parse(List<? extends HasWord>, String) - Method in class edu.stanford.nlp.parser.lexparser.FastFactoredParser
Parse a Sentence.
parse(List<? extends HasWord>) - Method in class edu.stanford.nlp.parser.lexparser.FastFactoredParser
Parse a Sentence.
parse(List<? extends HasWord>, String) - Method in class edu.stanford.nlp.parser.lexparser.LexicalizedParser
Parse a Sentence.
parse(String) - Method in class edu.stanford.nlp.parser.lexparser.LexicalizedParser
Tokenize and parse a sentence.
parse(List<? extends HasWord>) - Method in class edu.stanford.nlp.parser.lexparser.LexicalizedParser
Parse a sentence represented as a List of tokens.
parse(LatticeReader) - Method in class edu.stanford.nlp.parser.lexparser.LexicalizedParser
Parse a (speech) lattice with the PCFG parser.
parse(List<? extends HasWord>) - Method in interface edu.stanford.nlp.parser.lexparser.Scorer
 
parse(List<? extends HasWord>) - Method in interface edu.stanford.nlp.parser.Parser
Parses the given sentence.
parse(List<? extends HasWord>, String) - Method in interface edu.stanford.nlp.parser.Parser
Parses the given sentence.
parse() - Method in class edu.stanford.nlp.parser.ui.ParserPanel
Tokenizes the highlighted text (using a tokenizer appropriate for the selected language, and initiates the ParseThread to parse the tokenized text.
parse(URL) - Method in class edu.stanford.nlp.web.HTMLParser
 
parse(Reader) - Method in class edu.stanford.nlp.web.HTMLParser
 
parse(String) - Method in class edu.stanford.nlp.web.HTMLParser
The parse method that actually does the work.
parseCommandLineArguments(String[]) - Static method in class edu.stanford.nlp.util.StringUtils
A simpler form of command line argument parsing.
parseCommandLineArguments(String[], boolean) - Static method in class edu.stanford.nlp.util.StringUtils
A simpler form of command line argument parsing.
parseDocumentText(String) - Method in class edu.stanford.nlp.ling.DocumentReader
Creates a new Document for the given text.
ParseException - Exception in edu.stanford.nlp.trees.tregex
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception edu.stanford.nlp.trees.tregex.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception edu.stanford.nlp.trees.tregex.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception edu.stanford.nlp.trees.tregex.ParseException
 
ParseException - Exception in edu.stanford.nlp.trees.tregex.tsurgeon
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception edu.stanford.nlp.trees.tregex.tsurgeon.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception edu.stanford.nlp.trees.tregex.tsurgeon.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception edu.stanford.nlp.trees.tregex.tsurgeon.ParseException
 
parseOperation(String) - Static method in class edu.stanford.nlp.trees.tregex.tsurgeon.Tsurgeon
Parses an operation string into a TsurgeonPattern.
Parser - Interface in edu.stanford.nlp.parser
The interface for parser objects.
Parser - Class in edu.stanford.nlp.parser.ui
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() - Method in class edu.stanford.nlp.parser.lexparser.LexicalizedParser
 
ParserData - Class in edu.stanford.nlp.parser.lexparser
Stores the serialized material representing the grammar and lexicon of a parser, and an Options that specifies things like how unknown words were handled and how distances were binned that will also be needed to parse with the grammar.
ParserData(Lexicon, BinaryGrammar, UnaryGrammar, DependencyGrammar, Map<String, Numberer>, Options) - Constructor for class edu.stanford.nlp.parser.lexparser.ParserData
 
ParserPanel - Class in edu.stanford.nlp.parser.ui
Provides a simple GUI Panel for Parsing.
ParserPanel() - Constructor for class edu.stanford.nlp.parser.ui.ParserPanel
Creates new form ParserPanel
parseString(String) - Method in class edu.stanford.nlp.objectbank.XMLBeginEndIterator
 
parseTag(String) - Static method in class edu.stanford.nlp.util.XMLUtils
 
parsevalObjectify(Tree, TreeTransformer) - Static method in class edu.stanford.nlp.parser.lexparser.AbstractTreebankParserParams
Takes a Tree and a collinizer and returns a Collection of labeled Constituents for PARSEVAL.
parsevalObjectify(Tree, TreeTransformer, boolean) - Static method in class edu.stanford.nlp.parser.lexparser.AbstractTreebankParserParams
Takes a Tree and a collinizer and returns a Collection of Constituents for PARSEVAL evaluation.
PART_VERB - Static variable in class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalRelations
The "participial modifier" grammatical relation.
PARTICIPIAL_MODIFIER - Static variable in class edu.stanford.nlp.trees.EnglishGrammaticalRelations
The "participial modifier" grammatical relation.
pathNodeToNode(Tree, Tree) - Method in class edu.stanford.nlp.trees.Tree
Given nodes t1 and t2 which are dominated by this node, returns a list of all the nodes on the path from t1 to t2, inclusive, or null if none found.
pattern() - Method in class edu.stanford.nlp.trees.tregex.TreePattern
returns the tree-pattern expression from which the pattern was compiled.
pattern() - Method in class edu.stanford.nlp.trees.tregex.TregexPattern
 
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.objectbank.XMLBeginEndIterator
 
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().
pennPOSToWordnetPOS(String) - Static method in class edu.stanford.nlp.util.StringUtils
Computes the WordNet 2.0 POS tag corresponding to the PTB POS tag s.
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.
pennString() - Method in class edu.stanford.nlp.trees.Tree
Calls pennPrint() and saves output to a String
PennTreebankLanguagePack - Class in edu.stanford.nlp.trees
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
PennTreebankTokenizer - Class in edu.stanford.nlp.trees
Builds a tokenizer for English PennTreebank (release 2) trees.
PennTreebankTokenizer(Reader) - Constructor for class edu.stanford.nlp.trees.PennTreebankTokenizer
 
PennTreeReader - Class in edu.stanford.nlp.trees
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, Tokenizer) - 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, Tokenizer) - Constructor for class edu.stanford.nlp.trees.PennTreeReader
Read parse trees from a Reader.
percolateHeads(HeadFinder) - Method in class edu.stanford.nlp.trees.Tree
Finds the heads of the tree.
percolateHeads(HeadFinder) - Method in class edu.stanford.nlp.trees.TreeGraphNode
Uses the specified HeadFinder to determine the heads for this node and all its descendants, and to store references to the head word node and head tag node in this node's MapLabel and the MapLabels of all its descendants.
perturbCounts(GenericCounter<E>, Random, double) - Static method in class edu.stanford.nlp.stats.Counters
 
PetrovLexicon - Class in edu.stanford.nlp.parser.lexparser
 
PetrovLexicon() - Constructor for class edu.stanford.nlp.parser.lexparser.PetrovLexicon
 
PHRASAL_VERB_PARTICLE - Static variable in class edu.stanford.nlp.trees.EnglishGrammaticalRelations
The "phrasal verb particle" grammatical relation.
pickFont(Graphics2D, Tree, Dimension) - Method in class edu.stanford.nlp.parser.ui.TreeJPanel
 
poisson(int, double) - Static method in class edu.stanford.nlp.math.SloppyMath
 
POLARITY_KEY - Static variable in class edu.stanford.nlp.ling.AbstractMapLabel
 
POSSESSION_MODIFIER - Static variable in class edu.stanford.nlp.trees.EnglishGrammaticalRelations
The "possession" grammatical relation.
POSSESSION_MODIFIER - Static variable in class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalRelations
The "possession modifier" grammatical relation.
POSSESSIVE_MODIFIER - Static variable in class edu.stanford.nlp.trees.EnglishGrammaticalRelations
The "possessive" grammatical relation.
POSSESSIVE_MODIFIER - Static variable in class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalRelations
The "possessive marker" grammatical relation.
postGPA - Static variable in class edu.stanford.nlp.parser.lexparser.Train
 
postMortem() - Method in class edu.stanford.nlp.parser.lexparser.BiLexPCFGParser
 
postOperationFix(int, Tree[]) - Method in class edu.stanford.nlp.trees.AbstractCollinsHeadFinder
A way for subclasses to fix any heads under special conditions The default does nothing.
postOperationFix(int, Tree[]) - Method in class edu.stanford.nlp.trees.CollinsHeadFinder
 
postOperationFix(int, Tree[]) - Method in class edu.stanford.nlp.trees.SemanticHeadFinder
Overwrite the postOperationFix method: a, b and c -> we want a to be the head
postPA - Static variable in class edu.stanford.nlp.parser.lexparser.Train
 
postSplitters - Static variable in class edu.stanford.nlp.parser.lexparser.Train
 
postSplitWithBaseCategory - Static variable in class edu.stanford.nlp.parser.lexparser.Train
Whether, in post-splitting of categories, nodes are annotated with the (grand)parent's base category or with its complete subcategorized category.
pow(double[], double) - Static method in class edu.stanford.nlp.math.ArrayMath
Scales the values in this array by c.
pow(float[], float) - Static method in class edu.stanford.nlp.math.ArrayMath
Scales the values in this array by c.
pow(Counter<T>, double) - Static method in class edu.stanford.nlp.stats.Counters
 
powerSet(Set<E>) - Static method in class edu.stanford.nlp.util.Sets
Returns the powerset (the set of all subsets) of set s.
powInPlace(double[], double) - Static method in class edu.stanford.nlp.math.ArrayMath
Scales the values in this array by c.
powInPlace(float[], float) - Static method in class edu.stanford.nlp.math.ArrayMath
Sets the values in this array by to their value taken to cth power.
powNormalized(Counter<T>, double) - Static method in class edu.stanford.nlp.stats.Counters
Returns a counter where each element corresponds to the normalized count of the corresponding element in c raised to the given power.
pparser - Variable in class edu.stanford.nlp.parser.lexparser.FastFactoredParser
 
pparser - Variable in class edu.stanford.nlp.parser.lexparser.LexicalizedParser
The PCFG parser.
precision(Set, Set) - Method in class edu.stanford.nlp.parser.lexparser.AbstractEval
 
precision(Object) - Method in class edu.stanford.nlp.stats.EquivalenceClassEval
 
PRECONJUNCT - Static variable in class edu.stanford.nlp.trees.EnglishGrammaticalRelations
The "preconjunct" grammatical relation.
PREDETERMINER - Static variable in class edu.stanford.nlp.trees.EnglishGrammaticalRelations
The "predeterminer" grammatical relation.
PREDICATE - Static variable in class edu.stanford.nlp.trees.EnglishGrammaticalRelations
The "predicate" grammatical relation.
PREDICATE - Static variable in class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalRelations
The "predicate" grammatical relation.
PREDICATE_ASPECT - Static variable in class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalRelations
The "aspect marker" grammatical relation.
prependBefore(String) - Method in class edu.stanford.nlp.ling.AbstractMapLabel
Prepend this String to the current before String
prependBefore(String) - Method in class edu.stanford.nlp.ling.FeatureLabel
Prepend this String to the current before String
prependBefore(String) - Method in interface edu.stanford.nlp.ling.HasContext
Prepend this String to the before String.
PREPOSITIONAL_COMPLEMENT - Static variable in class edu.stanford.nlp.trees.EnglishGrammaticalRelations
The "prepositional complement" grammatical relation.
PREPOSITIONAL_MODIFIER - Static variable in class edu.stanford.nlp.trees.EnglishGrammaticalRelations
The "prepositional modifier" grammatical relation.
PREPOSITIONAL_MODIFIER - Static variable in class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalRelations
The "prepositional modifier" grammatical relation.
PREPOSITIONAL_OBJECT - Static variable in class edu.stanford.nlp.trees.EnglishGrammaticalRelations
The "prepositional object" grammatical relation.
PREPOSITIONAL_OBJECT - Static variable in class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalRelations
The "prepositional object" grammatical relation.
PREPOSTPOSITIONAL_MODIFIER - Static variable in class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalRelations
The "prepositional localizer modifier" grammatical relation.
presentableText() - Method in class edu.stanford.nlp.ling.BasicDocument
Returns a "pretty" version of the words in this Document suitable for display.
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<Label>) - Method in class edu.stanford.nlp.trees.Tree
Gets the preterminal yield (i.e., tags) of the tree.
PRETTYPRINT - Static variable in class edu.stanford.nlp.parser.lexparser.LatticeReader
 
prettyPrint() - Method in class edu.stanford.nlp.stats.GeneralizedCounter
pretty-prints the GeneralizedCounter to System.out.
prettyPrint(PrintWriter) - Method in class edu.stanford.nlp.stats.GeneralizedCounter
pretty-prints the GeneralizedCounter, using a buffer increment of two spaces.
prettyPrint(PrintWriter, String) - Method in class edu.stanford.nlp.stats.GeneralizedCounter
pretty-prints the GeneralizedCounter.
prettyPrint(PrintWriter) - Method in class edu.stanford.nlp.trees.tregex.TregexPattern
Print a multi-line respresentation of the pattern illustrating it's syntax.
prettyPrint(PrintStream) - Method in class edu.stanford.nlp.trees.tregex.TregexPattern
Print a multi-line respresentation of the pattern illustrating it's syntax.
prettyPrint() - Method in class edu.stanford.nlp.trees.tregex.TregexPattern
Print a multi-line respresentation of the pattern illustrating it's syntax to System.out.
prevCharIsCR - Static variable in class edu.stanford.nlp.trees.tregex.SimpleCharStream
 
prevCharIsCR - Static variable in class edu.stanford.nlp.trees.tregex.tsurgeon.SimpleCharStream
 
prevCharIsLF - Static variable in class edu.stanford.nlp.trees.tregex.SimpleCharStream
 
prevCharIsLF - Static variable in class edu.stanford.nlp.trees.tregex.tsurgeon.SimpleCharStream
 
print(String, String) - Static method in class edu.stanford.nlp.io.EncodingPrintWriter.err
 
print(String, String) - Static method in class edu.stanford.nlp.io.EncodingPrintWriter.out
 
print(Collection<TypedDependency>, PrintWriter) - Static method in class edu.stanford.nlp.trees.TreePrint
USED BY TREEPRINT AND WSD.SUPWSD.PREPROCESS Prints this set of typed dependencies to the specified PrintWriter.
print(Collection<TypedDependency>, String, PrintWriter) - Static method in class edu.stanford.nlp.trees.TreePrint
USED BY TREEPRINT Prints this set of typed dependencies to the specified PrintWriter in the specified format.
print() - Method in class edu.stanford.nlp.util.IntTuple
 
printAllBestParses - Static variable in class edu.stanford.nlp.parser.lexparser.Test
Print out all best PCFG parses.
printAnnotatedPW - Static variable in class edu.stanford.nlp.parser.lexparser.Train
 
printAnnotatedRuleCounts - Static variable in class edu.stanford.nlp.parser.lexparser.Train
 
printAnnotatedStateCounts - Static variable in class edu.stanford.nlp.parser.lexparser.Train
 
printBinarizedPW - Static variable in class edu.stanford.nlp.parser.lexparser.Train
 
PrintCollocationStrings(PrintWriter) - Method in class edu.stanford.nlp.trees.CollocationFinder
Prints the collocations found in this Tree as strings.
printCounterComparison(GenericCounter<E>, GenericCounter<E>) - Static method in class edu.stanford.nlp.stats.Counters
Great for debugging.
printCounterComparison(GenericCounter<E>, GenericCounter<E>, PrintStream) - Static method in class edu.stanford.nlp.stats.Counters
Great for debugging.
printCounterSortedByKeys(GenericCounter<E>) - Static method in class edu.stanford.nlp.stats.Counters
 
printFactoredKGood - Static variable in class edu.stanford.nlp.parser.lexparser.Test
Printing k-best parses from PCFG, when k > 0.
printFooter(PrintWriter) - Method in class edu.stanford.nlp.trees.TreePrint
 
printHeader(PrintWriter, String) - Method in class edu.stanford.nlp.trees.TreePrint
 
printLexStats() - Method in class edu.stanford.nlp.parser.lexparser.BaseLexicon
Print some statistics about this lexicon.
println(String, String) - Static method in class edu.stanford.nlp.io.EncodingPrintWriter.err
 
println(String, String) - Static method in class edu.stanford.nlp.io.EncodingPrintWriter.out
 
printLocalTree() - Method in class edu.stanford.nlp.trees.Tree
 
printLocalTree(PrintWriter) - Method in class edu.stanford.nlp.trees.Tree
 
printPathOutputs(List, TransducerGraph, boolean) - Static method in class edu.stanford.nlp.fsm.TransducerGraph
For testing only.
printPCFGkBest - Static variable in class edu.stanford.nlp.parser.lexparser.Test
Printing k-best parses from PCFG, when k > 0.
printRuleCounts() - Method in class edu.stanford.nlp.parser.lexparser.TreeAnnotatorAndBinarizer
 
printState(BasicDocument) - Static method in class edu.stanford.nlp.ling.BasicDocument
For internal debugging purposes only.
printStateCounts() - Method in class edu.stanford.nlp.parser.lexparser.TreeAnnotatorAndBinarizer
 
printStates - Static variable in class edu.stanford.nlp.parser.lexparser.Train
 
printStats(Collection<Tree>) - Static method in class edu.stanford.nlp.parser.lexparser.ChineseCharacterBasedLexicon
 
printStats() - Method in class edu.stanford.nlp.parser.lexparser.ParentAnnotationStats
 
printStats() - Method in class edu.stanford.nlp.parser.lexparser.SisterAnnotationStats
 
printStringOneCharPerLine(String) - Static method in class edu.stanford.nlp.util.StringUtils
 
printToFile(File, String, boolean) - Static method in class edu.stanford.nlp.util.StringUtils
Prints to a file.
printToFile(File, String) - Static method in class edu.stanford.nlp.util.StringUtils
Prints to a file.
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.
printToFileLn(File, String, boolean) - Static method in class edu.stanford.nlp.util.StringUtils
Prints to a file.
printToFileLn(String, String, boolean) - Static method in class edu.stanford.nlp.util.StringUtils
Prints to a file.
printTrainTree(PrintWriter, String, Tree) - Static method in class edu.stanford.nlp.parser.lexparser.Train
 
printTree(Tree) - Method in class edu.stanford.nlp.trees.TreePrint
Prints the tree to the default PrintWriter.
printTree(Tree, PrintWriter) - Method in class edu.stanford.nlp.trees.TreePrint
Prints the tree, with an empty ID.
printTree(Tree, String, PrintWriter) - Method in class edu.stanford.nlp.trees.TreePrint
Prints the tree according to the options specified for this instance.
printTrees(List<ScoredObject<Tree>>, String, PrintWriter) - Method in class edu.stanford.nlp.trees.TreePrint
Prints the trees according to the options specified for this instance.
printTreeTransformations - Static variable in class edu.stanford.nlp.parser.lexparser.Train
Just for debugging: check that your tree transforms work correctly.
printWords() - Method in class edu.stanford.nlp.parser.lexparser.LatticeReader
 
printWordTag - Static variable in class edu.stanford.nlp.ling.CategoryWordTag
If this is false, the tag and word are never printed in toString() calls.
PriorityQueue<E> - Interface in edu.stanford.nlp.util
A Set that also represents an ordering of its elements, and responds quickly to add(), changePriority(), removeFirst(), and getFirst() method calls.
PRN_MODIFIER - Static variable in class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalRelations
The "parenthetical modifier" grammatical relation.
probabilityOf(E) - Method in class edu.stanford.nlp.stats.Distribution
Returns the normalized count of the given object.
probTB(IntDependency) - Method in class edu.stanford.nlp.parser.lexparser.MLEDependencyGrammar
Calculate the probability of a dependency as a real probability between 0 and 1 inclusive.
process(List<IN>) - Method in interface edu.stanford.nlp.process.ListProcessor
Take a List (including a Sentence) of input, and return a List that has been processed in some way.
process(List) - Method in class edu.stanford.nlp.process.PTBEscapingProcessor
 
process(List) - 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(List<HasWord>) - 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
 
processDocument(Document<IN>) - Method in class edu.stanford.nlp.process.AbstractListProcessor
 
processDocument(Document<IN>) - Method in interface edu.stanford.nlp.process.Processor
Converts a Document to a different Document, by transforming or filtering the original Document.
processEdge(Edge) - Method in class edu.stanford.nlp.parser.lexparser.BiLexPCFGParser
 
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
 
processHook(Hook) - Method in class edu.stanford.nlp.parser.lexparser.BiLexPCFGParser
 
processItem(Item) - Method in class edu.stanford.nlp.parser.lexparser.BiLexPCFGParser
 
processLattice() - Method in class edu.stanford.nlp.parser.lexparser.LatticeReader
 
processLists(List<List<IN>>) - Method in class edu.stanford.nlp.process.AbstractListProcessor
Process a list of lists of tokens.
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
 
Processor<IN,OUT> - Interface in edu.stanford.nlp.process
Top-level interface for transforming Documents.
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.
processPattern(TregexPattern, TsurgeonPattern, Tree) - Static method in class edu.stanford.nlp.trees.tregex.tsurgeon.Tsurgeon
Tries to match a pattern against a tree.
processPatternOnTrees(TregexPattern, TsurgeonPattern, Collection<Tree>) - Static method in class edu.stanford.nlp.trees.tregex.tsurgeon.Tsurgeon
Applies {#processPattern} to a collection of trees.
processPatternsOnTree(List<Pair<TregexPattern, TsurgeonPattern>>, Tree) - Static method in class edu.stanford.nlp.trees.tregex.tsurgeon.Tsurgeon
 
processSentence(Sentence) - Method in interface edu.stanford.nlp.ling.SentenceProcessor
Does whatever one needs to do to a particular sentence.
processTreeHelper(String, String, Tree) - Method in class edu.stanford.nlp.parser.lexparser.ParentAnnotationStats
 
product(GenericCounter<E>, GenericCounter<E>) - Static method in class edu.stanford.nlp.stats.Counters
Returns the product of c1 and c2.
PROJ_CAT_KEY - Static variable in class edu.stanford.nlp.ling.AbstractMapLabel
The standard key for storing a projected category in the map, as a String.
project(int) - Method in class edu.stanford.nlp.parser.lexparser.BiLexPCFGParser
 
project(int) - Method in class edu.stanford.nlp.parser.lexparser.FastFactoredParser
 
project(String) - Method in interface edu.stanford.nlp.parser.lexparser.TagProjection
Project more split dependency space onto less split space.
projectHooks(Edge) - Method in class edu.stanford.nlp.parser.lexparser.BiLexPCFGParser
 
projection - Variable in class edu.stanford.nlp.parser.lexparser.BiLexPCFGParser
 
projection - Variable in class edu.stanford.nlp.parser.lexparser.FastFactoredParser
 
projectNode(Object) - Method in class edu.stanford.nlp.fsm.FastExactAutomatonMinimizer
 
projectUnaries(Edge) - Method in class edu.stanford.nlp.parser.lexparser.BiLexPCFGParser
 
pronunciation - Variable in class edu.stanford.nlp.parser.lexparser.LatticeReader.LatticeWord
 
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.
PRUNE - Static variable in interface edu.stanford.nlp.trees.tregex.tsurgeon.TsurgeonParserConstants
 
prunePunc - Static variable in class edu.stanford.nlp.parser.lexparser.Test
 
pruneTW(IntTaggedWord) - Method in class edu.stanford.nlp.parser.lexparser.MLEDependencyGrammar
 
pt - Variable in class edu.stanford.nlp.parser.lexparser.ParserData
 
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.
PTBEscapingProcessor - Class in edu.stanford.nlp.process
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<String, String>, char[], boolean) - Constructor for class edu.stanford.nlp.process.PTBEscapingProcessor
 
PTBTokenizer<T> - Class in edu.stanford.nlp.process
Tokenizer implementation that conforms to the Penn Treebank tokenization conventions.
PTBTokenizer(Reader, boolean, LexedTokenFactory<T>) - Constructor for class edu.stanford.nlp.process.PTBTokenizer
Constructs a new PTBTokenizer that optionally returns carriage returns as their own token, and has a custom LexedTokenFactory.
PTBTokenizer.PTBTokenizerFactory<T> - Class in edu.stanford.nlp.process
 
PTBTokenizer.PTBTokenizerFactory(boolean, LexedTokenFactory<T>) - Constructor for class edu.stanford.nlp.process.PTBTokenizer.PTBTokenizerFactory
 
PUNCTUATION - Static variable in class edu.stanford.nlp.trees.EnglishGrammaticalRelations
The "punctuation" grammatical relation.
PUNCTUATION - Static variable in class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalRelations
The "punctuation" grammatical relation.
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.
punctuationTagRejectFilter() - Method in class edu.stanford.nlp.trees.AbstractTreebankLanguagePack
Return a filter that rejects a String that is a punctuation tag name, and rejects everything else.
punctuationTagRejectFilter() - Method in interface edu.stanford.nlp.trees.TreebankLanguagePack
Return a filter that rejects 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.international.arabic.ArabicTreebankLanguagePack
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.
punctuationTags() - Method in class edu.stanford.nlp.trees.international.pennchinese.ChineseTreebankLanguagePack
Returns a String array of punctuation tags for this treebank/language.
punctuationTags() - Method in class edu.stanford.nlp.trees.international.tuebadz.TueBaDZLanguagePack
 
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.
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.
punctuationWordRejectFilter() - Method in class edu.stanford.nlp.trees.AbstractTreebankLanguagePack
Returns a filter that accepts a String that is not a punctuation word, and rejects punctuation.
punctuationWordRejectFilter() - Method in interface edu.stanford.nlp.trees.TreebankLanguagePack
Returns a filter that accepts a String that is not a punctuation word, and rejects punctuation.
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.international.arabic.ArabicTreebankLanguagePack
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.
punctuationWords() - Method in class edu.stanford.nlp.trees.international.pennchinese.ChineseTreebankLanguagePack
Returns a String array of punctuation words for this treebank/language.
punctuationWords() - Method in class edu.stanford.nlp.trees.international.tuebadz.TueBaDZLanguagePack
 
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.
purgeRules() - Method in class edu.stanford.nlp.parser.lexparser.UnaryGrammar
Remove A -> A UnaryRules from bestRulesUnderMax.
PURPOSE_CLAUSE_MODIFIER - Static variable in class edu.stanford.nlp.trees.EnglishGrammaticalRelations
The "purpose clause modifier" grammatical relation.
pushBack(int) - Method in interface edu.stanford.nlp.io.Lexer
Pushes back length character positions in the lexer.
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.ling.AbstractMapLabel
Associates the specified value with the specified key in the map contained in this label.
put(K, V) - Method in class edu.stanford.nlp.util.ArrayMap
 
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 - Static variable in class edu.stanford.nlp.parser.lexparser.ChineseCharacterBasedLexicon
 
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

QPtransform(Tree) - Method in class edu.stanford.nlp.trees.QPTreeTransformer
Transforms t if it contains one of the following QP structure: QP (RB IN CD|DT ...) well over, more than QP (JJR IN CD|DT ...) fewer than QP (IN JJS CD|DT ...) at least
QPTreeTransformer - Class in edu.stanford.nlp.trees
Transforms an English structure parse tree in order to get the dependencies right: Adds an extra structure in QP phrases: (QP (RB well) (IN over) (CD 9)) becomes (QP (XS (RB well) (IN over)) (CD 9))
QPTreeTransformer() - Constructor for class edu.stanford.nlp.trees.QPTreeTransformer
 
QUANTIFIER_MODIFIER - Static variable in class edu.stanford.nlp.trees.EnglishGrammaticalRelations
The "quantifier phrase modifier" grammatical relation.
QuasiDeterminizer - Class in edu.stanford.nlp.fsm
QuasiDeterminizer

Class for performing quasi-determinization on TransducerGraphs.

QuasiDeterminizer() - Constructor for class edu.stanford.nlp.fsm.QuasiDeterminizer
 
QUOTEX - Static variable in interface edu.stanford.nlp.trees.tregex.tsurgeon.TsurgeonParserConstants
 

R

RadicalMap - Class in edu.stanford.nlp.trees.international.pennchinese
A way to determine the primary (or "semantic") radical of a Chinese character or get the set of characters with a given semantic radical.
RadicalMap() - Constructor for class edu.stanford.nlp.trees.international.pennchinese.RadicalMap
 
RANGE - Static variable in class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalRelations
 
RAW_COUNTS - Static variable in class edu.stanford.nlp.parser.lexparser.GrammarCompactor
 
read(DataInputStream) - Method in class edu.stanford.nlp.ling.WordTag
 
readAndParseTag(Reader) - Static method in class edu.stanford.nlp.util.XMLUtils
 
readCEDict(String) - Method in class edu.stanford.nlp.trees.international.pennchinese.ChineseEnglishWordMap
 
readCEDict(String, String, String, String) - Method in class edu.stanford.nlp.trees.international.pennchinese.ChineseEnglishWordMap
 
readChar() - Static method in class edu.stanford.nlp.trees.tregex.SimpleCharStream
 
readChar() - Static method in class edu.stanford.nlp.trees.tregex.tsurgeon.SimpleCharStream
 
readData(BufferedReader) - Method in class edu.stanford.nlp.parser.lexparser.AbstractDependencyGrammar
Default is to throw exception.
readData(BufferedReader) - Method in class edu.stanford.nlp.parser.lexparser.BaseLexicon
Populates data in this Lexicon from the character stream given by the Reader r.
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.ChineseCharacterBasedLexicon
 
readData(BufferedReader) - Method in class edu.stanford.nlp.parser.lexparser.ChineseLexiconAndWordSegmenter
 
readData(BufferedReader) - Method in interface edu.stanford.nlp.parser.lexparser.DependencyGrammar
Read from text grammar.
readData(BufferedReader) - Method in interface edu.stanford.nlp.parser.lexparser.Lexicon
Read the lexicon from the BufferedReader in the format written by writeData.
readData(BufferedReader) - Method in class edu.stanford.nlp.parser.lexparser.MLEDependencyGrammar
Populates data in this DependencyGrammar from the character stream given by the Reader r.
readData(BufferedReader) - Method in class edu.stanford.nlp.parser.lexparser.Options.LexOptions
 
readData(BufferedReader) - Method in class edu.stanford.nlp.parser.lexparser.Options
Populates data in this Options from the character stream.
readData(BufferedReader) - Method in class edu.stanford.nlp.parser.lexparser.PetrovLexicon
 
readData(BufferedReader) - Method in class edu.stanford.nlp.parser.lexparser.UnaryGrammar
Populates data in this UnaryGrammar from a character stream.
readDocument() - Method in class edu.stanford.nlp.ling.DocumentReader
Reads the next document's worth of text from the reader and turns it into a Document.
readDocumentFromFile(String) - Static method in class edu.stanford.nlp.util.XMLUtils
 
readDocumentFromString(String) - Static method in class edu.stanford.nlp.util.XMLUtils
 
readNextDocumentText() - Method in class edu.stanford.nlp.ling.DocumentReader
Reads the next document's worth of text from the reader.
readObjectFromFile(File) - Static method in class edu.stanford.nlp.io.IOUtils
Read an object from a stored file.
readObjectFromFile(String) - Static method in class edu.stanford.nlp.io.IOUtils
Read an object from a stored file.
readObjectFromFileNoExceptions(File) - Static method in class edu.stanford.nlp.io.IOUtils
Read an object from a stored file without throwing exceptions.
readReaderFromString(String) - Static method in class edu.stanford.nlp.io.IOUtils
 
readStreamFromString(String) - Static method in class edu.stanford.nlp.io.IOUtils
 
readStringPair(DataInputStream) - Static method in class edu.stanford.nlp.util.Pair
Read a string representation of a Pair from a DataStream.
readTag(Reader) - Static method in class edu.stanford.nlp.util.XMLUtils
Reads all text of the XML tag and returns it as a String.
readText(Reader) - Static method in class edu.stanford.nlp.ling.DocumentReader
Returns everything that can be read from the given Reader as a String.
readTree() - Method in class edu.stanford.nlp.trees.FilteringTreeReader
Reads a single tree.
readTree() - Method in class edu.stanford.nlp.trees.international.pennchinese.FragDiscardingPennTreeReader
 
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.
readUntilTag(Reader) - Static method in class edu.stanford.nlp.util.XMLUtils
Reads all text up to next XML tag and returns it as a String.
recall(Object) - Method in class edu.stanford.nlp.stats.EquivalenceClassEval
 
recordScore(KBestViterbiParser, PrintWriter) - Method in class edu.stanford.nlp.parser.lexparser.AbstractEval.ScoreEval
 
recurse(Tree, Tree) - Method in class edu.stanford.nlp.parser.lexparser.SisterAnnotationStats
p is parent
REFERENT - Static variable in class edu.stanford.nlp.trees.EnglishGrammaticalRelations
The "referent" grammatical relation.
regDistanceBin(int) - Static method in class edu.stanford.nlp.parser.lexparser.AbstractDependencyGrammar
 
REGEX - Static variable in interface edu.stanford.nlp.trees.tregex.TregexParserConstants
 
REGEX - Static variable in interface edu.stanford.nlp.trees.tregex.tsurgeon.TsurgeonParserConstants
 
registerReal(Edge) - Method in class edu.stanford.nlp.parser.lexparser.BiLexPCFGParser
 
registerRule(List, List, int) - Method in class edu.stanford.nlp.parser.lexparser.OutsideRuleFilter
 
ReInit(Reader, int, int, int) - Method in class edu.stanford.nlp.trees.tregex.SimpleCharStream
 
ReInit(Reader, int, int) - Method in class edu.stanford.nlp.trees.tregex.SimpleCharStream
 
ReInit(Reader) - Method in class edu.stanford.nlp.trees.tregex.SimpleCharStream
 
ReInit(InputStream, int, int, int) - Method in class edu.stanford.nlp.trees.tregex.SimpleCharStream
 
ReInit(InputStream) - Method in class edu.stanford.nlp.trees.tregex.SimpleCharStream
 
ReInit(InputStream, int, int) - Method in class edu.stanford.nlp.trees.tregex.SimpleCharStream
 
ReInit(SimpleCharStream) - Static method in class edu.stanford.nlp.trees.tregex.TregexParserTokenManager
 
ReInit(SimpleCharStream, int) - Static method in class edu.stanford.nlp.trees.tregex.TregexParserTokenManager
 
ReInit(Reader, int, int, int) - Method in class edu.stanford.nlp.trees.tregex.tsurgeon.SimpleCharStream
 
ReInit(Reader, int, int) - Method in class edu.stanford.nlp.trees.tregex.tsurgeon.SimpleCharStream
 
ReInit(Reader) - Method in class edu.stanford.nlp.trees.tregex.tsurgeon.SimpleCharStream
 
ReInit(InputStream, int, int, int) - Method in class edu.stanford.nlp.trees.tregex.tsurgeon.SimpleCharStream
 
ReInit(InputStream) - Method in class edu.stanford.nlp.trees.tregex.tsurgeon.SimpleCharStream
 
ReInit(InputStream, int, int) - Method in class edu.stanford.nlp.trees.tregex.tsurgeon.SimpleCharStream
 
ReInit(SimpleCharStream) - Static method in class edu.stanford.nlp.trees.tregex.tsurgeon.TsurgeonParserTokenManager
 
ReInit(SimpleCharStream, int) - Static method in class edu.stanford.nlp.trees.tregex.tsurgeon.TsurgeonParserTokenManager
 
rejectFilter() - Static method in class edu.stanford.nlp.util.Filters
The rejectFilter accepts nothing.
REL_W_STR_ARG - Static variable in interface edu.stanford.nlp.trees.tregex.TregexParserConstants
 
RELABEL - Static variable in interface edu.stanford.nlp.trees.tregex.tsurgeon.TsurgeonParserConstants
 
RELATION - Static variable in interface edu.stanford.nlp.trees.tregex.TregexParserConstants
 
RELATIVE - Static variable in class edu.stanford.nlp.trees.EnglishGrammaticalRelations
The "relative" grammatical relation.
RELATIVE_CLAUSE_MODIFIER - Static variable in class edu.stanford.nlp.trees.EnglishGrammaticalRelations
The "relative clause modifier" grammatical relation.
RELATIVE_CLAUSE_MODIFIER - Static variable in class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalRelations
The "relative clause modifier" grammatical relation.
relaxHook1 - Variable in class edu.stanford.nlp.parser.lexparser.BiLexPCFGParser
 
relaxHook2 - Variable in class edu.stanford.nlp.parser.lexparser.BiLexPCFGParser
 
relaxHook3 - Variable in class edu.stanford.nlp.parser.lexparser.BiLexPCFGParser
 
relaxHook4 - Variable in class edu.stanford.nlp.parser.lexparser.BiLexPCFGParser
 
relaxPriority(E, double) - Method in class edu.stanford.nlp.util.BinaryHeapPriorityQueue
Promotes a key in the queue, adding it if it wasn't there already.
relaxPriority(E, double) - Method in class edu.stanford.nlp.util.FixedPrioritiesPriorityQueue
Not supported in this implementation.
relaxPriority(E, double) - Method in interface edu.stanford.nlp.util.PriorityQueue
Increases the priority of the E key to the new priority if the old priority was lower than the new priority.
relaxTempEdge() - Method in class edu.stanford.nlp.parser.lexparser.BiLexPCFGParser
 
relaxTempHook() - Method in class edu.stanford.nlp.parser.lexparser.BiLexPCFGParser.N5BiLexPCFGParser
 
relaxTempHook() - Method in class edu.stanford.nlp.parser.lexparser.BiLexPCFGParser
 
reln() - Method in class edu.stanford.nlp.trees.TypedDependency
 
remove(String) - Method in class edu.stanford.nlp.ling.FeatureLabel
 
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(E) - Method in class edu.stanford.nlp.stats.Counter
Removes the given key from this Counter.
remove(E) - Method in class edu.stanford.nlp.stats.IntCounter
Removes the given key from this Counter.
remove(K1, K2) - Method in class edu.stanford.nlp.stats.TwoDimensionalCounter
 
remove(K1) - Method in class edu.stanford.nlp.stats.TwoDimensionalCounter
 
remove(int) - Method in class edu.stanford.nlp.trees.MemoryTreebank
 
remove(Object) - Method in class edu.stanford.nlp.trees.Treebank
This operation isn't supported for a Treebank.
remove() - 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() - Method in class edu.stanford.nlp.util.FixedPrioritiesPriorityQueue
Not supported -- next() already removes the head of the queue.
remove(Object) - Method in class edu.stanford.nlp.util.IdentityHashSet
Removes the specified element from this set if it is present.
remove(Object) - Method in class edu.stanford.nlp.util.Index
Removes an object from the index, if it exists (otherwise nothing happens).
removeAll(Collection, Collection) - Method in class edu.stanford.nlp.fsm.FastExactAutomatonMinimizer
 
removeAll(Collection<E>) - Method in class edu.stanford.nlp.stats.Counter
Removes all the given keys from this Counter.
removeAll(Collection<E>) - Method in class edu.stanford.nlp.stats.IntCounter
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.
removeChild(int) - Method in class edu.stanford.nlp.trees.Tree
Destructively removes the child at some daughter index and returns it.
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 class edu.stanford.nlp.util.FixedPrioritiesPriorityQueue
Returns the highest-priority element and removes it from the queue.
removeFirst() - Method in interface edu.stanford.nlp.util.PriorityQueue
Finds the object with the highest priority, removes it, and returns it.
removeNodeSpi() - Method in class edu.stanford.nlp.util.DisabledPreferences
 
removeObject(List, Object) - Static method in class edu.stanford.nlp.util.CollectionUtils
Removes the first occurrence in the list of the specified object, using object identity (==) not equality as the criterion for object presence.
removeSpi(String) - Method in class edu.stanford.nlp.util.DisabledPreferences
 
removeZeroCounts() - Method in class edu.stanford.nlp.stats.Counter
Removes all keys whose count is 0.
removeZeroCounts() - Method in class edu.stanford.nlp.stats.IntCounter
Removes all keys whose count is 0.
removeZeroCounts() - Method in class edu.stanford.nlp.stats.TwoDimensionalCounter
 
repeat(String, int) - Static method in class edu.stanford.nlp.util.StringUtils
 
REPLACE - Static variable in interface edu.stanford.nlp.trees.tregex.tsurgeon.TsurgeonParserConstants
 
report() - Method in class edu.stanford.nlp.util.Timing
Return elapsed time (without stopping timer).
report(String, PrintStream) - Method in class edu.stanford.nlp.util.Timing
Print elapsed time (without stopping timer).
report(String) - Method in class edu.stanford.nlp.util.Timing
Print elapsed time to System.err (without stopping timer).
report(String, PrintWriter) - Method in class edu.stanford.nlp.util.Timing
Print elapsed time (without stopping timer).
RES_VERB - Static variable in class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalRelations
The "resultative complement" grammatical relation.
reset() - Method in class edu.stanford.nlp.parser.lexparser.LexicalizedParser
Reinitializes the parser.
reset() - Method in class edu.stanford.nlp.trees.tregex.TreeMatcher
Resets the TreeMatcher.
reset(Tree) - Method in class edu.stanford.nlp.trees.tregex.TreePattern
 
reset() - Method in class edu.stanford.nlp.trees.tregex.TregexMatcher
Resets the matcher so that its search starts over.
restart() - Method in class edu.stanford.nlp.util.Timing
Restart timer.
restart(String, PrintStream) - Method in class edu.stanford.nlp.util.Timing
Print elapsed time and restart timer.
restart(String) - Method in class edu.stanford.nlp.util.Timing
Print elapsed time to System.err and restart timer.
restart(String, PrintWriter) - Method in class edu.stanford.nlp.util.Timing
Print elapsed time and restart timer.
restrictedArgMax(Counter<E>, Collection<E>) - Static method in class edu.stanford.nlp.stats.Counters
 
retainAll(Collection<E>, Filter<E>) - Static method in class edu.stanford.nlp.util.Filters
Removes all elems in the given Collection that aren't accepted by the given Filter.
retainTop(int) - Method in class edu.stanford.nlp.stats.Counter
 
returnMatch() - Method in class edu.stanford.nlp.trees.tregex.TreePattern
 
reverse(int[]) - Static method in class edu.stanford.nlp.math.ArrayMath
 
reverse(List<A>) - Static method in class edu.stanford.nlp.parser.lexparser.OutsideRuleFilter
 
reverseIndexOrder(TwoDimensionalCounter<K1, K2>) - Static method in class edu.stanford.nlp.stats.TwoDimensionalCounter
Produces a new ConditionalCounter.
reverseKeys() - Method in class edu.stanford.nlp.stats.GeneralizedCounter
 
RIGHT - Static variable in class edu.stanford.nlp.parser.lexparser.IntDependency
 
rightAccepting(boolean[]) - Method in class edu.stanford.nlp.parser.lexparser.OutsideRuleFilter
 
rightCharEdge(Tree) - Method in class edu.stanford.nlp.trees.Tree
Returns the positional index of the right edge of node within the tree, as measured by characters.
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.
rightFA - Variable in class edu.stanford.nlp.parser.lexparser.OutsideRuleFilter
 
rightPhrasal - Static variable in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams.EnglishTrain
Right edge has a phrasal node.
rightRec - Static variable in class edu.stanford.nlp.parser.lexparser.Train
Right edge is right-recursive (X << X) Bad.
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)
ROLE_KEY - Static variable in class edu.stanford.nlp.ling.AbstractMapLabel
The standard key for the semantic role label
root - Variable in class edu.stanford.nlp.trees.TreeGraph
The root node of this treegraph.
root() - Method in class edu.stanford.nlp.trees.TreeGraph
Return the root node of this treegraph.
rootLabelOnlyFormat - Static variable in class edu.stanford.nlp.trees.TreePrint
 
rootSymbol() - Method in class edu.stanford.nlp.trees.international.negra.NegraPennTreeNormalizer
 
rootSymbol() - Method in class edu.stanford.nlp.trees.international.tuebadz.TueBaDZPennTreeNormalizer
 
rootTW(IntTaggedWord) - Static method in class edu.stanford.nlp.parser.lexparser.AbstractDependencyGrammar
 
round(double, int) - Static method in class edu.stanford.nlp.math.SloppyMath
E.g.
Rule - Class in edu.stanford.nlp.parser.lexparser
Parent class for unary and binary rules.
Rule() - Constructor for class edu.stanford.nlp.parser.lexparser.Rule
 
ruleDiscount - Static variable in class edu.stanford.nlp.parser.lexparser.Train
Discounts the count of BinaryRule's (only, apparently) in training data.
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(String, int) - Method in class edu.stanford.nlp.parser.lexparser.BaseLexicon
Returns the possible POS taggings for a word.
ruleIteratorByWord(int, int) - Method in class edu.stanford.nlp.parser.lexparser.BaseLexicon
Generate the possible taggings for a word at a sentence position.
ruleIteratorByWord(int, int) - Method in class edu.stanford.nlp.parser.lexparser.ChineseCharacterBasedLexicon
 
ruleIteratorByWord(int, int) - Method in class edu.stanford.nlp.parser.lexparser.ChineseLexiconAndWordSegmenter
 
ruleIteratorByWord(int, int) - Method in interface edu.stanford.nlp.parser.lexparser.Lexicon
Get an iterator over all rules (pairs of (word, POS)) for this word.
ruleIteratorByWord(int, int) - Method in class edu.stanford.nlp.parser.lexparser.PetrovLexicon
 
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() - 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
 
ruleSetByLeftChild(int) - Method in class edu.stanford.nlp.parser.lexparser.BinaryGrammar
 
ruleSetByRightChild(int) - Method in class edu.stanford.nlp.parser.lexparser.BinaryGrammar
 
rulesWithParent() - Method in class edu.stanford.nlp.parser.lexparser.UnaryGrammar
 
rulesWithWord - Variable in class edu.stanford.nlp.parser.lexparser.BaseLexicon
An array of Lists of rules (IntTaggedWord), indexed by word.
runningAverages - Variable in class edu.stanford.nlp.parser.lexparser.AbstractEval
 
RuntimeIOException - Exception in edu.stanford.nlp.io
An unchecked version of IOException.
RuntimeIOException() - Constructor for exception edu.stanford.nlp.io.RuntimeIOException
Creates a new exception.
RuntimeIOException(String) - Constructor for exception edu.stanford.nlp.io.RuntimeIOException
Creates a new exception with a message.
RuntimeIOException(Throwable) - Constructor for exception edu.stanford.nlp.io.RuntimeIOException
Creates a new exception with an embedded cause.
RuntimeIOException(String, Throwable) - Constructor for exception edu.stanford.nlp.io.RuntimeIOException
Creates a new exception with a message and an embedded cause.

S

safeMax(double[]) - Static method in class edu.stanford.nlp.math.ArrayMath
Returns the largest value in a vector of doubles.
safeMean(double[]) - Static method in class edu.stanford.nlp.math.ArrayMath
Returns the mean of a vector of doubles.
safeMin(double[]) - Static method in class edu.stanford.nlp.math.ArrayMath
Returns the largest value in a vector of doubles.
safeStdev(double[]) - Static method in class edu.stanford.nlp.math.ArrayMath
Returns the standard deviation of a vector of doubles.
sample - Static variable in class edu.stanford.nlp.parser.lexparser.Test
Used when you want to generate sample parses instead of finding the best parse.
sample(Counter<T>, Random) - Static method in class edu.stanford.nlp.stats.Counters
Does not assumes c is normalized.
sample(Counter<T>) - Static method in class edu.stanford.nlp.stats.Counters
Does not assumes c is normalized.
sampleFrom(String) - Method in class edu.stanford.nlp.parser.lexparser.ChineseCharacterBasedLexicon
Samples from the distribution over words with this POS according to the lexicon.
sampleFrom() - Method in class edu.stanford.nlp.parser.lexparser.ChineseCharacterBasedLexicon
Samples over words regardless of POS: first samples POS, then samples word according to that POS
sampleFrom() - Method in class edu.stanford.nlp.stats.Distribution
Returns an object sampled from the distribution.
sampleFromDistribution(double[]) - Static method in class edu.stanford.nlp.math.ArrayMath
Samples from the distribution over values 0 through d.length given by d.
sampleFromDistribution(double[], Random) - Static method in class edu.stanford.nlp.math.ArrayMath
Samples from the distribution over values 0 through d.length given by d.
sampleFromDistribution(float[], Random) - Static method in class edu.stanford.nlp.math.ArrayMath
Samples from the distribution over values 0 through d.length given by d.
samplePathsFromGraph(int) - Method in class edu.stanford.nlp.fsm.TransducerGraph
 
Sampler<T> - Interface in edu.stanford.nlp.stats
An interace for drawing samples from the label space of an object.
sampleUniformPathFromGraph() - Method in class edu.stanford.nlp.fsm.TransducerGraph
for testing only.
sampleWithoutReplacement(int[], int) - Static method in class edu.stanford.nlp.math.ArrayMath
Fills the array with sample from 0 to numArgClasses-1 without replacement.
sampleWithoutReplacement(int[], int, Random) - Static method in class edu.stanford.nlp.math.ArrayMath
Fills the array with sample from 0 to numArgClasses-1 without replacement.
sampleWithoutReplacement(Collection<E>, int) - Static method in class edu.stanford.nlp.util.CollectionUtils
Samples without replacement from a collection.
sampleWithoutReplacement(Collection<E>, int, Random) - Static method in class edu.stanford.nlp.util.CollectionUtils
Samples without replacement from a collection, using your own Random number generator.
sampleWithReplacement(Collection<E>, int) - Static method in class edu.stanford.nlp.util.CollectionUtils
Samples with replacement from a collection
sampleWithReplacement(Collection<E>, int, Random) - Static method in class edu.stanford.nlp.util.CollectionUtils
Samples with replacement from a collection, using your own Random number generator
save(DataOutputStream) - Method in class edu.stanford.nlp.ling.WordTag
 
save(DataOutputStream) - Method in class edu.stanford.nlp.util.Pair
Write a string representation of a Pair from a DataStream.
saveCounter(GenericCounter<E>, String) - Static method in class edu.stanford.nlp.stats.Counters
Saves a Counter to a text file.
saveToFilename(String) - Method in class edu.stanford.nlp.util.Index
 
saveToWriter(Writer) - Method in class edu.stanford.nlp.util.Index
This saves the contents of this index into string form, as part of a larger text-serialization.
scale(GenericCounter<E>, double) - Static method in class edu.stanford.nlp.stats.Counters
Returns a new Counter which is scaled by the given scale factor.
scale(TwoDimensionalCounter<T1, T2>, double) - Static method in class edu.stanford.nlp.stats.Counters
Creates a new TwoDimensionalCounter where all the counts are scaled by d.
score(IntDependency) - Method in class edu.stanford.nlp.parser.lexparser.AbstractDependencyGrammar
 
score(int, int, int, int, boolean, int) - Method in class edu.stanford.nlp.parser.lexparser.AbstractDependencyGrammar
 
score(IntTaggedWord, int) - Method in class edu.stanford.nlp.parser.lexparser.BaseLexicon
Get the score of this word with this tag (as an IntTaggedWord) at this location.
score(IntTaggedWord, int) - Method in class edu.stanford.nlp.parser.lexparser.ChineseCharacterBasedLexicon
 
score(IntTaggedWord, int) - Method in class edu.stanford.nlp.parser.lexparser.ChineseLexicon
 
score(IntTaggedWord, int) - Method in class edu.stanford.nlp.parser.lexparser.ChineseLexiconAndWordSegmenter
 
score(IntTaggedWord) - Method in class edu.stanford.nlp.parser.lexparser.ChineseUnknownWordModel
 
score(TaggedWord) - Method in class edu.stanford.nlp.parser.lexparser.ChineseUnknownWordModel
 
score(IntDependency) - Method in interface edu.stanford.nlp.parser.lexparser.DependencyGrammar
Score a IntDependency according to the grammar.
score(int, int, int, int, boolean, int) - Method in interface edu.stanford.nlp.parser.lexparser.DependencyGrammar
Score a dependency according to the grammar, where the elements of the dependency are represented in separate paramters.
score(IntTaggedWord) - Method in class edu.stanford.nlp.parser.lexparser.GermanUnknownWordModel
 
score(TaggedWord) - Method in class edu.stanford.nlp.parser.lexparser.GermanUnknownWordModel
Calculate the log-prob score of a particular TaggedWord in the unknown word model.
score(IntTaggedWord, int) - Method in interface edu.stanford.nlp.parser.lexparser.Lexicon
Get the score of this word with this tag (as an IntTaggedWord) at this loc.
score(IntTaggedWord, int) - Method in class edu.stanford.nlp.parser.lexparser.PetrovLexicon
Computes an estimate of log P(word | tag).
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() - Method in interface edu.stanford.nlp.util.Scored
 
score() - Method in class edu.stanford.nlp.util.ScoredObject
 
scoreAll(Collection<IntDependency>) - Method in class edu.stanford.nlp.parser.lexparser.MLEDependencyGrammar
 
scoreBinarizedTree(Tree, int) - Method in class edu.stanford.nlp.parser.lexparser.ExhaustivePCFGParser
 
scoreComparator() - Static method in class edu.stanford.nlp.parser.lexparser.Rule
 
Scored - Interface in edu.stanford.nlp.util
Scored: This is a simple interface that says that an object can answer requests for the score, or goodness of the object.
ScoredComparator - Class in edu.stanford.nlp.util
ScoredComparator allows one to compare Scored things.
scoreDependencies() - Method in class edu.stanford.nlp.parser.lexparser.BiLexPCFGParser
 
ScoredObject<T> - Class in edu.stanford.nlp.util
Scored Object: Wrapper class for holding a scored object
ScoredObject() - Constructor for class edu.stanford.nlp.util.ScoredObject
 
ScoredObject(T, double) - Constructor for class edu.stanford.nlp.util.ScoredObject
 
scoreNonBinarizedTree(Tree) - Method in class edu.stanford.nlp.parser.lexparser.ExhaustivePCFGParser
 
scorer - Variable in class edu.stanford.nlp.parser.lexparser.BiLexPCFGParser
 
Scorer - Interface in edu.stanford.nlp.parser.lexparser
Interface for supporting A* scoring.
scoreRule(BinaryRule) - Method in class edu.stanford.nlp.parser.lexparser.BinaryGrammar
 
scoreRule(UnaryRule) - Method in class edu.stanford.nlp.parser.lexparser.UnaryGrammar
 
scoreTB(int, int, int, int, boolean, int) - Method in class edu.stanford.nlp.parser.lexparser.AbstractDependencyGrammar
 
scoreTB(IntDependency) - Method in class edu.stanford.nlp.parser.lexparser.ChineseSimWordAvgDepGrammar
 
scoreTB(IntDependency) - Method in interface edu.stanford.nlp.parser.lexparser.DependencyGrammar
Score an IntDependency in the reduced tagBin space according to the grammar.
scoreTB(int, int, int, int, boolean, int) - Method in interface edu.stanford.nlp.parser.lexparser.DependencyGrammar
Score a dependency according to the grammar, where the elements of the dependency are represented in separate paramters.
scoreTB(IntDependency) - Method in class edu.stanford.nlp.parser.lexparser.MLEDependencyGrammar
Score a tag binned dependency.
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
searchAndReplace(String, String, String) - Static method in class edu.stanford.nlp.util.StringUtils
 
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
 
second() - Method in class edu.stanford.nlp.util.Triple
 
secondKeySet() - Method in class edu.stanford.nlp.stats.TwoDimensionalCounter
 
SeeChars - Class in edu.stanford.nlp.misc
 
seeChars(String, String) - Static method in class edu.stanford.nlp.misc.SeeChars
 
seeChars(String, PrintWriter) - Static method in class edu.stanford.nlp.misc.SeeChars
 
seeCodePoint(int, PrintWriter) - Static method in class edu.stanford.nlp.misc.SeeChars
 
seeList(List, String) - Static method in class edu.stanford.nlp.misc.SeeChars
 
seenCounter - Variable in class edu.stanford.nlp.parser.lexparser.BaseLexicon
Records the number of times word/tag pair was seen in training data.
segmentMarkov - Variable in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
 
segmentMaxMatch - Variable in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
 
segmentWords(String) - Method in class edu.stanford.nlp.parser.lexparser.ChineseLexiconAndWordSegmenter
 
segmentWords(String) - Method in class edu.stanford.nlp.parser.lexparser.ChineseMarkovWordSegmenter
 
segmentWords(String) - Method in interface edu.stanford.nlp.parser.lexparser.WordSegmenter
 
segmentWords(String) - Method in class edu.stanford.nlp.process.WordSegmentingTokenizer
 
SELECTION - Static variable in interface edu.stanford.nlp.trees.tregex.tsurgeon.TsurgeonParserConstants
 
selectivePostSplit - Static variable in class edu.stanford.nlp.parser.lexparser.Train
 
selectivePostSplitCutOff - Static variable in class edu.stanford.nlp.parser.lexparser.Train
 
selectiveSplit - Static variable in class edu.stanford.nlp.parser.lexparser.Train
Only split the "common high KL divergence" parent categories....
selectiveSplitCutOff - Static variable in class edu.stanford.nlp.parser.lexparser.Train
 
SEMANTIC_DEPENDENT - Static variable in class edu.stanford.nlp.trees.EnglishGrammaticalRelations
The "semantic dependent" grammatical relation has been introduced as a supertype for the controlling subject relation.
SEMANTIC_DEPENDENT - Static variable in class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalRelations
The "semantic dependent" grammatical relation.
SEMANTIC_HEAD_POS_KEY - Static variable in class edu.stanford.nlp.ling.AbstractMapLabel
The standard key for Semantic Head Word POS which is a String
SEMANTIC_HEAD_WORD_KEY - Static variable in class edu.stanford.nlp.ling.AbstractMapLabel
The standard key for Semantic Head Word which is a String
SemanticHeadFinder - Class in edu.stanford.nlp.trees
Implements a 'semantic head' variant of the the HeadFinder found in Michael Collins' 1999 thesis.
SemanticHeadFinder() - Constructor for class edu.stanford.nlp.trees.SemanticHeadFinder
 
SemanticHeadFinder(boolean) - Constructor for class edu.stanford.nlp.trees.SemanticHeadFinder
 
SemanticHeadFinder(TreebankLanguagePack, boolean) - Constructor for class edu.stanford.nlp.trees.SemanticHeadFinder
 
Sentence<T extends HasWord> - Class in edu.stanford.nlp.ling
Sentence holds a single sentence, and mediates between word numbers and words.
Sentence() - Constructor for class edu.stanford.nlp.ling.Sentence
Constructs an empty sentence.
Sentence(Collection<T>) - Constructor for class edu.stanford.nlp.ling.Sentence
Constructs a sentence from the input Collection.
sentence - Variable in class edu.stanford.nlp.parser.lexparser.ExhaustivePCFGParser
 
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.international.arabic.ArabicTreebankLanguagePack
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.
sentenceFinalPunctuationTags() - Method in class edu.stanford.nlp.trees.international.pennchinese.ChineseTreebankLanguagePack
Returns a String array of sentence final punctuation tags for this treebank/language.
sentenceFinalPunctuationTags() - Method in class edu.stanford.nlp.trees.international.tuebadz.TueBaDZLanguagePack
 
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.
sentenceFinalPunctuationWords() - Method in class edu.stanford.nlp.trees.international.arabic.ArabicTreebankLanguagePack
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.
sentenceFinalPunctuationWords() - Method in class edu.stanford.nlp.trees.international.pennchinese.ChineseTreebankLanguagePack
Returns a String array of sentence final punctuation words for this treebank/language.
sentenceFinalPunctuationWords() - Method in class edu.stanford.nlp.trees.international.tuebadz.TueBaDZLanguagePack
 
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.
SentenceProcessor - Interface in edu.stanford.nlp.ling
This is a simple interface for applying a transformer to a Sentence.
sentIndex() - Method in interface edu.stanford.nlp.ling.HasIndex
 
serializeCounter(GenericCounter, String) - Static method in class edu.stanford.nlp.stats.Counters
 
serialVersionUID - Static variable in class edu.stanford.nlp.stats.TwoDimensionalCounter
 
set(Object, Object) - Method in class edu.stanford.nlp.ling.FeatureLabel
 
set(int, Tree) - Method in class edu.stanford.nlp.trees.MemoryTreebank
 
set(int, int) - Method in class edu.stanford.nlp.util.IntTuple
 
set(double) - Method in class edu.stanford.nlp.util.MutableDouble
 
set(int) - Method in class edu.stanford.nlp.util.MutableInteger
 
setAfter(String) - Method in class edu.stanford.nlp.ling.AbstractMapLabel
Set the String after the word by storing it in the map under the key AFTER_KEY.
setAfter(String) - Method in class edu.stanford.nlp.ling.FeatureLabel
Set the String after the word by storing it in the map under the key AFTER_KEY.
setAfter(String) - Method in interface edu.stanford.nlp.ling.HasContext
Set the String after the word.
setAnswer(String) - Method in class edu.stanford.nlp.ling.AbstractMapLabel
convenience method for setting answer *
setAnswer(String) - Method in class edu.stanford.nlp.ling.FeatureLabel
convenience method for setting answer *
setBagEval(boolean) - Method in class edu.stanford.nlp.stats.EquivalenceClassEval
If bagEval is set to true, then multiple instances of the same item will not be merged.
setBefore(String) - Method in class edu.stanford.nlp.ling.AbstractMapLabel
Set the String before the word by storing it in the map under the key BEFORE_KEY.
setBefore(String) - Method in class edu.stanford.nlp.ling.FeatureLabel
Set the String before the word by storing it in the map under the key BEFORE_KEY.
setBefore(String) - Method in interface edu.stanford.nlp.ling.HasContext
Set the String before the word.
setBeginPosition(int) - Method in class edu.stanford.nlp.ling.AbstractMapLabel
Set the beginning character offset for the label by storing it in the contained map under the key AbstractMapLabel.BEGIN_POSITION_KEY INDEX_KEY.
setCategory(String) - Method in class edu.stanford.nlp.ling.AbstractMapLabel
Set the category for the label.
setCategory(String) - Method in class edu.stanford.nlp.ling.CategoryWordTag
 
setCategory(String) - Method in interface edu.stanford.nlp.ling.HasCategory
Set the category value for the label (if one is stored).
setCategoryWordTag(String, String, String) - Method in class edu.stanford.nlp.ling.CategoryWordTag
 
setChild(int, Tree) - Method in class edu.stanford.nlp.trees.LabeledScoredTreeLeaf
Leaves have no children.
setChild(int, Tree) - Method in class edu.stanford.nlp.trees.Tree
Replaces the ith child of this with the tree t.
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<Tree>) - Method in class edu.stanford.nlp.trees.Tree
Set the children of this tree node to the given list.
setChildren(Tree[]) - Method in class edu.stanford.nlp.trees.TreeGraphNode
Sets the children of this TreeGraphNode.
setCount(E, double) - Method in class edu.stanford.nlp.stats.Counter
Sets the current count for the given key.
setCount(E, String) - Method in class edu.stanford.nlp.stats.Counter
 
setCount(E, String) - Method in interface edu.stanford.nlp.stats.GenericCounter
Sets the count for this key to be the number encoded in the given String.
setCount(E, int) - Method in class edu.stanford.nlp.stats.IntCounter
Sets the current count for the given key.
setCount(E, String) - Method in class edu.stanford.nlp.stats.IntCounter
 
setCount(K1, K2, double) - Method in class edu.stanford.nlp.stats.TwoDimensionalCounter
 
setCounter(K1, Counter<K2>) - Method in class edu.stanford.nlp.stats.TwoDimensionalCounter
 
setCounts(Collection<E>, double) - Method in class edu.stanford.nlp.stats.Counter
Sets the current count for each of the given keys.
setCounts(Collection<E>, int) - Method in class edu.stanford.nlp.stats.IntCounter
Sets the current count for each of the given keys.
setCurrent(String) - Method in class edu.stanford.nlp.ling.AbstractMapLabel
Set the String which is the unmangled word, which is stored in the map under the key CURRENT_KEY.
setCurrent(String) - Method in class edu.stanford.nlp.ling.FeatureLabel
Set the String which is the unmangled word, which is stored in the map under the key CURRENT_KEY.
setCurrent(String) - Method in interface edu.stanford.nlp.ling.HasContext
Set the String which is the unmangled word.
setCurrentResult(TreePatternReturnValue) - Method in class edu.stanford.nlp.trees.tregex.TreePattern
 
setDebugStream(PrintStream) - Static method in class edu.stanford.nlp.trees.tregex.TregexParserTokenManager
 
setDebugStream(PrintStream) - Static method in class edu.stanford.nlp.trees.tregex.tsurgeon.TsurgeonParserTokenManager
 
setDep(TreeGraphNode) - Method in class edu.stanford.nlp.trees.TypedDependency
 
setDeterminism(boolean) - Method in class edu.stanford.nlp.fsm.TransducerGraph
 
setDivider(String) - Static method in class edu.stanford.nlp.ling.LabeledWord
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.ling.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.ling.WordLemmaTag
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.ling.WordTag
Set the String (usually just a single character) used to mark the separation between the word and the tag.
setDocID(String) - Method in interface edu.stanford.nlp.ling.HasIndex
 
setDoSelectiveSplit(boolean) - Method in class edu.stanford.nlp.parser.lexparser.TreeAnnotatorAndBinarizer
 
setDoSelectiveSplit(boolean) - Method in class edu.stanford.nlp.parser.lexparser.TreeBinarizer
If this is set to true, then the binarizer will choose selectively whether or not to split states based on how many counts the states had in a previous run.
setDotWeightingInverted(boolean) - Method in class edu.stanford.nlp.fsm.TransducerGraph
 
setEdge(String) - Method in class edu.stanford.nlp.trees.international.negra.NegraLabel
 
setEncoding(String) - Method in class edu.stanford.nlp.process.DocumentPreprocessor
Set the character encoding.
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
 
setEndPosition(int) - Method in class edu.stanford.nlp.ling.AbstractMapLabel
Set the ending character offset for the label by storing it in the contained map under the key AbstractMapLabel.END_POSITION_KEY INDEX_KEY.
setEolString(String) - Method in class edu.stanford.nlp.process.TokenizerAdapter
Set the String returned when the inner tokenizer returns an end-of-line token.
setFeatures(Collection) - Method in class edu.stanford.nlp.ling.AbstractMapLabel
 
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(T1) - Method in class edu.stanford.nlp.util.Pair
 
setFirst(T1) - Method in class edu.stanford.nlp.util.Triple
 
setFromString(String) - Method in class edu.stanford.nlp.ling.AbstractMapLabel
Set value for the label from a String.
setFromString(String) - Method in class edu.stanford.nlp.ling.CategoryWordTag
Set everything by reversing a toString operation.
setFromString(String) - Method in class edu.stanford.nlp.ling.FeatureLabel
 
setFromString(String) - Method in interface edu.stanford.nlp.ling.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.ling.StringLabel
Set the label from a String.
setFromString(String) - Method in class edu.stanford.nlp.ling.TaggedWord
Sets a TaggedWord from decoding the String passed in.
setFromString(String) - Method in class edu.stanford.nlp.ling.ValueLabel
 
setFromString(String) - Method in class edu.stanford.nlp.ling.WordLemmaTag
The String is divided according to the divider character (usually, "/").
setFromString(String) - Method in class edu.stanford.nlp.ling.WordTag
Sets a WordTag from decoding the String passed in.
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 class edu.stanford.nlp.trees.LabeledConstituent
 
setFromString(String) - Method in class edu.stanford.nlp.trees.Tree
 
setGlobal(Interner) - Static method in class edu.stanford.nlp.util.Interner
For supplying a new instance for the global methods to use.
setGlobalNumberer(String, Numberer) - Static method in class edu.stanford.nlp.util.Numberer
 
setGoal(int) - Method in class edu.stanford.nlp.parser.lexparser.BiLexPCFGParser
 
setGoalString(String) - Method in class edu.stanford.nlp.parser.lexparser.ExhaustivePCFGParser
 
setGoldAnswer(String) - Method in class edu.stanford.nlp.ling.AbstractMapLabel
convenience method for setting gold answer *
setGoldAnswer(String) - Method in class edu.stanford.nlp.ling.FeatureLabel
convenience method for setting gold answer *
setGov(TreeGraphNode) - Method in class edu.stanford.nlp.trees.TypedDependency
 
setHeadFinder(HeadFinder) - Method in class edu.stanford.nlp.trees.TreePrint
Set the headfinder to be used for lexicalizing trees.
setHeadTag(Object) - Method in class edu.stanford.nlp.ling.AbstractMapLabel
Set a pointer to the head-word for the label.
setHeadWord(Object) - Method in class edu.stanford.nlp.ling.AbstractMapLabel
Set a pointer to the head-word for the label.
setIndex(int) - Method in class edu.stanford.nlp.ling.AbstractMapLabel
Set the index for the label by storing it in the contained map under the key INDEX_KEY.
setIndex(int) - Method in interface edu.stanford.nlp.ling.HasIndex
 
setIndex(int) - Method in class edu.stanford.nlp.trees.TreeGraphNode
Set the index for the current 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 interface edu.stanford.nlp.parser.lexparser.TreebankLangParserParams
 
setInsertNPinPP(boolean) - Method in class edu.stanford.nlp.trees.international.negra.NegraPennTreeNormalizer
 
setInterpretation(Object) - Method in class edu.stanford.nlp.ling.AbstractMapLabel
 
setKeepOriginalText(boolean) - Method in class edu.stanford.nlp.ling.DocumentReader
Sets whether created documents should store their source text along with tokenized words.
setLabel(Object) - Method in class edu.stanford.nlp.ling.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.
setLabel(MapLabel) - Method in class edu.stanford.nlp.trees.TreeGraphNode
Sets the label associated with the current node.
setLabels(Collection) - Method in class edu.stanford.nlp.ling.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
 
setLemma(String) - Method in class edu.stanford.nlp.ling.AbstractMapLabel
 
setLemma(String) - Method in class edu.stanford.nlp.ling.WordLemmaTag
 
setLex(Lexicon) - Method in class edu.stanford.nlp.parser.lexparser.ChineseSimWordAvgDepGrammar
 
setMap(Map<K1, V1>) - Method in class edu.stanford.nlp.util.MapFactory
A method to get a parameterized (genericized) map out.
setMap(Map<K1, V1>, int) - Method in class edu.stanford.nlp.util.MapFactory
 
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
 
setMaxLength(int) - Method in class edu.stanford.nlp.parser.lexparser.LexicalizedParser
Set the maximum length of a sentence that the parser will be willing to parse.
setMinFontSize(int) - Method in class edu.stanford.nlp.parser.ui.TreeJPanel
 
setNER(String) - Method in class edu.stanford.nlp.ling.AbstractMapLabel
Set the NER label for the word, using the key NER_KEY.
setNER(String) - Method in class edu.stanford.nlp.ling.FeatureLabel
Set the NER label for the word, using the key NER_KEY.
setNumberers(Map<String, Numberer>) - Static method in class edu.stanford.nlp.util.Numberer
You need to call this after deserializing Numberer objects to restore the global namespace, since static objects aren't serialized.
setObject(T) - Method in class edu.stanford.nlp.util.ScoredObject
 
setOption(String[], int) - Method in class edu.stanford.nlp.parser.lexparser.Options
Set an option based on a String array in the style of commandline flags.
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.ArabicTreebankParserParams
Some options for setOptionFlag:
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
Set language-specific options according to flags.
setOptionFlag(String[], int) - Method in interface edu.stanford.nlp.parser.lexparser.TreebankLangParserParams
Set a language-specific option according to command-line flags.
setOptionFlag(String[], int) - Method in class edu.stanford.nlp.parser.lexparser.TueBaDZParserParams
No options yet.
setOptionFlags(String...) - Method in class edu.stanford.nlp.parser.lexparser.LexicalizedParser
This will set options to the parser, in a way exactly equivalent to passing in the same sequence of command-line arguments.
setOptionOrWarn(String[], int) - Method in class edu.stanford.nlp.parser.lexparser.Options
Set an option based on a String array in the style of commandline flags.
setOptions(String...) - Method in class edu.stanford.nlp.parser.lexparser.Options
Set options based on a String array in the style of commandline flags.
setOptions(String[], int, int) - Method in class edu.stanford.nlp.parser.lexparser.Options
Set options based on a String array in the style of commandline flags.
setOptionsOrWarn(String...) - Method in class edu.stanford.nlp.parser.lexparser.Options
Set options based on a String array in the style of commandline flags.
setOptionsOrWarn(String[], int, int) - Method in class edu.stanford.nlp.parser.lexparser.Options
Set options based on a String array in the style of commandline 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 interface edu.stanford.nlp.parser.lexparser.TreebankLangParserParams
 
setParent(TreeGraphNode) - Method in class edu.stanford.nlp.trees.TreeGraphNode
Set the parent for the current node.
setPatternString(String) - Method in class edu.stanford.nlp.trees.tregex.TregexPattern
 
setPrintOptions(String) - Static method in class edu.stanford.nlp.ling.MapLabel
 
setPrintWriter(PrintWriter) - Method in class edu.stanford.nlp.trees.TreePrint
Sets the default print writer for printing trees with the instance.
setReader(Reader) - Method in class edu.stanford.nlp.ling.DocumentReader
Sets the reader from which to read and create documents.
setReln(GrammaticalRelation) - Method in class edu.stanford.nlp.trees.TypedDependency
 
setRole(String) - Method in class edu.stanford.nlp.ling.AbstractMapLabel
 
setRoot(TsurgeonPatternRoot) - Method in class edu.stanford.nlp.trees.tregex.tsurgeon.TsurgeonPattern
 
Sets - Class in edu.stanford.nlp.util
Utilities for sets.
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
 
setSecond(T2) - Method in class edu.stanford.nlp.util.Pair
 
setSecond(T2) - Method in class edu.stanford.nlp.util.Triple
 
setSemanticTag(String) - Method in class edu.stanford.nlp.ling.AbstractMapLabel
Set the semantic head pos of the phrase
setSemanticWord(String) - Method in class edu.stanford.nlp.ling.AbstractMapLabel
Set the semantic head of the phrase
setSentenceFinalPuncWords(String[]) - Method in class edu.stanford.nlp.process.DocumentPreprocessor
 
setSentIndex(int) - Method in interface edu.stanford.nlp.ling.HasIndex
 
setShape(String) - Method in class edu.stanford.nlp.ling.AbstractMapLabel
Set the shape property for the word, using the key SHAPE_KEY.
setSource(Reader) - Method in class edu.stanford.nlp.process.PTBTokenizer
Sets the source of this Tokenizer to be the Reader r.
setSource(int) - Method in class edu.stanford.nlp.util.IntUni
 
setSourceNode(Object) - Method in class edu.stanford.nlp.fsm.TransducerGraph.Arc
 
setSpan(String) - Method in class edu.stanford.nlp.ling.AbstractMapLabel
 
setSpans() - Method in class edu.stanford.nlp.trees.Tree
 
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.
setStem(boolean) - Method in class edu.stanford.nlp.trees.TreePrint
Sets whether or not to stem the Trees using Morphology.
setTag(String) - Method in class edu.stanford.nlp.ling.AbstractMapLabel
Set the head tag for the label by storing it in the map under the key HEAD_TAG_KEY.
setTag(String) - Method in class edu.stanford.nlp.ling.CategoryWordTag
 
setTag(String) - Method in interface edu.stanford.nlp.ling.HasTag
Set the tag value for the label (if one is stored).
setTag(Label) - Method in class edu.stanford.nlp.ling.LabeledWord
 
setTag(String) - Method in class edu.stanford.nlp.ling.TaggedWord
 
setTag(String) - Method in class edu.stanford.nlp.ling.WordLemmaTag
 
setTag(String) - Method in class edu.stanford.nlp.ling.WordTag
 
setTargetNode(Object) - Method in class edu.stanford.nlp.fsm.TransducerGraph.Arc
 
setThird(T3) - Method in class edu.stanford.nlp.util.Triple
 
setTitle(String) - Method in class edu.stanford.nlp.ling.BasicDocument
Sets the title of this Document to the given title.
setTokenizerFactory(TokenizerFactory) - Method in class edu.stanford.nlp.ling.BasicDocument
Sets the tokenizerFactory to be used by BasicDocument.parse(String).
setTokenizerFactory(TokenizerFactory) - Method in class edu.stanford.nlp.ling.DocumentReader
Sets the tokenizer used to chop up text into words for the documents.
setTokenizerFactory(TokenizerFactory) - Method in class edu.stanford.nlp.process.DocumentPreprocessor
Sets the factory from which to produce a Tokenizer.
setTokenizerFactory(TokenizerFactory<? extends HasWord>) - Method in class edu.stanford.nlp.trees.international.arabic.ArabicTreebankLanguagePack
 
setTokenizerFactory(TokenizerFactory) - Static method in class edu.stanford.nlp.trees.international.pennchinese.ChineseTreebankLanguagePack
 
setToLogDeterministic(float[], int) - Static method in class edu.stanford.nlp.math.ArrayMath
 
setToLogDeterministic(double[], int) - Static method in class edu.stanford.nlp.math.ArrayMath
 
setTree(Tree) - Method in class edu.stanford.nlp.parser.ui.TreeJPanel
 
setTreeGraph(TreeGraph) - Method in class edu.stanford.nlp.trees.TreeGraphNode
Set pointer to the TreeGraph of which this node is a part.
setValue(String) - Method in class edu.stanford.nlp.ling.AbstractMapLabel
Set the value for the label.
setValue(String) - Method in class edu.stanford.nlp.ling.FeatureLabel
 
setValue(String) - Method in interface edu.stanford.nlp.ling.Label
Set the value for the label (if one is stored).
setValue(String) - Method in class edu.stanford.nlp.ling.StringLabel
Set the value for the label.
setValue(String) - Method in class edu.stanford.nlp.ling.ValueLabel
Set the value for the label (if one is stored).
setValue(String) - Method in class edu.stanford.nlp.ling.WordLemmaTag
Set the value for the Label.
setValue(String) - Method in class edu.stanford.nlp.ling.WordTag
Set the value for the label (if one is stored).
setValue(String) - Method in class edu.stanford.nlp.trees.Constituent
Set the value for the label (if one is stored).
setValue(String) - Method in class edu.stanford.nlp.trees.Tree
 
setWord(String) - Method in class edu.stanford.nlp.ling.AbstractMapLabel
Set the word for the label.
setWord(String) - Method in class edu.stanford.nlp.ling.CategoryWordTag
 
setWord(String) - Method in class edu.stanford.nlp.ling.FeatureLabel
convenience method for setting word *
setWord(String) - Method in interface edu.stanford.nlp.ling.HasWord
Set the word value for the label (if one is stored).
setWord(String) - Method in class edu.stanford.nlp.ling.Word
 
setWord(String) - Method in class edu.stanford.nlp.ling.WordLemmaTag
 
setWord(String) - Method in class edu.stanford.nlp.ling.WordTag
 
setWords(Collection<T>) - Method in class edu.stanford.nlp.ling.Sentence
Set the Sentence to this Collection of words.
shape() - Method in class edu.stanford.nlp.ling.AbstractMapLabel
Return the shape attribute of the word, which is stored in the map under the key SHAPE_KEY.
SHAPE_KEY - Static variable in class edu.stanford.nlp.ling.AbstractMapLabel
The standard key for the "shape" of a word: a String representing the type of characters in a word, such as "Xx" for a capitalized word.
shiftLeft() - Method in class edu.stanford.nlp.util.IntTuple
 
shortValue() - Method in class edu.stanford.nlp.util.MutableDouble
 
shortValue() - Method in class edu.stanford.nlp.util.MutableInteger
 
shuffle(int[]) - Static method in class edu.stanford.nlp.math.ArrayMath
 
shuffle(int[], Random) - Static method in class edu.stanford.nlp.math.ArrayMath
 
siblings(Tree) - Method in class edu.stanford.nlp.trees.Tree
Returns the siblings of this Tree node.
sideCounters(String, List, List, Map) - Method in class edu.stanford.nlp.parser.lexparser.SisterAnnotationStats
 
sigLevelByApproxRand(double[], double[]) - Static method in class edu.stanford.nlp.math.ArrayMath
Computes the significance level by approximate randomization, using a default value of 1000 iterations.
sigLevelByApproxRand(double[], double[], int) - Static method in class edu.stanford.nlp.math.ArrayMath
Takes a pair of arrays, A and B, which represent corresponding outcomes of a pair of random variables: say, results for two different classifiers on a sequence of inputs.
sigLevelByApproxRand(int[], int[]) - Static method in class edu.stanford.nlp.math.ArrayMath
 
sigLevelByApproxRand(int[], int[], int) - Static method in class edu.stanford.nlp.math.ArrayMath
 
sigLevelByApproxRand(boolean[], boolean[]) - Static method in class edu.stanford.nlp.math.ArrayMath
 
sigLevelByApproxRand(boolean[], boolean[], int) - Static method in class edu.stanford.nlp.math.ArrayMath
 
sigmoid(double) - Static method in class edu.stanford.nlp.math.SloppyMath
Compute the sigmoid function with mean zero.
SILENCE - Static variable in class edu.stanford.nlp.parser.lexparser.LatticeReader
 
SimpleCharStream - Class in edu.stanford.nlp.trees.tregex
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(Reader, int, int, int) - Constructor for class edu.stanford.nlp.trees.tregex.SimpleCharStream
 
SimpleCharStream(Reader, int, int) - Constructor for class edu.stanford.nlp.trees.tregex.SimpleCharStream
 
SimpleCharStream(Reader) - Constructor for class edu.stanford.nlp.trees.tregex.SimpleCharStream
 
SimpleCharStream(InputStream, int, int, int) - Constructor for class edu.stanford.nlp.trees.tregex.SimpleCharStream
 
SimpleCharStream(InputStream, int, int) - Constructor for class edu.stanford.nlp.trees.tregex.SimpleCharStream
 
SimpleCharStream(InputStream) - Constructor for class edu.stanford.nlp.trees.tregex.SimpleCharStream
 
SimpleCharStream - Class in edu.stanford.nlp.trees.tregex.tsurgeon
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(Reader, int, int, int) - Constructor for class edu.stanford.nlp.trees.tregex.tsurgeon.SimpleCharStream
 
SimpleCharStream(Reader, int, int) - Constructor for class edu.stanford.nlp.trees.tregex.tsurgeon.SimpleCharStream
 
SimpleCharStream(Reader) - Constructor for class edu.stanford.nlp.trees.tregex.tsurgeon.SimpleCharStream
 
SimpleCharStream(InputStream, int, int, int) - Constructor for class edu.stanford.nlp.trees.tregex.tsurgeon.SimpleCharStream
 
SimpleCharStream(InputStream, int, int) - Constructor for class edu.stanford.nlp.trees.tregex.tsurgeon.SimpleCharStream
 
SimpleCharStream(InputStream) - Constructor for class edu.stanford.nlp.trees.tregex.tsurgeon.SimpleCharStream
 
SimpleConstituent - Class in edu.stanford.nlp.trees
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 in edu.stanford.nlp.trees
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
 
SimpleTree - Class in edu.stanford.nlp.trees
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 in edu.stanford.nlp.trees
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 in edu.stanford.nlp.trees
This class implements a simple default TreeReaderFactory.
SimpleTreeReaderFactory() - Constructor for class edu.stanford.nlp.trees.SimpleTreeReaderFactory
 
sisterAnnotate - Static variable in class edu.stanford.nlp.parser.lexparser.Train
Selective Sister annotation.
SisterAnnotationStats - Class in edu.stanford.nlp.parser.lexparser
See what sister annotation helps in treebank, based on support and KL divergence.
SisterAnnotationStats() - Constructor for class edu.stanford.nlp.parser.lexparser.SisterAnnotationStats
 
sisterCounters(Tree, Tree) - Method in class edu.stanford.nlp.parser.lexparser.SisterAnnotationStats
 
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.ArabicTreebankParserParams
 
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 - Static variable in class edu.stanford.nlp.parser.lexparser.Train
 
sisterSplitters() - Method in interface edu.stanford.nlp.parser.lexparser.TreebankLangParserParams
Returns the splitting strings used for selective splits.
sisterSplitters() - Method in class edu.stanford.nlp.parser.lexparser.TueBaDZParserParams
 
size() - Method in class edu.stanford.nlp.stats.Counter
Returns the number of keys stored in the counter.
size() - Method in interface edu.stanford.nlp.stats.GenericCounter
Returns the number of entries in this counter.
size() - Method in class edu.stanford.nlp.stats.IntCounter
 
size() - Method in class edu.stanford.nlp.stats.TwoDimensionalCounter
 
size() - Method in class edu.stanford.nlp.trees.Constituent
Return the length of a Constituent
size() - Method in class edu.stanford.nlp.trees.international.pennchinese.ChineseEnglishWordMap
 
size() - Method in class edu.stanford.nlp.trees.MemoryTreebank
Returns the size of the Treebank.
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.FixedPrioritiesPriorityQueue
Number of elements in the queue.
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.IdentityHashSet
Returns the number of elements in this set (its cardinality).
size() - Method in class edu.stanford.nlp.util.Index
Returns the number of indexed objects.
size() - Method in class edu.stanford.nlp.util.Interner
 
skewDivergence(GenericCounter<E>, GenericCounter<E>, double) - Static method in class edu.stanford.nlp.stats.Counters
Calculates the skew divergence between the two counters.
SloppyMath - Class in edu.stanford.nlp.math
The class SloppyMath contains methods for performing basic numeric operations.
SloppyMath() - Constructor for class edu.stanford.nlp.math.SloppyMath
 
slurpFile(File) - Static method in class edu.stanford.nlp.util.StringUtils
Returns all the text in the given File.
slurpFile(String, String) - Static method in class edu.stanford.nlp.util.StringUtils
Returns all the text in the given file with the given encoding.
slurpFile(String) - Static method in class edu.stanford.nlp.util.StringUtils
Returns all the text in the given file
slurpFileNoExceptions(String, String) - Static method in class edu.stanford.nlp.util.StringUtils
Returns all the text in the given file with the given encoding.
slurpFileNoExceptions(File) - Static method in class edu.stanford.nlp.util.StringUtils
Returns all the text in the given File.
slurpFileNoExceptions(String) - Static method in class edu.stanford.nlp.util.StringUtils
Returns all the text in the given File.
slurpGBFile(String) - Static method in class edu.stanford.nlp.util.StringUtils
 
slurpGBFileNoExceptions(String) - Static method in class edu.stanford.nlp.util.StringUtils
 
slurpGBURL(URL) - Static method in class edu.stanford.nlp.util.StringUtils
Returns all the text at the given URL.
slurpGBURLNoExceptions(URL) - Static method in class edu.stanford.nlp.util.StringUtils
Returns all the text at the given URL.
slurpGZippedFile(String) - Static method in class edu.stanford.nlp.util.StringUtils
Returns all the text in the given File.
slurpGZippedFile(File) - Static method in class edu.stanford.nlp.util.StringUtils
Returns all the text in the given File.
slurpReader(Reader) - Static method in class edu.stanford.nlp.util.StringUtils
Returns all the text from the given Reader.
slurpURL(URL, String) - Static method in class edu.stanford.nlp.util.StringUtils
Returns all the text at the given URL.
slurpURL(URL) - Static method in class edu.stanford.nlp.util.StringUtils
Returns all the text at the given URL.
slurpURL(String) - Static method in class edu.stanford.nlp.util.StringUtils
Returns all the text at the given URL.
slurpURLNoExceptions(URL, String) - Static method in class edu.stanford.nlp.util.StringUtils
Returns all the text at the given URL.
slurpURLNoExceptions(URL) - Static method in class edu.stanford.nlp.util.StringUtils
Returns all the text at the given URL.
slurpURLNoExceptions(String) - 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.BaseLexicon
Have tags changeable based on statistics on word types having various taggings.
smartMutation - Variable in class edu.stanford.nlp.parser.lexparser.Options.LexOptions
Smarter smoothing for rare words.
smooth_aPTW_aPT - Variable in class edu.stanford.nlp.parser.lexparser.MLEDependencyGrammar
 
smooth_aT_hTd - Variable in class edu.stanford.nlp.parser.lexparser.MLEDependencyGrammar
 
smooth_aT_hTWd - Variable in class edu.stanford.nlp.parser.lexparser.MLEDependencyGrammar
Bayesian m-estimate prior for aT given hTWd against base distribution of aT given hTd.
smooth_aTW_aT - Variable in class edu.stanford.nlp.parser.lexparser.MLEDependencyGrammar
 
smooth_aTW_hTd - Variable in class edu.stanford.nlp.parser.lexparser.MLEDependencyGrammar
 
smooth_aTW_hTWd - Variable in class edu.stanford.nlp.parser.lexparser.MLEDependencyGrammar
Bayesian m-estimate prior for aTW given hTWd against base distribution of aTW given hTd.
smooth_stop - Variable in class edu.stanford.nlp.parser.lexparser.MLEDependencyGrammar
 
smoothedBound - Static variable in class edu.stanford.nlp.parser.lexparser.Train
 
smoothing - Static variable in class edu.stanford.nlp.parser.lexparser.Train
CHANGE ANYTHING BELOW HERE AT YOUR OWN RISK
smoothInUnknownsThreshold - Variable in class edu.stanford.nlp.parser.lexparser.BaseLexicon
If a word has been seen more than this many times, then relative frequencies of tags are used for POS assignment; if not, they are smoothed with tag priors.
smoothInUnknownsThreshold - Variable in class edu.stanford.nlp.parser.lexparser.Options.LexOptions
Words more common than this are tagged with MLE P(t|w).
sortIntoBlocks(Collection) - Method in class edu.stanford.nlp.fsm.FastExactAutomatonMinimizer
 
sourceNode - Variable in class edu.stanford.nlp.fsm.TransducerGraph.Arc
 
span() - Method in class edu.stanford.nlp.ling.AbstractMapLabel
The span of this node as begin and end positions if it exists
SPAN_KEY - Static variable in class edu.stanford.nlp.ling.AbstractMapLabel
The standard key for span which is a String
specialConstructor - Variable in exception edu.stanford.nlp.trees.tregex.ParseException
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).
specialConstructor - Variable in exception edu.stanford.nlp.trees.tregex.tsurgeon.ParseException
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).
specialToken - Variable in class edu.stanford.nlp.trees.tregex.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
specialToken - Variable in class edu.stanford.nlp.trees.tregex.tsurgeon.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
spillGuts - Static variable in class edu.stanford.nlp.parser.lexparser.ExhaustivePCFGParser
 
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 (and maybe DO/HELP).
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
Provide annotation of conjunctions.
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 into subcategories.
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
splitNNP - Static variable in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams.EnglishTrain
Mark NNP words as to position in phrase (single, left, right, inside) or subcategorizes NNP(S) as initials or initial/final in NP.
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.
splitNPpercent - Static variable in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams.EnglishTrain
Mark phrases that are headed by %.
splitNPPRP - Static variable in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams.EnglishTrain
 
splitNPTMP - Static variable in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
Whether to retain the -TMP functional tag on various phrasal categories.
splitNumNP - Static variable in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams.EnglishTrain
Mark "numeric NPs".
splitOnCharWithQuoting(String, char, char, char) - Static method in class edu.stanford.nlp.util.StringUtils
This function splits the String s into multiple Strings using the splitChar.
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).
splitPPJJ - Static variable in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams.EnglishTrain
A special test for "such" mainly ("such as Fred").
splitPPTMP - Static variable in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
 
splitPrePreT - Static variable in class edu.stanford.nlp.parser.lexparser.Train
Mark all pre-preterminals (also does splitBaseNP: don't need both)
splitQuotes - Static variable in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams.EnglishTrain
Mark quote marks for single vs.
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
Populates the "splitRules" accessor lists using the existing rule lists.
splitRulesWithLC(int) - Method in class edu.stanford.nlp.parser.lexparser.BinaryGrammar
 
splitRulesWithRC(int) - Method in class edu.stanford.nlp.parser.lexparser.BinaryGrammar
 
splitSbar - Static variable in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams.EnglishTrain
Split SBAR nodes.
splitSFP - Static variable in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams.EnglishTrain
Separate out sentence final punct.
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/SINV/SQ nodes according to verbal tag.
splitters - Static variable in class edu.stanford.nlp.parser.lexparser.Train
Set the splitter strings.
splitTMP - Static variable in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams.EnglishTrain
Retain NP-TMP (or maybe PP-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.
splitVPNPAgr - Static variable in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams.EnglishTrain
Put enough marking on VP and NP to permit "agreement"
splitXPTMP - Static variable in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
 
st - Variable in class edu.stanford.nlp.process.TokenizerAdapter
 
standardErrorOfMean(double[]) - Static method in class edu.stanford.nlp.math.ArrayMath
 
start - Variable in class edu.stanford.nlp.parser.lexparser.Test.Constraint
 
start() - Method in class edu.stanford.nlp.trees.Constituent
access start node.
start() - Method in class edu.stanford.nlp.trees.SimpleConstituent
access start node.
start() - Method in class edu.stanford.nlp.util.Timing
Start timer.
startDoing(String) - Static method in class edu.stanford.nlp.util.Timing
Print the start of timing message to stderr and start the timer.
startNode - Variable in class edu.stanford.nlp.parser.lexparser.LatticeReader.LatticeWord
 
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.international.arabic.ArabicTreebankLanguagePack
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.
startSymbols() - Method in class edu.stanford.nlp.trees.international.pennchinese.ChineseTreebankLanguagePack
Returns a String array of treebank start symbols.
startSymbols() - Method in class edu.stanford.nlp.trees.international.tuebadz.TueBaDZLanguagePack
 
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.
startTime() - Static method in class edu.stanford.nlp.util.Timing
Start (static) timer.
state - Variable in class edu.stanford.nlp.parser.lexparser.Test.Constraint
 
stateNumberer - Variable in class edu.stanford.nlp.parser.lexparser.BiLexPCFGParser
 
stateNumberer - Variable in class edu.stanford.nlp.parser.lexparser.BinaryGrammarExtractor
 
stateNumberer - Variable in class edu.stanford.nlp.parser.lexparser.ExhaustivePCFGParser
 
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.ExhaustivePCFGParser
 
stateSpace - Variable in class edu.stanford.nlp.parser.lexparser.GrammarCompactor
 
staticFlag - Static variable in class edu.stanford.nlp.trees.tregex.SimpleCharStream
 
staticFlag - Static variable in class edu.stanford.nlp.trees.tregex.tsurgeon.SimpleCharStream
 
stdev(double[]) - Static method in class edu.stanford.nlp.math.ArrayMath
 
stem(Word) - Method in class edu.stanford.nlp.process.Morphology
 
stem(WordTag) - Method in class edu.stanford.nlp.process.Morphology
 
stem(String, String) - Method in class edu.stanford.nlp.process.Morphology
 
stem(String, String, Morpha, boolean) - Static method in class edu.stanford.nlp.process.Morphology
Lemmatize the word, being sensitive to the tag, using the passed in lexer.
STEM_KEY - Static variable in class edu.stanford.nlp.ling.AbstractMapLabel
 
stemStatic(String, String) - Static method in class edu.stanford.nlp.process.Morphology
Return a new WordTag which has the lemma as the value of word().
stemStatic(String, String, boolean) - Static method in class edu.stanford.nlp.process.Morphology
 
stemStatic(WordTag) - Static method in class edu.stanford.nlp.process.Morphology
Return a new WordTag which has the lemma as the value of word().
STOP - Static variable in class edu.stanford.nlp.parser.lexparser.IntTaggedWord
 
stop() - Method in class edu.stanford.nlp.util.Timing
Stop timer.
stop(String, PrintStream) - Method in class edu.stanford.nlp.util.Timing
Print elapsed time and stop timer.
stop(String) - Method in class edu.stanford.nlp.util.Timing
Print elapsed time to System.err and stop timer.
stop(String, PrintWriter) - Method in class edu.stanford.nlp.util.Timing
Print elapsed time and stop timer.
STOP_TAG_INT - Static variable in class edu.stanford.nlp.parser.lexparser.IntTaggedWord
 
STOP_WORD_INT - Static variable in class edu.stanford.nlp.parser.lexparser.IntTaggedWord
 
stopCounter - Variable in class edu.stanford.nlp.parser.lexparser.MLEDependencyGrammar
 
stopTW - Static variable in class edu.stanford.nlp.parser.lexparser.AbstractDependencyGrammar
 
str - Variable in class edu.stanford.nlp.parser.lexparser.AbstractEval
 
stringIntern(Pair<String, String>) - Static method in class edu.stanford.nlp.util.Pair
If first and second are Strings, then this returns an InternedPair where the Strings have been interned, and if this Pair is serialized and then deserialized, first and second are interned upon deserialization.
StringLabel - Class in edu.stanford.nlp.ling
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.ling.StringLabel
Create a new StringLabel with a null content (i.e., str).
StringLabel(String) - Constructor for class edu.stanford.nlp.ling.StringLabel
Create a new StringLabel with the given content.
StringLabel(Label) - Constructor for class edu.stanford.nlp.ling.StringLabel
Create a new StringLabel with the value() of another label as its label.
StringLabeledScoredTreeReaderFactory - Class in edu.stanford.nlp.trees
This class implements a TreeReaderFactory that produces labeled, scored array-based Trees, which have been cleaned up to delete empties, etc.
StringLabeledScoredTreeReaderFactory() - Constructor for class edu.stanford.nlp.trees.StringLabeledScoredTreeReaderFactory
 
StringLabelFactory - Class in edu.stanford.nlp.ling
A StringLabelFactory object makes a simple StringLabel out of a String.
StringLabelFactory() - Constructor for class edu.stanford.nlp.ling.StringLabelFactory
 
stringSubs - Variable in class edu.stanford.nlp.process.PTBEscapingProcessor
 
stringToProperties(String) - Static method in class edu.stanford.nlp.util.StringUtils
This method converts a comma-separated String (with whitespace optionally allowed after the comma) representing properties to a Properties object.
stringToProperties(String, Properties) - Static method in class edu.stanford.nlp.util.StringUtils
This method updates a Properties object based on a comma-separated String (with whitespace optionally allowed after the comma) representing properties to a Properties object.
StringUtils - Class in edu.stanford.nlp.util
StringUtils is a class for random String things, including output formatting and command line argument parsing.
stripEmptyNode(Tree) - Method in class edu.stanford.nlp.trees.DependencyTreeTransformer
 
stripLeaves(Tree) - Method in class edu.stanford.nlp.parser.lexparser.LabeledConstituentEval
 
stripNonAlphaNumerics(String) - Static method in class edu.stanford.nlp.util.StringUtils
 
stripSGML(String) - Static method in class edu.stanford.nlp.util.StringUtils
 
stripTag(Tree, Tree) - Method in class edu.stanford.nlp.trees.DependencyTreeTransformer
 
stripTags(Reader, List<Integer>, boolean) - Static method in class edu.stanford.nlp.util.XMLUtils
 
StripTagsProcessor - Class in edu.stanford.nlp.process
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.
subArray(int[], int, int) - Static method in class edu.stanford.nlp.math.ArrayMath
 
subcategoryStripper() - Method in class edu.stanford.nlp.parser.lexparser.AbstractTreebankParserParams
Returns a TreeTransformer appropriate to the Treebank which can be used to remove functional tags (such as "-TMP") from categories.
subcategoryStripper() - Method in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams
Returns a TreeTransformer appropriate to the Treebank which can be used to remove functional tags (such as "-TMP") from categories.
subcategoryStripper() - Method in interface edu.stanford.nlp.parser.lexparser.TreebankLangParserParams
Returns a TreeTransformer appropriate to the Treebank which can be used to remove functional tags (such as "-TMP") from categories.
SUBJECT - Static variable in class edu.stanford.nlp.trees.EnglishGrammaticalRelations
The "subject" grammatical relation.
SUBJECT - Static variable in class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalRelations
The "subject" grammatical relation.
subList(int, int) - Method in class edu.stanford.nlp.trees.MemoryTreebank
 
subState - Variable in class edu.stanford.nlp.parser.lexparser.Hook
 
subtractAll(GenericCounter<E>) - Method in class edu.stanford.nlp.stats.Counter
Subtracts the counts in the given Counter to the counts in this Counter.
subtractAll(GenericCounter<E>, boolean) - Method in class edu.stanford.nlp.stats.Counter
Subtracts the counts in the given Counter from the counts in this Counter.
subtractAll(IntCounter<E>) - Method in class edu.stanford.nlp.stats.IntCounter
Subtracts the counts in the given Counter from the counts in this Counter.
subtractAll(K1, Counter<K2>) - Method in class edu.stanford.nlp.stats.TwoDimensionalCounter
 
subtractAll(TwoDimensionalCounter<K1, K2>, boolean) - Method in class edu.stanford.nlp.stats.TwoDimensionalCounter
 
subtractMultiple(GenericCounter<E>, double) - Method in class edu.stanford.nlp.stats.Counter
Subtracts the counts in the given Counter to the counts in this Counter.
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<Tree>) - 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.
sum(double[]) - Static method in class edu.stanford.nlp.math.ArrayMath
Returns the sum of an array of numbers.
sum(double[], int, int) - Static method in class edu.stanford.nlp.math.ArrayMath
Returns the sum of the portion of an array of numbers between fromIndex, inclusive, and toIndex, exclusive.
sum(int[]) - Static method in class edu.stanford.nlp.math.ArrayMath
 
sum(float[]) - Static method in class edu.stanford.nlp.math.ArrayMath
 
sum(int[][]) - Static method in class edu.stanford.nlp.math.ArrayMath
 
sumSquaredError(double[]) - Static method in class edu.stanford.nlp.math.ArrayMath
 
SunJurafskyChineseHeadFinder - Class in edu.stanford.nlp.trees.international.pennchinese
A headfinder for Chinese based on rules described in Sun/Jurafsky NAACL '04.
SunJurafskyChineseHeadFinder() - Constructor for class edu.stanford.nlp.trees.international.pennchinese.SunJurafskyChineseHeadFinder
 
SunJurafskyChineseHeadFinder(TreebankLanguagePack) - Constructor for class edu.stanford.nlp.trees.international.pennchinese.SunJurafskyChineseHeadFinder
 
sunJurafskyHeadFinder - Variable in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
 
superPaint(Graphics) - Method in class edu.stanford.nlp.parser.ui.TreeJPanel
 
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.
supportedFonts(int) - Static method in class edu.stanford.nlp.swing.FontDetector
Returns which Fonts on the system can display the sample string.
suppressEscaping - Variable in class edu.stanford.nlp.process.PTBTokenizer.PTBTokenizerFactory
 
suppressTerminalDetails - Static variable in class edu.stanford.nlp.ling.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<E>, boolean) - Static method in class edu.stanford.nlp.util.Filters
Filter that's either negated or normal as specified.
SwitchTo(int) - Static method in class edu.stanford.nlp.trees.tregex.TregexParserTokenManager
 
SwitchTo(int) - Static method in class edu.stanford.nlp.trees.tregex.tsurgeon.TsurgeonParserTokenManager
 
syncSpi() - Method in class edu.stanford.nlp.util.DisabledPreferences
 
systemRoot() - Method in class edu.stanford.nlp.util.DisabledPreferencesFactory
 

T

tag() - Method in class edu.stanford.nlp.ling.AbstractMapLabel
Return the head tag of the label (or null if none), which is stored in the map under the key TAG_KEY.
tag - Variable in class edu.stanford.nlp.ling.CategoryWordTag
 
tag() - Method in class edu.stanford.nlp.ling.CategoryWordTag
 
tag() - Method in class edu.stanford.nlp.ling.FeatureLabel
 
tag() - Method in interface edu.stanford.nlp.ling.HasTag
Return the tag value of the label (or null if none).
tag() - Method in class edu.stanford.nlp.ling.LabeledWord
 
tag() - Method in class edu.stanford.nlp.ling.TaggedWord
 
tag() - Method in class edu.stanford.nlp.ling.WordLemmaTag
 
tag() - Method in class edu.stanford.nlp.ling.WordTag
 
tag - Variable in class edu.stanford.nlp.parser.lexparser.IntTaggedWord
 
tag() - Method in class edu.stanford.nlp.parser.lexparser.IntTaggedWord
 
TAG_KEY - Static variable in class edu.stanford.nlp.ling.AbstractMapLabel
The standard key for storing a tag in the map.
TAG_LABEL - Static variable in class edu.stanford.nlp.ling.TaggedWordFactory
 
TAG_LABEL - Static variable in class edu.stanford.nlp.ling.WordLemmaTagFactory
 
tagBin - Variable in class edu.stanford.nlp.parser.lexparser.AbstractDependencyGrammar
 
tagBin(int) - Method in class edu.stanford.nlp.parser.lexparser.AbstractDependencyGrammar
 
tagBin(int) - Method in interface edu.stanford.nlp.parser.lexparser.DependencyGrammar
Converts a tag (coded as an integer via a Numberer) from its representation in the full tag space to the reduced (projected) tag space used in the DependencyGrammar.
taggedDependencies() - Method in class edu.stanford.nlp.trees.Tree
Return a Set of TaggedWord-TaggedWord dependencies, represented as Dependency objects, for the Tree.
taggedDependencies(Filter<Dependency>) - Method in class edu.stanford.nlp.trees.Tree
Return a set of TaggedWord-TaggedWord dependencies, represented as Dependency objects, for the Tree.
taggedDependencies(HeadFinder) - Method in class edu.stanford.nlp.trees.Tree
Return a set of TaggedWord-TaggedWord dependencies, represented as Dependency objects for the Tree.
taggedDependencies(Filter<Dependency>, HeadFinder) - Method in class edu.stanford.nlp.trees.Tree
Return a set of TaggedWord-TaggedWord dependencies, represented as Dependency objects, for the Tree.
TaggedWord - Class in edu.stanford.nlp.ling
A TaggedWord object contains a word and its tag.
TaggedWord() - Constructor for class edu.stanford.nlp.ling.TaggedWord
Create a new TaggedWord.
TaggedWord(String) - Constructor for class edu.stanford.nlp.ling.TaggedWord
Create a new TaggedWord.
TaggedWord(String, String) - Constructor for class edu.stanford.nlp.ling.TaggedWord
Create a new TaggedWord.
TaggedWord(Label) - Constructor for class edu.stanford.nlp.ling.TaggedWord
Create a new TaggedWord.
TaggedWord(Label, Label) - Constructor for class edu.stanford.nlp.ling.TaggedWord
Create a new TaggedWord.
TaggedWordFactory - Class in edu.stanford.nlp.ling
A TaggedWordFactory acts as a factory for creating objects of class TaggedWord.
TaggedWordFactory() - Constructor for class edu.stanford.nlp.ling.TaggedWordFactory
Create a new TaggedWordFactory.
TaggedWordFactory(char) - Constructor for class edu.stanford.nlp.ling.TaggedWordFactory
Create a new TaggedWordFactory.
taggedWordList - Variable in class edu.stanford.nlp.parser.lexparser.BiLexPCFGParser
 
taggedYield() - Method in class edu.stanford.nlp.trees.Tree
Gets the tagged yield of the tree.
taggedYield(X) - 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.
tagITWList - Variable in class edu.stanford.nlp.parser.lexparser.MLEDependencyGrammar
The indices of this list are in the tag binned space.
tagNumberer() - Static method in class edu.stanford.nlp.parser.lexparser.AbstractDependencyGrammar
 
tagNumberer - Variable in class edu.stanford.nlp.parser.lexparser.BiLexPCFGParser
 
tagNumberer - Variable in class edu.stanford.nlp.parser.lexparser.ExhaustivePCFGParser
 
tagNumberer - Variable in class edu.stanford.nlp.parser.lexparser.MLEDependencyGrammarExtractor
 
tagPA - Static variable in class edu.stanford.nlp.parser.lexparser.Train
Parent annotation on tags.
tagProjection - Variable in class edu.stanford.nlp.parser.lexparser.AbstractDependencyGrammar
 
TagProjection - Interface in edu.stanford.nlp.parser.lexparser
An interface for projecting POS tags onto a reduced set for the dependency grammar.
tagRBGPA - Static variable in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams.EnglishTrain
Grand parent annotate RB to try to distinguish sentential ones and ones in places like NP post modifier (things like 'very' are already distinguished as their parent is ADJP).
tags - Variable in class edu.stanford.nlp.parser.lexparser.BaseLexicon
Set of all tags as IntTaggedWord.
tags - Variable in class edu.stanford.nlp.parser.lexparser.ExhaustivePCFGParser
 
tagSelectivePostSplit - Static variable in class edu.stanford.nlp.parser.lexparser.Train
 
tagSelectivePostSplitCutOff - Static variable in class edu.stanford.nlp.parser.lexparser.Train
 
tagSelectiveSplit - Static variable in class edu.stanford.nlp.parser.lexparser.Train
Do parent annotation on tags selectively.
tagSelectiveSplitCutOff - Static variable in class edu.stanford.nlp.parser.lexparser.Train
 
tagSet - Variable in class edu.stanford.nlp.trees.international.arabic.ArabicHeadFinder
 
tagString() - Method in class edu.stanford.nlp.parser.lexparser.IntTaggedWord
 
tagType - Static variable in class edu.stanford.nlp.trees.WordCatConstituent
 
tagWordSize - Static variable in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
Annotate tags for number of characters contained.
tallyInternalNode(Tree) - Method in class edu.stanford.nlp.parser.lexparser.AbstractTreeExtractor
 
tallyInternalNode(Tree) - Method in class edu.stanford.nlp.parser.lexparser.BinaryGrammarExtractor
 
tallyLeaf(Tree) - Method in class edu.stanford.nlp.parser.lexparser.AbstractTreeExtractor
 
tallyLocalTree(Tree) - Method in class edu.stanford.nlp.parser.lexparser.AbstractTreeExtractor
 
tallyPreTerminal(Tree) - Method in class edu.stanford.nlp.parser.lexparser.AbstractTreeExtractor
 
tallyRoot(Tree) - Method in class edu.stanford.nlp.parser.lexparser.AbstractTreeExtractor
 
tallyRoot(Tree) - Method in class edu.stanford.nlp.parser.lexparser.MLEDependencyGrammarExtractor
 
tallyRule(Rule, double) - Method in class edu.stanford.nlp.parser.lexparser.BinaryGrammarExtractor
 
tallyTree(Tree) - Method in class edu.stanford.nlp.parser.lexparser.AbstractTreeExtractor
 
tallyTreeIterator(Iterator<Tree>, Function<Tree, Tree>) - Method in class edu.stanford.nlp.parser.lexparser.AbstractTreeExtractor
 
tallyTrees(Collection<Tree>) - Method in class edu.stanford.nlp.parser.lexparser.AbstractTreeExtractor
 
targetNode - Variable in class edu.stanford.nlp.fsm.TransducerGraph.Arc
 
tempEdge - Variable in class edu.stanford.nlp.parser.lexparser.BiLexPCFGParser
 
tempHook - Variable in class edu.stanford.nlp.parser.lexparser.BiLexPCFGParser
 
TEMPORAL_9 - Static variable in class edu.stanford.nlp.trees.NPTmpRetainingTreeNormalizer
 
TEMPORAL_ACL03PCFG - Static variable in class edu.stanford.nlp.trees.NPTmpRetainingTreeNormalizer
 
TEMPORAL_ALL_NP - Static variable in class edu.stanford.nlp.trees.NPTmpRetainingTreeNormalizer
 
TEMPORAL_ALL_NP_AND_PP - Static variable in class edu.stanford.nlp.trees.NPTmpRetainingTreeNormalizer
 
TEMPORAL_ALL_NP_EVEN_UNDER_PP - Static variable in class edu.stanford.nlp.trees.NPTmpRetainingTreeNormalizer
 
TEMPORAL_ALL_NP_PP_ADVP - Static variable in class edu.stanford.nlp.trees.NPTmpRetainingTreeNormalizer
 
TEMPORAL_ALL_TERMINALS - Static variable in class edu.stanford.nlp.trees.NPTmpRetainingTreeNormalizer
 
TEMPORAL_ANY_TMP_PERCOLATED - Static variable in class edu.stanford.nlp.trees.NPTmpRetainingTreeNormalizer
 
TEMPORAL_MODIFIER - Static variable in class edu.stanford.nlp.trees.EnglishGrammaticalRelations
The "temporal modifier" grammatical relation.
TEMPORAL_MODIFIER - Static variable in class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalRelations
The "temporal modifier" grammatical relation.
TEMPORAL_NONE - Static variable in class edu.stanford.nlp.trees.NPTmpRetainingTreeNormalizer
 
TEMPORAL_NP_AND_PP_WITH_NP_HEAD - Static variable in class edu.stanford.nlp.trees.NPTmpRetainingTreeNormalizer
 
Test - Class in edu.stanford.nlp.parser.lexparser
Options to the parser which affect performance only at testing (parsing) time.
Test() - Constructor for class edu.stanford.nlp.parser.lexparser.Test
 
Test.Constraint - Class in edu.stanford.nlp.parser.lexparser
 
Test.Constraint() - Constructor for class edu.stanford.nlp.parser.lexparser.Test.Constraint
 
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
Test the parser on a treebank.
text - Variable in class edu.stanford.nlp.util.XMLUtils.XMLTag
 
textBuffer - Variable in class edu.stanford.nlp.web.HTMLParser
 
textualSummary() - Method in class edu.stanford.nlp.trees.Treebank
Return various statistics about the treebank (number of sentences, words, tag set, etc.).
textualSummary(TreebankLanguagePack) - Method in class edu.stanford.nlp.trees.Treebank
Return various statistics about the treebank (number of sentences, words, tag set, etc.).
tf - Variable in class edu.stanford.nlp.parser.lexparser.AbstractTreebankParserParams.SubcategoryStripper
 
tf - Variable in class edu.stanford.nlp.parser.lexparser.BiLexPCFGParser
 
tf - Variable in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams.EnglishSubcategoryStripper
 
tf - Variable in class edu.stanford.nlp.parser.lexparser.ExhaustivePCFGParser
 
tf - Variable in class edu.stanford.nlp.trees.international.pennchinese.ChineseCollinizer
 
tg - Variable in class edu.stanford.nlp.trees.TreeGraphNode
The TreeGraph of which this node is part.
third - Variable in class edu.stanford.nlp.util.Triple
 
third() - Method in class edu.stanford.nlp.util.Triple
 
tick(String) - Static method in class edu.stanford.nlp.parser.lexparser.ExhaustivePCFGParser
 
tick() - Static method in class edu.stanford.nlp.util.Timing
Restart (static) timer.
tick(String, PrintStream) - Static method in class edu.stanford.nlp.util.Timing
Print elapsed time and restart (static) timer.
tick(String) - Static method in class edu.stanford.nlp.util.Timing
Print elapsed time to System.err and restart (static) timer.
TIME - Static variable in class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalRelations
The "temporal clause" grammatical relation.
TIME_POSTPOSITION - Static variable in class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalRelations
The "localizer object" grammatical relation.
TIMEM - Static variable in class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalRelations
The "temporal complement" grammatical relation.
Timing - Class in edu.stanford.nlp.util
A class for measuring how long things take.
Timing() - Constructor for class edu.stanford.nlp.util.Timing
Constructs new Timing object and starts the timer.
title - Variable in class edu.stanford.nlp.ling.BasicDocument
title of this document (never null).
title() - Method in class edu.stanford.nlp.ling.BasicDocument
Returns the title of this document.
title() - Method in interface edu.stanford.nlp.ling.Document
Returns title of document, or "" if the document has no title.
title - Variable in class edu.stanford.nlp.web.HTMLParser
 
title() - Method in class edu.stanford.nlp.web.HTMLParser
 
tlp - Variable in class edu.stanford.nlp.parser.lexparser.AbstractDependencyGrammar
 
tlp - Variable in class edu.stanford.nlp.parser.lexparser.AbstractTreebankParserParams
 
tlp - Variable in class edu.stanford.nlp.parser.lexparser.ExhaustivePCFGParser
 
tlp - Variable in class edu.stanford.nlp.trees.AbstractCollinsHeadFinder
 
tlp - Variable in class edu.stanford.nlp.trees.BobChrisTreeNormalizer
 
tlp - Variable in class edu.stanford.nlp.trees.DependencyTreeTransformer
 
tlp - Variable in class edu.stanford.nlp.trees.international.negra.NegraPennTreeNormalizer
 
tlp - Variable in class edu.stanford.nlp.trees.international.tuebadz.TueBaDZPennTreeNormalizer
 
tlpParams - Variable in class edu.stanford.nlp.parser.lexparser.MLEDependencyGrammarExtractor
 
tlpParams - Variable in class edu.stanford.nlp.parser.lexparser.Options
The treebank-specific parser parameters to use.
to2D(double[], int) - Static method in class edu.stanford.nlp.util.ArrayUtils
 
to2D(double[], int, int) - Static method in class edu.stanford.nlp.util.ArrayUtils
 
toAscii(String) - Static method in class edu.stanford.nlp.util.StringUtils
 
toBiggestValuesFirstString(Counter<E>) - Static method in class edu.stanford.nlp.stats.Counters
 
toBiggestValuesFirstString(Counter<E>, int) - Static method in class edu.stanford.nlp.stats.Counters
 
toBinaryString(byte[]) - Static method in class edu.stanford.nlp.math.ArrayMath
 
toCounter(double[], Index<T>) - Static method in class edu.stanford.nlp.stats.Counters
 
toCSVString(NumberFormat) - Method in class edu.stanford.nlp.stats.TwoDimensionalCounter
 
toCSVString(String[]) - Static method in class edu.stanford.nlp.util.StringUtils
 
toDebugStructureString(Tree) - Static method in class edu.stanford.nlp.trees.Trees
Return information about the objects in this Tree.
toDouble(int[]) - Static method in class edu.stanford.nlp.util.ArrayUtils
Casts to a double array.
toFlatTree(Sentence<?>) - Static method in class edu.stanford.nlp.trees.Trees
Turns a sentence into a flat phrasal tree.
toFlatTree(Sentence<?>, LabelFactory) - Static method in class edu.stanford.nlp.trees.Trees
Turns a sentence into a flat phrasal tree.
toInvocationString(String, String[]) - Static method in class edu.stanford.nlp.util.StringUtils
 
Token - Class in edu.stanford.nlp.trees.tregex
Describes the input token stream.
Token() - Constructor for class edu.stanford.nlp.trees.tregex.Token
 
Token - Class in edu.stanford.nlp.trees.tregex.tsurgeon
Describes the input token stream.
Token() - Constructor for class edu.stanford.nlp.trees.tregex.tsurgeon.Token
 
tokenImage - Variable in exception edu.stanford.nlp.trees.tregex.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - Static variable in interface edu.stanford.nlp.trees.tregex.TregexParserConstants
 
tokenImage - Variable in exception edu.stanford.nlp.trees.tregex.tsurgeon.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - Static variable in interface edu.stanford.nlp.trees.tregex.tsurgeon.TsurgeonParserConstants
 
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.
tokenizeCRs - Variable in class edu.stanford.nlp.process.PTBTokenizer.PTBTokenizerFactory
 
TOKENIZED_CHINESE - Static variable in class edu.stanford.nlp.parser.ui.ParserPanel
 
Tokenizer<T> - Interface in edu.stanford.nlp.process
Tokenizers break up text into individual Objects.
TokenizerAdapter - Class in edu.stanford.nlp.process
This class adapts between a java.io.StreamTokenizer and a edu.stanford.nlp.process.Tokenizer.
TokenizerAdapter(StreamTokenizer) - Constructor for class edu.stanford.nlp.process.TokenizerAdapter
Create a new TokenizerAdaptor.
tokenizerFactory - Variable in class edu.stanford.nlp.ling.BasicDocument
TokenizerFactory used to convert the text into words inside BasicDocument.parse(String).
tokenizerFactory() - Method in class edu.stanford.nlp.ling.BasicDocument
Returns the current TokenizerFactory used by BasicDocument.parse(String).
tokenizerFactory - Variable in class edu.stanford.nlp.ling.DocumentReader
Tokenizer used to chop up document text into words.
TokenizerFactory<T> - Interface in edu.stanford.nlp.objectbank
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.
tokenizerFactory(TreeFactory, TreeNormalizer, Tokenizer) - Static method in class edu.stanford.nlp.trees.PennTreeReader
 
TokenMgrError - Error in edu.stanford.nlp.trees.tregex
 
TokenMgrError() - Constructor for error edu.stanford.nlp.trees.tregex.TokenMgrError
 
TokenMgrError(String, int) - Constructor for error edu.stanford.nlp.trees.tregex.TokenMgrError
 
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error edu.stanford.nlp.trees.tregex.TokenMgrError
 
TokenMgrError - Error in edu.stanford.nlp.trees.tregex.tsurgeon
 
TokenMgrError() - Constructor for error edu.stanford.nlp.trees.tregex.tsurgeon.TokenMgrError
 
TokenMgrError(String, int) - Constructor for error edu.stanford.nlp.trees.tregex.tsurgeon.TokenMgrError
 
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error edu.stanford.nlp.trees.tregex.tsurgeon.TokenMgrError
 
toLexicalEntry() - Method in class edu.stanford.nlp.parser.lexparser.IntTaggedWord
 
toMatrix(List<K1>, List<K2>) - Method in class edu.stanford.nlp.stats.TwoDimensionalCounter
Given an ordering of the first (row) and second (column) keys, will produce a double matrix.
toMatrixString(int) - Method in class edu.stanford.nlp.stats.TwoDimensionalCounter
 
toOneLineString() - Method in class edu.stanford.nlp.trees.TreeGraphNode
Returns a String representation of this node and its subtree as a one-line parenthesized list.
toOriginalString(List<FeatureLabel>) - Static method in class edu.stanford.nlp.ling.FeatureLabel
Pieces a List of MapLabels back together using before, after and current.
TOP_SUBJECT - Static variable in class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalRelations
The "topic" grammatical relation.
topLevelKeySet() - Method in class edu.stanford.nlp.stats.GeneralizedCounter
Returns the set of elements that occur in the 0th position of a List key in the GeneralizedCounter.
toPrettyString() - Method in class edu.stanford.nlp.trees.GrammaticalRelation
Returns a String representation of this GrammaticalRelation and the hierarchy below it, with one node per line, indented according to level.
toPrettyString(int) - Method in class edu.stanford.nlp.trees.TreeGraphNode
Returns a String representation of this node and its subtree with one node per line, indented according to indentLevel.
toPriorityQueue(GenericCounter<E>) - Static method in class edu.stanford.nlp.stats.Counters
Returns a PriorityQueue of the c where the score of the object is its priority.
toSecondsString() - Method in class edu.stanford.nlp.util.Timing
 
toSecondsString(long) - Static method in class edu.stanford.nlp.util.Timing
 
toSentence(List<? extends FeatureLabel>) - Static method in class edu.stanford.nlp.ling.FeatureLabel
Pieces a List of MapLabels back together using word and setting a white space between each word
toSentence(List<String>, List<String>) - Static method in class edu.stanford.nlp.ling.Sentence
Create a Sentence as a list of TaggedWord from two lists of String, one for the words, and the second for the tags.
toSentence(String...) - Static method in class edu.stanford.nlp.ling.Sentence
Create a Sentence as a list of Word objects from an array of String objects.
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(GenericCounter<E>) - Static method in class edu.stanford.nlp.stats.Counters
A List of the keys in c, sorted from highest count to lowest.
toSortedList() - Method in class edu.stanford.nlp.util.BinaryHeapPriorityQueue
 
toSortedList() - Method in class edu.stanford.nlp.util.FixedPrioritiesPriorityQueue
 
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.io.NumberRangesFileFilter
 
toString() - Method in class edu.stanford.nlp.ling.CategoryWordTag
Returns a String representation of the label.
toString(String) - Method in class edu.stanford.nlp.ling.CategoryWordTag
Returns a String representation of the label.
toString() - Method in class edu.stanford.nlp.ling.FeatureLabel
 
toString(String) - Method in class edu.stanford.nlp.ling.FeatureLabel
 
toString() - Method in interface edu.stanford.nlp.ling.Label
Return a String representation of the label.
toString() - Method in class edu.stanford.nlp.ling.LabeledWord
 
toString() - Method in class edu.stanford.nlp.ling.MapLabel
Return a String containing the value (and index, if any) of this label.
toString(String) - Method in class edu.stanford.nlp.ling.MapLabel
Returns a formatted string representing this label.
toString() - Method in class edu.stanford.nlp.ling.Sentence
Returns the sentence as a string with a space between words.
toString(boolean) - Method in class edu.stanford.nlp.ling.Sentence
Returns the sentence as a string with a space between words.
toString() - Method in class edu.stanford.nlp.ling.StringLabel
 
toString() - Method in class edu.stanford.nlp.ling.TaggedWord
 
toString() - Method in class edu.stanford.nlp.ling.ValueLabel
Return a string representation of the label.
toString() - Method in class edu.stanford.nlp.ling.WordLemmaTag
Return a String representation of the Label.
toString() - Method in class edu.stanford.nlp.ling.WordTag
Return a String representation of the label.
toString(double[]) - Static method in class edu.stanford.nlp.math.ArrayMath
 
toString(double[], NumberFormat) - Static method in class edu.stanford.nlp.math.ArrayMath
 
toString(float[]) - Static method in class edu.stanford.nlp.math.ArrayMath
 
toString(float[], NumberFormat) - Static method in class edu.stanford.nlp.math.ArrayMath
 
toString(int[]) - Static method in class edu.stanford.nlp.math.ArrayMath
 
toString(int[], NumberFormat) - Static method in class edu.stanford.nlp.math.ArrayMath
 
toString(byte[]) - Static method in class edu.stanford.nlp.math.ArrayMath
 
toString(byte[], NumberFormat) - Static method in class edu.stanford.nlp.math.ArrayMath
 
toString(int[][]) - Static method in class edu.stanford.nlp.math.ArrayMath
 
toString(int[][], Object[], Object[], int, int, NumberFormat, boolean) - Static method in class edu.stanford.nlp.math.ArrayMath
 
toString(double[][]) - Static method in class edu.stanford.nlp.math.ArrayMath
 
toString(double[][], int, Object[], Object[], NumberFormat, boolean) - Static method in class edu.stanford.nlp.math.ArrayMath
 
toString(float[][]) - Static method in class edu.stanford.nlp.math.ArrayMath
 
toString(float[][], int, Object[], Object[], NumberFormat, boolean) - Static method in class edu.stanford.nlp.math.ArrayMath
 
toString() - Method in class edu.stanford.nlp.parser.lexparser.BinaryRule
 
toString() - Method in class edu.stanford.nlp.parser.lexparser.Edge
 
toString() - Method in class edu.stanford.nlp.parser.lexparser.Hook
 
toString() - Method in class edu.stanford.nlp.parser.lexparser.IntDependency
 
toString() - Method in class edu.stanford.nlp.parser.lexparser.IntTaggedWord
 
toString(String) - Method in class edu.stanford.nlp.parser.lexparser.IntTaggedWord
 
toString() - Method in class edu.stanford.nlp.parser.lexparser.LatticeReader.LatticeWord
 
toString() - Method in class edu.stanford.nlp.parser.lexparser.MLEDependencyGrammar
 
toString() - Method in class edu.stanford.nlp.parser.lexparser.Options.LexOptions
 
toString() - Method in class edu.stanford.nlp.parser.lexparser.UnaryGrammar
 
toString() - Method in class edu.stanford.nlp.parser.lexparser.UnaryRule
 
toString() - Method in class edu.stanford.nlp.process.Americanize
 
toString() - Method in class edu.stanford.nlp.stats.Counter
 
toString(int) - Method in class edu.stanford.nlp.stats.Counter
Returns a string representation which includes no more than the maxKeysToPrint elements with largest counts.
toString(NumberFormat, String, String, String, String) - Method in class edu.stanford.nlp.stats.Counter
Pretty print a Counter.
toString(NumberFormat) - Method in class edu.stanford.nlp.stats.Counter
Pretty print a Counter.
toString(NumberFormat) - Method in class edu.stanford.nlp.stats.Distribution
 
toString() - Method in class edu.stanford.nlp.stats.Distribution
 
toString() - Method in class edu.stanford.nlp.stats.GeneralizedCounter
 
toString(String) - Method in class edu.stanford.nlp.stats.GeneralizedCounter
 
toString() - Method in class edu.stanford.nlp.stats.IntCounter
 
toString(NumberFormat, String, String, String, String) - Method in class edu.stanford.nlp.stats.IntCounter
 
toString(NumberFormat) - Method in class edu.stanford.nlp.stats.IntCounter
 
toString() - Method in class edu.stanford.nlp.stats.TwoDimensionalCounter
A simple String representation of this TwoDimensionalCounter, which has the String representation of each key pair on a separate line, followed by the count for that pair.
toString() - Method in class edu.stanford.nlp.trees.Constituent
Return a string representation of a Constituent.
toString(String) - Method in interface edu.stanford.nlp.trees.Dependency
Provide different printing options via a String keyword.
toString() - Method in class edu.stanford.nlp.trees.GrammaticalRelation
Returns short name (abbreviation) for this GrammaticalRelation.
toString() - Method in class edu.stanford.nlp.trees.GrammaticalStructure
 
toString() - Method in class edu.stanford.nlp.trees.international.arabic.ArabicTreebankLanguagePack
 
toString() - Method in class edu.stanford.nlp.trees.international.negra.NegraLabel
 
toString() - Method in class edu.stanford.nlp.trees.international.pennchinese.ChineseEnglishWordMap
 
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.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.TreeGraph
Return a String representing this treegraph.
toString() - Method in class edu.stanford.nlp.trees.TreeGraphNode
 
toString() - Method in class edu.stanford.nlp.trees.tregex.Token
Returns the image.
toString() - Method in class edu.stanford.nlp.trees.tregex.TreePattern
Returns a representation of the TreePattern
toString() - Method in class edu.stanford.nlp.trees.tregex.TregexPattern
 
toString() - Method in class edu.stanford.nlp.trees.tregex.tsurgeon.Token
Returns the image.
toString() - Method in class edu.stanford.nlp.trees.tregex.tsurgeon.TsurgeonPattern
 
toString() - Method in class edu.stanford.nlp.trees.TypedDependency
 
toString() - Method in class edu.stanford.nlp.trees.UnnamedDependency
 
toString(String) - Method in class edu.stanford.nlp.trees.UnnamedDependency
Provide different printing options via a String keyword.
toString() - Method in class edu.stanford.nlp.util.ArrayHeap
Prints the array entries in sorted comparator order.
toString(int[][]) - Static method in class edu.stanford.nlp.util.ArrayUtils
 
toString(boolean[][]) - Static method in class edu.stanford.nlp.util.ArrayUtils
 
toString() - Method in class edu.stanford.nlp.util.BinaryHeapPriorityQueue
 
toString(int) - Method in class edu.stanford.nlp.util.BinaryHeapPriorityQueue
 
toString() - Method in class edu.stanford.nlp.util.FixedPrioritiesPriorityQueue
Returns a representation of the queue in decreasing priority order.
toString(int) - Method in class edu.stanford.nlp.util.FixedPrioritiesPriorityQueue
Returns a representation of the queue in decreasing priority order, displaying at most maxKeysToPring elements.
toString() - Method in class edu.stanford.nlp.util.Index
Returns a readable version of the Index contents
toString(int) - Method in class edu.stanford.nlp.util.Index
Returns a readable version of at least part of the Index contents.
toString() - Method in class edu.stanford.nlp.util.IntTuple
 
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.ScoredComparator
 
toString() - Method in class edu.stanford.nlp.util.ScoredObject
 
toString() - Method in class edu.stanford.nlp.util.Timing
 
toString() - Method in class edu.stanford.nlp.util.Triple
 
toString() - Method in class edu.stanford.nlp.util.XMLUtils.XMLTag
 
TOSTRING_FORMAT - Static variable in class edu.stanford.nlp.ling.FeatureLabel
 
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.
toStringNoScore() - Method in class edu.stanford.nlp.parser.lexparser.BinaryRule
 
toStringNoScore() - Method in class edu.stanford.nlp.parser.lexparser.UnaryRule
 
toStructureDebugString() - Method in class edu.stanford.nlp.trees.Tree
Returns a String reporting what kinds of Tree and Label nodes this Tree contains.
toTaggedWord() - Method in class edu.stanford.nlp.parser.lexparser.IntTaggedWord
 
total() - Method in class edu.stanford.nlp.util.Numberer
 
totalCount() - Method in class edu.stanford.nlp.stats.Counter
Returns the current total count for all objects in this Counter.
totalCount(Filter<E>) - Method in class edu.stanford.nlp.stats.Counter
Returns the total count for all objects in this Counter that pass the given Filter.
totalCount() - Method in class edu.stanford.nlp.stats.Distribution
 
totalCount() - Method in class edu.stanford.nlp.stats.GeneralizedCounter
returns the total count of objects in the GeneralizedCounter.
totalCount() - Method in class edu.stanford.nlp.stats.IntCounter
Returns the current total count for all objects in this Counter.
totalCount(Filter) - Method in class edu.stanford.nlp.stats.IntCounter
Returns the total count for all objects in this Counter that pass the given Filter.
totalCount() - Method in class edu.stanford.nlp.stats.TwoDimensionalCounter
Takes linear time.
totalCount(K1) - Method in class edu.stanford.nlp.stats.TwoDimensionalCounter
 
totalDoubleCount() - Method in class edu.stanford.nlp.stats.Counter
Returns the current total count for all objects in this Counter.
totalDoubleCount() - Method in interface edu.stanford.nlp.stats.GenericCounter
Computes the total of all counts in this counter, and returns it as a double.
totalDoubleCount() - Method in class edu.stanford.nlp.stats.IntCounter
 
totalDoubleCount(Filter) - Method in class edu.stanford.nlp.stats.IntCounter
 
toVerticalString(Counter<E>) - Static method in class edu.stanford.nlp.stats.Counters
 
toVerticalString(Counter<E>, int) - Static method in class edu.stanford.nlp.stats.Counters
 
toVerticalString(Counter<E>, String) - Static method in class edu.stanford.nlp.stats.Counters
 
toVerticalString(Counter<E>, int, String) - Static method in class edu.stanford.nlp.stats.Counters
 
toVerticalString(Counter<E>, int, String, boolean) - Static method in class edu.stanford.nlp.stats.Counters
Returns a String representation of the k keys with the largest counts in the given Counter, using the given format string.
toVerticalString() - Method in class edu.stanford.nlp.util.BinaryHeapPriorityQueue
 
toVerticalString(Map) - Static method in class edu.stanford.nlp.util.CollectionUtils
 
tr(String, String, String) - Static method in class edu.stanford.nlp.util.StringUtils
Swap any occurances of any characters in the from String in the input String with the corresponding character from the to String.
train(Collection<Tree>) - Method in class edu.stanford.nlp.parser.lexparser.BaseLexicon
Trains this lexicon on the Collection of trees.
train(Collection<Tree>, boolean) - Method in class edu.stanford.nlp.parser.lexparser.BaseLexicon
Trains this lexicon on the Collection of trees.
train(Collection<Tree>, double) - Method in class edu.stanford.nlp.parser.lexparser.BaseLexicon
 
train(Collection<Tree>, double, boolean) - Method in class edu.stanford.nlp.parser.lexparser.BaseLexicon
Trains this lexicon on the Collection of trees.
train(Collection<Tree>) - Method in class edu.stanford.nlp.parser.lexparser.ChineseCharacterBasedLexicon
 
train(Collection<Tree>) - Method in class edu.stanford.nlp.parser.lexparser.ChineseLexicon
Trains a lexicon on a collection of trees.
train(Collection<Tree>) - Method in class edu.stanford.nlp.parser.lexparser.ChineseLexiconAndWordSegmenter
 
train(Collection<Tree>) - Method in class edu.stanford.nlp.parser.lexparser.ChineseMarkovWordSegmenter
 
train(Collection<Tree>) - Method in class edu.stanford.nlp.parser.lexparser.ChineseUnknownWordModel
trains the first-character based unknown word model.
train(Collection<Tree>) - Method in class edu.stanford.nlp.parser.lexparser.GermanUnknownWordModel
trains the end-character based unknown word model.
train(Collection<Tree>) - Method in interface edu.stanford.nlp.parser.lexparser.Lexicon
Trains this lexicon on the Collection of trees.
train(Collection<Tree>) - Method in class edu.stanford.nlp.parser.lexparser.PetrovLexicon
 
Train - Class in edu.stanford.nlp.parser.lexparser
Non-language-specific options for training a grammar from a treebank.
train(Collection<Tree>) - Method in interface edu.stanford.nlp.parser.lexparser.WordSegmenter
 
trainWithExpansion(Collection<TaggedWord>) - Method in class edu.stanford.nlp.parser.lexparser.BaseLexicon
 
TransducerGraph - Class in edu.stanford.nlp.fsm
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 in edu.stanford.nlp.fsm
 
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 in edu.stanford.nlp.fsm
 
TransducerGraph.GraphProcessor - Interface in edu.stanford.nlp.fsm
 
TransducerGraph.InputSplittingProcessor - Class in edu.stanford.nlp.fsm
 
TransducerGraph.InputSplittingProcessor() - Constructor for class edu.stanford.nlp.fsm.TransducerGraph.InputSplittingProcessor
 
TransducerGraph.NodeProcessor - Interface in edu.stanford.nlp.fsm
 
TransducerGraph.NodeProcessorWrappingArcProcessor - Class in edu.stanford.nlp.fsm
 
TransducerGraph.NodeProcessorWrappingArcProcessor(TransducerGraph.NodeProcessor) - Constructor for class edu.stanford.nlp.fsm.TransducerGraph.NodeProcessorWrappingArcProcessor
 
TransducerGraph.NormalizingGraphProcessor - Class in edu.stanford.nlp.fsm
 
TransducerGraph.NormalizingGraphProcessor(boolean) - Constructor for class edu.stanford.nlp.fsm.TransducerGraph.NormalizingGraphProcessor
 
TransducerGraph.ObjectToSetNodeProcessor - Class in edu.stanford.nlp.fsm
 
TransducerGraph.ObjectToSetNodeProcessor() - Constructor for class edu.stanford.nlp.fsm.TransducerGraph.ObjectToSetNodeProcessor
 
TransducerGraph.OutputCombiningProcessor - Class in edu.stanford.nlp.fsm
 
TransducerGraph.OutputCombiningProcessor() - Constructor for class edu.stanford.nlp.fsm.TransducerGraph.OutputCombiningProcessor
 
TransducerGraph.SetToStringNodeProcessor - Class in edu.stanford.nlp.fsm
 
TransducerGraph.SetToStringNodeProcessor(TreebankLanguagePack) - Constructor for class edu.stanford.nlp.fsm.TransducerGraph.SetToStringNodeProcessor
 
transform(TreeTransformer) - Method in class edu.stanford.nlp.trees.MemoryTreebank
Return a MemoryTreebank where each Tree in the current treebank has been transformed using the TreeTransformer.
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.
transform(TreeTransformer) - Method in class edu.stanford.nlp.trees.Treebank
Return a Treebank (actually a TransformingTreebank) where each Tree in the current treebank has been transformed using the TreeTransformer.
TransformingTreebank - Class in edu.stanford.nlp.trees
This class wraps another Treebank, and will vend trees that have been through a TreeTransformer.
TransformingTreebank() - Constructor for class edu.stanford.nlp.trees.TransformingTreebank
Create a new TransformingTreebank.
TransformingTreebank(TreeReaderFactory) - Constructor for class edu.stanford.nlp.trees.TransformingTreebank
Create a new TransformingTreebank.
TransformingTreebank(Treebank, TreeTransformer) - Constructor for class edu.stanford.nlp.trees.TransformingTreebank
Create a new TransformingTreebank from a base Treebank that will transform trees with the given TreeTransformer.
transformTree(Tree) - Method in class edu.stanford.nlp.parser.lexparser.AbstractTreebankParserParams.SubcategoryStripper
 
transformTree(Tree, Tree) - Method in class edu.stanford.nlp.parser.lexparser.AbstractTreebankParserParams
This method does language-specific tree transformations such as annotating particular nodes with language-relevant features.
transformTree(Tree, Tree) - Method in class edu.stanford.nlp.parser.lexparser.ArabicTreebankParserParams
 
transformTree(Tree) - Method in class edu.stanford.nlp.parser.lexparser.BoundaryRemover
 
transformTree(Tree, Tree) - Method in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
transformTree does all language-specific tree transformations.
transformTree(Tree) - Method in class edu.stanford.nlp.parser.lexparser.CollinsPuncTransformer
 
transformTree(Tree) - Method in class edu.stanford.nlp.parser.lexparser.Debinarizer
 
transformTree(Tree) - Method in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams.EnglishSubcategoryStripper
 
transformTree(Tree, Tree) - Method in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams
This method does language-specific tree transformations such as annotating particular nodes with language-relevant features.
transformTree(Tree, Tree) - Method in class edu.stanford.nlp.parser.lexparser.NegraPennTreebankParserParams
transformTree does all language-specific tree transformations.
transformTree(Tree) - Method in class edu.stanford.nlp.parser.lexparser.TreeAnnotator
Do the category splitting of the tree passed in.
transformTree(Tree) - Method in class edu.stanford.nlp.parser.lexparser.TreeAnnotatorAndBinarizer
The tree t is normally expected to be a Penn-Treebank-style tree in which the top node is an extra node that rewrites unarily.
transformTree(Tree, Tree) - Method in interface edu.stanford.nlp.parser.lexparser.TreebankLangParserParams
This method does language-specific tree transformations such as annotating particular nodes with language-relevant features.
transformTree(Tree) - Method in class edu.stanford.nlp.parser.lexparser.TreeBinarizer
Binarizes the tree according to options set up in the constructor.
transformTree(Tree, Tree) - Method in class edu.stanford.nlp.parser.lexparser.TueBaDZParserParams
A no-op right now.
transformTree(Tree) - Method in class edu.stanford.nlp.trees.CompositeTreeTransformer
 
transformTree(Tree) - Method in class edu.stanford.nlp.trees.CoordinationTransformer
Transforms t if it contains a coordination in a flat structure (CCtransform) and transforms UCP (UCPtransform)
transformTree(Tree) - Method in class edu.stanford.nlp.trees.DependencyTreeTransformer
 
transformTree(Tree) - Method in class edu.stanford.nlp.trees.international.pennchinese.CharacterLevelTagExtender
 
transformTree(Tree) - Method in class edu.stanford.nlp.trees.international.pennchinese.ChineseCollinizer
 
transformTree(Tree) - Method in class edu.stanford.nlp.trees.QPTreeTransformer
Right now (July 2007) we only deal with the following QP structures: QP (RB IN CD|DT ...) well over, more than QP (JJR IN CD|DT ...) fewer than QP (IN JJS CD|DT ...) at least
transformTree(Tree) - Method in interface edu.stanford.nlp.trees.TreeTransformer
Does whatever one needs to do to a particular tree.
TransformTreeDependency - Class in edu.stanford.nlp.parser.lexparser
The purpose of this class is to do the necessary transformations to parse trees read off the treebank, so that they can be passed to a MLEDependencyGrammarExtractor.
TransformTreeDependency(TreebankLangParserParams, boolean) - Constructor for class edu.stanford.nlp.parser.lexparser.TransformTreeDependency
 
transformTreeHelper(Tree) - Method in class edu.stanford.nlp.parser.lexparser.Debinarizer
 
transformTrees(Treebank) - Method in class edu.stanford.nlp.trees.EnglishPTBTreebankCorrector
Fix all the English Penn Treebank errors, or at least some of them (!).
transformTrees(Treebank) - Method in interface edu.stanford.nlp.trees.TreebankTransformer
 
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.
traverseLocate(Tree[], String[], boolean) - Method in class edu.stanford.nlp.trees.AbstractCollinsHeadFinder
Attempt to locate head daughter tree from among daughters.
tree - Variable in class edu.stanford.nlp.parser.ui.TreeJPanel
 
Tree - Class in edu.stanford.nlp.trees
The abstract class Tree is used to collect all of the tree types, and acts as a generic extendable type.
Tree() - Constructor for class edu.stanford.nlp.trees.Tree
 
TREE_MAP_FACTORY - Static variable in class edu.stanford.nlp.util.MapFactory
 
TREE_NODE_NONTERMINAL_LABEL - Static variable in interface edu.stanford.nlp.trees.tregex.tsurgeon.TsurgeonParserConstants
 
TREE_NODE_TERMINAL_LABEL - Static variable in interface edu.stanford.nlp.trees.tregex.tsurgeon.TsurgeonParserConstants
 
TreeAnnotator - Class in edu.stanford.nlp.parser.lexparser
Performs non-language specific annotation of Trees.
TreeAnnotator(HeadFinder, TreebankLangParserParams) - Constructor for class edu.stanford.nlp.parser.lexparser.TreeAnnotator
 
TreeAnnotatorAndBinarizer - Class in edu.stanford.nlp.parser.lexparser
 
TreeAnnotatorAndBinarizer(TreebankLangParserParams, boolean, boolean, boolean) - Constructor for class edu.stanford.nlp.parser.lexparser.TreeAnnotatorAndBinarizer
 
TreeAnnotatorAndBinarizer(HeadFinder, HeadFinder, TreebankLangParserParams, boolean, boolean, boolean) - Constructor for class edu.stanford.nlp.parser.lexparser.TreeAnnotatorAndBinarizer
 
treebank() - Method in class edu.stanford.nlp.parser.lexparser.AbstractTreebankParserParams
 
Treebank - Class in edu.stanford.nlp.trees
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 LabeledScoredTreeReaderFactory).
Treebank(TreeReaderFactory) - Constructor for class edu.stanford.nlp.trees.Treebank
Create a new Treebank.
Treebank(TreeReaderFactory, String) - 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.
treebank() - Method in interface edu.stanford.nlp.trees.TreebankFactory
Returns a treebank instance
TreebankAnnotator - Class in edu.stanford.nlp.parser.lexparser
Class for getting an annotated treebank.
TreebankAnnotator(Options, String) - Constructor for class edu.stanford.nlp.parser.lexparser.TreebankAnnotator
 
TreebankFactory - Interface in edu.stanford.nlp.trees
An interface for treebank vendors.
treebankFileExtension() - Method in class edu.stanford.nlp.trees.international.arabic.ArabicTreebankLanguagePack
Returns the extension of treebank files for this treebank.
treebankFileExtension() - Method in class edu.stanford.nlp.trees.international.negra.NegraPennLanguagePack
Returns the extension of treebank files for this treebank.
treebankFileExtension() - Method in class edu.stanford.nlp.trees.international.pennchinese.ChineseTreebankLanguagePack
Returns the extension of treebank files for this treebank.
treebankFileExtension() - Method in class edu.stanford.nlp.trees.international.tuebadz.TueBaDZLanguagePack
 
treebankFileExtension() - Method in class edu.stanford.nlp.trees.PennTreebankLanguagePack
Returns the extension of treebank files for this treebank.
treebankFileExtension() - Method in interface edu.stanford.nlp.trees.TreebankLanguagePack
Returns the extension of treebank files for this treebank.
TreebankLangParserParams - Interface in edu.stanford.nlp.parser.lexparser
Contains language-specific methods necessary to get the parser to parse an arbitrary treebank.
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
TreebankLanguagePack - Interface in edu.stanford.nlp.trees
This interface specifies language/treebank specific information for a Treebank, which a parser or other treebank user might need to know.
TreebankTransformer - Interface in edu.stanford.nlp.trees
 
TreeBinarizer - Class in edu.stanford.nlp.parser.lexparser
Binarizes trees in such a way that head-argument structure is respected.
TreeBinarizer(HeadFinder, TreebankLanguagePack, boolean, boolean, int, boolean, boolean, double, boolean) - Constructor for class edu.stanford.nlp.parser.lexparser.TreeBinarizer
Build a custom binarizer for Trees.
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.
TreeFactory - Interface in edu.stanford.nlp.trees
A TreeFactory acts as a factory for creating objects of class Tree, or some descendent class.
treeFactory() - Method in class edu.stanford.nlp.trees.TreeGraphNode
Returns a TreeFactory that produces TreeGraphNodes.
TreeFunctions - Class in edu.stanford.nlp.trees
This is a utility class which vends tree transformers to translate trees from one factory type to trees of another.
TreeFunctions() - Constructor for class edu.stanford.nlp.trees.TreeFunctions
 
TreeGraph - Class in edu.stanford.nlp.trees
A TreeGraph is a tree with additional directed, labeled arcs between arbitrary pairs of nodes.
TreeGraph(Tree) - Constructor for class edu.stanford.nlp.trees.TreeGraph
Construct a new TreeGraph having the same tree structure and label values as an existing tree (but no shared storage).
treeGraph() - Method in class edu.stanford.nlp.trees.TreeGraphNode
Get the TreeGraph of which this node is a part.
TreeGraphNode - Class in edu.stanford.nlp.trees
A "treegraph" is a tree with additional directed, labeled arcs between arbitrary pairs of nodes.
TreeGraphNode() - Constructor for class edu.stanford.nlp.trees.TreeGraphNode
Create a new empty TreeGraphNode.
TreeGraphNode(Label) - Constructor for class edu.stanford.nlp.trees.TreeGraphNode
Create a new TreeGraphNode with the supplied label.
TreeGraphNode(Label, List) - Constructor for class edu.stanford.nlp.trees.TreeGraphNode
Create a new TreeGraphNode with the supplied label and list of child nodes.
TreeGraphNode(Tree, TreeGraphNode) - Constructor for class edu.stanford.nlp.trees.TreeGraphNode
Create a new TreeGraphNode having the same tree structure and label values as an existing tree (but no shared storage).
TreeGraphNodeFactory - Class in edu.stanford.nlp.trees
A TreeGraphNodeFactory acts as a factory for creating nodes in a TreeGraph.
TreeGraphNodeFactory() - Constructor for class edu.stanford.nlp.trees.TreeGraphNodeFactory
Make a TreeFactory that produces TreeGraphNodes.
TreeGraphNodeFactory(LabelFactory) - Constructor for class edu.stanford.nlp.trees.TreeGraphNodeFactory
 
TreeJPanel - Class in edu.stanford.nlp.parser.ui
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
 
TreeJPanel.WidthResult - Class in edu.stanford.nlp.parser.ui
 
TreeJPanel.WidthResult() - Constructor for class edu.stanford.nlp.parser.ui.TreeJPanel.WidthResult
 
TreeLengthComparator - Class in edu.stanford.nlp.trees
A TreeLengthComparator orders trees by their yield sentence lengths.
TreeLengthComparator() - Constructor for class edu.stanford.nlp.trees.TreeLengthComparator
Create a new TreeLengthComparator.
TreeMatcher - Class in edu.stanford.nlp.trees.tregex
An obsolete class for matching a TreePattern against a Tree.
TreeMatcher.TRegexTreeReaderFactory - Class in edu.stanford.nlp.trees.tregex
 
TreeMatcher.TRegexTreeReaderFactory() - Constructor for class edu.stanford.nlp.trees.tregex.TreeMatcher.TRegexTreeReaderFactory
 
TreeMatcher.TRegexTreeReaderFactory(TreeNormalizer) - Constructor for class edu.stanford.nlp.trees.tregex.TreeMatcher.TRegexTreeReaderFactory
 
TreeNormalizer - Class in edu.stanford.nlp.trees
A class for tree normalization.
TreeNormalizer() - Constructor for class edu.stanford.nlp.trees.TreeNormalizer
 
TreePattern - Class in edu.stanford.nlp.trees.tregex
A TreePattern is the obsolete class for specifying a tgrep-type pattern.
treePrint(TreebankLangParserParams) - Static method in class edu.stanford.nlp.parser.lexparser.Test
Determines method for print trees on output.
TreePrint - Class in edu.stanford.nlp.trees
A class for customizing the print method(s) for a edu.stanford.nlp.trees.Tree as the output of the parser.
TreePrint(String) - Constructor for class edu.stanford.nlp.trees.TreePrint
The anglocentric constructor.
TreePrint(String, TreebankLanguagePack) - Constructor for class edu.stanford.nlp.trees.TreePrint
 
TreePrint(String, String, TreebankLanguagePack) - Constructor for class edu.stanford.nlp.trees.TreePrint
 
TreePrint(String, String, TreebankLanguagePack, HeadFinder) - Constructor for class edu.stanford.nlp.trees.TreePrint
Make a TreePrint instance.
TreeReader - Interface in edu.stanford.nlp.trees
A TreeReader adds functionality to another Reader by reading in Trees, or some descendant class.
treeReaderFactory() - Method in class edu.stanford.nlp.parser.lexparser.ArabicTreebankParserParams
 
treeReaderFactory() - Method in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
 
treeReaderFactory() - Method in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams
Makes appropriate TreeReaderFactory with all options specified
treeReaderFactory() - Method in class edu.stanford.nlp.parser.lexparser.NegraPennTreebankParserParams
 
treeReaderFactory() - Method in interface edu.stanford.nlp.parser.lexparser.TreebankLangParserParams
Returns a factory for reading in trees from the source you want.
treeReaderFactory() - Method in class edu.stanford.nlp.parser.lexparser.TueBaDZParserParams
 
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.
TreeReaderFactory - Interface in edu.stanford.nlp.trees
A TreeReaderFactory is a factory for creating objects of class TreeReader, or some descendent class.
Trees - Class in edu.stanford.nlp.trees
Various utilities for the Tree class.
Trees() - Constructor for class edu.stanford.nlp.trees.Trees
 
TreeToBracketProcessor - Class in edu.stanford.nlp.trees
 
TreeToBracketProcessor(List) - Constructor for class edu.stanford.nlp.trees.TreeToBracketProcessor
 
treeToDependencyHelper(Tree, List<IntDependency>, int) - Static method in class edu.stanford.nlp.parser.lexparser.MLEDependencyGrammar
Adds dependencies to list depList.
treeToDependencyList(Tree) - Static method in class edu.stanford.nlp.parser.lexparser.MLEDependencyGrammar
Returns the List of dependencies for a binarized Tree.
treeToEvents(Tree, boolean) - Method in class edu.stanford.nlp.parser.lexparser.BaseLexicon
 
treeToEvents(Tree) - Method in class edu.stanford.nlp.parser.lexparser.BaseLexicon
 
treeTokenizerFactory() - Method in class edu.stanford.nlp.parser.lexparser.AbstractTreebankParserParams
 
treeTokenizerFactory() - Method in interface edu.stanford.nlp.parser.lexparser.TreebankLangParserParams
 
TreeTokenizerFactory - Class in edu.stanford.nlp.trees
Wrapper for TreeReaderFactory.
TreeTokenizerFactory(TreeReaderFactory) - Constructor for class edu.stanford.nlp.trees.TreeTokenizerFactory
Create a TreeTokenizerFactory from a TreeReaderFactory.
treeToLatex(Tree) - Static method in class edu.stanford.nlp.trees.Trees
 
treeToLatexEven(Tree) - Static method in class edu.stanford.nlp.trees.Trees
 
TreeTransformer - Interface in edu.stanford.nlp.trees
This is a simple interface for a function that alters a local Tree.
TreeVisitor - Interface in edu.stanford.nlp.trees
This is a simple strategy-type interface for operations that are applied to Tree.
TregexMatcher - Class in edu.stanford.nlp.trees.tregex
A TregexMatcher can be used to match a TregexPattern against a Tree.
TregexParserConstants - Interface in edu.stanford.nlp.trees.tregex
 
TregexParserTokenManager - Class in edu.stanford.nlp.trees.tregex
 
TregexParserTokenManager(SimpleCharStream) - Constructor for class edu.stanford.nlp.trees.tregex.TregexParserTokenManager
 
TregexParserTokenManager(SimpleCharStream, int) - Constructor for class edu.stanford.nlp.trees.tregex.TregexParserTokenManager
 
TregexPattern - Class in edu.stanford.nlp.trees.tregex
A TregexPattern is a tgrep-type pattern for matching tree node configurations.
TregexPatternCompiler - Class in edu.stanford.nlp.trees.tregex
A class for compiling TregexPatterns with specific HeadFinders and or basicCategoryFunctions.
TregexPatternCompiler() - Constructor for class edu.stanford.nlp.trees.tregex.TregexPatternCompiler
 
TregexPatternCompiler(Function<String, String>) - Constructor for class edu.stanford.nlp.trees.tregex.TregexPatternCompiler
A compiler that uses this basicCatFunction and the default headfinder.
TregexPatternCompiler(HeadFinder) - Constructor for class edu.stanford.nlp.trees.tregex.TregexPatternCompiler
A compiler that uses this HeadFinder and the default basicCategoryFunction
TregexPatternCompiler(HeadFinder, Function<String, String>) - Constructor for class edu.stanford.nlp.trees.tregex.TregexPatternCompiler
A compiler that uses this HeadFinder and this basicCategoryFunction
triggerAllHooks(Edge) - Method in class edu.stanford.nlp.parser.lexparser.BiLexPCFGParser
 
triggerHooks(Edge) - Method in class edu.stanford.nlp.parser.lexparser.BiLexPCFGParser
 
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
 
Triple<T1,T2,T3> - Class in edu.stanford.nlp.util
Class representing an ordered triple of objects, possibly typed.
Triple(T1, T2, T3) - Constructor for class edu.stanford.nlp.util.Triple
 
truncate(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.
Tsurgeon - Class in edu.stanford.nlp.trees.tregex.tsurgeon
Tsurgeon provides a way of editing trees based on a set of operations that are applied to tree locations matching a tregex pattern.
TsurgeonParserConstants - Interface in edu.stanford.nlp.trees.tregex.tsurgeon
 
TsurgeonParserTokenManager - Class in edu.stanford.nlp.trees.tregex.tsurgeon
 
TsurgeonParserTokenManager(SimpleCharStream) - Constructor for class edu.stanford.nlp.trees.tregex.tsurgeon.TsurgeonParserTokenManager
 
TsurgeonParserTokenManager(SimpleCharStream, int) - Constructor for class edu.stanford.nlp.trees.tregex.tsurgeon.TsurgeonParserTokenManager
 
TsurgeonParserTreeConstants - Interface in edu.stanford.nlp.trees.tregex.tsurgeon
 
TsurgeonPattern - Class in edu.stanford.nlp.trees.tregex.tsurgeon
An abstract class for patterns to manipulate Trees when successfully matched on with a TregexMatcher.
TueBaDZHeadFinder - Class in edu.stanford.nlp.trees.international.tuebadz
A HeadFinder for TueBa-D/Z.
TueBaDZHeadFinder() - Constructor for class edu.stanford.nlp.trees.international.tuebadz.TueBaDZHeadFinder
 
TueBaDZLanguagePack - Class in edu.stanford.nlp.trees.international.tuebadz
Language pack for the Tuebingen Treebank of Written German (TueBa-D/Z).
TueBaDZLanguagePack() - Constructor for class edu.stanford.nlp.trees.international.tuebadz.TueBaDZLanguagePack
 
TueBaDZParserParams - Class in edu.stanford.nlp.parser.lexparser
TreebankLangParserParams for the German Tuebingen corpus.
TueBaDZParserParams() - Constructor for class edu.stanford.nlp.parser.lexparser.TueBaDZParserParams
 
TueBaDZPennTreeNormalizer - Class in edu.stanford.nlp.trees.international.tuebadz
Tree normalizer for the TueBaDZ treebank.
TueBaDZPennTreeNormalizer() - Constructor for class edu.stanford.nlp.trees.international.tuebadz.TueBaDZPennTreeNormalizer
 
TueBaDZPennTreeNormalizer(TreebankLanguagePack) - Constructor for class edu.stanford.nlp.trees.international.tuebadz.TueBaDZPennTreeNormalizer
 
tune(Collection<Tree>) - Method in class edu.stanford.nlp.parser.lexparser.AbstractDependencyGrammar
Default is no-op.
tune(Collection<Tree>) - Method in class edu.stanford.nlp.parser.lexparser.BaseLexicon
 
tune(List) - Method in class edu.stanford.nlp.parser.lexparser.ChineseCharacterBasedLexicon
 
tune(Collection<Tree>) - Method in interface edu.stanford.nlp.parser.lexparser.DependencyGrammar
Tune free parameters on these trees.
tune(Collection<Tree>) - Method in class edu.stanford.nlp.parser.lexparser.MLEDependencyGrammar
Tune the smoothing and interpolation parameters of the dependency grammar based on a tuning treebank.
TwoDimensionalCounter<K1,K2> - Class in edu.stanford.nlp.stats
A class representing a mapping between pairs of typed objects and double values.
TwoDimensionalCounter() - Constructor for class edu.stanford.nlp.stats.TwoDimensionalCounter
 
TwoDimensionalCounter(MapFactory<K1, Counter<K2>>, MapFactory<K2, MutableDouble>) - Constructor for class edu.stanford.nlp.stats.TwoDimensionalCounter
 
type - Variable in class edu.stanford.nlp.trees.WordCatConstituent
 
typedDependencies - Variable in class edu.stanford.nlp.trees.GrammaticalStructure
 
typedDependencies() - Method in class edu.stanford.nlp.trees.GrammaticalStructure
Returns the typed dependencies of this grammatical structure which do not break the tree structure of dependencies
typedDependencies(boolean) - Method in class edu.stanford.nlp.trees.GrammaticalStructure
Returns the typed dependencies of this grammatical structure.
typedDependenciesCCprocessed(boolean) - Method in class edu.stanford.nlp.trees.GrammaticalStructure
Get the typed dependencies after collapsing them and processing eventual CC complements.
typedDependenciesCollapsed() - Method in class edu.stanford.nlp.trees.GrammaticalStructure
Get the typed dependencies after collapsing them.
typedDependenciesCollapsed(boolean) - Method in class edu.stanford.nlp.trees.GrammaticalStructure
Get the typed dependencies after collapsing them.
TypedDependency - Class in edu.stanford.nlp.trees
A TypedDependency is a relation between two words in a GrammaticalStructure.
TypedDependency(GrammaticalRelation, TreeGraphNode, TreeGraphNode) - Constructor for class edu.stanford.nlp.trees.TypedDependency
 
TypedDependency(Object, TreeGraphNode, TreeGraphNode) - Constructor for class edu.stanford.nlp.trees.TypedDependency
 
typedDependencyClasser() - Static method in class edu.stanford.nlp.parser.lexparser.AbstractTreebankParserParams
Returns an EquivalenceClasser that classes typed dependencies by the syntactic categories of mother, head and daughter, plus direction.
typedDependencyObjectify(Tree, HeadFinder, TreeTransformer) - Static method in class edu.stanford.nlp.parser.lexparser.AbstractTreebankParserParams
Returns a collection of word-word dependencies typed by mother, head, daughter node syntactic categories.

U

UCPtransform(Tree) - Method in class edu.stanford.nlp.trees.CoordinationTransformer
Transforms t if it contains an UCP, it will change the UCP tag into the phrasal tag of the first word of the UCP (UCP (JJ electronic) (, ,) (NN computer) (CC and) (NN building)) will become (ADJP (JJ electronic) (, ,) (NN computer) (CC and) (NN building))
ug - Variable in class edu.stanford.nlp.parser.lexparser.BiLexPCFGParser
 
ug - Variable in class edu.stanford.nlp.parser.lexparser.ExhaustivePCFGParser
 
ug - Variable in class edu.stanford.nlp.parser.lexparser.ParserData
 
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.
UnaryGrammar - Class in edu.stanford.nlp.parser.lexparser
Maintains efficient indexing of unary 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
 
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.
UnaryRule - Class in edu.stanford.nlp.parser.lexparser
Unary grammar rules (with ints for parent and child).
UnaryRule() - Constructor for class edu.stanford.nlp.parser.lexparser.UnaryRule
Fields are set to: -1, -1, Float.NaN.
UnaryRule(int, int) - Constructor for class edu.stanford.nlp.parser.lexparser.UnaryRule
The score is set to Float.NaN by default.
UnaryRule(int, int, double) - Constructor for class edu.stanford.nlp.parser.lexparser.UnaryRule
 
UnaryRule(String, Numberer) - Constructor for class edu.stanford.nlp.parser.lexparser.UnaryRule
Decode a UnaryRule out of a String representation with help from a Numberer.
unbox(List<Integer>) - Static method in class edu.stanford.nlp.math.ArrayMath
 
unbox(List<Double>) - Static method in class edu.stanford.nlp.math.ArrayMath
 
unescapeStringForXML(String) - Static method in class edu.stanford.nlp.util.XMLUtils
 
unicodeRanges - Static variable in class edu.stanford.nlp.swing.FontDetector
 
unicodeToBuckwalter(String) - Method in class edu.stanford.nlp.trees.international.arabic.Buckwalter
 
union(GenericCounter<E>, GenericCounter<E>) - Static method in class edu.stanford.nlp.stats.Counters
Returns a Counter that is the union of the two Counters passed in (counts are added).
union(Set<E>, Set<E>) - Static method in class edu.stanford.nlp.util.Sets
Returns the union of sets s1 and s2.
UNKNOWN_WORD - Static variable in interface edu.stanford.nlp.parser.lexparser.Lexicon
 
unknownLevel - Variable in class edu.stanford.nlp.parser.lexparser.BaseLexicon
What type of equivalence classing is done in getSignature
unknownPrefixSize - Variable in class edu.stanford.nlp.parser.lexparser.BaseLexicon
 
unknownPrefixSize - Variable in class edu.stanford.nlp.parser.lexparser.Options.LexOptions
For certain Lexicons, a certain number of word-initial letters are used to subclassify the unknown token.
unknownSuffixSize - Variable in class edu.stanford.nlp.parser.lexparser.BaseLexicon
 
unknownSuffixSize - Variable in class edu.stanford.nlp.parser.lexparser.Options.LexOptions
For certain Lexicons, a certain number of word-final letters are used to subclassify the unknown token.
unlock() - Method in class edu.stanford.nlp.util.Index
Unlocks the Index.
unlock() - Method in class edu.stanford.nlp.util.Numberer
 
unmodifiableCounter(GenericCounter<T>) - Static method in class edu.stanford.nlp.stats.Counters
Returns unmodifiable view of the counter.
unmodifiableView() - Method in class edu.stanford.nlp.util.Index
Returns an unmodifiable view of the Index.
UnnamedDependency - Class in edu.stanford.nlp.trees
An individual dependency between a head and a dependent.
UnnamedDependency(String, String) - Constructor for class edu.stanford.nlp.trees.UnnamedDependency
 
UnnamedDependency(String, int, String, int) - Constructor for class edu.stanford.nlp.trees.UnnamedDependency
 
UnnamedDependency(String, int, int, String, int, int) - Constructor for class edu.stanford.nlp.trees.UnnamedDependency
 
UnnamedDependency(Label, Label) - Constructor for class edu.stanford.nlp.trees.UnnamedDependency
 
unorderedTypedDependencyObjectify(Tree, HeadFinder, TreeTransformer) - Static method in class edu.stanford.nlp.parser.lexparser.AbstractTreebankParserParams
Returns a collection of unordered (but directed!) typed word-word dependencies for the tree.
unorderedUntypedDependencyObjectify(Tree, HeadFinder, TreeTransformer) - Static method in class edu.stanford.nlp.parser.lexparser.AbstractTreebankParserParams
Returns a collection of unordered (but directed!) untyped word-word dependencies for the tree.
unSeenCounter - Variable in class edu.stanford.nlp.parser.lexparser.BaseLexicon
Has counts for taggings in terms of unseen signatures.
unseenSmooth - Static variable in class edu.stanford.nlp.parser.lexparser.Test
The amount of smoothing put in (as an m-estimate) for unknown words.
UNTOKENIZED_CHINESE - Static variable in class edu.stanford.nlp.parser.ui.ParserPanel
 
UNTOKENIZED_ENGLISH - Static variable in class edu.stanford.nlp.parser.ui.ParserPanel
 
untransformTree(Tree) - Method in class edu.stanford.nlp.trees.international.pennchinese.CharacterLevelTagExtender
 
untypedDependencyObjectify(Tree, HeadFinder, TreeTransformer) - Static method in class edu.stanford.nlp.parser.lexparser.AbstractTreebankParserParams
Returns a collection of untyped word-word dependencies for the tree.
UpdateLineColumn(char) - Static method in class edu.stanford.nlp.trees.tregex.SimpleCharStream
 
UpdateLineColumn(char) - Static method in class edu.stanford.nlp.trees.tregex.tsurgeon.SimpleCharStream
 
upperMostUnary(Tree) - Method in class edu.stanford.nlp.trees.Tree
Return the highest node of the (perhaps trivial) unary chain that this node is part of.
useCharacterBasedLexicon - Variable in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
 
useCharBasedUnknownWordModel - Static variable in class edu.stanford.nlp.parser.lexparser.ChineseLexicon
 
useCoarseDistance - Variable in class edu.stanford.nlp.parser.lexparser.AbstractDependencyGrammar
 
useCoarseDistance - Variable in class edu.stanford.nlp.parser.lexparser.MLEDependencyGrammarExtractor
Whether dependent distance is distinguished more coarsely.
useDistance - Variable in class edu.stanford.nlp.parser.lexparser.AbstractDependencyGrammar
 
useDistance - Variable in class edu.stanford.nlp.parser.lexparser.MLEDependencyGrammarExtractor
Whether dependent distance from head is distinguished.
useFastFactored - Static variable in class edu.stanford.nlp.parser.lexparser.Test
If true, use approximate factored algorithm, which just rescores PCFG k best, rather than exact factored algorithm.
useGoodTuringUnknownWordModel - Static variable in class edu.stanford.nlp.parser.lexparser.ChineseLexicon
 
USEMAX - Static variable in class edu.stanford.nlp.parser.lexparser.LatticeReader
 
useMaxentDepGrammar - Variable in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
 
useMaxentLexicon - Variable in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
 
useN5 - Static variable in class edu.stanford.nlp.parser.lexparser.Test
If true, the n^4 "speed-up" is not used.
usePTBTokenizer() - Method in class edu.stanford.nlp.process.DocumentPreprocessor
 
userRoot() - Method in class edu.stanford.nlp.util.DisabledPreferencesFactory
 
useSimilarWordMap - Variable in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
 
USESUM - Static variable in class edu.stanford.nlp.parser.lexparser.LatticeReader
 
useUnicodeType - Variable in class edu.stanford.nlp.parser.lexparser.Options.LexOptions
Make use of unicode code point types in smoothing.
useUnknownWordSignatures - Variable in class edu.stanford.nlp.parser.lexparser.Options.LexOptions
Whether to use suffix and capitalization information for unknowns.
useWhitespaceTokenizer() - Method in class edu.stanford.nlp.process.DocumentPreprocessor
Use tokenizers which tokenize on whitespace.

V

valenceBin(int) - Method in class edu.stanford.nlp.parser.lexparser.AbstractDependencyGrammar
 
validateBinarizedTree(Tree, int) - Method in class edu.stanford.nlp.parser.lexparser.ExhaustivePCFGParser
 
value() - Method in class edu.stanford.nlp.ling.AbstractMapLabel
 
value() - Method in class edu.stanford.nlp.ling.FeatureLabel
 
value() - Method in interface edu.stanford.nlp.ling.Label
Return a String representation of just the "main" value of this label.
value() - Method in class edu.stanford.nlp.ling.StringLabel
Return the word value of the label (or null if none).
value() - Method in class edu.stanford.nlp.ling.ValueLabel
Return the value of the label (or null if none).
value() - Method in class edu.stanford.nlp.ling.WordLemmaTag
Return a String representation of just the "main" value of this Label.
value() - Method in class edu.stanford.nlp.ling.WordTag
Return a String representation of just the "main" value of this label.
value() - Method in class edu.stanford.nlp.trees.Constituent
Return the value of the label (or null if none).
value() - Method in class edu.stanford.nlp.trees.Tree
 
VALUE_KEY - Static variable in class edu.stanford.nlp.ling.AbstractMapLabel
The standard key for storing a value in the map, as a String.
ValueLabel - Class in edu.stanford.nlp.ling
A ValueLabel object acts as a Label with linguistic attributes.
ValueLabel() - Constructor for class edu.stanford.nlp.ling.ValueLabel
 
valueOf(String, MapFactory) - Static method in class edu.stanford.nlp.ling.FeatureLabel
Uses String representation of a Map to populate Map with String keys and String values.
valueOf(String) - Static method in class edu.stanford.nlp.ling.WordTag
 
valueOf(String) - Static method in class edu.stanford.nlp.stats.Counter
Returns the Counter over Strings specified by this String.
valueOf(String) - Static method in class edu.stanford.nlp.trees.EnglishGrammaticalRelations
Returns the EnglishGrammaticalRelation having the given string representation (e.g.
valueOf(Object) - Static method in class edu.stanford.nlp.trees.EnglishGrammaticalRelations
Returns an EnglishGrammaticalRelation based on the argument.
valueOf(String, List<GrammaticalRelation>) - Static method in class edu.stanford.nlp.trees.GrammaticalRelation
Returns the GrammaticalRelation having the given string representation (e.g.
valueOf(String) - Static method in enum edu.stanford.nlp.trees.international.arabic.ArabicHeadFinder.TagSet
Returns the enum constant of this type with the specified name.
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.
valueOfIgnoreComments(String) - Static method in class edu.stanford.nlp.stats.Counter
Similar to valueOf in that it returns the Counter over Strings specified by this String.
values() - Static method in class edu.stanford.nlp.trees.EnglishGrammaticalRelations
 
values() - Static method in enum edu.stanford.nlp.trees.international.arabic.ArabicHeadFinder.TagSet
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalRelations
 
variance(double[]) - Static method in class edu.stanford.nlp.math.ArrayMath
 
VARNAME - Static variable in interface edu.stanford.nlp.trees.tregex.TregexParserConstants
 
VERB_COMPOUND - Static variable in class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalRelations
The "coordinated verb compound" grammatical relation.
VERB_SENSE_KEY - Static variable in class edu.stanford.nlp.ling.AbstractMapLabel
Probank key for the Verb sense given in the Propbank Annotation, should only be in the verbnode
VERBOSE - Static variable in class edu.stanford.nlp.parser.lexparser.BiLexPCFGParser
 
VERBOSE - Static variable in class edu.stanford.nlp.parser.lexparser.FastFactoredParser
 
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
 
VERTICAL_ALIGN - Variable in class edu.stanford.nlp.parser.ui.TreeJPanel
 
VERY_VERBOSE - Static variable in class edu.stanford.nlp.parser.lexparser.BiLexPCFGParser
 
visitTree(Tree) - Method in class edu.stanford.nlp.parser.lexparser.ParentAnnotationStats
Does whatever one needs to do to a particular parse tree
visitTree(Tree) - Method in class edu.stanford.nlp.parser.lexparser.SisterAnnotationStats
Does whatever one needs to do to a particular parse tree
visitTree(Tree) - Method in interface edu.stanford.nlp.trees.TreeVisitor
Does whatever one needs to do to a particular parse tree.
visitTree(Tree) - Method in class edu.stanford.nlp.trees.WordStemmer
 
ViterbiParser - Interface in edu.stanford.nlp.parser
The interface for Viterbi parsers.
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
 
weight - Variable in class edu.stanford.nlp.parser.lexparser.AbstractTreeExtractor
 
WhitespaceTokenizer - Class in edu.stanford.nlp.process
A WhitespaceTokenizer is a tokenizer that splits on and discards only whitespace characters.
WhitespaceTokenizer(Reader) - Constructor for class edu.stanford.nlp.process.WhitespaceTokenizer
Constructs a new WhitespaceTokenizer
WhitespaceTokenizer(Reader, boolean) - Constructor for class edu.stanford.nlp.process.WhitespaceTokenizer
Constructs a new WhitespaceTokenizer
wideLExtent - Variable in class edu.stanford.nlp.parser.lexparser.ExhaustivePCFGParser
 
wideRExtent - Variable in class edu.stanford.nlp.parser.lexparser.ExhaustivePCFGParser
 
width(Tree, FontMetrics) - Method in class edu.stanford.nlp.parser.ui.TreeJPanel
 
width - Variable in class edu.stanford.nlp.parser.ui.TreeJPanel.WidthResult
 
widthResult(Tree, FontMetrics) - Method in class edu.stanford.nlp.parser.ui.TreeJPanel
 
wildTW - Static variable in class edu.stanford.nlp.parser.lexparser.AbstractDependencyGrammar
 
word() - Method in class edu.stanford.nlp.ling.AbstractMapLabel
Return the word of the label, stored in the map under the key WORD_KEY.
word - Variable in class edu.stanford.nlp.ling.CategoryWordTag
 
word() - Method in class edu.stanford.nlp.ling.CategoryWordTag
 
word() - Method in class edu.stanford.nlp.ling.FeatureLabel
convenience method for getting word *
word() - Method in interface edu.stanford.nlp.ling.HasWord
Return the word value of the label (or null if none).
Word - Class in edu.stanford.nlp.ling
A Word object acts as a Label by containing a String.
Word() - Constructor for class edu.stanford.nlp.ling.Word
Construct a new word with a null value.
Word(String) - Constructor for class edu.stanford.nlp.ling.Word
Construct a new word, with the given value.
Word(Label) - Constructor for class edu.stanford.nlp.ling.Word
Creates a new word whose word value is the value of any class that supports the Label interface.
word() - Method in class edu.stanford.nlp.ling.Word
 
word() - Method in class edu.stanford.nlp.ling.WordLemmaTag
 
word() - Method in class edu.stanford.nlp.ling.WordTag
 
word - Variable in class edu.stanford.nlp.parser.lexparser.IntTaggedWord
 
word() - Method in class edu.stanford.nlp.parser.lexparser.IntTaggedWord
 
word - Variable in class edu.stanford.nlp.parser.lexparser.LatticeReader.LatticeWord
 
WORD_KEY - Static variable in class edu.stanford.nlp.ling.AbstractMapLabel
The standard key for storing a word in the map, as a String.
WordCatConstituent - Class in edu.stanford.nlp.trees
A class storing information about a constituent in a character-based tree.
WordCatConstituent(Tree, Tree, String) - Constructor for class edu.stanford.nlp.trees.WordCatConstituent
 
WordCatEqualityChecker - Class in edu.stanford.nlp.trees
An EqualityChecker for WordCatConstituents.
WordCatEqualityChecker() - Constructor for class edu.stanford.nlp.trees.WordCatEqualityChecker
 
WordCatEquivalenceClasser - Class in edu.stanford.nlp.trees
An EquivalenceClasser for WordCatConstituents.
WordCatEquivalenceClasser() - Constructor for class edu.stanford.nlp.trees.WordCatEquivalenceClasser
 
WordFactory - Class in edu.stanford.nlp.ling
A WordFactory acts as a factory for creating objects of class Word.
WordFactory() - Constructor for class edu.stanford.nlp.ling.WordFactory
Creates a new WordFactory.
WordLemmaTag - Class in edu.stanford.nlp.ling
A WordLemmaTag corresponds to a pair of a tagged (e.g., for part of speech) word and its lemma.
WordLemmaTag(String) - Constructor for class edu.stanford.nlp.ling.WordLemmaTag
 
WordLemmaTag(Label) - Constructor for class edu.stanford.nlp.ling.WordLemmaTag
 
WordLemmaTag() - Constructor for class edu.stanford.nlp.ling.WordLemmaTag
 
WordLemmaTag(String, String) - Constructor for class edu.stanford.nlp.ling.WordLemmaTag
Create a new WordLemmaTag.
WordLemmaTag(String, String, String) - Constructor for class edu.stanford.nlp.ling.WordLemmaTag
Create a new WordLemmaTag.
WordLemmaTag(Label, Label) - Constructor for class edu.stanford.nlp.ling.WordLemmaTag
Create a new WordLemmaTag from a Label.
WordLemmaTagFactory - Class in edu.stanford.nlp.ling
/** A WordLemmaTagFactory acts as a factory for creating objects of class WordLemmaTag.
WordLemmaTagFactory() - Constructor for class edu.stanford.nlp.ling.WordLemmaTagFactory
Create a new WordLemmaTagFactory.
WordLemmaTagFactory(char) - Constructor for class edu.stanford.nlp.ling.WordLemmaTagFactory
Create a new WordLemmaTagFactory.
WordNetConnection - Interface in edu.stanford.nlp.trees
Allows us to verify that a wordnet connection is available without compile time errors if the package is not found.
wordNetContains(String) - Method in interface edu.stanford.nlp.trees.WordNetConnection
 
wordNumberer() - Static method in class edu.stanford.nlp.parser.lexparser.AbstractDependencyGrammar
 
wordNumberer - Variable in class edu.stanford.nlp.parser.lexparser.BiLexPCFGParser
 
wordNumberer - Variable in class edu.stanford.nlp.parser.lexparser.ExhaustivePCFGParser
 
wordNumberer - Variable in class edu.stanford.nlp.parser.lexparser.MLEDependencyGrammarExtractor
 
words - Variable in class edu.stanford.nlp.parser.lexparser.BaseLexicon
 
words - Variable in class edu.stanford.nlp.parser.lexparser.BiLexPCFGParser
 
words - Variable in class edu.stanford.nlp.parser.lexparser.ExhaustivePCFGParser
 
WordSegmenter - Interface in edu.stanford.nlp.parser.lexparser
An interface for segmenting strings into words (in unwordsegmented languages).
WordSegmentingTokenizer - Class in edu.stanford.nlp.process
 
WordSegmentingTokenizer(WordSegmenter, Reader) - Constructor for class edu.stanford.nlp.process.WordSegmentingTokenizer
 
wordsInSpan - Variable in class edu.stanford.nlp.parser.lexparser.ExhaustivePCFGParser
 
WordStemmer - Class in edu.stanford.nlp.trees
Stems the Words in a Tree using Morphology.
WordStemmer() - Constructor for class edu.stanford.nlp.trees.WordStemmer
 
wordString() - Method in class edu.stanford.nlp.parser.lexparser.IntTaggedWord
 
WordTag - Class in edu.stanford.nlp.ling
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.ling.WordTag
 
WordTag(Label) - Constructor for class edu.stanford.nlp.ling.WordTag
 
WordTag() - Constructor for class edu.stanford.nlp.ling.WordTag
 
WordTag(String, String) - Constructor for class edu.stanford.nlp.ling.WordTag
Create a new WordTag.
WordTag(Label, Label) - Constructor for class edu.stanford.nlp.ling.WordTag
Create a new WordTag from a Label.
WordTagFactory - Class in edu.stanford.nlp.ling
A WordTagFactory acts as a factory for creating objects of class WordTag.
WordTagFactory() - Constructor for class edu.stanford.nlp.ling.WordTagFactory
Create a new WordTagFactory.
WordTagFactory(char) - Constructor for class edu.stanford.nlp.ling.WordTagFactory
Create a new WordTagFactory.
WordTokenFactory - Class in edu.stanford.nlp.process
Constructs a Word from a String.
WordTokenFactory() - Constructor for class edu.stanford.nlp.process.WordTokenFactory
 
WordToSentenceProcessor - Class in edu.stanford.nlp.process
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 (based on English and Penn Treebank encoding).
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(Pattern, Pattern) - Constructor for class edu.stanford.nlp.process.WordToSentenceProcessor
 
WordToTaggedWordProcessor - Class in edu.stanford.nlp.process
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.
wordType - Static variable in class edu.stanford.nlp.trees.WordCatConstituent
 
writeAllData(Writer) - Method in class edu.stanford.nlp.parser.lexparser.UnaryGrammar
Writes out a lot of redundant data from this Object to the Writer w.
writeData(PrintWriter) - Method in class edu.stanford.nlp.parser.lexparser.AbstractDependencyGrammar
Default is to throw exception.
writeData(Writer) - Method in class edu.stanford.nlp.parser.lexparser.BaseLexicon
Writes out data from this Object to the Writer w.
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.ChineseCharacterBasedLexicon
 
writeData(Writer) - Method in class edu.stanford.nlp.parser.lexparser.ChineseLexiconAndWordSegmenter
 
writeData(PrintWriter) - Method in interface edu.stanford.nlp.parser.lexparser.DependencyGrammar
Write to text grammar.
writeData(Writer) - Method in interface edu.stanford.nlp.parser.lexparser.Lexicon
Write the lexicon in human-readable format to the Writer.
writeData(PrintWriter) - Method in class edu.stanford.nlp.parser.lexparser.MLEDependencyGrammar
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.PetrovLexicon
 
writeData(Writer) - Method in class edu.stanford.nlp.parser.lexparser.UnaryGrammar
Writes out data from this Object.
writeFile(TransducerGraph, String, String) - Static method in class edu.stanford.nlp.parser.lexparser.GrammarCompactor
 
writeObjectToFile(Serializable, String) - Static method in class edu.stanford.nlp.io.IOUtils
Write object to a file with the specified name.
writeObjectToFileNoExceptions(Serializable, String) - Static method in class edu.stanford.nlp.io.IOUtils
Write object to a file with the specified name.
writeObjectToTempFile(Serializable, String) - Static method in class edu.stanford.nlp.io.IOUtils
Write object to temp file which is destroyed when the program exits.
writeObjectToTempFileNoExceptions(Serializable, String) - Static method in class edu.stanford.nlp.io.IOUtils
Write object to a temp file and ignore exceptions.
writeOutputFiles - Static variable in class edu.stanford.nlp.parser.lexparser.Test
If true, write files parsed to a new file with the same name except for an added ".stp" extension.
writeStreamFromString(String) - Static method in class edu.stanford.nlp.io.IOUtils
 

X

XCLAUSAL_COMPLEMENT - Static variable in class edu.stanford.nlp.trees.EnglishGrammaticalRelations
The "xclausal complement" grammatical relation.
XCLAUSAL_COMPLEMENT - Static variable in class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalRelations
The "xclausal complement" grammatical relation.
XMLBeginEndIterator - Class in edu.stanford.nlp.objectbank
A class which iterates over Strings occuring between the begin and end of a selected tag or tags.
XMLBeginEndIterator(Reader, String) - Constructor for class edu.stanford.nlp.objectbank.XMLBeginEndIterator
 
XMLBeginEndIterator(Reader, String, boolean) - Constructor for class edu.stanford.nlp.objectbank.XMLBeginEndIterator
 
XMLBeginEndIterator(Reader, String, Function, boolean) - Constructor for class edu.stanford.nlp.objectbank.XMLBeginEndIterator
 
XMLBeginEndIterator(Reader, String, boolean, boolean) - Constructor for class edu.stanford.nlp.objectbank.XMLBeginEndIterator
 
XMLBeginEndIterator(Reader, String, Function, boolean, boolean) - Constructor for class edu.stanford.nlp.objectbank.XMLBeginEndIterator
 
XMLUtils - Class in edu.stanford.nlp.util
Provides some utilities for dealing with XML files, both by properly parsing them and by using the methods of a desparate Perl hacker.
XMLUtils.XMLTag - Class in edu.stanford.nlp.util
 
XMLUtils.XMLTag(String) - Constructor for class edu.stanford.nlp.util.XMLUtils.XMLTag
Assumes that String contains XML tag.
xOverX - Static variable in class edu.stanford.nlp.parser.lexparser.Train
X over X is marked (subsumes baseNP marking) Bad.

Y

yield() - Method in class edu.stanford.nlp.trees.Tree
Gets the yield of the tree.
yield(Sentence<X>) - Method in class edu.stanford.nlp.trees.Tree
Gets the yield of the tree.
yield(List<T>) - 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
put a Reader inside the Lexer.
yytext() - Method in interface edu.stanford.nlp.io.Lexer
returns the matched input text region

Z

ZERO_TGN_CHILDREN - Static variable in class edu.stanford.nlp.trees.TreeGraphNode
A leaf node should have a zero-length array for its children.
ZEROCHILDREN - Static variable in class edu.stanford.nlp.trees.Tree
A leaf node should have a zero-length array for its children.

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