AbbrAnnotation() - Constructor for class edu.stanford.nlp.ling.CoreAnnotations.AbbrAnnotation
AbbreviationMap(boolean) - Constructor for class edu.stanford.nlp.ie.machinereading.domains.ace.reader.RobustTokenizer.AbbreviationMap
Creates a new instance of AbreviationMap with some know abbreviations
AbgeneAnnotation() - Constructor for class edu.stanford.nlp.ling.CoreAnnotations.AbgeneAnnotation
about() - Method in class edu.stanford.nlp.trees.tregex.gui.TregexGUI
aboveLineSkip - Static variable in class edu.stanford.nlp.parser.ui.TreeJPanel
absoluteDifference(Counter<E>, Counter<E>) - Static method in class edu.stanford.nlp.stats.Counters
Returns |c1 - c2|.
absolutelyDiscountedDistribution(Counter<E>, int, double) - Static method in class edu.stanford.nlp.stats.Distribution
AbstractCachingDiffFloatFunction - Class in edu.stanford.nlp.optimization
AbstractCachingDiffFloatFunction() - Constructor for class edu.stanford.nlp.optimization.AbstractCachingDiffFloatFunction
AbstractCachingDiffFunction - Class in edu.stanford.nlp.optimization
A differentiable function that caches the last evaluation of its value and
derivative.
AbstractCachingDiffFunction() - Constructor for class edu.stanford.nlp.optimization.AbstractCachingDiffFunction
AbstractCollinsHeadFinder - Class in edu.stanford.nlp.trees
A base class for a HeadFinder similar to the one described in
Michael Collins' 1999 thesis.
AbstractCollinsHeadFinder(TreebankLanguagePack, String...) - Constructor for class edu.stanford.nlp.trees.AbstractCollinsHeadFinder
Construct a HeadFinder.
AbstractCoreLabel - Interface in edu.stanford.nlp.ling
AbstractCounter <E > - Class in edu.stanford.nlp.stats
Default implementations of all the convenience methods provided by
Counter
.
AbstractCounter() - Constructor for class edu.stanford.nlp.stats.AbstractCounter
AbstractDependencyGrammar - Class in edu.stanford.nlp.parser.lexparser
An abstract base class for dependency grammars.
AbstractDependencyGrammar(TreebankLanguagePack, TagProjection, boolean, boolean, boolean, Options, Index<String>, Index<String>) - Constructor for class edu.stanford.nlp.parser.lexparser.AbstractDependencyGrammar
AbstractEval - Class in edu.stanford.nlp.parser.metrics
A framework for Set-based precision/recall/F1 evaluation.
AbstractEval() - Constructor for class edu.stanford.nlp.parser.metrics.AbstractEval
AbstractEval(boolean) - Constructor for class edu.stanford.nlp.parser.metrics.AbstractEval
AbstractEval(String) - Constructor for class edu.stanford.nlp.parser.metrics.AbstractEval
AbstractEval(String, boolean) - Constructor for class edu.stanford.nlp.parser.metrics.AbstractEval
AbstractEval.CatErrorEval - Class in edu.stanford.nlp.parser.metrics
This class counts which categories are over and underproposed in trees.
AbstractEval.RuleErrorEval - Class in edu.stanford.nlp.parser.metrics
AbstractEval.ScoreEval - Class in edu.stanford.nlp.parser.metrics
This isn't really a kind of AbstractEval: we're sort of cheating here.
AbstractEvaluate - Class in edu.stanford.nlp.sentiment
AbstractEvaluate(RNNOptions) - Constructor for class edu.stanford.nlp.sentiment.AbstractEvaluate
AbstractEvaluator() - Constructor for class edu.stanford.nlp.scoref.EvalUtils.AbstractEvaluator
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
AbstractLinearClassifierFactory <L ,F > - Class in edu.stanford.nlp.classify
AbstractLinearClassifierFactory() - Constructor for class edu.stanford.nlp.classify.AbstractLinearClassifierFactory
AbstractListProcessor <IN ,OUT ,L ,F > - Class in edu.stanford.nlp.process
Class AbstractListProcessor
AbstractListProcessor() - Constructor for class edu.stanford.nlp.process.AbstractListProcessor
AbstractMatchCostFunction() - Constructor for class edu.stanford.nlp.ling.tokensregex.matcher.MatchCostFunction.AbstractMatchCostFunction
AbstractSequenceClassifier <IN extends CoreMap > - Class in edu.stanford.nlp.ie
This class provides common functionality for (probabilistic) sequence models.
AbstractSequenceClassifier(Properties) - Constructor for class edu.stanford.nlp.ie.AbstractSequenceClassifier
Construct a SeqClassifierFlags object based on the passed in properties,
and then call the other constructor.
AbstractSequenceClassifier(SeqClassifierFlags) - Constructor for class edu.stanford.nlp.ie.AbstractSequenceClassifier
Initialize the featureFactory and other variables based on the passed in
flags.
AbstractStochasticCachingDiffFunction - Class in edu.stanford.nlp.optimization
AbstractStochasticCachingDiffFunction() - Constructor for class edu.stanford.nlp.optimization.AbstractStochasticCachingDiffFunction
AbstractStochasticCachingDiffFunction.SamplingMethod - Enum in edu.stanford.nlp.optimization
AbstractStochasticCachingDiffUpdateFunction - Class in edu.stanford.nlp.optimization
Function for stochastic calculations that does update in place
(instead of maintaining and returning the derivative).
AbstractStochasticCachingDiffUpdateFunction() - Constructor for class edu.stanford.nlp.optimization.AbstractStochasticCachingDiffUpdateFunction
AbstractStringAnnotationPattern() - Constructor for class edu.stanford.nlp.ling.tokensregex.ComplexNodePattern.AbstractStringAnnotationPattern
AbstractTextAnnotationCreator - Class in edu.stanford.nlp.pipeline
Creates a stub implementation for creating annotation from
various input sources using String as the main input source
AbstractTextAnnotationCreator() - Constructor for class edu.stanford.nlp.pipeline.AbstractTextAnnotationCreator
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.
AbstractTreebankLanguagePack(char) - 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.AnnotatePunctuationFunction - Class in edu.stanford.nlp.parser.lexparser
Annotation function for mapping punctuation to PTB-style equivalence classes.
AbstractTreebankParserParams.RemoveGFSubcategoryStripper - 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 - 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.
AbstractTreeExtractor <T > - Class in edu.stanford.nlp.parser.lexparser
An abstract superclass for parser classes that extract counts from Trees.
AbstractTreeExtractor(Options) - Constructor for class edu.stanford.nlp.parser.lexparser.AbstractTreeExtractor
AbstractUnknownWordModelTrainer - Class in edu.stanford.nlp.parser.lexparser
AbstractUnknownWordModelTrainer() - Constructor for class edu.stanford.nlp.parser.lexparser.AbstractUnknownWordModelTrainer
AbstrAnnotation() - Constructor for class edu.stanford.nlp.ling.CoreAnnotations.AbstrAnnotation
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(String) - Method in class edu.stanford.nlp.io.NumberRangesFileFilter
Checks whether a String satisfies the number range selection filter.
accept(File) - Method in class edu.stanford.nlp.io.RegExFileFilter
Checks whether a file satisfies the selection filter.
acceptFilter() - Static method in class edu.stanford.nlp.util.Filters
The acceptFilter accepts everything.
accepting - Variable in class edu.stanford.nlp.fsm.DFSAState
accuracy() - Method in class edu.stanford.nlp.classify.PRCurve
AccuracyStats <L > - Class in edu.stanford.nlp.stats
Utility class for aggregating counts of true positives, false positives, and
false negatives and computing precision/recall/F1 stats.
AccuracyStats(ProbabilisticClassifier<L, F>, GeneralDataset<L, F>, L) - Constructor for class edu.stanford.nlp.stats.AccuracyStats
AccuracyStats(L, String) - Constructor for class edu.stanford.nlp.stats.AccuracyStats
ACE2004_PROP - Static variable in class edu.stanford.nlp.dcoref.Constants
ACE2005_PROP - Static variable in class edu.stanford.nlp.dcoref.Constants
AceCharSeq - Class in edu.stanford.nlp.ie.machinereading.domains.ace.reader
Implements the ACE <charseq> construct.
AceCharSeq(String, int, int) - Constructor for class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceCharSeq
Token that incorporates this whole char sequence, e.g.
AceDocument - Class in edu.stanford.nlp.ie.machinereading.domains.ace.reader
Stores the ACE elements annotated in this document
AceDocument(String) - Constructor for class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceDocument
AceDomReader - Class in edu.stanford.nlp.ie.machinereading.domains.ace.reader
DOM reader for an ACE specification.
AceDomReader() - Constructor for class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceDomReader
AceElement - Class in edu.stanford.nlp.ie.machinereading.domains.ace.reader
Base class for all ACE annotation elements.
AceElement(String) - Constructor for class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceElement
AceEntity - Class in edu.stanford.nlp.ie.machinereading.domains.ace.reader
Implements the ACE <entity> construct.
AceEntity(String, String, String, String) - Constructor for class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceEntity
AceEntityMention - Class in edu.stanford.nlp.ie.machinereading.domains.ace.reader
Implements the ACE construct
AceEntityMention(String, String, String, AceCharSeq, AceCharSeq) - Constructor for class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceEntityMention
AceEvent - Class in edu.stanford.nlp.ie.machinereading.domains.ace.reader
Stores one ACE event
AceEvent(String, String, String, String, String, String, String) - Constructor for class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceEvent
AceEventMention - Class in edu.stanford.nlp.ie.machinereading.domains.ace.reader
Stores one ACE event mention
AceEventMention(String, AceCharSeq, AceCharSeq) - Constructor for class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceEventMention
AceEventMentionArgument - Class in edu.stanford.nlp.ie.machinereading.domains.ace.reader
AceEventMentionArgument(String, AceEntityMention) - Constructor for class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceEventMentionArgument
AceMention - Class in edu.stanford.nlp.ie.machinereading.domains.ace.reader
AceMention(String, AceCharSeq) - Constructor for class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceMention
AceMentionArgument - Class in edu.stanford.nlp.ie.machinereading.domains.ace.reader
AceMentionArgument(String, AceEntityMention, String) - Constructor for class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceMentionArgument
ACEMentionExtractor - Class in edu.stanford.nlp.dcoref
Extracts <COREF>
mentions from a file annotated in ACE format (ACE2004, ACE2005).
ACEMentionExtractor(Dictionaries, Properties, Semantics) - Constructor for class edu.stanford.nlp.dcoref.ACEMentionExtractor
ACEMentionExtractor(Dictionaries, Properties, Semantics, LogisticClassifier<String, String>) - Constructor for class edu.stanford.nlp.dcoref.ACEMentionExtractor
AceReader - Class in edu.stanford.nlp.ie.machinereading.domains.ace
Simple wrapper of Mihai's ACE code to ie.machinereading.structure objects.
AceReader() - Constructor for class edu.stanford.nlp.ie.machinereading.domains.ace.AceReader
Make an AceReader.
AceReader(StanfordCoreNLP, boolean) - Constructor for class edu.stanford.nlp.ie.machinereading.domains.ace.AceReader
AceReader(StanfordCoreNLP, boolean, String) - Constructor for class edu.stanford.nlp.ie.machinereading.domains.ace.AceReader
AceRelation - Class in edu.stanford.nlp.ie.machinereading.domains.ace.reader
Stores one ACE relation
AceRelation(String, String, String, String, String) - Constructor for class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceRelation
AceRelationMention - Class in edu.stanford.nlp.ie.machinereading.domains.ace.reader
Stores one ACE relation mention
AceRelationMention(String, AceCharSeq, String) - Constructor for class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceRelationMention
AceRelationMentionArgument - Class in edu.stanford.nlp.ie.machinereading.domains.ace.reader
AceRelationMentionArgument(String, AceEntityMention) - Constructor for class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceRelationMentionArgument
AceSentenceSegmenter - Class in edu.stanford.nlp.ie.machinereading.domains.ace.reader
AceSentenceSegmenter() - Constructor for class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceSentenceSegmenter
AceToken - Class in edu.stanford.nlp.ie.machinereading.domains.ace.reader
AceToken(String, String, String, String, String, String, String, int) - Constructor for class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceToken
Constructs an AceToken from a tokenized line generated by Tokey
acos(double) - Static method in class edu.stanford.nlp.math.SloppyMath
Compute acos very quickly by directly looking up the value.
ACRONYM - Static variable in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.RobustTokenizer
acronymCache - Variable in class edu.stanford.nlp.dcoref.Document
acronymCache - Variable in class edu.stanford.nlp.hcoref.data.Document
AcronymMatcher - Class in edu.stanford.nlp.util
A simple class with a variety of acronym matching utilities.
AcronymMatcher() - Constructor for class edu.stanford.nlp.util.AcronymMatcher
Action(Env) - Method in class edu.stanford.nlp.ling.tokensregex.parser.TokenSequenceParser
actionPerformed(ActionEvent) - Method in class edu.stanford.nlp.trees.tregex.gui.InputPanel
actionPerformed(ActionEvent) - Method in class edu.stanford.nlp.trees.tregex.gui.TregexGUI
actionPerformed(ActionEvent) - Method in class edu.stanford.nlp.trees.tregex.gui.TregexGUI.TransferActionListener
activate(MorphoFeatureSpecification.MorphoFeatureType) - Method in class edu.stanford.nlp.international.morph.MorphoFeatureSpecification
active - Variable in class edu.stanford.nlp.ling.tokensregex.SequenceMatchRules.AnnotationExtractRule
activeFeatures - Variable in class edu.stanford.nlp.international.morph.MorphoFeatureSpecification
adaAlpha - Variable in class edu.stanford.nlp.parser.nndep.Config
Initial global learning rate for AdaGrad training
adaDeltaRho - Variable in class edu.stanford.nlp.sequences.SeqClassifierFlags
adaEps - Variable in class edu.stanford.nlp.parser.nndep.Config
An epsilon value added to the denominator of the AdaGrad
expression for numerical stability
adaGrad(double, double) - Static method in class edu.stanford.nlp.scoref.SimpleLinearClassifier
adaGradEps - Variable in class edu.stanford.nlp.sequences.SeqClassifierFlags
adagradResetFrequency - Variable in class edu.stanford.nlp.sentiment.RNNTrainOptions
How many epochs between resets of the adagrad learning rates.
adapt(String, Dataset<String, String>, DocumentReaderAndWriter<IN>) - Method in class edu.stanford.nlp.ie.ner.CMMClassifier
adapt(ObjectBank<List<IN>>, Dataset<String, String>) - Method in class edu.stanford.nlp.ie.ner.CMMClassifier
adapt() - Static method in class edu.stanford.nlp.util.logging.JavaUtilLoggingAdaptor
AdaptedGaussianPriorObjectiveFunction <L ,F > - Class in edu.stanford.nlp.classify
Adapt the mean of the Gaussian Prior by shifting the mean to the previously trained weights
AdaptedGaussianPriorObjectiveFunction(GeneralDataset<L, F>, LogPrior, double[][]) - Constructor for class edu.stanford.nlp.classify.AdaptedGaussianPriorObjectiveFunction
adaptFile - Variable in class edu.stanford.nlp.sequences.SeqClassifierFlags
NER adaptation (Gaussian prior) parameters.
adaptSigma - Variable in class edu.stanford.nlp.sequences.SeqClassifierFlags
adaptWeights(Dataset<L, F>, LinearClassifierFactory<L, F>) - Method in class edu.stanford.nlp.classify.LinearClassifier
adaptWeights(double[][], GeneralDataset<L, F>) - Method in class edu.stanford.nlp.classify.LinearClassifierFactory
Adapt classifier (adjust the mean of Gaussian prior).
add(Datum<L, F>) - Method in class edu.stanford.nlp.classify.Dataset
add(Collection<F>, L) - Method in class edu.stanford.nlp.classify.Dataset
add(Collection<F>, L, boolean) - Method in class edu.stanford.nlp.classify.Dataset
add(int[], int) - Method in class edu.stanford.nlp.classify.Dataset
Adds a datums defined by feature indices and label index
Careful with this one! Make sure that all indices are valid!
add(Datum<L, F>) - Method in class edu.stanford.nlp.classify.GeneralDataset
add(Datum<L, F>) - Method in class edu.stanford.nlp.classify.RVFDataset
add(Datum<L, F>, String, String) - Method in class edu.stanford.nlp.classify.RVFDataset
add(Datum<L, F>) - Method in class edu.stanford.nlp.classify.WeightedDataset
add(Collection<F>, L) - Method in class edu.stanford.nlp.classify.WeightedDataset
add(Datum<L, F>, float) - Method in class edu.stanford.nlp.classify.WeightedDataset
add(Collection<F>, L, float) - Method in class edu.stanford.nlp.classify.WeightedDataset
add(RVFDatum<L, F>, float) - Method in class edu.stanford.nlp.classify.WeightedRVFDataset
Add a datum, with a given weight.
add(Datum<L, F>) - Method in class edu.stanford.nlp.classify.WeightedRVFDataset
add(Datum<L, F>, String, String) - Method in class edu.stanford.nlp.classify.WeightedRVFDataset
add(V, V, E) - Method in class edu.stanford.nlp.graph.DirectedMultiGraph
adds vertices (if not already in the graph) and the edge between them
add(V, V, E) - Method in interface edu.stanford.nlp.graph.Graph
Adds vertices (if not already in the graph) and the edge between them.
add(K, NodePattern) - Method in class edu.stanford.nlp.ling.tokensregex.ComplexNodePattern
add(String) - Method in class edu.stanford.nlp.ling.tokensregex.PhraseTable.PhraseStringCollection
add(Expression) - Method in class edu.stanford.nlp.ling.tokensregex.types.Expressions.ListExpression
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(Experiments) - Method in class edu.stanford.nlp.maxent.Experiments
add(Feature) - Method in class edu.stanford.nlp.maxent.Features
add(Feature) - Method in class edu.stanford.nlp.maxent.Problem
add(E) - Method in class edu.stanford.nlp.objectbank.ObjectBank
Unsupported Operation.
add(Object) - Method in class edu.stanford.nlp.objectbank.ReaderIteratorFactory
Adds an Object to the underlying Collection of input sources.
add(double, double[], double[], int, double) - Method in class edu.stanford.nlp.optimization.QNMinimizer.Record
add(Map<String, DataInstance>, boolean) - Method in class edu.stanford.nlp.patterns.InvertedIndexByTokens
add(List<CoreLabel>, String, boolean) - Method in class edu.stanford.nlp.patterns.InvertedIndexByTokens
add(Map<String, DataInstance>, boolean) - Method in class edu.stanford.nlp.patterns.SentenceIndex
addProcessedText is true when inserting sentences for the first time
add(List<CoreLabel>, String, boolean) - Method in class edu.stanford.nlp.patterns.SentenceIndex
add(List<IN>) - Method in class edu.stanford.nlp.sequences.ObjectBankWrapper
add(TwoDimensionalCounter<T1, T2>, TwoDimensionalCounter<T1, T2>) - Static method in class edu.stanford.nlp.stats.Counters
For all keys (u,v) in arg1 and arg2, sets return[u,v] to be summation of both.
add(Counter<E>, Collection<E>) - Static method in class edu.stanford.nlp.stats.Counters
add(Counter<E>, Counter<E>) - Static method in class edu.stanford.nlp.stats.Counters
add(Counter<E>, double) - Static method in class edu.stanford.nlp.stats.Counters
increments every key in the counter by value
add(FeatureKey) - Method in class edu.stanford.nlp.tagger.maxent.TaggerExperiments
Adds a FeatureKey to the set of known FeatureKeys.
add(int, History, int) - Method in class edu.stanford.nlp.tagger.maxent.TemplateHash
add(String) - Method in class edu.stanford.nlp.tagger.maxent.TTags
add(SUTime.Duration) - Method in class edu.stanford.nlp.time.JollyDayHolidays.JollyHoliday
add(SUTime.Duration) - Method in class edu.stanford.nlp.time.SUTime.Duration
add(SUTime.Duration) - Method in class edu.stanford.nlp.time.SUTime.DurationRange
add(SUTime.Duration) - Method in class edu.stanford.nlp.time.SUTime.DurationWithFields
add(SUTime.Duration) - Method in class edu.stanford.nlp.time.SUTime.DurationWithMillis
add(SUTime.Duration) - Method in class edu.stanford.nlp.time.SUTime.GroundedTime
add(SUTime.Duration) - Method in class edu.stanford.nlp.time.SUTime.InexactTime
add(SUTime.Duration) - Method in class edu.stanford.nlp.time.SUTime.OrdinalTime
add(SUTime.Duration) - Method in class edu.stanford.nlp.time.SUTime.PartialTime
add(SUTime.Duration) - Method in class edu.stanford.nlp.time.SUTime.Range
add(SUTime.Duration, int) - Method in class edu.stanford.nlp.time.SUTime.Range
add(SUTime.Duration) - Method in class edu.stanford.nlp.time.SUTime.RefTime
add(SUTime.Duration) - Method in class edu.stanford.nlp.time.SUTime.RelativeTime
add(SUTime.Duration) - Method in class edu.stanford.nlp.time.SUTime.SimpleTime
add(SUTime.Duration) - Method in class edu.stanford.nlp.time.SUTime.Time
add(SUTime.Duration) - Method in class edu.stanford.nlp.time.SUTime.TimeWithRange
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(E) - Method in class edu.stanford.nlp.util.ArraySet
Adds element to set.
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 to use the return conditions of add().
add(K, V) - Method in class edu.stanford.nlp.util.CollectionValuedMap
Adds the value to the Collection mapped to by the key.
add(E) - Method in class edu.stanford.nlp.util.concurrent.ConcurrentHashIndex
add(U, U) - Method in class edu.stanford.nlp.util.ConfusionMatrix
Increments the entry for this guess and gold by 1.
add(U, U, int) - Method in class edu.stanford.nlp.util.ConfusionMatrix
Increments the entry for this guess and gold by the given increment amount.
add(K, V) - Method in class edu.stanford.nlp.util.DeltaCollectionValuedMap
add(E) - Method in class edu.stanford.nlp.util.DeltaIndex
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 class edu.stanford.nlp.util.HashIndex
Adds an object to the Index.
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 interface edu.stanford.nlp.util.Index
add(T) - Method in class edu.stanford.nlp.util.IntervalTree
add(IntervalTree.TreeNode<E, T>, T) - Method in class edu.stanford.nlp.util.IntervalTree
add(IntervalTree.TreeNode<E, T>, T, double) - Method in class edu.stanford.nlp.util.IntervalTree
add(int) - Method in class edu.stanford.nlp.util.IntUni
add(U, V) - Method in class edu.stanford.nlp.util.MapList
add(U, Collection<V>) - Method in class edu.stanford.nlp.util.MapList
Using the iterator order of values in the value, adds the
individual elements into the list under the given key.
add(E) - Method in class edu.stanford.nlp.util.MaxSizeConcurrentHashSet
Adds the element if the set is not already full.
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 to use the return conditions of add().
add(K1, K2, V) - Method in class edu.stanford.nlp.util.TwoDimensionalCollectionValuedMap
Adds the value to the Collection mapped to by the key.
add(K1, K2, Collection<V>) - Method in class edu.stanford.nlp.util.TwoDimensionalCollectionValuedMap
Adds a collection of values to the Collection mapped to by the key.
add(K1, K2) - Method in class edu.stanford.nlp.util.TwoDimensionalSet
ADD_FUNCTION - Static variable in class edu.stanford.nlp.ling.tokensregex.types.ValueFunctions
addAll(Iterable<? extends Datum<L, F>>) - Method in class edu.stanford.nlp.classify.GeneralDataset
Adds all Datums in the given collection of data to this dataset
addAll(Iterable<? extends Datum<L, F>>) - Method in class edu.stanford.nlp.classify.RVFDataset
addAll(Collection<? extends String>) - Method in class edu.stanford.nlp.ling.tokensregex.PhraseTable.PhraseStringCollection
addAll(List<Expression>) - Method in class edu.stanford.nlp.ling.tokensregex.types.Expressions.ListExpression
addAll(Collection<? extends E>) - Method in class edu.stanford.nlp.objectbank.ObjectBank
Unsupported Operation.
addAll(Collection<?>) - Method in class edu.stanford.nlp.objectbank.ReaderIteratorFactory
Adds all Objects in Collection c to the underlying Collection of
input sources.
addAll(List<TaggedWord>) - Method in class edu.stanford.nlp.parser.lexparser.BaseLexicon
Not yet implemented.
addAll(List<TaggedWord>, double) - Method in class edu.stanford.nlp.parser.lexparser.BaseLexicon
Not yet implemented.
addAll(Collection<? extends List<IN>>) - Method in class edu.stanford.nlp.sequences.ObjectBankWrapper
addAll(Counter<E>) - Method in class edu.stanford.nlp.stats.AbstractCounter
Adds the counts in the given Counter to the counts in this Counter.
addAll(Counter<E>) - Method in class edu.stanford.nlp.stats.ClassicCounter
Adds the counts in the given Counter to the counts in this Counter.
addAll(Counter<E>) - Method in interface edu.stanford.nlp.stats.Counter
Adds the counts in the given Counter to the counts in this Counter.
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(TwoDimensionalCounterInterface<K1, K2>) - Method in class edu.stanford.nlp.stats.TwoDimensionalCounter
addAll(K1, Counter<K2>) - Method in class edu.stanford.nlp.stats.TwoDimensionalCounter
addAll(TwoDimensionalIntCounter<K1, K2>) - Method in class edu.stanford.nlp.stats.TwoDimensionalIntCounter
addAll(K1, IntCounter<K2>) - Method in class edu.stanford.nlp.stats.TwoDimensionalIntCounter
addAll(int, Collection<? extends Tree>) - Method in class edu.stanford.nlp.trees.MemoryTreebank
addAll(Collection<T>, Iterable<? extends T>) - Static method in class edu.stanford.nlp.util.CollectionUtils
Add all the items from an iterable to a collection.
addAll(K, Collection<V>) - Method in class edu.stanford.nlp.util.CollectionValuedMap
Adds the values to the Collection mapped to by the key.
addAll(Map<K, V>) - Method in class edu.stanford.nlp.util.CollectionValuedMap
Adds all of the mappings in m to this CollectionValuedMap.
addAll(CollectionValuedMap<K, V>) - Method in class edu.stanford.nlp.util.CollectionValuedMap
addAll(Collection<? extends E>) - Method in class edu.stanford.nlp.util.concurrent.ConcurrentHashIndex
addAll(Map<K, V>) - Method in class edu.stanford.nlp.util.DeltaCollectionValuedMap
Adds all of the mappings in m to this CollectionValuedMap.
addAll(Collection<? extends E>) - Method in class edu.stanford.nlp.util.DeltaIndex
addAll(Collection<? extends E>) - Method in class edu.stanford.nlp.util.HashIndex
Adds every member of Collection to the Index.
addAll(Collection<? extends E>) - Method in interface edu.stanford.nlp.util.Index
addAll(Iterator<? extends T>, Collection<T>) - Static method in class edu.stanford.nlp.util.Iterables
Adds all of the Objects returned by the given Iterator into the given Collection.
addAll(Map<K, V1>, Map<K, V2>, Function<V2, V1>) - Static method in class edu.stanford.nlp.util.Maps
Adds all of the keys in from
to to
,
applying function
to the values to transform them
from V2
to V1
.
addAll(Collection<? extends E>) - Method in class edu.stanford.nlp.util.MaxSizeConcurrentHashSet
Add all the items.
addAll(TwoDimensionalMap<? extends K1, ? extends K2, ? extends V2>, Function<V2, V>) - Method in class edu.stanford.nlp.util.TwoDimensionalMap
Adds all of the entries in the other
map, performing
function
on them to transform the values
addAll(TwoDimensionalSet<? extends K1, ? extends K2>) - Method in class edu.stanford.nlp.util.TwoDimensionalSet
addAllAppositions(Iterable<? extends Integer>) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
repeated int32 appositions = 54;
addAllArg(Iterable<? extends CoreNLPProtos.Entity>) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Relation.Builder
repeated .edu.stanford.nlp.pipeline.Entity arg = 7;
addAllArgName(Iterable<String>) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Relation.Builder
repeated string argName = 6;
addAllBelongToLists(Iterable<? extends Integer>) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
repeated int32 belongToLists = 58;
addAllChild(Iterable<? extends CoreNLPProtos.ParseTree>) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.ParseTree.Builder
repeated .edu.stanford.nlp.pipeline.ParseTree child = 1;
addAllCorefChain(Iterable<? extends CoreNLPProtos.CorefChain>) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document.Builder
repeated .edu.stanford.nlp.pipeline.CorefChain corefChain = 3;
addAllDependents(Iterable<String>) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
repeated string dependents = 52;
addAllEdge(Iterable<? extends CoreNLPProtos.DependencyGraph.Edge>) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Builder
repeated .edu.stanford.nlp.pipeline.DependencyGraph.Edge edge = 2;
addAllEntailedSentence(Iterable<? extends CoreNLPProtos.SentenceFragment>) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.SentenceFragment entailedSentence = 15;
addAllEntity(Iterable<? extends CoreNLPProtos.Entity>) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.Entity entity = 52;
addAllInterningAndSuffixing(Collection<String>, Collection<String>, String) - Method in class edu.stanford.nlp.sequences.FeatureFactory
Makes more complete feature names out of partial feature names, by
adding a suffix to the String feature name, adding results to an
accumulator
addAllKBestParseTrees(Iterable<? extends CoreNLPProtos.ParseTree>) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.ParseTree kBestParseTrees = 34;
addAllKey(Iterable<? extends Integer>) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.MapIntString.Builder
repeated uint32 key = 1;
addAllKey(Iterable<String>) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.MapStringString.Builder
repeated string key = 1;
addAllKeys(TwoDimensionalMap<? extends K1, ? extends K2, ?>) - Method in class edu.stanford.nlp.util.TwoDimensionalSet
Adds all the keys in the given TwoDimensionalMap.
addAllListMembers(Iterable<? extends Integer>) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
repeated int32 listMembers = 57;
addAllMacros(TregexPatternCompiler, String, String) - Static method in class edu.stanford.nlp.trees.tregex.Macros
addAllMacros(TregexPatternCompiler, BufferedReader) - Static method in class edu.stanford.nlp.trees.tregex.Macros
addAllMention(Iterable<? extends CoreNLPProtos.CorefChain.CorefMention>) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.Builder
repeated .edu.stanford.nlp.pipeline.CorefChain.CorefMention mention = 2;
addAllMentions(Iterable<? extends CoreNLPProtos.NERMention>) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.NERMention mentions = 55;
addAllMentions(Iterable<? extends Integer>) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.SpeakerInfo.Builder
repeated int32 mentions = 2;
addAllMentionsForCoref(Iterable<? extends CoreNLPProtos.Mention>) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 56;
addAllNode(Iterable<? extends CoreNLPProtos.DependencyGraph.Node>) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Builder
repeated .edu.stanford.nlp.pipeline.DependencyGraph.Node node = 1;
addAllObjectTokens(Iterable<? extends Integer>) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETriple.Builder
repeated uint32 objectTokens = 7;
addAllOpenieTriple(Iterable<? extends CoreNLPProtos.OpenIETriple>) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.OpenIETriple openieTriple = 14;
addAllOriginalSpan(Iterable<? extends CoreNLPProtos.IndexedWord>) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
repeated .edu.stanford.nlp.pipeline.IndexedWord originalSpan = 51;
addAllPredicateNominatives(Iterable<? extends Integer>) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
repeated int32 predicateNominatives = 55;
addAllPreprocessedTerms(Iterable<String>) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
repeated string preprocessedTerms = 53;
addAllQuote(Iterable<? extends CoreNLPProtos.Quote>) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document.Builder
repeated .edu.stanford.nlp.pipeline.Quote quote = 6;
addAllRelation(Iterable<? extends CoreNLPProtos.Relation>) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.Relation relation = 53;
addAllRelationTokens(Iterable<? extends Integer>) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETriple.Builder
repeated uint32 relationTokens = 6;
addAllRelativePronouns(Iterable<? extends Integer>) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
repeated int32 relativePronouns = 56;
addAllRoot(Iterable<? extends Integer>) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Builder
repeated uint32 root = 3 [packed = true];
addAllSentence(Iterable<? extends CoreNLPProtos.Sentence>) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document.Builder
repeated .edu.stanford.nlp.pipeline.Sentence sentence = 2;
addAllSentencelessToken(Iterable<? extends CoreNLPProtos.Token>) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document.Builder
repeated .edu.stanford.nlp.pipeline.Token sentencelessToken = 5;
addAllSentenceWords(Iterable<? extends CoreNLPProtos.IndexedWord>) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
repeated .edu.stanford.nlp.pipeline.IndexedWord sentenceWords = 50;
addAllSubjectTokens(Iterable<? extends Integer>) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETriple.Builder
repeated uint32 subjectTokens = 5;
addAllToken(Iterable<? extends CoreNLPProtos.Token>) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.Token token = 1;
addAllTokenIndex(Iterable<? extends Integer>) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceFragment.Builder
repeated uint32 tokenIndex = 1;
addAllValue(Iterable<String>) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.MapIntString.Builder
repeated string value = 2;
addAllValue(Iterable<String>) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.MapStringString.Builder
repeated string value = 2;
addAllWithSourcesAndIds(RVFDataset<L, F>) - Method in class edu.stanford.nlp.classify.RVFDataset
addAllXmlContext(Iterable<String>) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
repeated string xmlContext = 22;
addAnnotator(Annotator) - Method in class edu.stanford.nlp.pipeline.AnnotationPipeline
addApposition(Mention) - Method in class edu.stanford.nlp.dcoref.Mention
Find apposition
addApposition(Mention) - Method in class edu.stanford.nlp.hcoref.data.Mention
Find apposition
addAppositions(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
repeated int32 appositions = 54;
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(int, int, String) - Method in class edu.stanford.nlp.parser.nndep.Configuration
addArg(AceEntityMention, String) - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceEventMention
addArg(ExtractionObject, String, boolean) - Method in class edu.stanford.nlp.ie.machinereading.structure.EventMention
addArg(ExtractionObject) - Method in class edu.stanford.nlp.ie.machinereading.structure.RelationMention
addArg(CoreNLPProtos.Entity) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Relation.Builder
repeated .edu.stanford.nlp.pipeline.Entity arg = 7;
addArg(int, CoreNLPProtos.Entity) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Relation.Builder
repeated .edu.stanford.nlp.pipeline.Entity arg = 7;
addArg(CoreNLPProtos.Entity.Builder) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Relation.Builder
repeated .edu.stanford.nlp.pipeline.Entity arg = 7;
addArg(int, CoreNLPProtos.Entity.Builder) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Relation.Builder
repeated .edu.stanford.nlp.pipeline.Entity arg = 7;
addArgBuilder() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Relation.Builder
repeated .edu.stanford.nlp.pipeline.Entity arg = 7;
addArgBuilder(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Relation.Builder
repeated .edu.stanford.nlp.pipeline.Entity arg = 7;
addArgName(String) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Relation.Builder
repeated string argName = 6;
addArgNameBytes(ByteString) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Relation.Builder
repeated string argName = 6;
addArgs(List<ExtractionObject>, List<String>, boolean) - Method in class edu.stanford.nlp.ie.machinereading.structure.EventMention
addBelongsToList(Mention) - Method in class edu.stanford.nlp.dcoref.Mention
addBelongsToList(Mention) - Method in class edu.stanford.nlp.hcoref.data.Mention
addBelongToLists(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
repeated int32 belongToLists = 58;
addBiasToEmbedding - Variable in class edu.stanford.nlp.sequences.SeqClassifierFlags
addBinaryFeature(List<String>, String, CoreLabel, FeatureFactory.FeatureComponent, CoreLabel, FeatureFactory.FeatureComponent) - Static method in class edu.stanford.nlp.parser.shiftreduce.BasicFeatureFactory
addBinaryFeatures(List<String>, String, CoreLabel, FeatureFactory.FeatureComponent, FeatureFactory.FeatureComponent, String, CoreLabel, FeatureFactory.FeatureComponent, FeatureFactory.FeatureComponent) - Static method in class edu.stanford.nlp.parser.shiftreduce.BasicFeatureFactory
addBoundary() - Method in class edu.stanford.nlp.parser.lexparser.Lattice
addCapitalFeatures - Variable in class edu.stanford.nlp.sequences.SeqClassifierFlags
addChild(CoreNLPProtos.ParseTree) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.ParseTree.Builder
repeated .edu.stanford.nlp.pipeline.ParseTree child = 1;
addChild(int, CoreNLPProtos.ParseTree) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.ParseTree.Builder
repeated .edu.stanford.nlp.pipeline.ParseTree child = 1;
addChild(CoreNLPProtos.ParseTree.Builder) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.ParseTree.Builder
repeated .edu.stanford.nlp.pipeline.ParseTree child = 1;
addChild(int, CoreNLPProtos.ParseTree.Builder) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.ParseTree.Builder
repeated .edu.stanford.nlp.pipeline.ParseTree child = 1;
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.
addChild(int, Tree) - Method in class edu.stanford.nlp.trees.TreeGraphNode
Adds a child in the ith location.
addChild(LogRecordHandler) - Method in class edu.stanford.nlp.util.logging.Redwood.RecordHandlerTree
addChildBuilder() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.ParseTree.Builder
repeated .edu.stanford.nlp.pipeline.ParseTree child = 1;
addChildBuilder(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.ParseTree.Builder
repeated .edu.stanford.nlp.pipeline.ParseTree child = 1;
addChildTree(Redwood.RecordHandlerTree) - Method in class edu.stanford.nlp.util.logging.Redwood.RecordHandlerTree
addComment(String) - Method in class edu.stanford.nlp.semgraph.SemanticGraph
Store a comment line with this semantic graph.
addConstraint(ParserConstraint) - Method in class edu.stanford.nlp.parser.lexparser.Lattice
addCorefChain(CoreNLPProtos.CorefChain) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document.Builder
repeated .edu.stanford.nlp.pipeline.CorefChain corefChain = 3;
addCorefChain(int, CoreNLPProtos.CorefChain) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document.Builder
repeated .edu.stanford.nlp.pipeline.CorefChain corefChain = 3;
addCorefChain(CoreNLPProtos.CorefChain.Builder) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document.Builder
repeated .edu.stanford.nlp.pipeline.CorefChain corefChain = 3;
addCorefChain(int, CoreNLPProtos.CorefChain.Builder) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document.Builder
repeated .edu.stanford.nlp.pipeline.CorefChain corefChain = 3;
addCorefChainBuilder() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document.Builder
repeated .edu.stanford.nlp.pipeline.CorefChain corefChain = 3;
addCorefChainBuilder(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document.Builder
repeated .edu.stanford.nlp.pipeline.CorefChain corefChain = 3;
addCounts(PrecisionRecallStats) - Method in class edu.stanford.nlp.stats.PrecisionRecallStats
Adds the counts from the given stats to the counts of this stats.
addDependencyPathFeatures(Counter<String>, RelationMention, EntityMention, EntityMention, List<String>, List<String>, Logger) - Method in class edu.stanford.nlp.ie.machinereading.BasicRelationFeatureFactory
addDependents(String) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
repeated string dependents = 52;
addDependentsBytes(ByteString) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
repeated string dependents = 52;
addDistsimFeatures(List<String>, CoreLabel, String) - Method in class edu.stanford.nlp.parser.shiftreduce.DistsimFeatureFactory
addEdge(LatticeEdge) - Method in class edu.stanford.nlp.parser.lexparser.Lattice
addEdge(CoreNLPProtos.DependencyGraph.Edge) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Builder
repeated .edu.stanford.nlp.pipeline.DependencyGraph.Edge edge = 2;
addEdge(int, CoreNLPProtos.DependencyGraph.Edge) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Builder
repeated .edu.stanford.nlp.pipeline.DependencyGraph.Edge edge = 2;
addEdge(CoreNLPProtos.DependencyGraph.Edge.Builder) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Builder
repeated .edu.stanford.nlp.pipeline.DependencyGraph.Edge edge = 2;
addEdge(int, CoreNLPProtos.DependencyGraph.Edge.Builder) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Builder
repeated .edu.stanford.nlp.pipeline.DependencyGraph.Edge edge = 2;
addEdge(IndexedWord, IndexedWord, GrammaticalRelation, double, boolean) - Method in class edu.stanford.nlp.semgraph.SemanticGraph
addEdge(SemanticGraphEdge) - Method in class edu.stanford.nlp.semgraph.SemanticGraph
addEdgeBuilder() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Builder
repeated .edu.stanford.nlp.pipeline.DependencyGraph.Edge edge = 2;
addEdgeBuilder(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Builder
repeated .edu.stanford.nlp.pipeline.DependencyGraph.Edge edge = 2;
addEdgeFeatures(List<String>, State, String, String, Tree, Tree) - Method in class edu.stanford.nlp.parser.shiftreduce.BasicFeatureFactory
Could potentially add the tags and words for the left and right
ends of the tree.
addEdgeFeatures2(List<String>, State, String, Tree) - Method in class edu.stanford.nlp.parser.shiftreduce.BasicFeatureFactory
This option also does not seem to help
addEntailedSentence(CoreNLPProtos.SentenceFragment) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.SentenceFragment entailedSentence = 15;
addEntailedSentence(int, CoreNLPProtos.SentenceFragment) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.SentenceFragment entailedSentence = 15;
addEntailedSentence(CoreNLPProtos.SentenceFragment.Builder) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.SentenceFragment entailedSentence = 15;
addEntailedSentence(int, CoreNLPProtos.SentenceFragment.Builder) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.SentenceFragment entailedSentence = 15;
addEntailedSentenceBuilder() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.SentenceFragment entailedSentence = 15;
addEntailedSentenceBuilder(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.SentenceFragment entailedSentence = 15;
addEntity(AceEntity) - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceDocument
addEntity(CoreNLPProtos.Entity) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.Entity entity = 52;
addEntity(int, CoreNLPProtos.Entity) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.Entity entity = 52;
addEntity(CoreNLPProtos.Entity.Builder) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.Entity entity = 52;
addEntity(int, CoreNLPProtos.Entity.Builder) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.Entity entity = 52;
addEntityBuilder() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.Entity entity = 52;
addEntityBuilder(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.Entity entity = 52;
addEntityMention(AceEntityMention) - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceDocument
addEntityMention(CoreMap, EntityMention) - Static method in class edu.stanford.nlp.ie.machinereading.structure.AnnotationUtils
addEntityMentions(CoreMap, Collection<EntityMention>) - Static method in class edu.stanford.nlp.ie.machinereading.structure.AnnotationUtils
addEvent(AceEvent) - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceDocument
addEventMention(AceEventMention) - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceDocument
addEventMention(AceEventMention) - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceEntityMention
addEventMention(CoreMap, EventMention) - Static method in class edu.stanford.nlp.ie.machinereading.structure.AnnotationUtils
addEventMentions(CoreMap, Collection<EventMention>) - Static method in class edu.stanford.nlp.ie.machinereading.structure.AnnotationUtils
addExample(List<Integer>, List<Integer>) - Method in class edu.stanford.nlp.parser.nndep.Dataset
addExtraTrigramFeatures(List<String>, CoreLabel, CoreLabel, CoreLabel, CoreLabel, CoreLabel) - Method in class edu.stanford.nlp.parser.shiftreduce.BasicFeatureFactory
Also did not seem to help
addFeature(MorphoFeatureSpecification.MorphoFeatureType, String) - Method in class edu.stanford.nlp.international.morph.MorphoFeatures
addFeature(String) - Method in class edu.stanford.nlp.parser.lexparser.TregexPoweredTreebankParserParams
Enable an annotation feature.
addFeature(String, double) - Method in class edu.stanford.nlp.patterns.CandidatePhrase
addFeatureIndices(int[]) - Method in class edu.stanford.nlp.classify.Dataset
addFeatures(Collection<F>) - Method in class edu.stanford.nlp.classify.Dataset
addFeatures(Collection<F>, boolean) - Method in class edu.stanford.nlp.classify.Dataset
addFeatures(Counter<String>, RelationMention, List<String>) - Method in class edu.stanford.nlp.ie.machinereading.BasicRelationFeatureFactory
addFeatures(Counter<String>, RelationMention, List<String>, Logger) - Method in class edu.stanford.nlp.ie.machinereading.BasicRelationFeatureFactory
Creates all features for the datum corresponding to this relation mention
Note: this assumes binary relations where both arguments are EntityMention
addFeatures(Collection<String>) - Method in class edu.stanford.nlp.patterns.CandidatePhrase
addFeatures(SemanticGraph, Tree, boolean, boolean) - Method in class edu.stanford.nlp.trees.ud.UniversalDependenciesFeatureAnnotator
addFileFolder(EnumMap<TregexGUI.FilterType, String>, File[]) - Method in class edu.stanford.nlp.trees.tregex.gui.FileTreeModel
Forks off a new thread to load your files based on the filters you set in the interface
addFilter(Predicate<T>) - Method in class edu.stanford.nlp.util.Filters.ConjFilter
addFilter(Predicate<T>) - Method in class edu.stanford.nlp.util.Filters.DisjFilter
addFN(int) - Method in class edu.stanford.nlp.stats.PrecisionRecallStats
Adds the given number to the count of false negatives.
addForce(Partial, Period, int) - Static method in class edu.stanford.nlp.time.JodaTimeUtils
addForm(String) - Method in class edu.stanford.nlp.ling.tokensregex.PhraseTable.Phrase
addFP(int) - Method in class edu.stanford.nlp.stats.PrecisionRecallStats
Adds the given number to the count of false positives.
addGoldMentions(List<CoreMap>, List<Set<IntPair>>, List<List<Mention>>, List<List<Mention>>) - Static method in class edu.stanford.nlp.hcoref.md.CorefMentionFinder
addGuess(String, String, boolean) - Method in class edu.stanford.nlp.stats.MultiClassChunkEvalStats
addGuess(LabeledChunkIdentifier.LabelTagType, LabeledChunkIdentifier.LabelTagType, boolean) - Method in class edu.stanford.nlp.stats.MultiClassChunkEvalStats
addGuess(L, L) - Method in class edu.stanford.nlp.stats.MultiClassPrecisionRecallExtendedStats
addGuess(L, L, boolean) - Method in class edu.stanford.nlp.stats.MultiClassPrecisionRecallExtendedStats
addGuesses(List<L>, List<L>) - Method in class edu.stanford.nlp.stats.MultiClassPrecisionRecallExtendedStats
addHcorefProps(Properties) - Static method in class edu.stanford.nlp.scoref.StatisticalCorefProperties
addHighlight(JTextField, MouseEvent, MouseEvent) - Static method in class edu.stanford.nlp.trees.tregex.gui.HighlightUtils
Highlight the given label from the first mouse event to the second
Returns true if the highlight was successful, false otherwise.
addIncompatible(Mention, Mention) - Method in class edu.stanford.nlp.dcoref.Document
addIncompatible(Mention, Mention) - Method in class edu.stanford.nlp.hcoref.data.Document
addIndvWordsFromPhrasesExceptLastAsNeg - Variable in class edu.stanford.nlp.patterns.ConstantsAndVariables
For example, if positive seed dict contains "cancer" and "breast cancer" then "breast" is included as negative
addInPlace(double[], double) - Static method in class edu.stanford.nlp.math.ArrayMath
Increases the values in this array by b.
addInPlace(float[], double) - Static method in class edu.stanford.nlp.math.ArrayMath
Increases the values in this array by b.
addInPlace(Counter<E>, Counter<E>, double) - Static method in class edu.stanford.nlp.stats.Counters
Sets each value of target to be target[k]+scale*arg[k] for all keys k in
target.
addInPlace(Counter<E>, Counter<E>) - Static method in class edu.stanford.nlp.stats.Counters
Sets each value of target to be target[k]+arg[k] for all keys k in arg.
addInPlace(double[], Counter<E>, Index<E>) - Static method in class edu.stanford.nlp.stats.Counters
Sets each value of double[] target to be
target[idx.indexOf(k)]+a.getCount(k) for all keys k in arg
addInPlace(TwoDimensionalCounter<T1, T2>, TwoDimensionalCounter<T1, T2>, double) - Static method in class edu.stanford.nlp.stats.Counters
For all keys (u,v) in arg, sets target[u,v] to be target[u,v] + scale *
arg[u,v].
addInPlace(TwoDimensionalCounter<T1, T2>, TwoDimensionalCounter<T1, T2>) - Static method in class edu.stanford.nlp.stats.Counters
For all keys (u,v) in arg, sets target[u,v] to be target[u,v] + arg[u,v].
addInPlace(Counter<E>, Collection<E>, double) - Static method in class edu.stanford.nlp.stats.Counters
Sets each value of target to be target[k]+
value*(num-of-times-it-occurs-in-collection) if the key is present in the arg
collection.
addInPlace(TwoDimensionalCounter<T1, T2>, double) - Static method in class edu.stanford.nlp.stats.Counters
For all keys (u,v) in target, sets target[u,v] to be target[u,v] + value
addInPlace(Counter<E>, Collection<E>) - Static method in class edu.stanford.nlp.stats.Counters
Sets each value of target to be target[k]+
num-of-times-it-occurs-in-collection if the key is present in the arg
collection.
addInPlace(Counter<E>, double) - Static method in class edu.stanford.nlp.stats.Counters
Increments all keys in a Counter by a specific value.
addIntervalRelationFlags(int, boolean) - Static method in class edu.stanford.nlp.util.Interval
additionalSignature() - Method in class edu.stanford.nlp.pipeline.AnnotatorFactory
addKBestParseTrees(CoreNLPProtos.ParseTree) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.ParseTree kBestParseTrees = 34;
addKBestParseTrees(int, CoreNLPProtos.ParseTree) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.ParseTree kBestParseTrees = 34;
addKBestParseTrees(CoreNLPProtos.ParseTree.Builder) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.ParseTree kBestParseTrees = 34;
addKBestParseTrees(int, CoreNLPProtos.ParseTree.Builder) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.ParseTree kBestParseTrees = 34;
addKBestParseTreesBuilder() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.ParseTree kBestParseTrees = 34;
addKBestParseTreesBuilder(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.ParseTree kBestParseTrees = 34;
addKey(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.MapIntString.Builder
repeated uint32 key = 1;
addKey(String) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.MapStringString.Builder
repeated string key = 1;
addKey(K) - Method in class edu.stanford.nlp.util.CollectionValuedMap
addKey(K1) - Method in class edu.stanford.nlp.util.TwoDimensionalCollectionValuedMap
yes, this is a weird method, but i need it.
addKeyBytes(ByteString) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.MapStringString.Builder
repeated string key = 1;
addLabel(L) - Method in class edu.stanford.nlp.classify.Dataset
addLabel(LabelType) - Method in class edu.stanford.nlp.ling.BasicDatum
Adds the given Label to the List of labels for this Datum if it is not
null.
addLabel(L) - 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.
addLabelIndex(int) - Method in class edu.stanford.nlp.classify.Dataset
addListener(FileTreeNode.FileTreeNodeListener) - Method in class edu.stanford.nlp.trees.tregex.gui.FileTreeNode
addListener(MatchesPanel.MatchesPanelListener) - Method in class edu.stanford.nlp.trees.tregex.gui.MatchesPanel
Become a listener to changes in the trees the matches panel is showing
addListener(ListSelectionListener) - Method in class edu.stanford.nlp.trees.tregex.gui.MatchesPanel
Become a listener to changes in which tree is selected
addListMember(Mention) - Method in class edu.stanford.nlp.dcoref.Mention
addListMember(Mention) - Method in class edu.stanford.nlp.hcoref.data.Mention
addListMembers(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
repeated int32 listMembers = 57;
addMacro(String, String) - Method in class edu.stanford.nlp.trees.tregex.TregexPatternCompiler
Define a macro for rewriting a pattern in any tregex expression compiled
by this compiler.
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.
addMention(Mention) - Method in class edu.stanford.nlp.dcoref.SpeakerInfo
addMention(Mention) - Method in class edu.stanford.nlp.hcoref.data.SpeakerInfo
addMention(AceEntityMention) - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceEntity
addMention(AceEventMention) - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceEvent
addMention(AceRelationMention) - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceRelation
addMention(CoreNLPProtos.CorefChain.CorefMention) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.Builder
repeated .edu.stanford.nlp.pipeline.CorefChain.CorefMention mention = 2;
addMention(int, CoreNLPProtos.CorefChain.CorefMention) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.Builder
repeated .edu.stanford.nlp.pipeline.CorefChain.CorefMention mention = 2;
addMention(CoreNLPProtos.CorefChain.CorefMention.Builder) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.Builder
repeated .edu.stanford.nlp.pipeline.CorefChain.CorefMention mention = 2;
addMention(int, CoreNLPProtos.CorefChain.CorefMention.Builder) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.Builder
repeated .edu.stanford.nlp.pipeline.CorefChain.CorefMention mention = 2;
addMentionBuilder() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.Builder
repeated .edu.stanford.nlp.pipeline.CorefChain.CorefMention mention = 2;
addMentionBuilder(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.Builder
repeated .edu.stanford.nlp.pipeline.CorefChain.CorefMention mention = 2;
addMentions(CoreNLPProtos.NERMention) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.NERMention mentions = 55;
addMentions(int, CoreNLPProtos.NERMention) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.NERMention mentions = 55;
addMentions(CoreNLPProtos.NERMention.Builder) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.NERMention mentions = 55;
addMentions(int, CoreNLPProtos.NERMention.Builder) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.NERMention mentions = 55;
addMentions(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.SpeakerInfo.Builder
repeated int32 mentions = 2;
addMentionsBuilder() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.NERMention mentions = 55;
addMentionsBuilder(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.NERMention mentions = 55;
addMentionsForCoref(CoreNLPProtos.Mention) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 56;
addMentionsForCoref(int, CoreNLPProtos.Mention) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 56;
addMentionsForCoref(CoreNLPProtos.Mention.Builder) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 56;
addMentionsForCoref(int, CoreNLPProtos.Mention.Builder) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 56;
addMentionsForCorefBuilder() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 56;
addMentionsForCorefBuilder(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 56;
addMissingAnnotations(Properties) - Static method in class edu.stanford.nlp.hcoref.CorefProperties
addMissingFinalPunctuation - Variable in class edu.stanford.nlp.parser.lexparser.TestOptions
If a token list does not have sentence final punctuation near the
end, then automatically add the default one.
addMod(String) - Method in class edu.stanford.nlp.time.SUTime.Temporal
addMod() - Method in class edu.stanford.nlp.time.TimeExpression
addModApprox(String, boolean) - Method in class edu.stanford.nlp.time.SUTime.Temporal
addMultInPlace(double[], double[], double) - Static method in class edu.stanford.nlp.math.ArrayMath
Add c times the array b to array a.
addMultInto(double[], double[], double[], double) - Static method in class edu.stanford.nlp.math.ArrayMath
addNamedEntityStrings(CoreMap, Set<String>, Set<IntPair>) - Static method in class edu.stanford.nlp.hcoref.md.CorefMentionFinder
addNode(CoreNLPProtos.DependencyGraph.Node) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Builder
repeated .edu.stanford.nlp.pipeline.DependencyGraph.Node node = 1;
addNode(int, CoreNLPProtos.DependencyGraph.Node) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Builder
repeated .edu.stanford.nlp.pipeline.DependencyGraph.Node node = 1;
addNode(CoreNLPProtos.DependencyGraph.Node.Builder) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Builder
repeated .edu.stanford.nlp.pipeline.DependencyGraph.Node node = 1;
addNode(int, CoreNLPProtos.DependencyGraph.Node.Builder) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Builder
repeated .edu.stanford.nlp.pipeline.DependencyGraph.Node node = 1;
addNodeBuilder() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Builder
repeated .edu.stanford.nlp.pipeline.DependencyGraph.Node node = 1;
addNodeBuilder(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Builder
repeated .edu.stanford.nlp.pipeline.DependencyGraph.Node node = 1;
addNonNested(T) - Method in class edu.stanford.nlp.util.IntervalTree
addNonOverlapping(T) - Method in class edu.stanford.nlp.util.IntervalTree
addNormalizedQuantitiesToEntities(List<E>) - Static method in class edu.stanford.nlp.ie.QuantifiableEntityNormalizer
Identifies contiguous MONEY, TIME, DATE, or PERCENT entities
and tags each of their constituents with a "normalizedQuantity"
label which contains the appropriate normalized string corresponding to
the full quantity.
addNormalizedQuantitiesToEntities(List<E>, boolean) - Static method in class edu.stanford.nlp.ie.QuantifiableEntityNormalizer
addNormalizedQuantitiesToEntities(List<E>, boolean, boolean) - Static method in class edu.stanford.nlp.ie.QuantifiableEntityNormalizer
Identifies contiguous MONEY, TIME, DATE, or PERCENT entities
and tags each of their constituents with a "normalizedQuantity"
label which contains the appropriate normalized string corresponding to
the full quantity.
addObjectTokens(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETriple.Builder
repeated uint32 objectTokens = 7;
addOneBinaryRule(BinaryRule, Map<String, TransducerGraph>) - 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<String, TransducerGraph>) - Method in class edu.stanford.nlp.parser.lexparser.GrammarCompactor
addOpenieTriple(CoreNLPProtos.OpenIETriple) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.OpenIETriple openieTriple = 14;
addOpenieTriple(int, CoreNLPProtos.OpenIETriple) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.OpenIETriple openieTriple = 14;
addOpenieTriple(CoreNLPProtos.OpenIETriple.Builder) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.OpenIETriple openieTriple = 14;
addOpenieTriple(int, CoreNLPProtos.OpenIETriple.Builder) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.OpenIETriple openieTriple = 14;
addOpenieTripleBuilder() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.OpenIETriple openieTriple = 14;
addOpenieTripleBuilder(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.OpenIETriple openieTriple = 14;
addOriginalSpan(CoreNLPProtos.IndexedWord) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
repeated .edu.stanford.nlp.pipeline.IndexedWord originalSpan = 51;
addOriginalSpan(int, CoreNLPProtos.IndexedWord) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
repeated .edu.stanford.nlp.pipeline.IndexedWord originalSpan = 51;
addOriginalSpan(CoreNLPProtos.IndexedWord.Builder) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
repeated .edu.stanford.nlp.pipeline.IndexedWord originalSpan = 51;
addOriginalSpan(int, CoreNLPProtos.IndexedWord.Builder) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
repeated .edu.stanford.nlp.pipeline.IndexedWord originalSpan = 51;
addOriginalSpanBuilder() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
repeated .edu.stanford.nlp.pipeline.IndexedWord originalSpan = 51;
addOriginalSpanBuilder(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
repeated .edu.stanford.nlp.pipeline.IndexedWord originalSpan = 51;
addORRestriction(Class, String) - Method in class edu.stanford.nlp.patterns.surface.Token
addParent(EventMention) - Method in class edu.stanford.nlp.ie.machinereading.structure.EventMention
addPatterns(Map<String, Map<Integer, Set<E>>>) - Method in class edu.stanford.nlp.patterns.surface.PatternsForEachToken
addPatterns(String, Map<Integer, Set<E>>) - Method in class edu.stanford.nlp.patterns.surface.PatternsForEachToken
addPatterns(Map<String, Map<Integer, Set<E>>>) - Method in class edu.stanford.nlp.patterns.surface.PatternsForEachTokenDB
addPatterns(String, Map<Integer, Set<E>>) - Method in class edu.stanford.nlp.patterns.surface.PatternsForEachTokenDB
addPatterns(String, Map<Integer, Set<E>>) - Method in class edu.stanford.nlp.patterns.surface.PatternsForEachTokenInMemory
addPatterns(Map<String, Map<Integer, Set<E>>>) - Method in class edu.stanford.nlp.patterns.surface.PatternsForEachTokenInMemory
addPatWithoutPOS - Static variable in class edu.stanford.nlp.patterns.surface.SurfacePatternFactory
Add patterns without POS restriction as well: One of this and
usePOS4Pattern
has to be true.
addPhrase(String) - Method in class edu.stanford.nlp.ling.tokensregex.PhraseTable
addPhrase(String, String) - Method in class edu.stanford.nlp.ling.tokensregex.PhraseTable
addPhrase(String, String, Object) - Method in class edu.stanford.nlp.ling.tokensregex.PhraseTable
addPhrase(List<String>) - Method in class edu.stanford.nlp.ling.tokensregex.PhraseTable
addPhrase(List<String>, String) - Method in class edu.stanford.nlp.ling.tokensregex.PhraseTable
addPhrase(List<String>, String, Object) - Method in class edu.stanford.nlp.ling.tokensregex.PhraseTable
addPhrases(Collection<String>) - Method in class edu.stanford.nlp.ling.tokensregex.PhraseTable
addPhrases(Map<String, String>) - Method in class edu.stanford.nlp.ling.tokensregex.PhraseTable
addPositionFeatures(List<String>, State) - Static method in class edu.stanford.nlp.parser.shiftreduce.BasicFeatureFactory
addPositions(int, int, FeatureKey) - Method in class edu.stanford.nlp.tagger.maxent.TemplateHash
addPredicateNominatives(Mention) - Method in class edu.stanford.nlp.dcoref.Mention
Find predicate nominatives
addPredicateNominatives(Mention) - Method in class edu.stanford.nlp.hcoref.data.Mention
Find predicate nominatives
addPredicateNominatives(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
repeated int32 predicateNominatives = 55;
addPreprocessedTerms(String) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
repeated string preprocessedTerms = 53;
addPreprocessedTermsBytes(ByteString) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
repeated string preprocessedTerms = 53;
addPrev(int, History) - Method in class edu.stanford.nlp.tagger.maxent.TemplateHash
addProcessedData(List<List<CRFDatum<Collection<String>, String>>>, int[][][][], int[][], double[][][][], int) - Method in class edu.stanford.nlp.ie.crf.CRFClassifier
Adds the List of Lists of CRFDatums to the data and labels arrays, treating
each datum as if it were its own document.
addQuote(CoreNLPProtos.Quote) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document.Builder
repeated .edu.stanford.nlp.pipeline.Quote quote = 6;
addQuote(int, CoreNLPProtos.Quote) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document.Builder
repeated .edu.stanford.nlp.pipeline.Quote quote = 6;
addQuote(CoreNLPProtos.Quote.Builder) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document.Builder
repeated .edu.stanford.nlp.pipeline.Quote quote = 6;
addQuote(int, CoreNLPProtos.Quote.Builder) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document.Builder
repeated .edu.stanford.nlp.pipeline.Quote quote = 6;
addQuoteBuilder() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document.Builder
repeated .edu.stanford.nlp.pipeline.Quote quote = 6;
addQuoteBuilder(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document.Builder
repeated .edu.stanford.nlp.pipeline.Quote quote = 6;
addRandomBinaryMatrix(String, String) - Method in class edu.stanford.nlp.parser.dvparser.DVModel
addRandomColors - Variable in class edu.stanford.nlp.util.logging.OutputHandler
addRandomUnaryMatrix(String) - Method in class edu.stanford.nlp.parser.dvparser.DVModel
addRelation(AceRelation) - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceDocument
addRelation(CoreNLPProtos.Relation) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.Relation relation = 53;
addRelation(int, CoreNLPProtos.Relation) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.Relation relation = 53;
addRelation(CoreNLPProtos.Relation.Builder) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.Relation relation = 53;
addRelation(int, CoreNLPProtos.Relation.Builder) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.Relation relation = 53;
addRelationBuilder() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.Relation relation = 53;
addRelationBuilder(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.Relation relation = 53;
addRelationMention(AceRelationMention) - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceDocument
addRelationMention(AceRelationMention) - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceEntityMention
addRelationMention(CoreMap, RelationMention) - Static method in class edu.stanford.nlp.ie.machinereading.structure.AnnotationUtils
addRelationMentions(CoreMap, Collection<RelationMention>) - Static method in class edu.stanford.nlp.ie.machinereading.structure.AnnotationUtils
addRelationTokens(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETriple.Builder
repeated uint32 relationTokens = 6;
addRelativePronoun(Mention) - Method in class edu.stanford.nlp.dcoref.Mention
Find relative pronouns
addRelativePronoun(Mention) - Method in class edu.stanford.nlp.hcoref.data.Mention
Find relative pronouns
addRelativePronouns(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
repeated int32 relativePronouns = 56;
addRelnToNodeCoord(SemgrexPattern) - Method in class edu.stanford.nlp.semgraph.semgrex.CoordinationPattern
addRoot(Tree) - Method in class edu.stanford.nlp.parser.lexparser.TreeAnnotatorAndBinarizer
Changes the ROOT label, and adds a Lexicon.BOUNDARY daughter to it.
addRoot(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Builder
repeated uint32 root = 3 [packed = true];
addRoot(IndexedWord) - Method in class edu.stanford.nlp.semgraph.SemanticGraph
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
addRules(SequenceMatchRules.ExtractRule<I, O>...) - Method in class edu.stanford.nlp.ling.tokensregex.SequenceMatchRules.ListExtractRule
addRules(Collection<SequenceMatchRules.ExtractRule<I, O>>) - Method in class edu.stanford.nlp.ling.tokensregex.SequenceMatchRules.ListExtractRule
addScaled(Weight, float) - Method in class edu.stanford.nlp.parser.shiftreduce.Weight
addSeedWords(String, Collection<CandidatePhrase>) - Method in class edu.stanford.nlp.patterns.ConstantsAndVariables
addSentence(List<String[]>) - Method in class edu.stanford.nlp.dcoref.CoNLL2011DocumentReader.Document
addSentence(List<String[]>) - Method in class edu.stanford.nlp.hcoref.docreader.CoNLLDocumentReader.CoNLLDocument
addSentence(CoreMap, CoreMap) - Static method in class edu.stanford.nlp.ie.machinereading.structure.AnnotationUtils
addSentence(CoreNLPProtos.Sentence) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document.Builder
repeated .edu.stanford.nlp.pipeline.Sentence sentence = 2;
addSentence(int, CoreNLPProtos.Sentence) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document.Builder
repeated .edu.stanford.nlp.pipeline.Sentence sentence = 2;
addSentence(CoreNLPProtos.Sentence.Builder) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document.Builder
repeated .edu.stanford.nlp.pipeline.Sentence sentence = 2;
addSentence(int, CoreNLPProtos.Sentence.Builder) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document.Builder
repeated .edu.stanford.nlp.pipeline.Sentence sentence = 2;
addSentenceBuilder() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document.Builder
repeated .edu.stanford.nlp.pipeline.Sentence sentence = 2;
addSentenceBuilder(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document.Builder
repeated .edu.stanford.nlp.pipeline.Sentence sentence = 2;
addSentencelessToken(CoreNLPProtos.Token) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document.Builder
repeated .edu.stanford.nlp.pipeline.Token sentencelessToken = 5;
addSentencelessToken(int, CoreNLPProtos.Token) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document.Builder
repeated .edu.stanford.nlp.pipeline.Token sentencelessToken = 5;
addSentencelessToken(CoreNLPProtos.Token.Builder) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document.Builder
repeated .edu.stanford.nlp.pipeline.Token sentencelessToken = 5;
addSentencelessToken(int, CoreNLPProtos.Token.Builder) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document.Builder
repeated .edu.stanford.nlp.pipeline.Token sentencelessToken = 5;
addSentencelessTokenBuilder() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document.Builder
repeated .edu.stanford.nlp.pipeline.Token sentencelessToken = 5;
addSentencelessTokenBuilder(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document.Builder
repeated .edu.stanford.nlp.pipeline.Token sentencelessToken = 5;
addSentences(CoreMap, List<CoreMap>) - Static method in class edu.stanford.nlp.ie.machinereading.structure.AnnotationUtils
addSentenceWords(CoreNLPProtos.IndexedWord) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
repeated .edu.stanford.nlp.pipeline.IndexedWord sentenceWords = 50;
addSentenceWords(int, CoreNLPProtos.IndexedWord) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
repeated .edu.stanford.nlp.pipeline.IndexedWord sentenceWords = 50;
addSentenceWords(CoreNLPProtos.IndexedWord.Builder) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
repeated .edu.stanford.nlp.pipeline.IndexedWord sentenceWords = 50;
addSentenceWords(int, CoreNLPProtos.IndexedWord.Builder) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
repeated .edu.stanford.nlp.pipeline.IndexedWord sentenceWords = 50;
addSentenceWordsBuilder() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
repeated .edu.stanford.nlp.pipeline.IndexedWord sentenceWords = 50;
addSentenceWordsBuilder(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
repeated .edu.stanford.nlp.pipeline.IndexedWord sentenceWords = 50;
addSeparatorFeature(List<String>, String, State.HeadPosition) - Static method in class edu.stanford.nlp.parser.shiftreduce.BasicFeatureFactory
addSeparatorFeature(List<String>, String, CoreLabel, FeatureFactory.FeatureComponent, State.HeadPosition) - Static method in class edu.stanford.nlp.parser.shiftreduce.BasicFeatureFactory
addSeparatorFeature(List<String>, String, CoreLabel, FeatureFactory.FeatureComponent, boolean) - Static method in class edu.stanford.nlp.parser.shiftreduce.BasicFeatureFactory
addSeparatorFeature(List<String>, String, CoreLabel, FeatureFactory.FeatureComponent, CoreLabel, FeatureFactory.FeatureComponent, boolean) - Static method in class edu.stanford.nlp.parser.shiftreduce.BasicFeatureFactory
addSeparatorFeatures(List<String>, String, CoreLabel, String, CoreLabel, String, int) - Static method in class edu.stanford.nlp.parser.shiftreduce.BasicFeatureFactory
addSeparatorFeatures(List<String>, CoreLabel, CoreLabel, State.HeadPosition, State.HeadPosition) - Static method in class edu.stanford.nlp.parser.shiftreduce.BasicFeatureFactory
addSplit(FastExactAutomatonMinimizer.Split) - Method in class edu.stanford.nlp.fsm.FastExactAutomatonMinimizer
addSplits(FastExactAutomatonMinimizer.Block) - Method in class edu.stanford.nlp.fsm.FastExactAutomatonMinimizer
addSRLArcs - Static variable in class edu.stanford.nlp.semgraph.SemanticGraph
addSubjectTokens(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETriple.Builder
repeated uint32 subjectTokens = 5;
addSupported(Period, int) - Method in class edu.stanford.nlp.time.SUTime.CompositePartialTime
addSupported(Period, int) - Method in class edu.stanford.nlp.time.SUTime.PartialTime
addTag(String, Value) - Method in class edu.stanford.nlp.ling.tokensregex.types.Tags
addTag(String) - Method in class edu.stanford.nlp.tagger.maxent.MaxentTagger
Will return the index of a tag, adding it if it doesn't already exist
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.
addTagging(boolean, IntTaggedWord, double) - Method in class edu.stanford.nlp.parser.lexparser.BaseUnknownWordModel
Adds the tagging with count to the data structures in this Lexicon.
addTagging(boolean, IntTaggedWord, double) - Method in interface edu.stanford.nlp.parser.lexparser.UnknownWordModel
Adds the tagging with count to the data structures in this Lexicon.
addTemporal(SUTime.Temporal) - Method in class edu.stanford.nlp.time.SUTime.TimeIndex
addTemporalExpr(TimeExpression) - Method in class edu.stanford.nlp.time.SUTime.TimeIndex
addTemporalFunc(SUTime.Temporal) - Method in class edu.stanford.nlp.time.SUTime.TimeIndex
addToIndex(E) - Method in class edu.stanford.nlp.util.concurrent.ConcurrentHashIndex
addToIndex(E) - Method in class edu.stanford.nlp.util.DeltaIndex
addToIndex(E) - Method in class edu.stanford.nlp.util.HashIndex
addToIndex(E) - Method in interface edu.stanford.nlp.util.Index
Takes an Object and returns the integer index of the Object.
addToIndexTemporal(SUTime.Temporal) - Method in class edu.stanford.nlp.time.SUTime.TimeIndex
addToIndexTemporalExpr(TimeExpression) - Method in class edu.stanford.nlp.time.SUTime.TimeIndex
addToIndexTemporalFunc(SUTime.Temporal) - Method in class edu.stanford.nlp.time.SUTime.TimeIndex
addToIndexUnsafe(E) - Method in class edu.stanford.nlp.util.HashIndex
Add the given item to the index, but without taking any locks.
addToken(AceToken) - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceDocument
addToken(CoreNLPProtos.Token) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.Token token = 1;
addToken(int, CoreNLPProtos.Token) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.Token token = 1;
addToken(CoreNLPProtos.Token.Builder) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.Token token = 1;
addToken(int, CoreNLPProtos.Token.Builder) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.Token token = 1;
addTokenBuilder() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.Token token = 1;
addTokenBuilder(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.Token token = 1;
addTokenIndex(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceFragment.Builder
repeated uint32 tokenIndex = 1;
addToKeySet(E) - Method in class edu.stanford.nlp.stats.Distribution
Insures that object is in keyset (with possibly zero value)
addTP(int) - Method in class edu.stanford.nlp.stats.PrecisionRecallStats
Adds the given number to the count of true positives.
addTransformer(TreeTransformer) - Method in class edu.stanford.nlp.trees.CompositeTreeTransformer
addTransition(DFSATransition<T, S>) - Method in class edu.stanford.nlp.fsm.DFSAState
addTreeModelListener(TreeModelListener) - Method in class edu.stanford.nlp.trees.tregex.gui.FileTreeModel
addTreeNormalizer(TreeNormalizer) - Method in class edu.stanford.nlp.trees.OrderedCombinationTreeNormalizer
Adds the given tree normalizer to this combination; the tree normalizers
are applied in the order they were added, with the first to be added being
the first to be applied.
addTrigramFeature(List<String>, String, CoreLabel, FeatureFactory.FeatureComponent, CoreLabel, FeatureFactory.FeatureComponent, CoreLabel, FeatureFactory.FeatureComponent) - Static method in class edu.stanford.nlp.parser.shiftreduce.BasicFeatureFactory
addUnaryFeature(List<String>, String, CoreLabel, FeatureFactory.FeatureComponent) - Static method in class edu.stanford.nlp.parser.shiftreduce.BasicFeatureFactory
addUnaryQueueFeatures(List<String>, CoreLabel, String) - Static method in class edu.stanford.nlp.parser.shiftreduce.BasicFeatureFactory
addUnaryStackFeatures(List<String>, CoreLabel, String, String, String, String, String) - Static method in class edu.stanford.nlp.parser.shiftreduce.BasicFeatureFactory
addUnsupported(Period, int) - Method in class edu.stanford.nlp.time.SUTime.CompositePartialTime
addUnsupported(Period, int) - Method in class edu.stanford.nlp.time.SUTime.PartialTime
addValue(String) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.MapIntString.Builder
repeated string value = 2;
addValue(String) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.MapStringString.Builder
repeated string value = 2;
addValueBytes(ByteString) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.MapIntString.Builder
repeated string value = 2;
addValueBytes(ByteString) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.MapStringString.Builder
repeated string value = 2;
addVertex(V) - Method in class edu.stanford.nlp.graph.DirectedMultiGraph
For adding a zero degree vertex
addVertex(V) - Method in interface edu.stanford.nlp.graph.Graph
For adding a zero degree vertex
addVertex(IndexedWord) - Method in class edu.stanford.nlp.semgraph.SemanticGraph
addVThatTaking(String) - Method in class edu.stanford.nlp.tagger.maxent.Dictionary
addWordShapes(String, Set<CandidatePhrase>) - Method in class edu.stanford.nlp.patterns.ConstantsAndVariables
addXmlContext(String) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
repeated string xmlContext = 22;
addXmlContextBytes(ByteString) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
repeated string xmlContext = 22;
ADJECTIVAL_COMPLEMENT - Static variable in class edu.stanford.nlp.trees.EnglishGrammaticalRelations
The "adjectival complement" grammatical relation.
ADJECTIVAL_MODIFIER - Static variable in class edu.stanford.nlp.trees.EnglishGrammaticalRelations
The "adjectival modifier" grammatical relation.
ADJECTIVAL_MODIFIER - Static variable in class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalRelations
The "adjective modifier" (amod) grammatical relation.
ADJECTIVAL_MODIFIER - Static variable in class edu.stanford.nlp.trees.UniversalEnglishGrammaticalRelations
The "adjectival modifier" grammatical relation.
adjSuffix(String) - Static method in class edu.stanford.nlp.international.french.FrenchUnknownWordSignatures
adjustBias(List<List<IN>>, Function<Double, Double>, double, double) - Method in class edu.stanford.nlp.ie.crf.CRFBiasedClassifier
Adjust the bias parameter to optimize some objective function.
adjustPhrasePositions(int, String) - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceToken
Recomputes start/end phrase positions by removing SGML tag strings This is
required because ACE annotations skip over SGML tags when computing
positions in stream, hence annotations do not match with our preprocessing
positions, which count everything
ADMath - Class in edu.stanford.nlp.math
The class ADMath
was created to extend the
current calculations of gradient to automatically include a calculation of the
hessian vector product with another vector v
.
ADV_CLAUSE_MODIFIER - Static variable in class edu.stanford.nlp.trees.EnglishGrammaticalRelations
The "adverbial clause modifier" grammatical relation.
ADV_CLAUSE_MODIFIER - Static variable in class edu.stanford.nlp.trees.UniversalEnglishGrammaticalRelations
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" (advmod) grammatical relation.
ADVERBIAL_MODIFIER - Static variable in class edu.stanford.nlp.trees.UniversalEnglishGrammaticalRelations
The "adverbial modifier" grammatical relation.
adverbSuffix(String) - Static method in class edu.stanford.nlp.international.spanish.SpanishUnknownWordSignatures
advSuffix(String) - Static method in class edu.stanford.nlp.international.french.FrenchUnknownWordSignatures
affDict - Class in edu.stanford.nlp.wordseg
affixation information
affDict(String) - Constructor for class edu.stanford.nlp.wordseg.affDict
after(AceEntityMention) - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceEntityMention
Verifies if this mention appears after the parameter in textual order
after() - Method in class edu.stanford.nlp.ling.CoreLabel
Return the whitespace String after the word.
after() - Method in interface edu.stanford.nlp.ling.HasContext
Return the whitespace String after the word.
AFTER_FIELD_NUMBER - Static variable in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token
AfterAnnotation() - Constructor for class edu.stanford.nlp.ling.CoreAnnotations.AfterAnnotation
AFTERNOON - Static variable in class edu.stanford.nlp.time.SUTime
agenda - Variable in class edu.stanford.nlp.parser.lexparser.BiLexPCFGParser
AGENT - Static variable in class edu.stanford.nlp.trees.EnglishGrammaticalRelations
The "agent" grammatical relation.
AGENT - Static variable in class edu.stanford.nlp.trees.UniversalEnglishGrammaticalRelations
The "agent" grammatical relation.
aggregate(Class, List<? extends CoreMap>) - Method in class edu.stanford.nlp.pipeline.CoreMapAttributeAggregator
aggregate(Class, List<? extends CoreMap>) - Method in class edu.stanford.nlp.pipeline.CoreMapAttributeAggregator.ConcatAggregator
aggregate(Class, List<? extends CoreMap>) - Method in class edu.stanford.nlp.pipeline.CoreMapAttributeAggregator.ConcatCoreMapListAggregator
aggregate(Class, List<? extends CoreMap>) - Method in class edu.stanford.nlp.pipeline.CoreMapAttributeAggregator.ConcatListAggregator
aggregate(Class, List<? extends CoreMap>) - Method in class edu.stanford.nlp.pipeline.CoreMapAttributeAggregator.ConcatTextAggregator
aggregate(Class, List<? extends CoreMap>) - Method in class edu.stanford.nlp.pipeline.CoreMapAttributeAggregator.MostFreqAggregator
AGGREGATE_FUNCTION - Static variable in class edu.stanford.nlp.ling.tokensregex.types.ValueFunctions
aggregateToTokens - Variable in class edu.stanford.nlp.ling.tokensregex.Env
Whether we should merge and output CoreLabels or not
algorithms() - Method in class edu.stanford.nlp.simple.Sentence
Return a class that can perform common algorithms on this sentence.
AliasMatch - Class in edu.stanford.nlp.dcoref.sievepasses
AliasMatch() - Constructor for class edu.stanford.nlp.dcoref.sievepasses.AliasMatch
AliasMatch - Class in edu.stanford.nlp.hcoref.sieve
AliasMatch() - Constructor for class edu.stanford.nlp.hcoref.sieve.AliasMatch
align(List<CoreMap>, List<CoreMap>) - Static method in class edu.stanford.nlp.ie.machinereading.ResultsPrinter
If the same set of sentences is contained in two lists, order the lists so that their sentences are in the same order (and return true).
alignDDAlpha - Variable in class edu.stanford.nlp.sequences.SeqClassifierFlags
alignLeft(JComponent) - Static method in class edu.stanford.nlp.trees.tregex.gui.PreferencesPanel
Alignment - Class in edu.stanford.nlp.semgraph.semgrex
Represents an alignment between a text and a hypothesis as a map from
hypothesis words to text words, along with a real-valued score and
(optionally) a justification string.
Alignment(Map<IndexedWord, IndexedWord>, double, String) - Constructor for class edu.stanford.nlp.semgraph.semgrex.Alignment
alignmentDecodeThreshold - Variable in class edu.stanford.nlp.sequences.SeqClassifierFlags
alignmentPruneThreshold - Variable in class edu.stanford.nlp.sequences.SeqClassifierFlags
alignSentence(CoreMap) - Static method in class edu.stanford.nlp.ie.regexp.NumberSequenceClassifier
Copies one sentence replicating only information necessary for SUTime
allCandidatePhrases - Variable in class edu.stanford.nlp.patterns.ScorePatterns
allEdgesInSet(Iterable<IndexedWord>, SemanticGraph) - Static method in class edu.stanford.nlp.semgraph.SemanticGraphUtils
Given a set of vertices from the same graph, returns the set of all edges between these
vertices.
allGoldMentions - Variable in class edu.stanford.nlp.dcoref.Document
allIndices - Variable in class edu.stanford.nlp.optimization.AbstractStochasticCachingDiffFunction
allLabels(int, Index<String>) - Static method in class edu.stanford.nlp.ie.crf.CRFClassifier
ALLOW_EMBEDDED_SAME - Variable in class edu.stanford.nlp.pipeline.QuoteAnnotator
ALLOW_REPARSING - Static variable in class edu.stanford.nlp.dcoref.Constants
Whether or not the RuleBasedCorefMentionFinder can reparse a phrase to find its head
ALLOW_REPARSING_PROP - Static variable in class edu.stanford.nlp.dcoref.Constants
ALLOW_REPARSING_PROP - Static variable in class edu.stanford.nlp.hcoref.CorefProperties
allowedNERsforLabels - Variable in class edu.stanford.nlp.patterns.ConstantsAndVariables
allowedTagsInitials - Variable in class edu.stanford.nlp.patterns.ConstantsAndVariables
allowReparsing(Properties) - Static method in class edu.stanford.nlp.hcoref.CorefProperties
allowReparsing - Variable in class edu.stanford.nlp.hcoref.md.CorefMentionFinder
allPatternsDir - Variable in class edu.stanford.nlp.patterns.ConstantsAndVariables
Cached file of all patterns for all tokens
allPositions - Variable in class edu.stanford.nlp.dcoref.Document
allPositions - Variable in class edu.stanford.nlp.hcoref.data.Document
allPredictedMentions - Variable in class edu.stanford.nlp.dcoref.Document
All mentions in a document mentionID -> mention
allPronouns - Variable in class edu.stanford.nlp.dcoref.Dictionaries
allPronouns - Variable in class edu.stanford.nlp.hcoref.data.Dictionaries
AllRelationMentionsAnnotation() - Constructor for class edu.stanford.nlp.ie.machinereading.structure.MachineReadingAnnotations.AllRelationMentionsAnnotation
allSpans(Function<Sentence, List<E>>, int) - Method in class edu.stanford.nlp.simple.SentenceAlgorithms
Return all the spans of a sentence.
allSpans(Function<Sentence, List<E>>) - Method in class edu.stanford.nlp.simple.SentenceAlgorithms
allSpans() - Method in class edu.stanford.nlp.simple.SentenceAlgorithms
allTokens() - Method in class edu.stanford.nlp.ie.util.RelationTriple
Returns all the tokens in the extraction, in the order subject then relation then object.
allTypedDependencies(Tree, boolean) - Static method in class edu.stanford.nlp.semgraph.SemanticGraphFactory
Returns a new SemanticGraph constructed from the given tree.
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.
allValues() - Method in class edu.stanford.nlp.util.CollectionValuedMap
alpha - Variable in class edu.stanford.nlp.optimization.SGDWithAdaGradAndFOBOS
alphaFile - Variable in class edu.stanford.nlp.classify.SVMLightClassifierFactory
alsoHide(Object) - Method in class edu.stanford.nlp.util.logging.VisibilityHandler
Show all the channels currently being printed, with the exception
of this new one
alsoShow(Object) - Method in class edu.stanford.nlp.util.logging.VisibilityHandler
Show all the channels currently being printed, in addition
to a new one
altAnswerFile - Variable in class edu.stanford.nlp.sequences.SeqClassifierFlags
alternateTraining - Variable in class edu.stanford.nlp.sequences.SeqClassifierFlags
ALTERNATION_VALUE - Static variable in enum edu.stanford.nlp.pipeline.CoreNLPProtos.NaturalLogicRelation
ALTERNATION = 4;
ALTERNATIVEDEPENDENCIES_FIELD_NUMBER - Static variable in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence
AlternativeDependenciesAnnotation() - Constructor for class edu.stanford.nlp.semgraph.SemanticGraphCoreAnnotations.AlternativeDependenciesAnnotation
altTag - Variable in class edu.stanford.nlp.international.morph.MorphoFeatures
altVal() - Method in class edu.stanford.nlp.time.Timex
ALTVALUE_FIELD_NUMBER - Static variable in class edu.stanford.nlp.pipeline.CoreNLPProtos.Timex
am - Variable in class edu.stanford.nlp.parser.lexparser.HTKLatticeReader.LatticeWord
AmbiguityClass - Class in edu.stanford.nlp.tagger.maxent
An ambiguity class for a word is the word by itself or its set of observed tags.
AmbiguityClass(String, boolean, Dictionary, TTags) - Constructor for class edu.stanford.nlp.tagger.maxent.AmbiguityClass
AmbiguityClasses - Class in edu.stanford.nlp.tagger.maxent
A collection of Ambiguity Class.
AmbiguityClasses(TTags) - Constructor for class edu.stanford.nlp.tagger.maxent.AmbiguityClasses
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.
AmericanizeFunction - Class in edu.stanford.nlp.process
AmericanizeFunction() - Constructor for class edu.stanford.nlp.process.AmericanizeFunction
AMPERSAND - Static variable in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.RobustTokenizer
ANALYSIS_SKIP_ATYPE_PROP - Static variable in class edu.stanford.nlp.hcoref.CorefProperties
ANALYSIS_SKIP_MTYPE_PROP - Static variable in class edu.stanford.nlp.hcoref.CorefProperties
ANAPHORICITY_MODEL - Static variable in class edu.stanford.nlp.scoref.StatisticalCorefTrainer
anaphoricityClassifier(boolean) - Method in class edu.stanford.nlp.scoref.MetaFeatureExtractor.Builder
anaphoricityMFE() - Static method in class edu.stanford.nlp.scoref.MetaFeatureExtractor
anaphoricityModelPath(Properties) - Static method in class edu.stanford.nlp.scoref.StatisticalCorefProperties
anaphoricityScores - Variable in class edu.stanford.nlp.scoref.ClustererDataLoader.ClustererDoc
ancestor(int, Tree) - Method in class edu.stanford.nlp.trees.Tree
Return the ancestor tree node height
nodes up from the current node.
ANCORA_OPTIONS - Static variable in class edu.stanford.nlp.international.spanish.process.SpanishTokenizer
ancoraFactory() - Static method in class edu.stanford.nlp.international.spanish.process.SpanishTokenizer
Returns a tokenizer with Ancora tokenization.
AnCoraPronounDisambiguator - Class in edu.stanford.nlp.international.spanish.process
A utility for preprocessing the AnCora Spanish corpus.
AnCoraPronounDisambiguator() - Constructor for class edu.stanford.nlp.international.spanish.process.AnCoraPronounDisambiguator
AnCoraPronounDisambiguator.PersonalPronounType - Enum in edu.stanford.nlp.international.spanish.process
and(Trilean) - Method in class edu.stanford.nlp.util.Trilean
Returns the logical and of this and the other value.
AND_FUNCTION - Static variable in class edu.stanford.nlp.ling.tokensregex.types.ValueFunctions
AndExpression(List<Expression>) - Constructor for class edu.stanford.nlp.ling.tokensregex.types.Expressions.AndExpression
andFilter(Predicate<E>, Predicate<E>) - Static method in class edu.stanford.nlp.util.Filters
Filter that accepts only when both filters accept (AND).
AndPatternExpr(List<SequencePattern.PatternExpr>) - Constructor for class edu.stanford.nlp.ling.tokensregex.SequencePattern.AndPatternExpr
AndPatternExpr(SequencePattern.PatternExpr...) - Constructor for class edu.stanford.nlp.ling.tokensregex.SequencePattern.AndPatternExpr
animacies - Variable in class edu.stanford.nlp.dcoref.CorefCluster
animacies - Variable in class edu.stanford.nlp.hcoref.data.CorefCluster
animaciesAgree(Mention) - Method in class edu.stanford.nlp.dcoref.Mention
animaciesAgree(Mention, boolean) - Method in class edu.stanford.nlp.dcoref.Mention
animaciesAgree(Mention) - Method in class edu.stanford.nlp.hcoref.data.Mention
animaciesAgree(Mention, boolean) - Method in class edu.stanford.nlp.hcoref.data.Mention
animacy - Variable in class edu.stanford.nlp.dcoref.CorefChain.CorefMention
animacy - Variable in class edu.stanford.nlp.dcoref.Mention
animacy - Variable in class edu.stanford.nlp.hcoref.data.CorefChain.CorefMention
animacy - Variable in class edu.stanford.nlp.hcoref.data.Mention
ANIMACY_FIELD_NUMBER - Static variable in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.CorefMention
ANIMACY_FIELD_NUMBER - Static variable in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
ANIMATE_PROP - Static variable in class edu.stanford.nlp.dcoref.Constants
ANIMATE_PROP - Static variable in class edu.stanford.nlp.hcoref.CorefProperties
animatePronouns - Variable in class edu.stanford.nlp.dcoref.Dictionaries
animatePronouns - Variable in class edu.stanford.nlp.hcoref.data.Dictionaries
animatePronounsEn - Static variable in class edu.stanford.nlp.hcoref.data.WordLists
animatePronounsZh - Static variable in class edu.stanford.nlp.hcoref.data.WordLists
animateWords - Variable in class edu.stanford.nlp.dcoref.Dictionaries
animateWords - Variable in class edu.stanford.nlp.hcoref.data.Dictionaries
annealingRate - Variable in class edu.stanford.nlp.sequences.SeqClassifierFlags
annealingType - Variable in class edu.stanford.nlp.sequences.SeqClassifierFlags
annotate(Annotation) - Method in class edu.stanford.nlp.ie.machinereading.BasicEntityExtractor
Annotate an ExtractionDataSet with entities.
annotate(Annotation) - Method in class edu.stanford.nlp.ie.machinereading.BasicRelationExtractor
annotate(Annotation) - Method in interface edu.stanford.nlp.ie.machinereading.Extractor
Annotates the given dataset with the current model This works in place,
i.e., it adds ExtractionObject objects to the sentences in the dataset To
make sure you are not messing with gold annotation create a copy of the
ExtractionDataSet first!
annotate(Annotation) - Method in class edu.stanford.nlp.ie.machinereading.ExtractorMerger
annotate(Annotation) - Method in class edu.stanford.nlp.ie.machinereading.MachineReading
annotate(Annotation, int) - Method in class edu.stanford.nlp.ie.machinereading.MachineReading
annotate(MatchedExpression, List<? extends CoreMap>) - Method in class edu.stanford.nlp.ling.tokensregex.MatchedExpression.SingleAnnotationExtractor
annotate(MatchedExpression) - Method in class edu.stanford.nlp.ling.tokensregex.MatchedExpression.SingleAnnotationExtractor
annotate(Annotation) - Method in class edu.stanford.nlp.naturalli.OpenIE
Given an Annotation, perform a task on this Annotation.
annotate(CoreMap, AnnotationPipeline) - Static method in class edu.stanford.nlp.naturalli.Util
TODO(gabor) JavaDoc
annotate(Annotation) - Method in class edu.stanford.nlp.pipeline.AnnotationPipeline
Run the pipeline on an input annotation.
annotate(Iterable<Annotation>) - Method in class edu.stanford.nlp.pipeline.AnnotationPipeline
Annotate a collection of input annotations IN PARALLEL, making use of
all available cores.
annotate(Iterable<Annotation>, Consumer<Annotation>) - Method in class edu.stanford.nlp.pipeline.AnnotationPipeline
Annotate a collection of input annotations IN PARALLEL, making use of
all available cores.
annotate(Iterable<Annotation>, int) - Method in class edu.stanford.nlp.pipeline.AnnotationPipeline
Annotate a collection of input annotations IN PARALLEL, making use of
threads given in numThreads.
annotate(Iterable<Annotation>, int, Consumer<Annotation>) - Method in class edu.stanford.nlp.pipeline.AnnotationPipeline
Annotate a collection of input annotations IN PARALLEL, making use of
threads given in numThreads
annotate(Annotation) - Method in interface edu.stanford.nlp.pipeline.Annotator
Given an Annotation, perform a task on this Annotation.
annotate(Annotation) - Method in class edu.stanford.nlp.pipeline.BinarizerAnnotator
annotate(Annotation) - Method in class edu.stanford.nlp.pipeline.CharniakParserAnnotator
annotate(Annotation) - Method in class edu.stanford.nlp.pipeline.ChineseSegmenterAnnotator
annotate(Annotation) - Method in class edu.stanford.nlp.pipeline.CleanXmlAnnotator
annotate(Annotation) - Method in class edu.stanford.nlp.pipeline.ColumnDataClassifierAnnotator
annotate(Annotation) - Method in class edu.stanford.nlp.pipeline.CorefAnnotator
annotate(Annotation) - Method in class edu.stanford.nlp.pipeline.DeterministicCorefAnnotator
annotate(Annotation) - Method in class edu.stanford.nlp.pipeline.EntityMentionsAnnotator
annotate(Annotation) - Method in class edu.stanford.nlp.pipeline.GenderAnnotator
annotate(Annotation) - Method in class edu.stanford.nlp.pipeline.MentionAnnotator
annotate(Annotation) - Method in class edu.stanford.nlp.pipeline.MorphaAnnotator
annotate(Annotation) - Method in class edu.stanford.nlp.pipeline.NERCombinerAnnotator
annotate(Annotation) - Method in class edu.stanford.nlp.pipeline.POSTaggerAnnotator
annotate(Annotation) - Method in class edu.stanford.nlp.pipeline.QuoteAnnotator
annotate(Annotation) - Method in class edu.stanford.nlp.pipeline.RegexNERAnnotator
annotate(Annotation) - Method in class edu.stanford.nlp.pipeline.RelationExtractorAnnotator
annotate(Annotation) - Method in class edu.stanford.nlp.pipeline.SentenceAnnotator
annotate(Annotation) - Method in class edu.stanford.nlp.pipeline.SentimentAnnotator
annotate(Annotation) - Method in class edu.stanford.nlp.pipeline.StanfordCoreNLP
annotate(Annotation, Consumer<Annotation>) - Method in class edu.stanford.nlp.pipeline.StanfordCoreNLP
annotate(Annotation) - Method in class edu.stanford.nlp.pipeline.StanfordCoreNLPClient
Run the pipeline on an input annotation.
annotate(Iterable<Annotation>, int, Consumer<Annotation>) - Method in class edu.stanford.nlp.pipeline.StanfordCoreNLPClient
This method fires off a request to the server.
annotate(Annotation, Consumer<Annotation>) - Method in class edu.stanford.nlp.pipeline.StanfordCoreNLPClient
The canonical entry point of the client annotator.
annotate(Annotation) - Method in class edu.stanford.nlp.pipeline.TokenizerAnnotator
Does the actual work of splitting TextAnnotation into CoreLabels,
which are then attached to the TokensAnnotation.
annotate(Annotation) - Method in class edu.stanford.nlp.pipeline.TokensRegexAnnotator
annotate(Annotation) - Method in class edu.stanford.nlp.pipeline.TokensRegexNERAnnotator
annotate(Annotation) - Method in class edu.stanford.nlp.pipeline.TrueCaseAnnotator
annotate(Annotation) - Method in class edu.stanford.nlp.pipeline.WordsToSentencesAnnotator
If setCountLineNumbers is set to true, we count line numbers by
telling the underlying splitter to return empty lists of tokens
and then treating those empty lists as empty lines.
annotate(Annotation) - Method in class edu.stanford.nlp.scoref.StatisticalCorefSystem
annotate(Annotation, boolean) - Method in class edu.stanford.nlp.scoref.StatisticalCorefSystem
annotate(Annotation) - Method in class edu.stanford.nlp.time.GUTimeAnnotator
annotate(CoreMap) - Method in class edu.stanford.nlp.time.GUTimeAnnotator
annotate(Annotation) - Method in class edu.stanford.nlp.time.HeidelTimeAnnotator
annotate(CoreMap) - Method in class edu.stanford.nlp.time.HeidelTimeAnnotator
annotate(Annotation) - Method in class edu.stanford.nlp.time.TimeAnnotator
AnnotateAction(Map<String, String>) - Constructor for class edu.stanford.nlp.ling.tokensregex.CoreMapSequenceMatchAction.AnnotateAction
AnnotateAction(Env) - Method in class edu.stanford.nlp.ling.tokensregex.parser.TokenSequenceParser
annotateChunk(CoreMap, List<CoreLabel>, int, int, int) - Static method in class edu.stanford.nlp.pipeline.ChunkAnnotationUtils
Annotates a CoreMap representing a chunk with basic chunk information
CharacterOffsetBeginAnnotation - set to CharacterOffsetBeginAnnotation of first token in chunk
CharacterOffsetEndAnnotation - set to CharacterOffsetEndAnnotation of last token in chunk
TokensAnnotation - List of tokens in this chunk
TokenBeginAnnotation - Index of first token in chunk (index in original list of tokens)
tokenStartIndex + totalTokenOffset
TokenEndAnnotation - Index of last token in chunk (index in original list of tokens)
tokenEndIndex + totalTokenOffset
annotateChunk(CoreMap, Class, Class, CoreMapAttributeAggregator) - Static method in class edu.stanford.nlp.pipeline.ChunkAnnotationUtils
annotateChunk(CoreMap, Map<String, String>) - Static method in class edu.stanford.nlp.pipeline.ChunkAnnotationUtils
annotateChunks(List<? extends CoreMap>, int, int, Map<String, String>) - Static method in class edu.stanford.nlp.pipeline.ChunkAnnotationUtils
annotateChunks(List<? extends CoreMap>, Map<String, String>) - Static method in class edu.stanford.nlp.pipeline.ChunkAnnotationUtils
annotateChunkText(CoreMap, Class) - Static method in class edu.stanford.nlp.pipeline.ChunkAnnotationUtils
Annotates a CoreMap representing a chunk with text information
TextAnnotation - String representing tokens in this chunks (token text separated by space)
annotateChunkText(CoreMap, CoreMap) - Static method in class edu.stanford.nlp.pipeline.ChunkAnnotationUtils
Annotates a CoreMap representing a chunk with text information
TextAnnotation - String extracted from the origAnnotation using character offset information for this chunk
annotateChunkTokens(CoreMap, Class, Class) - Static method in class edu.stanford.nlp.pipeline.ChunkAnnotationUtils
Annotates tokens in chunk
ANNOTATEDPARSETREE_FIELD_NUMBER - Static variable in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence
AnnotatedTextReader - Class in edu.stanford.nlp.patterns.surface
CanNOT handle overlapping labeled text (that is one token cannot belong to
multiple labels)! Note that there has to be spaces around the tags
and for the reader to work correctly!
AnnotatedTextReader() - Constructor for class edu.stanford.nlp.patterns.surface.AnnotatedTextReader
annotateGroup(Map<String, String>) - Method in class edu.stanford.nlp.ling.tokensregex.CoreMapSequenceMatcher
annotateGroup(int, Map<String, String>) - Method in class edu.stanford.nlp.ling.tokensregex.CoreMapSequenceMatcher
AnnotateHeadFunction(HeadFinder) - Constructor for class edu.stanford.nlp.parser.lexparser.TregexPoweredTreebankParserParams.AnnotateHeadFunction
AnnotateHeadFunction(HeadFinder, boolean) - Constructor for class edu.stanford.nlp.parser.lexparser.TregexPoweredTreebankParserParams.AnnotateHeadFunction
annotateMulticlass(List<Datum<String, String>>) - Method in class edu.stanford.nlp.ie.machinereading.BasicRelationExtractor
AnnotatePunctuationFunction(String, String) - Constructor for class edu.stanford.nlp.parser.lexparser.AbstractTreebankParserParams.AnnotatePunctuationFunction
annotateSentence(CoreMap) - Method in class edu.stanford.nlp.ie.machinereading.BasicRelationExtractor
annotateSentence(CoreMap, Map<CoreLabel, List<CoreLabel>>) - Method in class edu.stanford.nlp.naturalli.OpenIE
Annotate a single sentence.
annotateSingleSentence(CoreMap, String, SUTime.TimeIndex) - Method in class edu.stanford.nlp.time.TimeAnnotator
Helper method for people not working from a complete Annotation.
annotateTokenCoref - Variable in class edu.stanford.nlp.dcoref.CoNLL2011DocumentReader.Options
annotateTokenCoref - Variable in class edu.stanford.nlp.hcoref.docreader.CoNLLDocumentReader.Options
annotateTokenNer - Variable in class edu.stanford.nlp.dcoref.CoNLL2011DocumentReader.Options
annotateTokenNer - Variable in class edu.stanford.nlp.hcoref.docreader.CoNLLDocumentReader.Options
annotateTokenPos - Variable in class edu.stanford.nlp.dcoref.CoNLL2011DocumentReader.Options
annotateTokenPos - Variable in class edu.stanford.nlp.hcoref.docreader.CoNLLDocumentReader.Options
annotateTokenSpeaker - Variable in class edu.stanford.nlp.dcoref.CoNLL2011DocumentReader.Options
annotateTokenSpeaker - Variable in class edu.stanford.nlp.hcoref.docreader.CoNLLDocumentReader.Options
annotateTreeCoref - Variable in class edu.stanford.nlp.dcoref.CoNLL2011DocumentReader.Options
annotateTreeCoref - Variable in class edu.stanford.nlp.hcoref.docreader.CoNLLDocumentReader.Options
annotateTreeNer - Variable in class edu.stanford.nlp.dcoref.CoNLL2011DocumentReader.Options
annotateTreeNer - Variable in class edu.stanford.nlp.hcoref.docreader.CoNLLDocumentReader.Options
annotateTrees(List<Tree>) - Method in class edu.stanford.nlp.parser.lexparser.TreebankAnnotator
annotation - Variable in class edu.stanford.nlp.dcoref.Document
Document annotation
annotation - Variable in class edu.stanford.nlp.hcoref.data.Document
Document annotation
annotation - Variable in class edu.stanford.nlp.hcoref.data.InputDoc
annotation - Variable in class edu.stanford.nlp.ling.tokensregex.MatchedExpression
Annotation - Class in edu.stanford.nlp.pipeline
An annotation representing a span of text in a document.
Annotation(Annotation) - Constructor for class edu.stanford.nlp.pipeline.Annotation
Copy constructor.
Annotation(String) - Constructor for class edu.stanford.nlp.pipeline.Annotation
The text becomes the CoreAnnotations.TextAnnotation of the newly
created Annotation.
Annotation(List<CoreMap>) - Constructor for class edu.stanford.nlp.pipeline.Annotation
Make a new Annotation from a List of tokenized sentences.
Annotation() - Constructor for class edu.stanford.nlp.pipeline.Annotation
Deprecated.
Annotation() - Constructor for class edu.stanford.nlp.time.TimeExpression.Annotation
ANNOTATION_FUNCTION - Static variable in class edu.stanford.nlp.ling.tokensregex.types.ValueFunctions
AnnotationCreator - Interface in edu.stanford.nlp.pipeline
Creates a annotation from an input source
AnnotationExtractRule() - Constructor for class edu.stanford.nlp.ling.tokensregex.SequenceMatchRules.AnnotationExtractRule
AnnotationExtractRuleCreator() - Constructor for class edu.stanford.nlp.ling.tokensregex.SequenceMatchRules.AnnotationExtractRuleCreator
annotationField - Variable in class edu.stanford.nlp.ling.tokensregex.SequenceMatchRules.AnnotationExtractRule
Annotation field to apply rule over: text or tokens or numerizedtokens
AnnotationLookup - Class in edu.stanford.nlp.ling
AnnotationLookup.KeyLookup - Enum in edu.stanford.nlp.ling
AnnotationMatchedFilter(MatchedExpression.SingleAnnotationExtractor) - Constructor for class edu.stanford.nlp.ling.tokensregex.SequenceMatchRules.AnnotationMatchedFilter
AnnotationOutputter - Class in edu.stanford.nlp.pipeline
An interface for outputting CoreNLP Annotations to different output
formats.
AnnotationOutputter() - Constructor for class edu.stanford.nlp.pipeline.AnnotationOutputter
AnnotationOutputter.Options - Class in edu.stanford.nlp.pipeline
AnnotationPipeline - Class in edu.stanford.nlp.pipeline
This class is designed to apply multiple Annotators
to an Annotation.
AnnotationPipeline(List<Annotator>) - Constructor for class edu.stanford.nlp.pipeline.AnnotationPipeline
AnnotationPipeline() - Constructor for class edu.stanford.nlp.pipeline.AnnotationPipeline
annotations - Variable in class edu.stanford.nlp.parser.lexparser.TregexPoweredTreebankParserParams
This data structure dictates how an arbitrary tree should be
annotated.
AnnotationSerializer - Class in edu.stanford.nlp.pipeline
AnnotationSerializer() - Constructor for class edu.stanford.nlp.pipeline.AnnotationSerializer
AnnotationSerializer.IntermediateEdge - Class in edu.stanford.nlp.pipeline
AnnotationSerializer.IntermediateNode - Class in edu.stanford.nlp.pipeline
AnnotationSerializer.IntermediateSemanticGraph - Class in edu.stanford.nlp.pipeline
annotationsToSkip - Variable in class edu.stanford.nlp.ie.machinereading.BasicEntityExtractor
annotationToDoc(Annotation, StanfordCoreNLP) - Static method in class edu.stanford.nlp.pipeline.XMLOutputter
Converts the given annotation to an XML document using options taken from the StanfordCoreNLP pipeline
annotationToDoc(Annotation, AnnotationOutputter.Options) - Static method in class edu.stanford.nlp.pipeline.XMLOutputter
Converts the given annotation to an XML document using the specified options
annotationToTmlTextElement(Annotation) - Static method in class edu.stanford.nlp.time.SUTimeMain
annotationToXmlDocument(Annotation) - Static method in class edu.stanford.nlp.time.SUTimeMain
AnnotationUtils - Class in edu.stanford.nlp.ie.machinereading.structure
Utilities to manipulate Annotations storing datasets or sentences with Machine Reading info
Annotator - Interface in edu.stanford.nlp.pipeline
This is an interface for adding annotations to a partially annotated
Annotation.
Annotator.Requirement - Class in edu.stanford.nlp.pipeline
The Requirement is a general way of describing the pre and post
conditions of an Annotator running.
AnnotatorFactories - Class in edu.stanford.nlp.pipeline
AnnotatorFactory - Class in edu.stanford.nlp.pipeline
A Factory for creating a certain type of Annotator.
AnnotatorFactory(Properties, AnnotatorImplementations) - Constructor for class edu.stanford.nlp.pipeline.AnnotatorFactory
AnnotatorImplementations - Class in edu.stanford.nlp.pipeline
A class abstracting the implementation of various annotators.
AnnotatorImplementations() - Constructor for class edu.stanford.nlp.pipeline.AnnotatorImplementations
AnnotatorPool - Class in edu.stanford.nlp.pipeline
An object for keeping track of Annotators.
AnnotatorPool() - Constructor for class edu.stanford.nlp.pipeline.AnnotatorPool
Create an empty AnnotatorPool.
announceObjectBankEntries - Variable in class edu.stanford.nlp.sequences.SeqClassifierFlags
anonymyizeNodes(Iterable<IndexedWord>, String) - Static method in class edu.stanford.nlp.semgraph.SemanticGraphUtils
GIven an iterable set of distinct vertices, creates a new mapping that maps the
original vertices to a set of "generic" versions.
ansiCode - Variable in enum edu.stanford.nlp.util.logging.Color
ansiCode - Variable in enum edu.stanford.nlp.util.logging.Style
ANSWER_FIELD_NUMBER - Static variable in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token
AnswerAnnotation() - Constructor for class edu.stanford.nlp.ling.CoreAnnotations.AnswerAnnotation
answerClass - Variable in class edu.stanford.nlp.patterns.surface.LearnImportantFeatures
answerFile - Variable in class edu.stanford.nlp.sequences.SeqClassifierFlags
answerLabel - Variable in class edu.stanford.nlp.patterns.surface.LearnImportantFeatures
AnswerObjectAnnotation() - Constructor for class edu.stanford.nlp.ling.CoreAnnotations.AnswerObjectAnnotation
AntecedentAnnotation() - Constructor for class edu.stanford.nlp.ling.CoreAnnotations.AntecedentAnnotation
antecedentIsMentionSpeaker(Document, Mention, Mention, Dictionaries) - Static method in class edu.stanford.nlp.dcoref.Rules
Is the speaker for mention the same entity as the ant entity?
antecedentIsMentionSpeaker(Document, Mention, Mention, Dictionaries) - Static method in class edu.stanford.nlp.hcoref.Rules
Is the speaker for mention the same entity as the ant entity?
antecedentMatchesMentionSpeakerAnnotation(Mention, Mention) - Static method in class edu.stanford.nlp.dcoref.Rules
Is the speaker for mention the same entity as the ant entity?
antecedentMatchesMentionSpeakerAnnotation(Mention, Mention, Document) - Static method in class edu.stanford.nlp.dcoref.Rules
The antecedent matches the speaker annotation found in the mention
antecedentMatchesMentionSpeakerAnnotation(Mention, Mention, Document) - Static method in class edu.stanford.nlp.hcoref.Rules
The antecedent matches the speaker annotation found in the mention
antecedentOrdering - Variable in class edu.stanford.nlp.hcoref.data.Mention
ANY - Static variable in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.RobustTokenizer
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_NODE - Static variable in class edu.stanford.nlp.ling.tokensregex.NodePattern
ANY_NODE_PATTERN - Static variable in class edu.stanford.nlp.ling.tokensregex.TokenSequencePattern
ANY_NODE_PATTERN_EXPR - Static variable in class edu.stanford.nlp.ling.tokensregex.SequencePattern
ANY_TAG_INT - Static variable in class edu.stanford.nlp.parser.lexparser.IntTaggedWord
Any_VALUE - Static variable in enum edu.stanford.nlp.pipeline.CoreNLPProtos.Language
Any = 1;
ANY_WORD_INT - Static variable in class edu.stanford.nlp.parser.lexparser.IntTaggedWord
AnyNodePattern() - Constructor for class edu.stanford.nlp.ling.tokensregex.NodePattern.AnyNodePattern
aOverAFilter - Variable in class edu.stanford.nlp.trees.BobChrisTreeNormalizer
AOverAFilter() - Constructor for class edu.stanford.nlp.trees.BobChrisTreeNormalizer.AOverAFilter
APOSTROPHE - Static variable in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.RobustTokenizer
appearEarlierThan(Mention) - Method in class edu.stanford.nlp.dcoref.Mention
Find which mention appears first in a document
appearEarlierThan(Mention) - Method in class edu.stanford.nlp.hcoref.data.Mention
Find which mention appears first in a document
append(SequenceMatchResult<T>, List) - Method in class edu.stanford.nlp.ling.tokensregex.SequenceMatcher.BasicMatchReplacement
Append to replacement list our list of replacement items
append(SequenceMatchResult<T>, List) - Method in class edu.stanford.nlp.ling.tokensregex.SequenceMatcher.GroupMatchReplacement
Append to replacement list the matched group with the specified group id
append(SequenceMatchResult<T>, List) - Method in interface edu.stanford.nlp.ling.tokensregex.SequenceMatcher.MatchReplacement
Append to replacement list
append(SequenceMatchResult<T>, List) - Method in class edu.stanford.nlp.ling.tokensregex.SequenceMatcher.NamedGroupMatchReplacement
Append to replacement list the matched group with the specified group name
append(CharSequence) - Method in class edu.stanford.nlp.util.logging.RedwoodPrintStream
append(CharSequence, int, int) - Method in class edu.stanford.nlp.util.logging.RedwoodPrintStream
append(char) - Method in class edu.stanford.nlp.util.logging.RedwoodPrintStream
appendCoreMap(List<T>, CoreMap, String, int, int, CoreTokenFactory<T>) - Static method in class edu.stanford.nlp.pipeline.ChunkAnnotationUtils
appendDateFormats(DateTimeFormatterBuilder, int) - Method in class edu.stanford.nlp.time.SUTime.PartialTime
AppendingObjectOutputStream(OutputStream) - Constructor for class edu.stanford.nlp.pipeline.GenericAnnotationSerializer.AppendingObjectOutputStream
appendLC - Variable in class edu.stanford.nlp.sequences.SeqClassifierFlags
appendOffset(StringBuffer, int) - Static method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceElement
appendRules(List<SequenceMatchRules.Rule>) - Method in class edu.stanford.nlp.ling.tokensregex.CoreMapExpressionExtractor
Add specified rules to this extractor
appendTimeFormats(DateTimeFormatterBuilder, int) - Method in class edu.stanford.nlp.time.SUTime.PartialTime
appliesNumericClassifiers() - Method in class edu.stanford.nlp.ie.NERClassifierCombiner
apply(String) - Method in class edu.stanford.nlp.ie.AbstractSequenceClassifier
Maps a String input to an XML-formatted rendition of applying NER to the
String.
apply(String) - Method in class edu.stanford.nlp.international.arabic.Buckwalter
apply(CoreMap) - Method in class edu.stanford.nlp.ling.tokensregex.CoreMapNodePatternTrigger
apply(SequenceMatchResult<T>, int...) - Method in class edu.stanford.nlp.ling.tokensregex.CoreMapSequenceMatchAction.AnnotateAction
apply(SequenceMatchResult<CoreMap>, int...) - Method in class edu.stanford.nlp.ling.tokensregex.CoreMapSequenceMatchAction.MergeAction
apply(CoreMap) - Method in class edu.stanford.nlp.ling.tokensregex.MatchedExpression.SingleAnnotationExtractor
apply(List<? extends T>) - Method in class edu.stanford.nlp.ling.tokensregex.MultiPatternMatcher.BasicSequencePatternTrigger
apply(SequenceMatchResult<T>, int...) - Method in interface edu.stanford.nlp.ling.tokensregex.SequenceMatchAction
apply(SequenceMatchResult<T>) - Method in class edu.stanford.nlp.ling.tokensregex.SequenceMatchAction.BoundAction
apply(SequenceMatchResult<T>, int...) - Method in class edu.stanford.nlp.ling.tokensregex.SequenceMatchAction.BranchAction
apply(SequenceMatchResult<T>, int...) - Method in class edu.stanford.nlp.ling.tokensregex.SequenceMatchAction.NextMatchAction
apply(SequenceMatchResult<T>, int...) - Method in class edu.stanford.nlp.ling.tokensregex.SequenceMatchAction.SeriesAction
apply(SequenceMatchResult<T>, int...) - Method in class edu.stanford.nlp.ling.tokensregex.SequenceMatchAction.StartMatchAction
apply(MR) - Method in class edu.stanford.nlp.ling.tokensregex.SequenceMatchResult.GroupToIntervalFunc
apply(CoreMap) - Method in class edu.stanford.nlp.ling.tokensregex.SequenceMatchRules.CoreMapFunctionApplier
apply(CoreMap) - Method in class edu.stanford.nlp.ling.tokensregex.SequenceMatchRules.CoreMapToListFunctionApplier
apply(List<? extends T>) - Method in class edu.stanford.nlp.ling.tokensregex.SequenceMatchRules.MultiSequencePatternExtractRule
apply(SequenceMatchResult<CoreMap>) - Method in class edu.stanford.nlp.ling.tokensregex.SequenceMatchRules.SequenceMatchedExpressionExtractor
apply(SequenceMatchResult<T>) - Method in class edu.stanford.nlp.ling.tokensregex.SequenceMatchRules.SequenceMatchResultExtractor
apply(List<? extends T>) - Method in class edu.stanford.nlp.ling.tokensregex.SequenceMatchRules.SequencePatternExtractRule
apply(MatchResult) - Method in class edu.stanford.nlp.ling.tokensregex.SequenceMatchRules.StringMatchedExpressionExtractor
apply(MatchResult) - Method in class edu.stanford.nlp.ling.tokensregex.SequenceMatchRules.StringMatchResultExtractor
apply(String) - Method in class edu.stanford.nlp.ling.tokensregex.SequenceMatchRules.StringPatternExtractRule
apply(Env, List<Value>) - Method in interface edu.stanford.nlp.ling.tokensregex.types.ValueFunction
Applies the function to the list values using the environment as context
and returns the evaluated value.
apply(Env, List<Value>) - Method in class edu.stanford.nlp.ling.tokensregex.types.ValueFunctions.BooleanFunction
apply(Env, List<Value>) - Method in class edu.stanford.nlp.ling.tokensregex.types.ValueFunctions.CompareFunction
apply(Env, List<Value>) - Method in class edu.stanford.nlp.ling.tokensregex.types.ValueFunctions.NumericFunction
apply(Env, List<Value>) - Method in class edu.stanford.nlp.ling.tokensregex.types.ValueFunctions.StringFunction
apply(SemanticGraph, Boolean) - Method in class edu.stanford.nlp.naturalli.ForwardEntailer
Create a new search problem instance, given a sentence (possibly fragment), and the corresponding
parse tree.
apply(X) - Method in class edu.stanford.nlp.objectbank.IdentityFunction
apply(String) - Method in class edu.stanford.nlp.objectbank.ObjectBank.PathToFileFunction
apply(List<? extends HasWord>) - Method in class edu.stanford.nlp.parser.common.ParserGrammar
Parses the list of HasWord.
apply(TregexMatcher) - Method in class edu.stanford.nlp.parser.lexparser.AbstractTreebankParserParams.AnnotatePunctuationFunction
apply(Pair<UnaryGrammar, BinaryGrammar>) - Method in class edu.stanford.nlp.parser.lexparser.LinearGrammarSmoother
Destructively modifies the input and returns it as a convenience.
apply(TregexMatcher) - Method in class edu.stanford.nlp.parser.lexparser.TregexPoweredTreebankParserParams.AnnotateHeadFunction
apply(TregexMatcher) - Method in class edu.stanford.nlp.parser.lexparser.TregexPoweredTreebankParserParams.SimpleStringFunction
apply(Configuration, String) - Method in class edu.stanford.nlp.parser.nndep.ArcStandard
apply(Configuration, String) - Method in class edu.stanford.nlp.parser.nndep.ParsingSystem
Apply the given transition to the given configuration, modifying
the configuration's state in place.
apply(State) - Method in class edu.stanford.nlp.parser.shiftreduce.BinaryTransition
Add a binary node to the existing node on top of the stack
apply(State, double) - Method in class edu.stanford.nlp.parser.shiftreduce.BinaryTransition
Add a binary node to the existing node on top of the stack
apply(State) - Method in class edu.stanford.nlp.parser.shiftreduce.CompoundUnaryTransition
Add a unary node to the existing node on top of the stack
apply(State, double) - Method in class edu.stanford.nlp.parser.shiftreduce.CompoundUnaryTransition
Add a unary node to the existing node on top of the stack
apply(State) - Method in class edu.stanford.nlp.parser.shiftreduce.FinalizeTransition
apply(State, double) - Method in class edu.stanford.nlp.parser.shiftreduce.FinalizeTransition
apply(State) - Method in class edu.stanford.nlp.parser.shiftreduce.IdleTransition
Do nothing
apply(State, double) - Method in class edu.stanford.nlp.parser.shiftreduce.IdleTransition
Do nothing
apply(State) - Method in class edu.stanford.nlp.parser.shiftreduce.ShiftTransition
Add the new preterminal to the stack, increment the queue position.
apply(State, double) - Method in class edu.stanford.nlp.parser.shiftreduce.ShiftTransition
Add the new preterminal to the stack, increment the queue position.
apply(State) - Method in interface edu.stanford.nlp.parser.shiftreduce.Transition
Applies this transition to get a new state.
apply(State, double) - Method in interface edu.stanford.nlp.parser.shiftreduce.Transition
Applies this transition to get a new state.
apply(State) - Method in class edu.stanford.nlp.parser.shiftreduce.UnaryTransition
Add a unary node to the existing node on top of the stack
apply(State, double) - Method in class edu.stanford.nlp.parser.shiftreduce.UnaryTransition
Add a unary node to the existing node on top of the stack
apply(List<? extends CoreMap>) - Method in class edu.stanford.nlp.pipeline.CoreMapAggregator
apply(HasWord) - Method in class edu.stanford.nlp.process.Americanize
Americanize the HasWord or String coming in.
apply(String) - Method in class edu.stanford.nlp.process.AmericanizeFunction
apply(String) - Method in class edu.stanford.nlp.process.LowercaseAndAmericanizeFunction
apply(String) - Method in class edu.stanford.nlp.process.LowercaseFunction
apply(Object) - Method in class edu.stanford.nlp.process.Morphology
apply(List<IN>) - Method in class edu.stanford.nlp.process.PTBEscapingProcessor
Escape a List of HasWords.
apply(String) - Method in class edu.stanford.nlp.sequences.TrueCasingForNISTDocumentReaderAndWriter.LineToTrueCasesParser
apply(String) - Method in class edu.stanford.nlp.stats.MultiClassPrecisionRecallExtendedStats.StringStringConverter
apply(List<? extends HasWord>) - Method in class edu.stanford.nlp.tagger.common.Tagger
apply(List<? extends HasWord>) - Method in class edu.stanford.nlp.tagger.maxent.MaxentTagger
Expects a sentence and returns a tagged sentence.
apply(SUTime.Temporal, SUTime.Temporal, int) - Method in enum edu.stanford.nlp.time.SUTime.TemporalOp
apply(SUTime.Temporal, SUTime.Temporal) - Method in enum edu.stanford.nlp.time.SUTime.TemporalOp
apply(SUTime.Temporal...) - Method in enum edu.stanford.nlp.time.SUTime.TemporalOp
apply(Object...) - Method in enum edu.stanford.nlp.time.SUTime.TemporalOp
apply(String) - Method in class edu.stanford.nlp.time.TimeFormatter.CustomDateFormatExtractor
apply(MatchResult) - Method in class edu.stanford.nlp.time.TimeFormatter.CustomDateFormatExtractor
apply(CoreMap) - Method in class edu.stanford.nlp.time.TimeFormatter.JavaDateFormatExtractor
apply(CoreMap) - Method in class edu.stanford.nlp.time.TimeFormatter.JodaDateTimeFormatExtractor
apply(Tree) - Method in class edu.stanford.nlp.trees.BasicCategoryTreeTransformer
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(TreeVisitor) - Method in class edu.stanford.nlp.trees.FilteringTreebank
Applies the TreeVisitor, but only to the trees that pass the
filter.
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.
apply(String) - Method in enum edu.stanford.nlp.util.logging.Color
apply() - Method in class edu.stanford.nlp.util.logging.RedwoodConfiguration
Apply this configuration to Redwood
apply(Properties) - Static method in class edu.stanford.nlp.util.logging.RedwoodConfiguration
Parses a properties file and applies it immediately to Redwood
apply(RedwoodConfiguration, Redwood.RecordHandlerTree) - Method in interface edu.stanford.nlp.util.logging.RedwoodConfiguration.Thunk
apply(Properties) - Static method in class edu.stanford.nlp.util.logging.StanfordRedwoodConfiguration
Configures the Redwood logger using a reasonable set of defaults,
which can be overruled by the supplied Properties file
apply(String) - Method in class edu.stanford.nlp.util.UTF8EquivalenceFunction
APPLY_NUMERIC_CLASSIFIERS_DEFAULT - Static variable in class edu.stanford.nlp.ie.NERClassifierCombiner
APPLY_NUMERIC_CLASSIFIERS_PROPERTY - Static variable in class edu.stanford.nlp.ie.NERClassifierCombiner
APPLY_NUMERIC_CLASSIFIERS_PROPERTY_BASE - Static variable in class edu.stanford.nlp.ie.NERClassifierCombiner
applyCompositeRule(SequenceMatchRules.ExtractRule<List<? extends CoreMap>, T>, List<? extends CoreMap>, List<T>, int) - Method in class edu.stanford.nlp.ling.tokensregex.CoreMapExpressionExtractor
ApplyDepPatterns <E extends Pattern > - Class in edu.stanford.nlp.patterns.dep
Applying Dependency patterns to sentences.
ApplyDepPatterns(Map<String, DataInstance>, List<String>, Map<SemgrexPattern, E>, String, boolean, boolean, ConstantsAndVariables) - Constructor for class edu.stanford.nlp.patterns.dep.ApplyDepPatterns
applyFeatureCountThreshold(List<Pair<Pattern, Integer>>) - Method in class edu.stanford.nlp.classify.Dataset
Applies feature count thresholds to the Dataset.
applyFeatureCountThreshold(int) - Method in class edu.stanford.nlp.classify.GeneralDataset
Applies a feature count threshold to the Dataset.
applyFeatureCountThreshold(int) - Method in class edu.stanford.nlp.classify.RVFDataset
Applies a feature count threshold to the RVFDataset.
applyFeatureMaxCountThreshold(int) - Method in class edu.stanford.nlp.classify.GeneralDataset
Applies a max feature count threshold to the Dataset.
applyFeatureMaxCountThreshold(int) - Method in class edu.stanford.nlp.classify.RVFDataset
Applies a feature max count threshold to the RVFDataset.
applyInitialHessian(double[]) - Method in class edu.stanford.nlp.optimization.QNMinimizer.QNInfo
applyNERPenalty - Variable in class edu.stanford.nlp.sequences.SeqClassifierFlags
applyNumericClassifiers - Variable in class edu.stanford.nlp.sequences.SeqClassifierFlags
applyPats(Counter<E>, String, TwoDimensionalCounter<CandidatePhrase, E>, CollectionValuedMap<E, Triple<String, Integer, Integer>>, Set<CandidatePhrase>) - Method in class edu.stanford.nlp.patterns.ScorePhrases
ApplyPatterns <E extends Pattern > - Class in edu.stanford.nlp.patterns.surface
Applying SurfacePattern to sentences.
ApplyPatterns(Map<String, DataInstance>, List<String>, Map<TokenSequencePattern, E>, String, boolean, boolean, ConstantsAndVariables) - Constructor for class edu.stanford.nlp.patterns.surface.ApplyPatterns
applyPrior(double[], double) - Method in class edu.stanford.nlp.ie.crf.CRFLogConditionalObjectiveFunction
applySpecializedNER(List<E>) - Static method in class edu.stanford.nlp.ie.QuantifiableEntityNormalizer
Runs a deterministic named entity classifier which is good at recognizing
numbers and money and date expressions not recognized by our statistical
NER.
applyTo(SemanticGraph, ClauseSplitterSearchProblem.State, SemanticGraphEdge, SemanticGraphEdge, SemanticGraphEdge) - Method in interface edu.stanford.nlp.naturalli.ClauseSplitterSearchProblem.Action
Apply this action to the given state.
applyToProjections(TreeVisitor, Tree, Tree, HeadFinder) - Static method in class edu.stanford.nlp.trees.Trees
applyToTruthValue(boolean) - Method in enum edu.stanford.nlp.naturalli.NaturalLogicRelation
Implements the finite state automata of composing the truth value of a sentence with a natural logic relation being
applied.
APPOSITIONAL_MODIFIER - Static variable in class edu.stanford.nlp.trees.EnglishGrammaticalRelations
The "appositional modifier" grammatical relation.
APPOSITIONAL_MODIFIER - Static variable in class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalRelations
The "appositional modifier" (appos) grammatical relation (abstract).
APPOSITIONAL_MODIFIER - Static variable in class edu.stanford.nlp.trees.UniversalEnglishGrammaticalRelations
The "appositional modifier" grammatical relation.
appositions - Variable in class edu.stanford.nlp.dcoref.Mention
Set of other mentions in the same sentence that are syntactic appositions to this
appositions - Variable in class edu.stanford.nlp.hcoref.data.Mention
Set of other mentions in the same sentence that are syntactic appositions to this
APPOSITIONS_FIELD_NUMBER - Static variable in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
approx - Variable in class edu.stanford.nlp.time.SUTime.Temporal
approxAccuracy(int[][], int[][]) - Static method in class edu.stanford.nlp.sentiment.AbstractEvaluate
approxCombinedAccuracy(int[][], int[][]) - Static method in class edu.stanford.nlp.sentiment.AbstractEvaluate
APPROXIMATE - Static variable in class edu.stanford.nlp.tagger.maxent.TaggerConfig
approximate - Variable in class edu.stanford.nlp.time.JodaTimeUtils.ConversionOptions
Treat durations as approximate
APPROXIMATE - Static variable in class edu.stanford.nlp.util.logging.RepeatedRecordHandler
APPROXIMATE_EQUIVALENCE_CLASSES - Static variable in class edu.stanford.nlp.sentiment.RNNOptions
ApproximateRepeatSemantics() - Constructor for class edu.stanford.nlp.util.logging.RepeatedRecordHandler.ApproximateRepeatSemantics
ApproxMatch <K ,V > - Class in edu.stanford.nlp.ling.tokensregex.matcher
Represents an approximate match with a cost
ApproxMatch() - Constructor for class edu.stanford.nlp.ling.tokensregex.matcher.ApproxMatch
ApproxMatch(List<K>, V, int, int, double) - Constructor for class edu.stanford.nlp.ling.tokensregex.matcher.ApproxMatch
ApproxMatch(List<K>, V, int, int, List<Match<K, V>>, double) - Constructor for class edu.stanford.nlp.ling.tokensregex.matcher.ApproxMatch
ApproxMatch(List<K>, V, int, int, List<Match<K, V>>, double, Interval[]) - Constructor for class edu.stanford.nlp.ling.tokensregex.matcher.ApproxMatch
APRIL - Static variable in class edu.stanford.nlp.time.SUTime
ARABIC - Static variable in class edu.stanford.nlp.swing.FontDetector
Arabic_VALUE - Static variable in enum edu.stanford.nlp.pipeline.CoreNLPProtos.Language
Arabic = 2;
arabicDigit - Variable in class edu.stanford.nlp.international.arabic.pipeline.DefaultLexicalMapper
ArabicDocumentReaderAndWriter - Class in edu.stanford.nlp.international.arabic.process
Reads newline delimited UTF-8 Arabic sentences with or without
gold segmentation markers.
ArabicDocumentReaderAndWriter(boolean) - Constructor for class edu.stanford.nlp.international.arabic.process.ArabicDocumentReaderAndWriter
ArabicDocumentReaderAndWriter(boolean, TokenizerFactory<CoreLabel>) - Constructor for class edu.stanford.nlp.international.arabic.process.ArabicDocumentReaderAndWriter
ArabicDocumentReaderAndWriter(boolean, boolean, TokenizerFactory<CoreLabel>) - Constructor for class edu.stanford.nlp.international.arabic.process.ArabicDocumentReaderAndWriter
ArabicDocumentReaderAndWriter(boolean, boolean, boolean, String, TokenizerFactory<CoreLabel>) - Constructor for class edu.stanford.nlp.international.arabic.process.ArabicDocumentReaderAndWriter
ArabicDocumentReaderAndWriter(boolean, boolean, boolean, String, boolean, TokenizerFactory<CoreLabel>) - Constructor for class edu.stanford.nlp.international.arabic.process.ArabicDocumentReaderAndWriter
ArabicDocumentReaderAndWriter.RewrittenArabicAnnotation - Class in edu.stanford.nlp.international.arabic.process
ArabicEmptyFilter() - Constructor for class edu.stanford.nlp.trees.international.arabic.ArabicTreeNormalizer.ArabicEmptyFilter
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
ArabicMorphoFeatures() - Constructor for class edu.stanford.nlp.international.arabic.ArabicMorphoFeatureSpecification.ArabicMorphoFeatures
ArabicMorphoFeatureSpecification - Class in edu.stanford.nlp.international.arabic
Extracts morphosyntactic features from BAMA/SAMA analyses.
ArabicMorphoFeatureSpecification() - Constructor for class edu.stanford.nlp.international.arabic.ArabicMorphoFeatureSpecification
ArabicMorphoFeatureSpecification.ArabicMorphoFeatures - Class in edu.stanford.nlp.international.arabic
Converts features specifications to labels for tagging
arabicPunc - Variable in class edu.stanford.nlp.international.arabic.pipeline.DefaultLexicalMapper
ArabicRawTreeReaderFactory() - Constructor for class edu.stanford.nlp.trees.international.arabic.ArabicTreeReaderFactory.ArabicRawTreeReaderFactory
ArabicRawTreeReaderFactory(boolean) - Constructor for class edu.stanford.nlp.trees.international.arabic.ArabicTreeReaderFactory.ArabicRawTreeReaderFactory
ArabicSegmenter - Class in edu.stanford.nlp.international.arabic.process
Arabic word segmentation model based on conditional random fields (CRF).
ArabicSegmenter(Properties) - Constructor for class edu.stanford.nlp.international.arabic.process.ArabicSegmenter
Make an Arabic Segmenter.
ArabicSegmenter(ArabicSegmenter) - Constructor for class edu.stanford.nlp.international.arabic.process.ArabicSegmenter
Copy constructor.
ArabicSegmenterFeatureFactory <IN extends CoreLabel > - Class in edu.stanford.nlp.international.arabic.process
Feature factory for the IOB clitic segmentation model described by
Green and DeNero (2012).
ArabicSegmenterFeatureFactory() - Constructor for class edu.stanford.nlp.international.arabic.process.ArabicSegmenterFeatureFactory
ArabicSubcategoryStripper() - Constructor for class edu.stanford.nlp.parser.lexparser.ArabicTreebankParserParams.ArabicSubcategoryStripper
ArabicTokenizer <T extends HasWord > - Class in edu.stanford.nlp.international.arabic.process
Tokenizer for UTF-8 Arabic.
ArabicTokenizer(Reader, LexedTokenFactory<T>, Properties) - Constructor for class edu.stanford.nlp.international.arabic.process.ArabicTokenizer
ArabicTokenizer.ArabicTokenizerFactory <T extends HasWord > - Class in edu.stanford.nlp.international.arabic.process
ArabicTreebankLanguagePack - Class in edu.stanford.nlp.trees.international.arabic
Specifies the treebank/language specific components needed for
parsing the Penn Arabic Treebank (ATB).
ArabicTreebankLanguagePack() - Constructor for class edu.stanford.nlp.trees.international.arabic.ArabicTreebankLanguagePack
ArabicTreebankParserParams - Class in edu.stanford.nlp.parser.lexparser
ArabicTreebankParserParams() - Constructor for class edu.stanford.nlp.parser.lexparser.ArabicTreebankParserParams
ArabicTreebankParserParams.ArabicSubcategoryStripper - Class in edu.stanford.nlp.parser.lexparser
ArabicTreebankTokenizer - Class in edu.stanford.nlp.trees.international.arabic
Builds a tokenizer for the Penn Arabic Treebank (ATB) using a
StreamTokenizer
.
ArabicTreebankTokenizer(Reader) - Constructor for class edu.stanford.nlp.trees.international.arabic.ArabicTreebankTokenizer
ArabicTreeNormalizer - Class in edu.stanford.nlp.trees.international.arabic
Normalizes both terminals and non-terminals in Penn Arabic Treebank (ATB)
trees.
ArabicTreeNormalizer(boolean, boolean, boolean, boolean, boolean) - Constructor for class edu.stanford.nlp.trees.international.arabic.ArabicTreeNormalizer
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
ArabicTreeNormalizer.ArabicEmptyFilter - Class in edu.stanford.nlp.trees.international.arabic
Remove traces and pronoun deletion markers.
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, boolean, boolean, boolean) - Constructor for class edu.stanford.nlp.trees.international.arabic.ArabicTreeReaderFactory
ArabicTreeReaderFactory.ArabicRawTreeReaderFactory - Class in edu.stanford.nlp.trees.international.arabic
ArabicUnknownWordModel - Class in edu.stanford.nlp.parser.lexparser
This is a basic unknown word model for Arabic.
ArabicUnknownWordModel(Options, Lexicon, Index<String>, Index<String>, ClassicCounter<IntTaggedWord>) - Constructor for class edu.stanford.nlp.parser.lexparser.ArabicUnknownWordModel
ArabicUnknownWordModel(Options, Lexicon, Index<String>, Index<String>) - Constructor for class edu.stanford.nlp.parser.lexparser.ArabicUnknownWordModel
This constructor creates an UWM with empty data structures.
ArabicUnknownWordModelTrainer - Class in edu.stanford.nlp.parser.lexparser
ArabicUnknownWordModelTrainer() - Constructor for class edu.stanford.nlp.parser.lexparser.ArabicUnknownWordModelTrainer
arbitraryInputLayerSize - Variable in class edu.stanford.nlp.sequences.SeqClassifierFlags
Arc(TransducerGraph.Arc<NODE, IN, OUT>) - Constructor for class edu.stanford.nlp.fsm.TransducerGraph.Arc
Arc(NODE, NODE) - Constructor for class edu.stanford.nlp.fsm.TransducerGraph.Arc
Arc(NODE, NODE, IN) - Constructor for class edu.stanford.nlp.fsm.TransducerGraph.Arc
Arc(NODE, NODE, IN, OUT) - Constructor for class edu.stanford.nlp.fsm.TransducerGraph.Arc
ARCH - Static variable in class edu.stanford.nlp.tagger.maxent.TaggerConfig
ArcStandard - Class in edu.stanford.nlp.parser.nndep
Defines an arc-standard transition-based dependency parsing system
(Nivre, 2004).
ArcStandard(TreebankLanguagePack, List<String>, boolean) - Constructor for class edu.stanford.nlp.parser.nndep.ArcStandard
areTransitionsEqual(State) - Method in class edu.stanford.nlp.parser.shiftreduce.State
Whether or not the transitions that built the two states are
equal.
arg - Variable in class edu.stanford.nlp.parser.lexparser.IntDependency
ARG_FIELD_NUMBER - Static variable in class edu.stanford.nlp.pipeline.CoreNLPProtos.Relation
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.
ArgDescendentAnnotation() - Constructor for class edu.stanford.nlp.ling.CoreAnnotations.ArgDescendentAnnotation
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(Counter<E>) - Static method in class edu.stanford.nlp.stats.Counters
Finds and returns the key in the Counter with the largest count.
argmax(Counter<E>, Comparator<E>) - Static method in class edu.stanford.nlp.stats.Counters
Finds and returns the key in the Counter with the largest count.
argmax(Counter<E>, Comparator<E>, E) - Static method in class edu.stanford.nlp.stats.Counters
Finds and returns the key in the Counter with the largest count.
argmax() - Method in class edu.stanford.nlp.stats.Distribution
argmax(Comparator<E>) - 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(Counter<E>) - Static method in class edu.stanford.nlp.stats.Counters
Finds and returns the key in this Counter with the smallest count.
argmin(Counter<E>, Comparator<E>) - Static method in class edu.stanford.nlp.stats.Counters
Finds and returns the key in this Counter with the smallest count.
argmin(Comparator<E>) - 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.
ARGNAME_FIELD_NUMBER - Static variable in class edu.stanford.nlp.pipeline.CoreNLPProtos.Relation
argNames - Variable in class edu.stanford.nlp.ie.machinereading.structure.RelationMention
List of argument names in this relation
args - Variable in class edu.stanford.nlp.ie.machinereading.structure.RelationMention
List of arguments in this relation
If unnamed, arguments MUST be stored in semantic order, e.g., ARG0 must be a person in a employed-by relation
argsMatch(RelationMention) - Method in class edu.stanford.nlp.ie.machinereading.structure.RelationMention
argsMatch(ExtractionObject...) - Method in class edu.stanford.nlp.ie.machinereading.structure.RelationMention
argsMatch(List<ExtractionObject>) - Method in class edu.stanford.nlp.ie.machinereading.structure.RelationMention
Verifies if the two sets of arguments match
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
argsToPropertiesWithResolve(String[]) - Static method in class edu.stanford.nlp.util.StringUtils
convert args to properties with variable names resolved.
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" (arg) grammatical relation (abstract).
ARGUMENT - Static variable in class edu.stanford.nlp.trees.UniversalEnglishGrammaticalRelations
The "argument" grammatical relation.
ArgumentAnnotation() - Constructor for class edu.stanford.nlp.ling.CoreAnnotations.ArgumentAnnotation
ArgUtils - Class in edu.stanford.nlp.parser.common
Utility methods or common blocks of code for dealing with parser
arguments, such as extracting Treebank information
ARMY_TIME_MORNING - Static variable in class edu.stanford.nlp.ie.regexp.NumberSequenceClassifier
arrange(Annotation, List<List<CoreLabel>>, List<Tree>, List<List<Mention>>) - Method in class edu.stanford.nlp.dcoref.MentionExtractor
arrange(Annotation, List<List<CoreLabel>>, List<Tree>, List<List<Mention>>, List<List<Mention>>, boolean) - Method in class edu.stanford.nlp.dcoref.MentionExtractor
arrange(Annotation, List<List<CoreLabel>>, List<Tree>, List<List<Mention>>, boolean) - Method in class edu.stanford.nlp.dcoref.MentionExtractor
Post-processes the extracted mentions.
ARRAY_LIST_FACTORY - Static variable in class edu.stanford.nlp.util.CollectionFactory
ArrayCoreMap - Class in edu.stanford.nlp.util
Base implementation of
CoreMap
backed by two Java arrays.
ArrayCoreMap() - Constructor for class edu.stanford.nlp.util.ArrayCoreMap
Default constructor - initializes with default initial annotation
capacity of 4.
ArrayCoreMap(int) - Constructor for class edu.stanford.nlp.util.ArrayCoreMap
Initializes this ArrayCoreMap, pre-allocating arrays to hold
up to capacity key,value pairs.
ArrayCoreMap(ArrayCoreMap) - Constructor for class edu.stanford.nlp.util.ArrayCoreMap
Copy constructor.
ArrayCoreMap(CoreMap) - Constructor for class edu.stanford.nlp.util.ArrayCoreMap
Copy constructor.
ArrayHeap <E > - Class in edu.stanford.nlp.util
Implements a heap as an ArrayList.
ArrayHeap(Comparator<? super E>) - Constructor for class edu.stanford.nlp.util.ArrayHeap
Create an ArrayHeap.
ArrayHeap(Comparator<? super E>, int) - Constructor for class edu.stanford.nlp.util.ArrayHeap
arrayListFactory() - Static method in class edu.stanford.nlp.util.CollectionFactory
Return a factory for making ArrayList Collections.
arrayListFactory(int) - Static method in class edu.stanford.nlp.util.CollectionFactory
ArrayListFactory() - Constructor for class edu.stanford.nlp.util.CollectionFactory.ArrayListFactory
ArrayMap <K ,V > - Class in edu.stanford.nlp.util
Map 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
arrayMapFactory() - Static method in class edu.stanford.nlp.util.MapFactory
Return a MapFactory that returns an ArrayMap.
ArrayMath - Class in edu.stanford.nlp.math
Class ArrayMath
ArrayMath.InvalidElementException - Exception in edu.stanford.nlp.math
ArraySet <E > - Class in edu.stanford.nlp.util
An array-backed set.
ArraySet() - Constructor for class edu.stanford.nlp.util.ArraySet
Constructs an ArraySet.
ArraySet(int) - Constructor for class edu.stanford.nlp.util.ArraySet
Constructs an ArraySet with specified initial size of backing array.
ArraySet(E...) - Constructor for class edu.stanford.nlp.util.ArraySet
Constructs an ArraySet with the specified elements.
arraySize - Variable in class edu.stanford.nlp.parser.lexparser.ExhaustivePCFGParser
ArrayStringFilter - Class in edu.stanford.nlp.util
Filters Strings based on whether they exactly match any string in
the array it is initially constructed with.
ArrayStringFilter(ArrayStringFilter.Mode, String...) - Constructor for class edu.stanford.nlp.util.ArrayStringFilter
ArrayStringFilter.Mode - Enum in edu.stanford.nlp.util
arrayToFile(double[], String) - Method in class edu.stanford.nlp.optimization.StochasticDiffFunctionTester
ArrayUtils - Class in edu.stanford.nlp.util
Static utility methods for operating on arrays.
asAnnotation() - Method in class edu.stanford.nlp.simple.Document
Return this Document as an Annotation object.
asArray(Counter<E>, Index<E>) - Static method in class edu.stanford.nlp.stats.Counters
Convert a counter to an array using a specified key index.
asArray(Counter<E>, Index<E>, int) - Static method in class edu.stanford.nlp.stats.Counters
Convert a counter to an array using a specified key index.
asArray(Counter<E>) - Static method in class edu.stanford.nlp.stats.Counters
Convert a counter to an array, the order of the array is random
asArrayList(Iterator<? extends T>) - Static method in class edu.stanford.nlp.util.Iterables
Creates an ArrayList containing all of the Objects returned by the given Iterator.
ASBCunkDict - Class in edu.stanford.nlp.tagger.maxent
ASCENDING_COMPARATOR - Static variable in class edu.stanford.nlp.util.ScoredComparator
asCharacterArray(String) - Static method in class edu.stanford.nlp.util.Characters
Map a String to an array of type Character.
ASCII - Static variable in class edu.stanford.nlp.trees.international.pennchinese.ChineseUtils
ASCII_QUOTES - Variable in class edu.stanford.nlp.pipeline.QuoteAnnotator
asCollection(Iterator<? extends E>, CollectionFactory<E>) - Static method in class edu.stanford.nlp.util.Iterables
Creates a new Collection from the given CollectionFactory, and adds all of the Objects
returned by the given Iterator.
asCoreLabels(Function<Sentence, Object>...) - Method in class edu.stanford.nlp.simple.Sentence
Returns this sentence as a list of CoreLabels representing the sentence.
asCoreMap(Function<Sentence, Object>...) - Method in class edu.stanford.nlp.simple.Sentence
Returns this sentence as a CoreNLP CoreMap object.
asCounter(Collection<E>) - Static method in class edu.stanford.nlp.stats.Counters
Takes in a Collection of something and makes a counter, incrementing once
for each object in the collection.
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.
asDependencyTree() - Method in class edu.stanford.nlp.ie.util.RelationTriple
An optional method, returning the dependency tree this triple was extracted from
asDependencyTree() - Method in class edu.stanford.nlp.ie.util.RelationTriple.WithTree
An optional method, returning the dependency tree this triple was extracted from
asDOTString() - Method in class edu.stanford.nlp.fsm.TransducerGraph
asDoubleArray(Collection<Double>) - Static method in class edu.stanford.nlp.util.CollectionUtils
asExpression(Env, Object) - Static method in class edu.stanford.nlp.ling.tokensregex.types.Expressions
asFeatures() - Method in class edu.stanford.nlp.ie.crf.CRFDatum
Returns the collection that this BasicDatum was constructed with.
asFeatures() - Method in class edu.stanford.nlp.ling.BasicDatum
Returns the collection that this BasicDatum was constructed with.
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
asFeatures() - Method in class edu.stanford.nlp.ling.RVFDatum
Returns the list of features without values
asFeaturesCounter() - Method in class edu.stanford.nlp.ling.RVFDatum
Returns the Counter of features and values
asFeatureVals() - Method in class edu.stanford.nlp.ie.crf.CRFDatum
Returns the double array containing the feature values
asHashSet(Iterator<? extends T>) - Static method in class edu.stanford.nlp.util.Iterables
Creates a HashSet containing all of the Objects returned by the given Iterator.
asImmutableSet(T[]) - Static method in class edu.stanford.nlp.util.ArrayUtils
Return an immutable Set containing the same elements as the specified
array.
asIntArray(Collection<Integer>) - Static method in class edu.stanford.nlp.util.CollectionUtils
asList() - Method in class edu.stanford.nlp.util.ArrayHeap
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() - Method in class edu.stanford.nlp.util.Pair
asList() - Method in class edu.stanford.nlp.util.Quadruple
asList() - Method in class edu.stanford.nlp.util.TreeShapedStack
Returns the current stack as a list
asList() - Method in class edu.stanford.nlp.util.Triple
asMap(Counter<E>) - Static method in class edu.stanford.nlp.stats.Counters
Returns a map view of the given counter.
asMap(Properties) - Static method in class edu.stanford.nlp.util.PropertiesUtils
Tired of Properties not behaving like Map<String,String>
s? This method will solve that problem for you.
asNormalizedCounter(C) - Static method in class edu.stanford.nlp.stats.Counters
L1 normalize a counter.
asObject(Env, Object) - Static method in class edu.stanford.nlp.ling.tokensregex.types.Expressions
ASPECT_MARKER - Static variable in class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalRelations
The "aspect marker" grammatical relation.
asPrimitiveDoubleArray(Collection<Double>) - Static method in class edu.stanford.nlp.util.ArrayUtils
asPrimitiveIntArray(Collection<Integer>) - Static method in class edu.stanford.nlp.util.ArrayUtils
asProperties(String...) - Static method in class edu.stanford.nlp.util.PropertiesUtils
Create a Properties object from the passed in String arguments.
asSentence() - Method in class edu.stanford.nlp.ie.util.RelationTriple
Return the given relation triple as a flat sentence
assertFinite(double[], String) - Static method in class edu.stanford.nlp.math.ArrayMath
asSet(T[]) - Static method in class edu.stanford.nlp.util.ArrayUtils
Return a Set containing the same elements as the specified array.
asSet(T...) - Static method in class edu.stanford.nlp.util.CollectionUtils
Returns a new Set containing all the objects in the specified array.
assign(Expression) - Method in interface edu.stanford.nlp.ling.tokensregex.types.AssignableExpression
assign(Expression) - Method in class edu.stanford.nlp.ling.tokensregex.types.Expressions.AssignableFunctionCallExpression
assign(Expression) - Method in class edu.stanford.nlp.ling.tokensregex.types.Expressions.RegexMatchVarExpression
assign(Expression) - Method in class edu.stanford.nlp.ling.tokensregex.types.Expressions.VarExpression
AssignableExpression(Env) - Method in class edu.stanford.nlp.ling.tokensregex.parser.TokenSequenceParser
AssignableExpression - Interface in edu.stanford.nlp.ling.tokensregex.types
This interface represents an expression that can be assigned to.
AssignableFunctionCallExpression(String, List<Expression>, String...) - Constructor for class edu.stanford.nlp.ling.tokensregex.types.Expressions.AssignableFunctionCallExpression
AssignableNestedVarExpression(Env) - Method in class edu.stanford.nlp.ling.tokensregex.parser.TokenSequenceParser
AssignableVar(Env) - Method in class edu.stanford.nlp.ling.tokensregex.parser.TokenSequenceParser
assignGroupIds(int) - Method in class edu.stanford.nlp.ling.tokensregex.SequencePattern.AndPatternExpr
assignGroupIds(int) - Method in class edu.stanford.nlp.ling.tokensregex.SequencePattern.BackRefPatternExpr
assignGroupIds(int) - Method in class edu.stanford.nlp.ling.tokensregex.SequencePattern.GroupPatternExpr
assignGroupIds(int) - Method in class edu.stanford.nlp.ling.tokensregex.SequencePattern.MultiNodePatternExpr
assignGroupIds(int) - Method in class edu.stanford.nlp.ling.tokensregex.SequencePattern.NodePatternExpr
assignGroupIds(int) - Method in class edu.stanford.nlp.ling.tokensregex.SequencePattern.OrPatternExpr
assignGroupIds(int) - Method in class edu.stanford.nlp.ling.tokensregex.SequencePattern.PatternExpr
Assigns group ids to groups embedded in this patterns starting with at the specified number,
returns the next available group id.
assignGroupIds(int) - Method in class edu.stanford.nlp.ling.tokensregex.SequencePattern.RepeatPatternExpr
assignGroupIds(int) - Method in class edu.stanford.nlp.ling.tokensregex.SequencePattern.SequencePatternExpr
assignGroupIds(int) - Method in class edu.stanford.nlp.ling.tokensregex.SequencePattern.SpecialNodePatternExpr
assignGroupIds(int) - Method in class edu.stanford.nlp.ling.tokensregex.SequencePattern.ValuePatternExpr
assignIds - Variable in class edu.stanford.nlp.dcoref.RuleBasedCorefMentionFinder
assignMentionIDs(List<List<Mention>>, int) - Static method in class edu.stanford.nlp.dcoref.RuleBasedCorefMentionFinder
assignMentionIDs(List<List<Mention>>, int) - Static method in class edu.stanford.nlp.hcoref.md.DependencyCorefMentionFinder
AssignmentRule(Env) - Method in class edu.stanford.nlp.ling.tokensregex.parser.TokenSequenceParser
AssignmentRule(AssignableExpression, Expression) - Constructor for class edu.stanford.nlp.ling.tokensregex.SequenceMatchRules.AssignmentRule
assignOriginalID() - Method in class edu.stanford.nlp.dcoref.Document
When there is no mentionID information (without gold annotation), assign mention IDs
assignSyntacticHead(EntityMention, Tree, List<CoreLabel>, boolean) - Method in class edu.stanford.nlp.ie.machinereading.GenericDataSetReader
Find the index of the head of an entity.
ASSOCIATIVE_MODIFIER - Static variable in class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalRelations
The "associative modifier" (assmod) grammatical relation (Chinese-specific).
asSortedList() - Method in class edu.stanford.nlp.util.Beam
asString(Properties) - Static method in class edu.stanford.nlp.util.PropertiesUtils
Convert from Properties to String.
assumedTruth - Variable in class edu.stanford.nlp.naturalli.ClauseSplitterSearchProblem
The assumed truth of the original clause.
assumedTruth - Variable in class edu.stanford.nlp.naturalli.SentenceFragment
The assumed truth of this fragment; this is relevant for what entailments are supported
ASSUMEDTRUTH_FIELD_NUMBER - Static variable in class edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceFragment
aStringArrToByteArr(String[]) - Static method in class edu.stanford.nlp.util.ConvertByteArray
aStringArrToByteArr(String[], int, int) - Static method in class edu.stanford.nlp.util.ConvertByteArray
aStringArrToByteArr(byte[], int, String[], int, int) - Static method in class edu.stanford.nlp.util.ConvertByteArray
asValue(Env, Object) - Static method in class edu.stanford.nlp.ling.tokensregex.types.Expressions
AT - Static variable in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.RobustTokenizer
atbFactory() - Static method in class edu.stanford.nlp.international.arabic.process.ArabicTokenizer
ATBTreeUtils - Class in edu.stanford.nlp.trees.international.arabic
Various static convenience methods for processing Arabic parse trees.
attachedNegatedVerb(IndexedWord) - Method in class edu.stanford.nlp.semgraph.SemanticGraph
attachLabels(Tree, Class<? extends CoreAnnotation<Integer>>) - Static method in class edu.stanford.nlp.sentiment.SentimentUtils
attachModelToLexicalizedParser() - Method in class edu.stanford.nlp.parser.dvparser.DVParser
attributeMap - Variable in class edu.stanford.nlp.ie.machinereading.structure.ExtractionObject
This stores any optional attributes of ExtractionObjects
attributeMap() - Method in class edu.stanford.nlp.ie.machinereading.structure.ExtractionObject
attributes - Variable in class edu.stanford.nlp.util.XMLUtils.XMLTag
attributesAgree(Mention, Dictionaries) - Method in class edu.stanford.nlp.dcoref.Mention
Detects if the mention and candidate antecedent agree on all attributes respectively.
attributesAgree(Mention, Dictionaries) - Method in class edu.stanford.nlp.hcoref.data.Mention
Detects if the mention and candidate antecedent agree on all attributes respectively.
AttributesEqualMatchChecker(K...) - Constructor for class edu.stanford.nlp.ling.tokensregex.ComplexNodePattern.AttributesEqualMatchChecker
AttributesEqualMatchChecker(Class...) - Constructor for class edu.stanford.nlp.ling.tokensregex.CoreMapNodePattern.AttributesEqualMatchChecker
attrs - Variable in class edu.stanford.nlp.parser.lexparser.LatticeEdge
AttrValue(Env, Map<String, String>) - Method in class edu.stanford.nlp.ling.tokensregex.parser.TokenSequenceParser
aType - Variable in class edu.stanford.nlp.hcoref.sieve.Sieve
type of mention we want to compare to.
ATYPE_PROP - Static variable in class edu.stanford.nlp.hcoref.CorefProperties
aTypeStr - Variable in class edu.stanford.nlp.hcoref.sieve.Sieve
augmentedDateChars - Variable in class edu.stanford.nlp.sequences.SeqClassifierFlags
AUGUST - Static variable in class edu.stanford.nlp.time.SUTime
AuthorAnnotation() - Constructor for class edu.stanford.nlp.ling.CoreAnnotations.AuthorAnnotation
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 "auxiliary" (aux) grammatical relation.
AUX_MODIFIER - Static variable in class edu.stanford.nlp.trees.UniversalEnglishGrammaticalRelations
An auxiliary of a clause is a non-main verb of the clause,
e.g., a modal auxiliary, or a form of be, do or have in a
periphrastic tense.
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 "auxiliary passive" (auxpass) grammatical relation.
AUX_PASSIVE_MODIFIER - Static variable in class edu.stanford.nlp.trees.UniversalEnglishGrammaticalRelations
The "passive auxiliary" grammatical relation.
auxDataPath - Static variable in class edu.stanford.nlp.ie.machinereading.MachineReadingProperties
auxReader - Variable in class edu.stanford.nlp.ie.machinereading.MachineReading
auxTrueCaseModels - Variable in class edu.stanford.nlp.sequences.SeqClassifierFlags
available() - Method in class edu.stanford.nlp.io.ReaderInputStream
average(double[]) - Static method in class edu.stanford.nlp.math.ArrayMath
average(Counter<E>, Counter<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.IntCounter
Returns the mean of all the counts (totalCount/size).
averagedModels - Variable in class edu.stanford.nlp.parser.shiftreduce.ShiftReduceTrainOptions
If set to 0, training outputs the last model produced, regardless
of its score.
averageModels(Collection<PerceptronModel>) - Method in class edu.stanford.nlp.parser.shiftreduce.PerceptronModel
averagePerceptron - Variable in class edu.stanford.nlp.sequences.SeqClassifierFlags
averageScoredModels(Collection<ScoredObject<PerceptronModel>>) - Method in class edu.stanford.nlp.parser.shiftreduce.PerceptronModel
awaitTermination(long, TimeUnit) - Method in class edu.stanford.nlp.util.concurrent.InterruptibleMulticoreWrapper
After a shutdown request, await for the final termination of all
threads.
C - Variable in class edu.stanford.nlp.classify.SVMLightClassifierFactory
C can be tuned using held-out set or cross-validation
For binary SVM, if C=0, svmlight uses default of 1/(avg x*x)
c - Variable in class edu.stanford.nlp.objectbank.ReaderIteratorFactory
The underlying Collection of input sources.
CacheMap <K ,V > - Class in edu.stanford.nlp.util
A fixed size hash map with LRU replacement.
CacheMap(int, float, boolean, String) - Constructor for class edu.stanford.nlp.util.CacheMap
Constructor.
CacheMap(int, float, boolean) - Constructor for class edu.stanford.nlp.util.CacheMap
CacheMap(int, float) - Constructor for class edu.stanford.nlp.util.CacheMap
CacheMap(int) - Constructor for class edu.stanford.nlp.util.CacheMap
cacheNGrams - Variable in class edu.stanford.nlp.sequences.SeqClassifierFlags
CacheParseHypotheses - Class in edu.stanford.nlp.parser.dvparser
CacheParseHypotheses(LexicalizedParser) - Constructor for class edu.stanford.nlp.parser.dvparser.CacheParseHypotheses
calculate(double[]) - Method in class edu.stanford.nlp.classify.AdaptedGaussianPriorObjectiveFunction
Calculate the conditional likelihood.
calculate(double[]) - Method in class edu.stanford.nlp.classify.BiasedLogConditionalObjectiveFunction
calculate(double[]) - Method in class edu.stanford.nlp.classify.BiasedLogisticObjectiveFunction
calculate(double[]) - Method in class edu.stanford.nlp.classify.GeneralizedExpectationObjectiveFunction
calculate(double[]) - Method in class edu.stanford.nlp.classify.LogConditionalObjectiveFunction
Calculate the conditional likelihood.
calculate(double[]) - Method in class edu.stanford.nlp.classify.LogisticObjectiveFunction
calculate(double[]) - Method in class edu.stanford.nlp.classify.SemiSupervisedLogConditionalObjectiveFunction
calculate(float[]) - Method in class edu.stanford.nlp.ie.crf.CRFLogConditionalObjectiveFloatFunction
calculate(double[]) - Method in class edu.stanford.nlp.ie.crf.CRFLogConditionalObjectiveFunction
Calculates both value and partial derivatives at the point x, and save them internally.
calculate(double[]) - Method in class edu.stanford.nlp.ie.crf.CRFLogConditionalObjectiveFunctionForLOP
Calculates both value and partial derivatives at the point x, and save them internally.
calculate(double[]) - Method in class edu.stanford.nlp.ie.crf.CRFLogConditionalObjectiveFunctionNoisyLabel
Calculates both value and partial derivatives at the point x, and save them internally.
calculate(double[]) - Method in class edu.stanford.nlp.ie.crf.CRFLogConditionalObjectiveFunctionWithDropout
Calculates both value and partial derivatives at the point x, and save them internally.
calculate(double[]) - Method in class edu.stanford.nlp.ie.crf.CRFNonLinearLogConditionalObjectiveFunction
Calculates both value and partial derivatives at the point x, and save them internally.
calculate(double[]) - Method in class edu.stanford.nlp.ie.crf.CRFNonLinearSecondOrderLogConditionalObjectiveFunction
Calculates both value and partial derivatives at the point x, and save them internally.
calculate(float[]) - Method in class edu.stanford.nlp.optimization.AbstractCachingDiffFloatFunction
Calculate the value at x and the derivative and save them in the respective fields
calculate(double[]) - Method in class edu.stanford.nlp.optimization.AbstractCachingDiffFunction
Calculate the value at x and the derivative
and save them in the respective fields.
calculate(double[]) - Method in class edu.stanford.nlp.parser.dvparser.DVParserCostAndGradient
calculate(double[]) - Method in class edu.stanford.nlp.sentiment.SentimentCostAndGradient
CALCULATE_IMPORTANCE_PROP - Static variable in class edu.stanford.nlp.hcoref.CorefProperties
calculateFeatureImportance(Properties) - Static method in class edu.stanford.nlp.hcoref.CorefProperties
calculateHeadSpan - Variable in class edu.stanford.nlp.ie.machinereading.GenericDataSetReader
If true, sets the head span to match the syntactic head of the extent.
calculatePrecision(Document) - Method in class edu.stanford.nlp.dcoref.CorefScorer
calculatePrecision(Document) - Method in class edu.stanford.nlp.dcoref.ScorerBCubed
calculatePrecision(Document) - Method in class edu.stanford.nlp.dcoref.ScorerMUC
calculatePrecision(Document) - Method in class edu.stanford.nlp.dcoref.ScorerPairwise
calculateProbs(double[][][]) - Method in class edu.stanford.nlp.tagger.maxent.TestSentence
calculateProbs puts log probs of taggings in the probabilities array.
calculateRecall(Document) - Method in class edu.stanford.nlp.dcoref.CorefScorer
calculateRecall(Document) - Method in class edu.stanford.nlp.dcoref.ScorerBCubed
calculateRecall(Document) - Method in class edu.stanford.nlp.dcoref.ScorerMUC
calculateRecall(Document) - Method in class edu.stanford.nlp.dcoref.ScorerPairwise
calculateRVF(double[]) - Method in class edu.stanford.nlp.classify.BiasedLogisticObjectiveFunction
calculateRVF(double[]) - Method in class edu.stanford.nlp.classify.LogisticObjectiveFunction
calculateScore(Document) - Method in class edu.stanford.nlp.dcoref.CorefScorer
calculatesHessianVectorProduct() - Method in enum edu.stanford.nlp.optimization.StochasticCalculateMethods
calculateStochastic(double[], double[], int[]) - Method in class edu.stanford.nlp.classify.LogConditionalObjectiveFunction
This function is used to come up with an estimate of the value / gradient based on only a small
portion of the data (referred to as the batchSize for lack of a better term.
calculateStochastic(double[], double[], int[]) - Method in class edu.stanford.nlp.ie.crf.CRFLogConditionalObjectiveFunction
calculateStochastic(double[], double[], int[]) - Method in class edu.stanford.nlp.optimization.AbstractStochasticCachingDiffFunction
calculateStochastic needs to calculate a stochastic approximation to the derivative and value of
of a function for a given batch of the data.
calculateStochasticAlgorithmicDifferentiation(double[], double[], int[]) - Method in class edu.stanford.nlp.classify.LogConditionalObjectiveFunction
calculateStochasticFiniteDifference(double[], double[], double, int[]) - Method in class edu.stanford.nlp.classify.LogConditionalObjectiveFunction
calculateStochasticGradient(double[], int[]) - Method in class edu.stanford.nlp.classify.LogConditionalObjectiveFunction
calculateStochasticGradient(double[], int[]) - Method in class edu.stanford.nlp.ie.crf.CRFLogConditionalObjectiveFunction
Performs stochastic gradient update based
on samples indexed by batch, but does not apply regularization.
calculateStochasticGradient(double[], int[]) - Method in class edu.stanford.nlp.optimization.AbstractStochasticCachingDiffUpdateFunction
Performs stochastic gradient calculation based
on samples indexed by batch and does not apply regularization.
calculateStochasticGradient(double[], int) - Method in class edu.stanford.nlp.optimization.AbstractStochasticCachingDiffUpdateFunction
Performs stochastic gradient updates based
on samples indexed by batch and do not apply regularization.
calculateStochasticGradientLocal(double[], int[]) - Method in class edu.stanford.nlp.classify.LogConditionalObjectiveFunction
calculateStochasticUpdate(double[], double, int[], double) - Method in class edu.stanford.nlp.classify.LogConditionalObjectiveFunction
calculateStochasticUpdate(double[], double, int[], double) - Method in class edu.stanford.nlp.ie.crf.CRFLogConditionalObjectiveFunction
Performs stochastic update of weights x (scaled by xScale) based
on samples indexed by batch.
calculateStochasticUpdate(double[], double, int[], double) - Method in class edu.stanford.nlp.optimization.AbstractStochasticCachingDiffUpdateFunction
Performs stochastic update of weights x (scaled by xScale) based
on samples indexed by batch.
calculateStochasticUpdate(double[], double, int, double) - Method in class edu.stanford.nlp.optimization.AbstractStochasticCachingDiffUpdateFunction
Performs stochastic update of weights x (scaled by xScale) based
on next batch of batchSize.
calculateWeird1(float[]) - Method in class edu.stanford.nlp.ie.crf.CRFLogConditionalObjectiveFloatFunction
CalendarAnnotation() - Constructor for class edu.stanford.nlp.ling.CoreAnnotations.CalendarAnnotation
call() - Method in class edu.stanford.nlp.patterns.dep.ApplyDepPatterns
call() - Method in class edu.stanford.nlp.patterns.GetPatternsFromDataMultiClass.LabelWithSeedWords
call() - Method in class edu.stanford.nlp.patterns.surface.ApplyPatterns
call() - Method in class edu.stanford.nlp.patterns.surface.CreatePatterns.CreatePatternsThread
CALL_FUNCTION - Static variable in class edu.stanford.nlp.ling.tokensregex.types.ValueFunctions
callback(Object...) - Method in class edu.stanford.nlp.util.CallbackFunction
CallbackFunction - Class in edu.stanford.nlp.util
A callback function (along the lines of Berkeley optimization repo), which is currently used in the optimization package.
CallbackFunction() - Constructor for class edu.stanford.nlp.util.CallbackFunction
canAddArc(Object, Object, Object, Object) - Method in class edu.stanford.nlp.fsm.TransducerGraph
canApply(Configuration, String) - Method in class edu.stanford.nlp.parser.nndep.ArcStandard
canApply(Configuration, String) - Method in class edu.stanford.nlp.parser.nndep.ParsingSystem
Determine whether the given transition is legal for this
configuration.
canChangeEncoding(String, String) - Method in class edu.stanford.nlp.international.arabic.pipeline.DefaultLexicalMapper
canChangeEncoding(String, String) - Method in interface edu.stanford.nlp.trees.treebank.Mapper
Indicates whether child
can be converted to another encoding.
CandidatePartOfSpeechAnnotation() - Constructor for class edu.stanford.nlp.parser.common.ParserAnnotations.CandidatePartOfSpeechAnnotation
CandidatePhrase - Class in edu.stanford.nlp.patterns
Created by Sonal Gupta on 11/7/14.
canReach(Configuration, DependencyTree) - Method in class edu.stanford.nlp.parser.nndep.ArcStandard
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.
capture(OutputStream) - Method in class edu.stanford.nlp.util.logging.RedwoodConfiguration
Capture a system stream
captureSystemStreams(boolean, boolean) - Static method in class edu.stanford.nlp.util.logging.Redwood
Captures System.out and System.err and redirects them
to Redwood logging.
CASE - Static variable in class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalRelations
The "case" grammatical relation.
CASE_ALLCAPS - Static variable in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceToken
CASE_ALLCAPSORDOTS - Static variable in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceToken
CASE_ALLDIGITS - Static variable in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceToken
CASE_ALLDIGITSORDOTS - Static variable in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceToken
CASE_CAPINI - Static variable in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceToken
CASE_INCAP - Static variable in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceToken
CASE_INSENSITIVE - Static variable in class edu.stanford.nlp.ling.tokensregex.NodePattern
CASE_MARKER - Static variable in class edu.stanford.nlp.trees.UniversalEnglishGrammaticalRelations
The "prepositional modifier" grammatical relation.
CASE_OTHER - Static variable in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceToken
casedDistSim - Variable in class edu.stanford.nlp.sequences.SeqClassifierFlags
Whether to (not) lowercase tokens before looking them up in distsim
lexicon.
CaseExpression(Env) - Method in class edu.stanford.nlp.ling.tokensregex.parser.TokenSequenceParser
CaseExpression(List<Pair<Expression, Expression>>, Expression) - Constructor for class edu.stanford.nlp.ling.tokensregex.types.Expressions.CaseExpression
caseInsensitive - Variable in class edu.stanford.nlp.ling.tokensregex.PhraseTable
cast(Iterable<?>, Class<? extends T>) - Static method in class edu.stanford.nlp.util.Iterables
Casts all values in the given Iterable to the given type.
cast(String, Type) - Static method in class edu.stanford.nlp.util.MetaClass
Cast a String representation of an object into that object.
castToInt(double[][]) - Static method in class edu.stanford.nlp.math.ArrayMath
castWithoutKnowingType(String) - Static method in class edu.stanford.nlp.util.MetaClass
category() - Method in class edu.stanford.nlp.ling.CategoryWordTag
category() - Method in class edu.stanford.nlp.ling.CoreLabel
Return the category value of the label (or null if none).
category() - Method in interface edu.stanford.nlp.ling.HasCategory
Return the category value of the label (or null if none).
CATEGORY_FIELD_NUMBER - Static variable in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token
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.
CategoryAnnotation() - Constructor for class edu.stanford.nlp.ling.CoreAnnotations.CategoryAnnotation
CategoryFunctionalTagAnnotation() - Constructor for class edu.stanford.nlp.ling.CoreAnnotations.CategoryFunctionalTagAnnotation
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
CatErrorEval(String) - Constructor for class edu.stanford.nlp.parser.metrics.AbstractEval.CatErrorEval
CBEval(String, boolean) - Constructor for class edu.stanford.nlp.parser.metrics.Evalb.CBEval
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
.
ccompObjVerbRegex - Static variable in class edu.stanford.nlp.trees.EnglishPatterns
ccompVerbRegex - Static variable in class edu.stanford.nlp.trees.EnglishPatterns
CCtransform(Tree) - Static method in class edu.stanford.nlp.trees.CoordinationTransformer
Transforms t if it contains a coordination in a flat structure
CEDict - Class in edu.stanford.nlp.trees.international.pennchinese
Centuries - Static variable in class edu.stanford.nlp.time.JodaTimeUtils
CENTURY - Static variable in class edu.stanford.nlp.time.SUTime
cf - Variable in class edu.stanford.nlp.util.CollectionValuedMap
cf - Variable in class edu.stanford.nlp.util.TwoDimensionalCollectionValuedMap
CGMinimizer - Class in edu.stanford.nlp.optimization
Conjugate-gradient implementation based on the code in Numerical
Recipes in C.
CGMinimizer() - Constructor for class edu.stanford.nlp.optimization.CGMinimizer
Basic constructor, use this.
CGMinimizer(boolean) - Constructor for class edu.stanford.nlp.optimization.CGMinimizer
Pass in false
to get per-iteration progress reports
(to stderr).
CGMinimizer(Function) - Constructor for class edu.stanford.nlp.optimization.CGMinimizer
Perform minimization with monitoring.
CGRunner - Class in edu.stanford.nlp.maxent
This class will call an optimization method such as Conjugate Gradient or
Quasi-Newton on a LambdaSolve object to find
optimal parameters, including imposing a Gaussian prior on those
parameters.
CGRunner(LambdaSolve, String) - Constructor for class edu.stanford.nlp.maxent.CGRunner
Set up a LambdaSolve problem for solution by a Minimizer.
CGRunner(LambdaSolve, String, double) - Constructor for class edu.stanford.nlp.maxent.CGRunner
Set up a LambdaSolve problem for solution by a Minimizer,
specifying a value for sigma2 .
CGRunner(LambdaSolve, String, double, double) - Constructor for class edu.stanford.nlp.maxent.CGRunner
Set up a LambdaSolve problem for solution by a Minimizer.
CGRunner(LambdaSolve, String, double, double[]) - Constructor for class edu.stanford.nlp.maxent.CGRunner
Set up a LambdaSolve problem for solution by a Minimizer.
chain(Comparator<? super T>, Comparator<? super T>) - Static method in class edu.stanford.nlp.util.Comparators
Returns a new Comparator
which is the result of chaining the
given Comparator
s.
chain(List<Comparator<? super T>>) - Static method in class edu.stanford.nlp.util.Comparators
Returns a new Comparator
which is the result of chaining the
given Comparator
s.
chain(Comparator<? super T>...) - Static method in class edu.stanford.nlp.util.Comparators
chain(Iterable<? extends Iterable<T>>) - Static method in class edu.stanford.nlp.util.Iterables
Chains together a set of Iterables of compatible types.
chain(Iterable<T>...) - Static method in class edu.stanford.nlp.util.Iterables
Chains together all Iterables of type T as given in an array or
varargs parameter.
chain(T[]...) - Static method in class edu.stanford.nlp.util.Iterables
Chains together all arrays of type T[] as given in an array or
varargs parameter.
chain(LogRecordHandler[], RedwoodConfiguration.Thunk) - Static method in class edu.stanford.nlp.util.logging.RedwoodConfiguration.Handlers
Apply each of the handlers to incoming log messages, in sequence.
chain(LogRecordHandler, RedwoodConfiguration.Thunk) - Static method in class edu.stanford.nlp.util.logging.RedwoodConfiguration.Handlers
chain(LogRecordHandler, LogRecordHandler, RedwoodConfiguration.Thunk) - Static method in class edu.stanford.nlp.util.logging.RedwoodConfiguration.Handlers
chain(LogRecordHandler, LogRecordHandler, LogRecordHandler, RedwoodConfiguration.Thunk) - Static method in class edu.stanford.nlp.util.logging.RedwoodConfiguration.Handlers
chain(LogRecordHandler, LogRecordHandler, LogRecordHandler, LogRecordHandler, RedwoodConfiguration.Thunk) - Static method in class edu.stanford.nlp.util.logging.RedwoodConfiguration.Handlers
chain(LogRecordHandler, LogRecordHandler, LogRecordHandler, LogRecordHandler, LogRecordHandler, RedwoodConfiguration.Thunk) - Static method in class edu.stanford.nlp.util.logging.RedwoodConfiguration.Handlers
CHAINID_FIELD_NUMBER - Static variable in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain
changeFeatureIndex(Index<F>) - Method in class edu.stanford.nlp.classify.Dataset
changeLabelIndex(Index<L>) - Method in class edu.stanford.nlp.classify.Dataset
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.
changeScore(double) - Method in class edu.stanford.nlp.naturalli.SentenceFragment
Changes the score of this fragment in place.
channelColors - Variable in class edu.stanford.nlp.util.logging.OutputHandler
channels(Object...) - Static method in class edu.stanford.nlp.util.logging.Redwood
Create an object representing a group of channels.
channels() - Method in class edu.stanford.nlp.util.logging.Redwood.Record
Returns the channels for this record, in sorted order (special channels first, then alphabetical)
channels(Object...) - Method in class edu.stanford.nlp.util.logging.Redwood.RedwoodChannels
Creates a new RedwoodChannels object, concatenating the channels from
this RedwoodChannels with some additional channels.
channels(Object...) - Static method in class edu.stanford.nlp.util.logging.Redwood.Util
channelSeparatorChar - Variable in class edu.stanford.nlp.util.logging.OutputHandler
Character used to join multiple channel names
channelStyles - Variable in class edu.stanford.nlp.util.logging.OutputHandler
channelWidth(int) - Method in class edu.stanford.nlp.util.logging.RedwoodConfiguration
Set the width of the channels (or 0 to not show channels)
characterOffsetBegin() - Method in class edu.stanford.nlp.simple.Sentence
characterOffsetBegin(int) - Method in class edu.stanford.nlp.simple.Sentence
The character offset of the given index in the sentence.
CHARACTEROFFSETBEGIN_FIELD_NUMBER - Static variable in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence
CharacterOffsetBeginAnnotation() - Constructor for class edu.stanford.nlp.ling.CoreAnnotations.CharacterOffsetBeginAnnotation
characterOffsetEnd() - Method in class edu.stanford.nlp.simple.Sentence
characterOffsetEnd(int) - Method in class edu.stanford.nlp.simple.Sentence
The end character offset of the given index in the sentence.
CHARACTEROFFSETEND_FIELD_NUMBER - Static variable in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence
CharacterOffsetEndAnnotation() - Constructor for class edu.stanford.nlp.ling.CoreAnnotations.CharacterOffsetEndAnnotation
characters(char[], int, int) - Method in class edu.stanford.nlp.process.TransformXML.SAXInterface
Characters - Class in edu.stanford.nlp.util
Character-level utilities.
CharactersAnnotation() - Constructor for class edu.stanford.nlp.ling.ChineseCoreAnnotations.CharactersAnnotation
CharAnnotation() - Constructor for class edu.stanford.nlp.ling.CoreAnnotations.CharAnnotation
charArrToByteArr(char[]) - Static method in class edu.stanford.nlp.util.ConvertByteArray
charArrToByteArr(char[], int, int) - Static method in class edu.stanford.nlp.util.ConvertByteArray
charArrToByteArr(byte[], int, char[], int, int) - Static method in class edu.stanford.nlp.util.ConvertByteArray
charHalfWindow - Variable in class edu.stanford.nlp.sequences.SeqClassifierFlags
CharniakParser - Class in edu.stanford.nlp.parser.charniak
Runs charniak parser using command line
CharniakParser() - Constructor for class edu.stanford.nlp.parser.charniak.CharniakParser
CharniakParser(String, String) - Constructor for class edu.stanford.nlp.parser.charniak.CharniakParser
CharniakParserAnnotator - Class in edu.stanford.nlp.pipeline
This class will add parse information to an Annotation from the BLLIP parser.
CharniakParserAnnotator(String, String, boolean, int) - Constructor for class edu.stanford.nlp.pipeline.CharniakParserAnnotator
CharniakParserAnnotator() - Constructor for class edu.stanford.nlp.pipeline.CharniakParserAnnotator
CharniakScoredParsesReaderWriter - Class in edu.stanford.nlp.parser.charniak
Utility routines for printing/reading scored parses for the Charniak Parser
CharniakScoredParsesReaderWriter() - Constructor for class edu.stanford.nlp.parser.charniak.CharniakScoredParsesReaderWriter
charOffsets - Variable in class edu.stanford.nlp.ling.tokensregex.MatchedExpression
Character offsets (relative to original text).
chart - Variable in class edu.stanford.nlp.parser.lexparser.BiLexPCFGParser
charTags - Variable in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
cheatPCFG - Variable in class edu.stanford.nlp.parser.lexparser.TrainOptions
Add all test set trees to training data for PCFG.
check() - Method in class edu.stanford.nlp.util.IntervalTree
check(IntervalTree.TreeNode<E, T>) - Method in class edu.stanford.nlp.util.IntervalTree
checkArgs(List<Value>) - Method in interface edu.stanford.nlp.ling.tokensregex.types.ValueFunction
Checks if the arguments are valid.
checkArgs(List<Value>) - Method in class edu.stanford.nlp.ling.tokensregex.types.ValueFunctions.BooleanFunction
checkArgs(List<Value>) - Method in class edu.stanford.nlp.ling.tokensregex.types.ValueFunctions.CompareFunction
checkArgs(List<Value>) - Method in class edu.stanford.nlp.ling.tokensregex.types.ValueFunctions.NumericFunction
checkArgs(List<Value>) - Method in class edu.stanford.nlp.ling.tokensregex.types.ValueFunctions.StringFunction
checkArgs(List<Value>) - Method in class edu.stanford.nlp.ling.tokensregex.types.ValueFunctions.TypeCheckedFunction
checkClusters(Logger, String, Document) - Static method in class edu.stanford.nlp.dcoref.SieveCoreferenceSystem
checkConstructor(Object...) - Method in class edu.stanford.nlp.util.MetaClass
checkCorrectness() - Method in class edu.stanford.nlp.maxent.iis.LambdaSolve
Check whether the constraints are satisfied, the probabilities sum to one, etc.
checkCorrectness() - Method in class edu.stanford.nlp.tagger.maxent.LambdaSolveTagger
Works out whether the model expectations match the empirical
expectations.
checkCrossing(Set<Constituent>, Set<Constituent>) - Method in class edu.stanford.nlp.parser.metrics.Evalb.CBEval
checkDic(String, SeqClassifierFlags) - Method in class edu.stanford.nlp.wordseg.NonDict2
checkEntityMatch(Document, CorefCluster, CorefCluster, Dictionaries, Set<Mention>) - Method in class edu.stanford.nlp.dcoref.sievepasses.DeterministicCorefSieve
checkEntityMatch(Document, CorefCluster, CorefCluster, Dictionaries, Set<Mention>) - Method in class edu.stanford.nlp.dcoref.sievepasses.NameMatch
checkEntityMatch(Document, CorefCluster, CorefCluster, Dictionaries, Set<Mention>) - Method in class edu.stanford.nlp.hcoref.sieve.DeterministicCorefSieve
checkEntityMatch(Document, CorefCluster, CorefCluster, Dictionaries, Set<Mention>) - Method in class edu.stanford.nlp.hcoref.sieve.NameMatch
checkError() - Method in class edu.stanford.nlp.util.logging.RedwoodPrintStream
checkFlagExclusiveSet(int, int, int) - Static method in class edu.stanford.nlp.util.Interval
Utility function to check if a particular flag is set exclusively
given a particular set of flags and a mask.
checkFlagSet(int, int) - Static method in class edu.stanford.nlp.util.Interval
Utility function to check if a particular flag is set
given a particular set of flags.
checkGradient - Variable in class edu.stanford.nlp.sequences.SeqClassifierFlags
checkMemory(Properties) - Static method in class edu.stanford.nlp.hcoref.CorefProperties
checkMultipleBitSet(int) - Static method in class edu.stanford.nlp.util.Interval
Utility function to check if multiple bits are set for flags
checkNameList - Variable in class edu.stanford.nlp.sequences.SeqClassifierFlags
checkOffsets(CoreMap) - Static method in class edu.stanford.nlp.pipeline.ChunkAnnotationUtils
Checks if offsets of doc and sentence matches
checkProperties(Properties, Properties) - Static method in class edu.stanford.nlp.util.PropertiesUtils
Checks to make sure that all properties specified in properties
are known to the program by checking that each simply overrides
a default value.
checkRequiredProperties(Properties, String...) - Static method in class edu.stanford.nlp.util.StringUtils
If any of the given list of properties are not found, returns the
name of that property.
checkTime(Properties) - Static method in class edu.stanford.nlp.hcoref.CorefProperties
checkWordListMatch(PhraseTable.Phrase, PhraseTable.WordList, int, int, int, boolean) - Method in class edu.stanford.nlp.ling.tokensregex.PhraseTable
child - Variable in class edu.stanford.nlp.parser.lexparser.UnaryRule
CHILD_FIELD_NUMBER - Static variable in class edu.stanford.nlp.pipeline.CoreNLPProtos.ParseTree
childFilteredEval(String, boolean, TreebankLanguagePack, String) - Static method in class edu.stanford.nlp.parser.metrics.FilteredEval
Returns an eval which is good for counting the attachment of
specific node types.
childPairs(IndexedWord) - Method in class edu.stanford.nlp.semgraph.SemanticGraph
Returns a list of pairs of a relation name and the child
IndexedFeatureLabel that bears that relation.
childRelns(IndexedWord) - Method in class edu.stanford.nlp.semgraph.SemanticGraph
Returns a list of relations which this node has with its children.
children - Variable in class edu.stanford.nlp.ling.tokensregex.matcher.TrieMap
Child tries
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.
children() - Method in class edu.stanford.nlp.util.logging.Redwood.RecordHandlerTree
ChildrenAnnotation() - Constructor for class edu.stanford.nlp.time.TimeExpression.ChildrenAnnotation
childTab - Variable in class edu.stanford.nlp.parser.ui.TreeJPanel.WidthResult
CHINESE - Static variable in class edu.stanford.nlp.swing.FontDetector
Chinese_VALUE - Static variable in enum edu.stanford.nlp.pipeline.CoreNLPProtos.Language
Chinese = 3;
ChineseCharacterBasedLexicon - Class in edu.stanford.nlp.parser.lexparser
ChineseCharacterBasedLexicon(ChineseTreebankParserParams, Index<String>, Index<String>) - Constructor for class edu.stanford.nlp.parser.lexparser.ChineseCharacterBasedLexicon
ChineseCharAnnotation() - Constructor for class edu.stanford.nlp.ling.CoreAnnotations.ChineseCharAnnotation
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
ChineseCoreAnnotations - Class in edu.stanford.nlp.ling
ChineseCoreAnnotations.CharactersAnnotation - Class in edu.stanford.nlp.ling
chineseDashAcceptFilter() - Static method in class edu.stanford.nlp.trees.international.pennchinese.ChineseTreebankLanguagePack
ChineseDictionary - Class in edu.stanford.nlp.wordseg
This class provides a main method that loads various dictionaries, and
saves them in a serialized version, and runtime compiles them into a word list used as a feature in the segmenter.
ChineseDictionary(String) - Constructor for class edu.stanford.nlp.wordseg.ChineseDictionary
ChineseDictionary(String[]) - Constructor for class edu.stanford.nlp.wordseg.ChineseDictionary
ChineseDictionary(String[], ChineseDocumentToSentenceProcessor) - Constructor for class edu.stanford.nlp.wordseg.ChineseDictionary
ChineseDictionary(String, ChineseDocumentToSentenceProcessor, boolean) - Constructor for class edu.stanford.nlp.wordseg.ChineseDictionary
The first argument can be one file path, or multiple files separated by
commas.
ChineseDictionary(String[], ChineseDocumentToSentenceProcessor, boolean) - Constructor for class edu.stanford.nlp.wordseg.ChineseDictionary
ChineseDocumentToSentenceProcessor - Class in edu.stanford.nlp.process
Convert a Chinese Document into a List of sentence Strings.
ChineseDocumentToSentenceProcessor() - Constructor for class edu.stanford.nlp.process.ChineseDocumentToSentenceProcessor
ChineseDocumentToSentenceProcessor(String) - Constructor for class edu.stanford.nlp.process.ChineseDocumentToSentenceProcessor
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
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, Predicate<String>) - Constructor for class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalStructure
ChineseGrammaticalStructure(Tree, HeadFinder) - Constructor for class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalStructure
ChineseGrammaticalStructure(Tree, Predicate<String>, HeadFinder) - Constructor for class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalStructure
ChineseGrammaticalStructure(List<TypedDependency>, TreeGraphNode) - Constructor for class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalStructure
Used for postprocessing CoNLL X dependencies
ChineseGrammaticalStructure.FromDependenciesFactory - Class in edu.stanford.nlp.trees.international.pennchinese
ChineseGrammaticalStructureFactory - Class in edu.stanford.nlp.trees.international.pennchinese
ChineseGrammaticalStructureFactory() - Constructor for class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalStructureFactory
ChineseGrammaticalStructureFactory(Predicate<String>) - Constructor for class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalStructureFactory
ChineseGrammaticalStructureFactory(Predicate<String>, HeadFinder) - Constructor for class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalStructureFactory
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
ChineseHeadMatch - Class in edu.stanford.nlp.hcoref.sieve
ChineseHeadMatch() - Constructor for class edu.stanford.nlp.hcoref.sieve.ChineseHeadMatch
ChineseHeadMatch(Properties) - Constructor for class edu.stanford.nlp.hcoref.sieve.ChineseHeadMatch
ChineseIsSegmentedAnnotation() - Constructor for class edu.stanford.nlp.ling.CoreAnnotations.ChineseIsSegmentedAnnotation
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, ChineseTreebankParserParams, Index<String>, Index<String>) - 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(String, Options) - Constructor for class edu.stanford.nlp.parser.lexparser.ChineseLexiconAndWordSegmenter
Construct a new ChineseLexiconAndWordSegmenter.
ChineseOrigSegAnnotation() - Constructor for class edu.stanford.nlp.ling.CoreAnnotations.ChineseOrigSegAnnotation
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
ChineseSegAnnotation() - Constructor for class edu.stanford.nlp.ling.CoreAnnotations.ChineseSegAnnotation
ChineseSegmenterAnnotator - Class in edu.stanford.nlp.pipeline
This class will add segmentation information to an Annotation.
ChineseSegmenterAnnotator() - Constructor for class edu.stanford.nlp.pipeline.ChineseSegmenterAnnotator
ChineseSegmenterAnnotator(boolean) - Constructor for class edu.stanford.nlp.pipeline.ChineseSegmenterAnnotator
ChineseSegmenterAnnotator(String, boolean) - Constructor for class edu.stanford.nlp.pipeline.ChineseSegmenterAnnotator
ChineseSegmenterAnnotator(String, boolean, String, String) - Constructor for class edu.stanford.nlp.pipeline.ChineseSegmenterAnnotator
ChineseSegmenterAnnotator(String, Properties) - Constructor for class edu.stanford.nlp.pipeline.ChineseSegmenterAnnotator
ChineseSegmenterFeatureFactory <IN extends CoreLabel > - Class in edu.stanford.nlp.wordseg
A Chinese segmenter Feature Factory for GALE project.
ChineseSegmenterFeatureFactory() - Constructor for class edu.stanford.nlp.wordseg.ChineseSegmenterFeatureFactory
chineseSelectiveTagPA - 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, boolean, Options, Index<String>, Index<String>) - Constructor for class edu.stanford.nlp.parser.lexparser.ChineseSimWordAvgDepGrammar
chineseSplitDouHao - 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 - 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 - Variable in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
Chinese: split left right/paren quote (if chineseSplitPunct is also
true.
chineseSplitVP - Variable in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
Chinese VP splitting.
ChineseStringUtils - Class in edu.stanford.nlp.wordseg
ChineseTreebankLanguagePack - Class in edu.stanford.nlp.trees.international.pennchinese
Language pack for the UPenn/Colorado 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(Options, Lexicon, Index<String>, Index<String>, ClassicCounter<IntTaggedWord>, Map<Label, ClassicCounter<String>>, Map<String, Float>, boolean, Set<String>) - Constructor for class edu.stanford.nlp.parser.lexparser.ChineseUnknownWordModel
ChineseUnknownWordModel(Options, Lexicon, Index<String>, Index<String>) - Constructor for class edu.stanford.nlp.parser.lexparser.ChineseUnknownWordModel
This constructor creates an UWM with empty data structures.
ChineseUnknownWordModelTrainer - Class in edu.stanford.nlp.parser.lexparser
ChineseUnknownWordModelTrainer() - Constructor for class edu.stanford.nlp.parser.lexparser.ChineseUnknownWordModelTrainer
ChineseUtils - Class in edu.stanford.nlp.trees.international.pennchinese
This class contains a few String constants and
static methods for dealing with Chinese text.
chineseVerySelectiveTagPA - 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.
chooseTokenizerFactory() - Method in class edu.stanford.nlp.tagger.maxent.MaxentTagger
Figures out what tokenizer factory might be described by the
config.
chooseTokenizerFactory(boolean, String, String, boolean) - Static method in class edu.stanford.nlp.tagger.maxent.MaxentTagger
chooseTopWords(Counter<CandidatePhrase>, TwoDimensionalCounter<CandidatePhrase, E>, Counter<CandidatePhrase>, Set<CandidatePhrase>, double) - Method in class edu.stanford.nlp.patterns.ScorePhrases
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.
ChunkAnnotation() - Constructor for class edu.stanford.nlp.ling.CoreAnnotations.ChunkAnnotation
ChunkAnnotationUtils - Class in edu.stanford.nlp.pipeline
Utility functions for annotating chunks
ChunkAnnotationUtils() - Constructor for class edu.stanford.nlp.pipeline.ChunkAnnotationUtils
chunkOffsets - Variable in class edu.stanford.nlp.ling.tokensregex.MatchedExpression
Chunk offsets (relative to chunking on top of original text)
classBias - Variable in class edu.stanford.nlp.sequences.SeqClassifierFlags
ClassComparator() - Constructor for class edu.stanford.nlp.patterns.surface.Token.ClassComparator
ClassicCounter <E > - Class in edu.stanford.nlp.stats
A specialized kind of hash table (or map) for storing numeric counts for
objects.
ClassicCounter() - Constructor for class edu.stanford.nlp.stats.ClassicCounter
Constructs a new (empty) Counter backed by a HashMap.
ClassicCounter(int) - Constructor for class edu.stanford.nlp.stats.ClassicCounter
ClassicCounter(MapFactory<E, MutableDouble>) - Constructor for class edu.stanford.nlp.stats.ClassicCounter
Pass in a MapFactory and the map it vends will back your Counter.
ClassicCounter(MapFactory<E, MutableDouble>, int) - Constructor for class edu.stanford.nlp.stats.ClassicCounter
Pass in a MapFactory and the map it vends will back your Counter.
ClassicCounter(Counter<E>) - Constructor for class edu.stanford.nlp.stats.ClassicCounter
Constructs a new Counter with the contents of the given Counter.
ClassicCounter(Collection<E>) - Constructor for class edu.stanford.nlp.stats.ClassicCounter
Constructs a new Counter by counting the elements in the given Collection.
CLASSIFICATION_MODEL - Static variable in class edu.stanford.nlp.scoref.StatisticalCorefTrainer
classificationModelPath(Properties) - Static method in class edu.stanford.nlp.scoref.StatisticalCorefProperties
classificationScores - Variable in class edu.stanford.nlp.scoref.ClustererDataLoader.ClustererDoc
Classifier <L ,F > - Interface in edu.stanford.nlp.classify
A simple interface for classifying and scoring data points, implemented
by most of the classifiers in this package.
classifier - Variable in class edu.stanford.nlp.ie.machinereading.BasicRelationExtractor
Classifier - Class in edu.stanford.nlp.parser.nndep
Neural network classifier which powers a transition-based dependency
parser.
Classifier(Config, double[][], double[][], double[], double[][], List<Integer>) - Constructor for class edu.stanford.nlp.parser.nndep.Classifier
Instantiate a classifier with previously learned parameters in
order to perform new inference.
Classifier(Config, Dataset, double[][], double[][], double[], double[][], List<Integer>) - Constructor for class edu.stanford.nlp.parser.nndep.Classifier
Instantiate a classifier with training data and randomly
initialized parameter matrices in order to begin training.
classifier - Variable in class edu.stanford.nlp.scoref.PairwiseModel
Classifier.Cost - Class in edu.stanford.nlp.parser.nndep
Describes the result of feedforward + backpropagation through
the neural network for the batch provided to a `CostFunction.`
CLASSIFIER_MODIFIER - Static variable in class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalRelations
The "classifier modifier" grammatical relation.
CLASSIFIER_TYPE_PROP - Static variable in class edu.stanford.nlp.hcoref.CorefProperties
ClassifierCombiner <IN extends CoreMap & HasWord > - Class in edu.stanford.nlp.ie
Merges the outputs of two or more AbstractSequenceClassifiers according to
a simple precedence scheme: any given base classifier contributes only
classifications of labels that do not exist in the base classifiers specified
before, and that do not have any token overlap with labels assigned by
higher priority classifiers.
ClassifierCombiner(Properties) - Constructor for class edu.stanford.nlp.ie.ClassifierCombiner
ClassifierCombiner(Properties, ClassifierCombiner.CombinationMode, String...) - Constructor for class edu.stanford.nlp.ie.ClassifierCombiner
Loads a series of base classifiers from the paths specified using the
Properties specified.
ClassifierCombiner(ClassifierCombiner.CombinationMode, String...) - Constructor for class edu.stanford.nlp.ie.ClassifierCombiner
Loads a series of base classifiers from the paths specified using the
Properties specified.
ClassifierCombiner(String...) - Constructor for class edu.stanford.nlp.ie.ClassifierCombiner
Loads a series of base classifiers from the paths specified.
ClassifierCombiner(AbstractSequenceClassifier<IN>...) - Constructor for class edu.stanford.nlp.ie.ClassifierCombiner
Combines a series of base classifiers.
ClassifierCombiner(ObjectInputStream, Properties) - Constructor for class edu.stanford.nlp.ie.ClassifierCombiner
ClassifierCreator <L ,F > - Interface in edu.stanford.nlp.classify
Creates a classifier with given weights
ClassifierFactory <L ,F ,C extends Classifier <L ,F >> - Interface in edu.stanford.nlp.classify
A simple interface for training a Classifier from a Dataset of training
examples.
classifierFactory - Variable in class edu.stanford.nlp.naturalli.ClauseSplitterSearchProblem.TrainingOptions
classifierType - Variable in class edu.stanford.nlp.hcoref.sieve.Sieve
classifierType - Variable in class edu.stanford.nlp.sequences.SeqClassifierFlags
classify(String) - Method in class edu.stanford.nlp.ie.AbstractSequenceClassifier
Classify the tokens in a String.
classify(List<IN>) - Method in class edu.stanford.nlp.ie.AbstractSequenceClassifier
classify(List<IN>) - Method in class edu.stanford.nlp.ie.ClassifierCombiner
Generates the AnswerAnnotation labels of the combined model for the given
tokens, storing them in place in the tokens.
classify(List<IN>) - Method in class edu.stanford.nlp.ie.crf.CRFBiasedClassifier
classify(List<IN>) - Method in class edu.stanford.nlp.ie.crf.CRFClassifier
classify(List<IN>) - Method in class edu.stanford.nlp.ie.ner.CMMClassifier
classify(List<CoreLabel>) - Method in class edu.stanford.nlp.ie.NERClassifierCombiner
classify(List<CoreLabel>) - Method in class edu.stanford.nlp.ie.regexp.NumberSequenceClassifier
classify(List<CoreLabel>) - Method in class edu.stanford.nlp.ie.regexp.RegexNERSequenceClassifier
classifyAndWriteAnswers(String) - Method in class edu.stanford.nlp.ie.AbstractSequenceClassifier
Load a test file, run the classifier on it, and then print the answers to
stdout (with timing to stderr).
classifyAndWriteAnswers(String, DocumentReaderAndWriter<IN>, boolean) - Method in class edu.stanford.nlp.ie.AbstractSequenceClassifier
Load a test file, run the classifier on it, and then print the answers to
stdout (with timing to stderr).
classifyAndWriteAnswers(String, OutputStream, DocumentReaderAndWriter<IN>, boolean) - Method in class edu.stanford.nlp.ie.AbstractSequenceClassifier
If the flag
outputEncoding
is defined, the output is written in that
character encoding, otherwise in the system default character encoding.
classifyAndWriteAnswers(String, String, DocumentReaderAndWriter<IN>, boolean) - Method in class edu.stanford.nlp.ie.AbstractSequenceClassifier
classifyAndWriteAnswers(Collection<List<IN>>, DocumentReaderAndWriter<IN>, boolean) - Method in class edu.stanford.nlp.ie.AbstractSequenceClassifier
classifyAndWriteAnswers(Collection<List<IN>>, PrintWriter, DocumentReaderAndWriter<IN>, boolean) - Method in class edu.stanford.nlp.ie.AbstractSequenceClassifier
classifyAndWriteAnswersKBest(String, int, DocumentReaderAndWriter<IN>) - Method in class edu.stanford.nlp.ie.AbstractSequenceClassifier
Load a test file, run the classifier on it, and then print the answers to
stdout (with timing to stderr).
classifyAndWriteAnswersKBest(ObjectBank<List<IN>>, int, PrintWriter, DocumentReaderAndWriter<IN>) - Method in class edu.stanford.nlp.ie.AbstractSequenceClassifier
Run the classifier on the documents in an ObjectBank, and print the
answers to a given PrintWriter (with timing to stderr).
classifyAndWriteViterbiSearchGraph(String, String, DocumentReaderAndWriter<IN>) - Method in class edu.stanford.nlp.ie.AbstractSequenceClassifier
Load a test file, run the classifier on it, and then write a Viterbi search
graph for each sequence.
classifyFile(String) - Method in class edu.stanford.nlp.ie.AbstractSequenceClassifier
Classify the contents of a file.
classifyFilesAndWriteAnswers(Collection<File>) - Method in class edu.stanford.nlp.ie.AbstractSequenceClassifier
classifyFilesAndWriteAnswers(Collection<File>, DocumentReaderAndWriter<IN>, boolean) - Method in class edu.stanford.nlp.ie.AbstractSequenceClassifier
classifyGibbs(List<IN>) - Method in class edu.stanford.nlp.ie.crf.CRFClassifier
classifyGibbs(List<IN>, Triple<int[][][], int[], double[][][]>) - Method in class edu.stanford.nlp.ie.crf.CRFClassifier
classifyKBest(List<IN>, Class<? extends CoreAnnotation<String>>, int) - Method in class edu.stanford.nlp.ie.AbstractSequenceClassifier
Takes a list of tokens and provides the K best sequence labelings of these tokens with their scores.
classifyMaxEnt(List<IN>) - Method in class edu.stanford.nlp.ie.crf.CRFClassifier
Do standard sequence inference, using either Viterbi or Beam inference
depending on the value of flags.inferenceType
.
classifyMentions(List<List<Mention>>, Dictionaries, Properties) - Method in class edu.stanford.nlp.hcoref.md.MentionDetectionClassifier
classifyRaw(String, DocumentReaderAndWriter<IN>) - Method in class edu.stanford.nlp.ie.AbstractSequenceClassifier
Classify the tokens in a String.
classifySentence(List<? extends HasWord>) - Method in class edu.stanford.nlp.ie.AbstractSequenceClassifier
Classify a List of IN.
classifySentenceWithGlobalInformation(List<? extends HasWord>, CoreMap, CoreMap) - Method in class edu.stanford.nlp.ie.AbstractSequenceClassifier
Classify a List of IN using whatever additional information is passed in globalInfo.
classifyStdin() - Method in class edu.stanford.nlp.ie.AbstractSequenceClassifier
classifyStdin(DocumentReaderAndWriter<IN>) - Method in class edu.stanford.nlp.ie.AbstractSequenceClassifier
classifyToCharacterOffsets(String) - Method in class edu.stanford.nlp.ie.AbstractSequenceClassifier
Classify the contents of a
String
to classified character offset
spans.
classifyToString(String, String, boolean) - Method in class edu.stanford.nlp.ie.AbstractSequenceClassifier
Classify the contents of a
String
to one of several String
representations that shows the classes.
classifyToString(String) - Method in class edu.stanford.nlp.ie.AbstractSequenceClassifier
Classify the contents of a String to a tagged word/class String.
classifyWithGlobalInformation(List<IN>, CoreMap, CoreMap) - Method in class edu.stanford.nlp.ie.AbstractSequenceClassifier
Classify a
List
of something that extends
CoreMap
using as
additional information whatever is stored in the document and sentence.
classifyWithGlobalInformation(List<IN>, CoreMap, CoreMap) - Method in class edu.stanford.nlp.ie.ClassifierCombiner
classifyWithGlobalInformation(List<IN>, CoreMap, CoreMap) - Method in class edu.stanford.nlp.ie.crf.CRFClassifier
classifyWithGlobalInformation(List<IN>, CoreMap, CoreMap) - Method in class edu.stanford.nlp.ie.ner.CMMClassifier
classifyWithGlobalInformation(List<CoreLabel>, CoreMap, CoreMap) - Method in class edu.stanford.nlp.ie.NERClassifierCombiner
classifyWithGlobalInformation(List<CoreLabel>, CoreMap, CoreMap) - Method in class edu.stanford.nlp.ie.regexp.NumberSequenceClassifier
classifyWithGlobalInformation(List<CoreLabel>, CoreMap, CoreMap) - Method in class edu.stanford.nlp.ie.regexp.RegexNERSequenceClassifier
classifyWithInlineXML(String) - Method in class edu.stanford.nlp.ie.AbstractSequenceClassifier
Classify the contents of a
String
.
classIndex - Variable in class edu.stanford.nlp.ie.AbstractSequenceClassifier
classIndex() - Method in class edu.stanford.nlp.ie.crf.CRFCliqueTree
classIndex - Variable in class edu.stanford.nlp.ie.crf.CRFLogConditionalObjectiveFunction
classIndex - Variable in class edu.stanford.nlp.ie.EntityCachingAbstractSequencePriorBIO
className - Variable in class edu.stanford.nlp.ling.tokensregex.types.ValueFunctions.ParamInfo
classNames - Variable in class edu.stanford.nlp.sentiment.RNNOptions
classOf(Datum<L, F>) - Method in interface edu.stanford.nlp.classify.Classifier
classOf(Datum<String, String>) - Method in class edu.stanford.nlp.classify.ColumnDataClassifier
classOf(Datum<L, F>) - Method in class edu.stanford.nlp.classify.LinearClassifier
classOf(RVFDatum<L, F>) - Method in class edu.stanford.nlp.classify.LinearClassifier
Deprecated.
classOf(Datum<L, F>) - Method in class edu.stanford.nlp.classify.LogisticClassifier
classOf(RVFDatum<L, F>) - Method in class edu.stanford.nlp.classify.LogisticClassifier
Deprecated.
classOf(Counter<F>) - Method in class edu.stanford.nlp.classify.LogisticClassifier
classOf(Collection<F>) - Method in class edu.stanford.nlp.classify.LogisticClassifier
classOf(RVFDatum<L, F>) - Method in interface edu.stanford.nlp.classify.RVFClassifier
classOf(Datum<String, String>, ExtractionObject) - Method in class edu.stanford.nlp.ie.machinereading.BasicRelationExtractor
classOf(List<IN>, int) - Method in class edu.stanford.nlp.ie.ner.CMMClassifier
Returns the most likely class for the word at the given position.
classORRestrictionsAsString() - Method in class edu.stanford.nlp.patterns.surface.Token
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 complement" (ccomp) grammatical relation.
CLAUSAL_COMPLEMENT - Static variable in class edu.stanford.nlp.trees.UniversalEnglishGrammaticalRelations
The "clausal complement" grammatical relation.
CLAUSAL_MODIFIER - Static variable in class edu.stanford.nlp.trees.UniversalEnglishGrammaticalRelations
The "clausal modifier of noun" relation.
CLAUSAL_PASSIVE_SUBJECT - Static variable in class edu.stanford.nlp.trees.EnglishGrammaticalRelations
The "clausal passive subject" grammatical relation.
CLAUSAL_PASSIVE_SUBJECT - Static variable in class edu.stanford.nlp.trees.UniversalEnglishGrammaticalRelations
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.UniversalEnglishGrammaticalRelations
The "clausal subject" grammatical relation.
clausalComplementRegex - Static variable in class edu.stanford.nlp.trees.EnglishPatterns
clauseIntermWeight - Variable in class edu.stanford.nlp.naturalli.ClauseSplitterSearchProblem.TrainingOptions
clauseRelations - Static variable in class edu.stanford.nlp.trees.UniversalEnglishGrammaticalRelations
clausesInSentence(SemanticGraph, boolean) - Method in class edu.stanford.nlp.naturalli.OpenIE
Find the clauses in a sentence, where the sentence is expressed as a dependency tree.
clausesInSentence(CoreMap) - Method in class edu.stanford.nlp.naturalli.OpenIE
Find the clauses in a sentence.
ClauseSplitter - Interface in edu.stanford.nlp.naturalli
Just a convenience alias for a clause splitting search problem factory.
clauseSplitter - Variable in class edu.stanford.nlp.naturalli.OpenIE
The clause splitter model, if one is to be used.
ClauseSplitter.ClauseClassifierLabel - Enum in edu.stanford.nlp.naturalli
ClauseSplitterSearchProblem - Class in edu.stanford.nlp.naturalli
A search problem for finding clauses in a sentence.
ClauseSplitterSearchProblem(SemanticGraph, boolean, Optional<Classifier<ClauseSplitter.ClauseClassifierLabel, String>>, Optional<Function<Triple<ClauseSplitterSearchProblem.State, ClauseSplitterSearchProblem.Action, ClauseSplitterSearchProblem.State>, Counter<String>>>) - Constructor for class edu.stanford.nlp.naturalli.ClauseSplitterSearchProblem
Create a searcher manually, suppling a dependency tree, an optional classifier for when to split clauses,
and a featurizer for that classifier.
ClauseSplitterSearchProblem(SemanticGraph, boolean) - Constructor for class edu.stanford.nlp.naturalli.ClauseSplitterSearchProblem
Create a clause searcher which searches naively through every possible subtree as a clause.
ClauseSplitterSearchProblem.Action - Interface in edu.stanford.nlp.naturalli
An action being taken; that is, the type of clause splitting going on.
ClauseSplitterSearchProblem.Featurizer - Interface in edu.stanford.nlp.naturalli
Mostly just an alias, but make sure our featurizer is serializable!
ClauseSplitterSearchProblem.State - Class in edu.stanford.nlp.naturalli
A search state.
ClauseSplitterSearchProblem.TrainingOptions - Class in edu.stanford.nlp.naturalli
The options used for training the clause searcher.
clauseSplitWeight - Variable in class edu.stanford.nlp.naturalli.ClauseSplitterSearchProblem.TrainingOptions
clean() - Method in class edu.stanford.nlp.maxent.Features
clean() - Method in class edu.stanford.nlp.stats.TwoDimensionalCounter
clean() - Method in class edu.stanford.nlp.stats.TwoDimensionalIntCounter
CLEAN_XML_REQUIREMENT - Static variable in interface edu.stanford.nlp.pipeline.Annotator
cleanGazette - Variable in class edu.stanford.nlp.sequences.SeqClassifierFlags
cleanJSON(String) - Static method in class edu.stanford.nlp.pipeline.JSONOutputter
cleanTree(SemanticGraph) - Static method in class edu.stanford.nlp.naturalli.Util
Fix some bizarre peculiarities with certain trees.
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.GrammaticalFunctionTreeNormalizer
Remove things like hyphened functional tags and equals from the
end of a node label.
cleanUpLabel(String) - Method in class edu.stanford.nlp.trees.international.negra.NegraPennTreeNormalizer
Remove things like hyphened functional tags and equals from the
end of a node label.
cleanUpLabel(String) - Method in class edu.stanford.nlp.trees.international.pennchinese.CTBErrorCorrectingTreeNormalizer
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) - Static method in class edu.stanford.nlp.trees.DependencyTreeTransformer
cleanUpScorer() - Method in class edu.stanford.nlp.tagger.maxent.TestSentence
clean-up after the scorer
cleanXML(Properties, AnnotatorImplementations) - Static method in class edu.stanford.nlp.pipeline.AnnotatorFactories
cleanXML(Properties, String, String, String, boolean) - Method in class edu.stanford.nlp.pipeline.AnnotatorImplementations
Clean XML input
CleanXmlAnnotator - Class in edu.stanford.nlp.pipeline
An annotator which removes all XML tags (as identified by the
tokenizer) and possibly selectively keeps the text between them.
CleanXmlAnnotator() - Constructor for class edu.stanford.nlp.pipeline.CleanXmlAnnotator
CleanXmlAnnotator(String, String, String, boolean) - Constructor for class edu.stanford.nlp.pipeline.CleanXmlAnnotator
clear() - Method in class edu.stanford.nlp.classify.GeneralDataset
Resets the Dataset so that it is empty and ready to collect data.
clear(int) - Method in class edu.stanford.nlp.classify.GeneralDataset
Resets the Dataset so that it is empty and ready to collect data.
clear() - Method in class edu.stanford.nlp.classify.RVFDataset
Resets the Dataset so that it is empty and ready to collect data.
clear(int) - Method in class edu.stanford.nlp.classify.RVFDataset
Resets the Dataset so that it is empty and ready to collect data.
clear() - Method in class edu.stanford.nlp.graph.DirectedMultiGraph
clears the graph, removes all edges and nodes
clear() - Method in interface edu.stanford.nlp.graph.Graph
clears the graph, removes all edges and nodes
clear() - Method in class edu.stanford.nlp.ie.machinereading.common.StringDictionary
clear() - Method in class edu.stanford.nlp.io.StringOutputStream
clear() - Method in class edu.stanford.nlp.ling.tokensregex.matcher.BoundedCostOrderedMap
clear() - Method in class edu.stanford.nlp.ling.tokensregex.matcher.TrieMap
clear() - Method in class edu.stanford.nlp.ling.tokensregex.PhraseTable
Clears this table
clear() - Method in class edu.stanford.nlp.ling.tokensregex.PhraseTable.PhraseStringCollection
clear() - Method in class edu.stanford.nlp.objectbank.ObjectBank
clear() - Method in class edu.stanford.nlp.optimization.QNMinimizer.QNInfo
clear() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.Builder
clear() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.CorefMention.Builder
clear() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Builder
clear() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Edge.Builder
clear() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Node.Builder
clear() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document.Builder
clear() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Entity.Builder
clear() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.IndexedWord.Builder
clear() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.MapIntString.Builder
clear() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.MapStringString.Builder
clear() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
clear() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.NERMention.Builder
clear() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETriple.Builder
clear() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Operator.Builder
clear() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.ParseTree.Builder
clear() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Polarity.Builder
clear() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Quote.Builder
clear() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Relation.Builder
clear() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
clear() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceFragment.Builder
clear() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Span.Builder
clear() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.SpeakerInfo.Builder
clear() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Timex.Builder
clear() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
clear() - Method in class edu.stanford.nlp.sequences.ObjectBankWrapper
clear() - Method in class edu.stanford.nlp.stats.ClassicCounter
Removes all entries from the counter.
clear() - Method in interface edu.stanford.nlp.stats.Counter
Removes all entries from the counter.
clear() - Method in class edu.stanford.nlp.stats.IntCounter
Removes all counts from this Counter.
clear() - Method in class edu.stanford.nlp.stats.TwoDimensionalCounter
clears the map, total and default value
clear() - Method in class edu.stanford.nlp.time.SUTime.TimeIndex
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.FilteringTreebank
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.ArrayMap
clear() - Method in class edu.stanford.nlp.util.BinaryHeapPriorityQueue
Clears the queue.
clear() - Method in class edu.stanford.nlp.util.CollectionValuedMap
Clears this Map.
clear() - Method in class edu.stanford.nlp.util.concurrent.ConcurrentHashIndex
clear() - Method in class edu.stanford.nlp.util.concurrent.SynchronizedInterner
clear() - Method in class edu.stanford.nlp.util.DeltaCollectionValuedMap
This is more expensive than normal.
clear() - Method in class edu.stanford.nlp.util.DeltaIndex
We don't want to change the backing index in any way, and "clear"
would have to entail doing that, so we just throw an
UnsupportedOperationException instead
clear() - Method in class edu.stanford.nlp.util.DeltaMap
This is more expensive than normal.
clear(int, int) - Method in class edu.stanford.nlp.util.EditDistance
clear() - Method in class edu.stanford.nlp.util.FixedPrioritiesPriorityQueue
clear() - Method in class edu.stanford.nlp.util.HashIndex
Clears this Index.
clear() - Method in class edu.stanford.nlp.util.IdentityHashSet
Removes all of the elements from this set.
clear() - Method in interface edu.stanford.nlp.util.Index
clear() - Method in class edu.stanford.nlp.util.Interner
clear() - Method in class edu.stanford.nlp.util.IntervalTree
clear() - Method in class edu.stanford.nlp.util.IntervalTree.TreeNode
clear() - Method in class edu.stanford.nlp.util.logging.RedwoodConfiguration
Clear any custom configurations to Redwood
clear() - Method in class edu.stanford.nlp.util.MaxSizeConcurrentHashSet
clear() - Method in class edu.stanford.nlp.util.TwoDimensionalCollectionValuedMap
clear() - Method in class edu.stanford.nlp.util.TwoDimensionalMap
clear() - Method in class edu.stanford.nlp.util.TwoDimensionalSet
clear2D(double[][]) - Static method in class edu.stanford.nlp.ie.crf.CRFLogConditionalObjectiveFunction
clearAfter() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional string after = 6;
clearAll() - Method in class edu.stanford.nlp.trees.tregex.gui.FilePanel
Removes all files from the panel
clearAlternativeDependencies() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
optional .edu.stanford.nlp.pipeline.DependencyGraph alternativeDependencies = 13;
clearAltValue() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Timex.Builder
optional string altValue = 2;
clearAnimacy() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.CorefMention.Builder
optional string animacy = 5;
clearAnimacy() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
optional string animacy = 5;
clearAnnotatedParseTree() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
optional .edu.stanford.nlp.pipeline.ParseTree annotatedParseTree = 32;
clearAnnotatorPool() - Static method in class edu.stanford.nlp.pipeline.StanfordCoreNLP
Call this if you are no longer using StanfordCoreNLP and want to
release the memory associated with the annotators.
clearAnswer() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional string answer = 24;
clearAppositions() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
repeated int32 appositions = 54;
clearArg() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Relation.Builder
repeated .edu.stanford.nlp.pipeline.Entity arg = 7;
clearArgName() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Relation.Builder
repeated string argName = 6;
clearAssumedTruth() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceFragment.Builder
optional bool assumedTruth = 3;
clearBasicDependencies() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
optional .edu.stanford.nlp.pipeline.DependencyGraph basicDependencies = 8;
clearBefore() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional string before = 5;
clearBegin() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Quote.Builder
optional uint32 begin = 2;
clearBegin() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Span.Builder
required uint32 begin = 1;
clearBeginChar() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional uint32 beginChar = 11;
clearBeginIndex() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.CorefMention.Builder
optional uint32 beginIndex = 6;
clearBeginIndex() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional uint32 beginIndex = 15;
clearBeginPoint() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Timex.Builder
optional uint32 beginPoint = 6;
clearBelongToLists() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
repeated int32 belongToLists = 58;
clearBinarizedParseTree() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
optional .edu.stanford.nlp.pipeline.ParseTree binarizedParseTree = 31;
clearCache() - Method in class edu.stanford.nlp.optimization.AbstractCachingDiffFunction
Clears the cache in a way that doesn't require reallocation :-)
clearCache() - Method in class edu.stanford.nlp.optimization.AbstractStochasticCachingDiffFunction
Clears the cache in a way that doesn't require reallocation :-)
clearCategory() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional string category = 4;
clearChainID() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.Builder
required int32 chainID = 1;
clearCharacterOffsetBegin() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
optional uint32 characterOffsetBegin = 5;
clearCharacterOffsetEnd() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
optional uint32 characterOffsetEnd = 6;
clearChild() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.ParseTree.Builder
repeated .edu.stanford.nlp.pipeline.ParseTree child = 1;
clearCoarseTag() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional string coarseTag = 33;
clearCollapsedCCProcessedDependencies() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
optional .edu.stanford.nlp.pipeline.DependencyGraph collapsedCCProcessedDependencies = 10;
clearCollapsedDependencies() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
optional .edu.stanford.nlp.pipeline.DependencyGraph collapsedDependencies = 9;
clearConfidence() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETriple.Builder
optional double confidence = 4;
clearConllUFeatures() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional .edu.stanford.nlp.pipeline.MapStringString conllUFeatures = 32;
clearConllUMisc() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional string conllUMisc = 35;
clearConllUSecondaryDeps() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional .edu.stanford.nlp.pipeline.MapIntString conllUSecondaryDeps = 36;
clearConllUTokenSpan() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional .edu.stanford.nlp.pipeline.Span conllUTokenSpan = 34;
clearCopyAnnotation() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Node.Builder
optional uint32 copyAnnotation = 3;
clearCopyCount() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.IndexedWord.Builder
optional uint32 copyCount = 4;
clearCorefChain() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document.Builder
repeated .edu.stanford.nlp.pipeline.CorefChain corefChain = 3;
clearCorefClusterID() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
optional int32 corefClusterID = 15;
clearCorefClusterID() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional uint32 corefClusterID = 23;
clearCorefID() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Entity.Builder
optional string corefID = 11;
clearCounts() - Method in class edu.stanford.nlp.stats.MultiClassChunkEvalStats
clearCounts() - Method in class edu.stanford.nlp.stats.MultiClassPrecisionRecallExtendedStats
clearDep() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Edge.Builder
optional string dep = 3;
clearDependents() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
repeated string dependents = 52;
clearDependingVerb() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
optional .edu.stanford.nlp.pipeline.IndexedWord dependingVerb = 31;
clearDocID() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document.Builder
optional string docID = 4;
clearDocID() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.IndexedWord.Builder
optional uint32 docID = 3;
clearDocid() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Quote.Builder
optional string docid = 9;
clearEdge() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Builder
repeated .edu.stanford.nlp.pipeline.DependencyGraph.Edge edge = 2;
clearEnd() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Quote.Builder
optional uint32 end = 3;
clearEnd() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Span.Builder
required uint32 end = 2;
clearEndChar() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional uint32 endChar = 12;
clearEndIndex() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.CorefMention.Builder
optional uint32 endIndex = 7;
clearEndIndex() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
optional uint32 endIndex = 9;
clearEndIndex() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional uint32 endIndex = 16;
clearEndPoint() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Timex.Builder
optional uint32 endPoint = 7;
clearEntailedSentence() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.SentenceFragment entailedSentence = 15;
clearEntity() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.Entity entity = 52;
clearEntityType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.NERMention.Builder
optional string entityType = 6;
clearError() - Method in class edu.stanford.nlp.util.logging.RedwoodPrintStream
clearExtentEnd() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Entity.Builder
optional uint32 extentEnd = 3;
clearExtentEnd() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Relation.Builder
optional uint32 extentEnd = 3;
clearExtentStart() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Entity.Builder
optional uint32 extentStart = 2;
clearExtentStart() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Relation.Builder
optional uint32 extentStart = 2;
clearGender() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.CorefMention.Builder
optional string gender = 4;
clearGender() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
optional string gender = 4;
clearGender() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional string gender = 51;
clearGeneric() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
optional bool generic = 25;
clearGoldCorefClusterID() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
optional int32 goldCorefClusterID = 14;
clearGradientHistories() - Method in class edu.stanford.nlp.parser.nndep.Classifier
Clear all gradient histories used for AdaGrad training.
clearGradientsPerIter - Variable in class edu.stanford.nlp.parser.nndep.Config
During training, clear AdaGrad gradient histories after every
clearGradientsPerIter
iterations.
clearHandlers() - Static method in class edu.stanford.nlp.util.logging.Redwood
Remove all log handlers from Redwood, presumably in order to
construct a custom pipeline afterwards
clearHasBasicDependency() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
optional bool hasBasicDependency = 27;
clearHasCollapsedDependency() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
optional bool hasCollapsedDependency = 28;
clearHasContextParseTree() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
optional bool hasContextParseTree = 29;
clearHasCorefMentionsAnnotation() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
optional bool hasCorefMentionsAnnotation = 57;
clearHasNumerizedTokensAnnotation() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
optional bool hasNumerizedTokensAnnotation = 54;
clearHasRelationAnnotations() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
optional bool hasRelationAnnotations = 51;
clearHasTwin() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
optional bool hasTwin = 24;
clearHasXmlContext() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional bool hasXmlContext = 21;
clearHeadEnd() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Entity.Builder
optional uint32 headEnd = 7;
clearHeadIndex() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.CorefMention.Builder
optional uint32 headIndex = 9;
clearHeadIndex() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
optional uint32 headIndex = 10;
clearHeadIndexedWord() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
optional .edu.stanford.nlp.pipeline.IndexedWord headIndexedWord = 30;
clearHeadStart() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Entity.Builder
optional uint32 headStart = 6;
clearHeadString() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
optional string headString = 11;
clearHeadTokenIndex() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Entity.Builder
optional uint32 headTokenIndex = 10;
clearHeadWord() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
optional .edu.stanford.nlp.pipeline.IndexedWord headWord = 32;
clearHeadWordIndex() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional uint32 headWordIndex = 26;
clearIndex() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Node.Builder
required uint32 index = 2;
clearIndex() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Quote.Builder
optional uint32 index = 10;
clearIsDirectObject() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
optional bool isDirectObject = 21;
clearIsExtra() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Edge.Builder
optional bool isExtra = 4;
clearIsIndirectObject() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
optional bool isIndirectObject = 22;
clearIsPrepositionObject() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
optional bool isPrepositionObject = 23;
clearIsSingleton() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
optional bool isSingleton = 26;
clearIsSubject() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
optional bool isSubject = 20;
clearIstmod() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETriple.Builder
optional bool istmod = 9;
clearKBestParseTrees() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.ParseTree kBestParseTrees = 34;
clearKey() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.MapIntString.Builder
repeated uint32 key = 1;
clearKey() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.MapStringString.Builder
repeated string key = 1;
clearLanguage() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Edge.Builder
optional .edu.stanford.nlp.pipeline.Language language = 7 [default = Unknown];
clearLemma() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional string lemma = 10;
clearListMembers() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
repeated int32 listMembers = 57;
clearMatches() - Method in class edu.stanford.nlp.trees.tregex.gui.DisplayMatchesPanel
Remove all trees from the display
clearMemory() - Method in class edu.stanford.nlp.ie.NERFeatureFactory
clearMemory() - Method in class edu.stanford.nlp.objectbank.ObjectBank
If you are keeping the contents in memory,
this will clear the memory, and they will be
recomputed the next time iterator() is
called.
clearMemory() - Method in class edu.stanford.nlp.sequences.ObjectBankWrapper
clearMention() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.Builder
repeated .edu.stanford.nlp.pipeline.CorefChain.CorefMention mention = 2;
clearMentionID() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.CorefMention.Builder
optional int32 mentionID = 1;
clearMentionID() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
optional int32 mentionID = 1;
clearMentionNum() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
optional uint32 mentionNum = 16;
clearMentions() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.NERMention mentions = 55;
clearMentions() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.SpeakerInfo.Builder
repeated int32 mentions = 2;
clearMentionsForCoref() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 56;
clearMentionType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.CorefMention.Builder
optional string mentionType = 2;
clearMentionType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Entity.Builder
optional string mentionType = 8;
clearMentionType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
optional string mentionType = 2;
clearName() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Operator.Builder
required string name = 1;
clearNer() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.NERMention.Builder
required string ner = 4;
clearNer() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional string ner = 8;
clearNerString() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
optional string nerString = 12;
clearNode() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Builder
repeated .edu.stanford.nlp.pipeline.DependencyGraph.Node node = 1;
clearNodeScope(Node) - Method in class edu.stanford.nlp.trees.tregex.tsurgeon.JJTTsurgeonParserState
clearNormalizedName() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Entity.Builder
optional string normalizedName = 9;
clearNormalizedNER() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.NERMention.Builder
optional string normalizedNER = 5;
clearNormalizedNER() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional string normalizedNER = 9;
clearNumber() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.CorefMention.Builder
optional string number = 3;
clearNumber() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
optional string number = 3;
clearObject() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETriple.Builder
optional string object = 3;
clearObjectID() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Entity.Builder
optional string objectID = 1;
clearObjectID() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Relation.Builder
optional string objectID = 1;
clearObjectSpanBegin() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Operator.Builder
required int32 objectSpanBegin = 6;
clearObjectSpanEnd() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Operator.Builder
required int32 objectSpanEnd = 7;
clearObjectTokens() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETriple.Builder
repeated uint32 objectTokens = 7;
clearOpenieTriple() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.OpenIETriple openieTriple = 14;
clearOperator() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional .edu.stanford.nlp.pipeline.Operator operator = 27;
clearOriginalRef() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
optional uint32 originalRef = 13;
clearOriginalSpan() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
repeated .edu.stanford.nlp.pipeline.IndexedWord originalSpan = 51;
clearOriginalText() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional string originalText = 7;
clearParagraph() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
optional uint32 paragraph = 19;
clearParagraph() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
optional uint32 paragraph = 11;
clearParseTree() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
optional .edu.stanford.nlp.pipeline.ParseTree parseTree = 7;
clearPerson() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
optional string person = 6;
clearPolarity() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional .edu.stanford.nlp.pipeline.Polarity polarity = 28;
clearPos() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional string pos = 2;
clearPosition() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.CorefMention.Builder
optional uint32 position = 11;
clearPredicateNominatives() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
repeated int32 predicateNominatives = 55;
clearPrefixBe() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETriple.Builder
optional bool prefixBe = 10;
clearPreprocessedTerms() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
repeated string preprocessedTerms = 53;
clearProjectAlternation() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Polarity.Builder
required .edu.stanford.nlp.pipeline.NaturalLogicRelation projectAlternation = 5;
clearProjectCover() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Polarity.Builder
required .edu.stanford.nlp.pipeline.NaturalLogicRelation projectCover = 6;
clearProjectEquivalence() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Polarity.Builder
required .edu.stanford.nlp.pipeline.NaturalLogicRelation projectEquivalence = 1;
clearProjectForwardEntailment() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Polarity.Builder
required .edu.stanford.nlp.pipeline.NaturalLogicRelation projectForwardEntailment = 2;
clearProjectIndependence() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Polarity.Builder
required .edu.stanford.nlp.pipeline.NaturalLogicRelation projectIndependence = 7;
clearProjectNegation() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Polarity.Builder
required .edu.stanford.nlp.pipeline.NaturalLogicRelation projectNegation = 4;
clearProjectReverseEntailment() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Polarity.Builder
required .edu.stanford.nlp.pipeline.NaturalLogicRelation projectReverseEntailment = 3;
clearQuantifierSpanBegin() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Operator.Builder
required int32 quantifierSpanBegin = 2;
clearQuantifierSpanEnd() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Operator.Builder
required int32 quantifierSpanEnd = 3;
clearQuotationIndex() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional int32 quotationIndex = 31;
clearQuote() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document.Builder
repeated .edu.stanford.nlp.pipeline.Quote quote = 6;
clearRelation() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETriple.Builder
optional string relation = 2;
clearRelation() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.Relation relation = 53;
clearRelationTokens() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETriple.Builder
repeated uint32 relationTokens = 6;
clearRelativePronouns() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
repeated int32 relativePronouns = 56;
clearRepresentative() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.Builder
required uint32 representative = 3;
clearRoot() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Builder
repeated uint32 root = 3 [packed = true];
clearRoot() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceFragment.Builder
optional uint32 root = 2;
clearScore() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.ParseTree.Builder
optional double score = 5;
clearScore() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceFragment.Builder
optional double score = 4;
clearSentence() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document.Builder
repeated .edu.stanford.nlp.pipeline.Sentence sentence = 2;
clearSentenceBegin() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Quote.Builder
optional uint32 sentenceBegin = 5;
clearSentenceEnd() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Quote.Builder
optional uint32 sentenceEnd = 6;
clearSentenceID() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
optional string sentenceID = 58;
clearSentenceIndex() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.CorefMention.Builder
optional uint32 sentenceIndex = 10;
clearSentenceIndex() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Node.Builder
required uint32 sentenceIndex = 1;
clearSentenceIndex() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.NERMention.Builder
optional uint32 sentenceIndex = 1;
clearSentenceIndex() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
optional uint32 sentenceIndex = 4;
clearSentencelessToken() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document.Builder
repeated .edu.stanford.nlp.pipeline.Token sentencelessToken = 5;
clearSentenceNum() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.IndexedWord.Builder
optional uint32 sentenceNum = 1;
clearSentenceWords() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
repeated .edu.stanford.nlp.pipeline.IndexedWord sentenceWords = 50;
clearSentiment() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.ParseTree.Builder
optional .edu.stanford.nlp.pipeline.Sentiment sentiment = 6;
clearSentiment() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
optional string sentiment = 33;
clearSentiment() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional string sentiment = 30;
clearSentNum() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
optional uint32 sentNum = 17;
clearSignature() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Relation.Builder
optional string signature = 8;
clearSource() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Edge.Builder
required uint32 source = 1;
clearSourceCopy() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Edge.Builder
optional uint32 sourceCopy = 5;
clearSpan() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional .edu.stanford.nlp.pipeline.Span span = 29;
clearSpeaker() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional string speaker = 14;
clearSpeakerInfo() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
optional .edu.stanford.nlp.pipeline.SpeakerInfo speakerInfo = 33;
clearSpeakerName() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.SpeakerInfo.Builder
optional string speakerName = 1;
clearStartIndex() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
optional uint32 startIndex = 7;
clearSubject() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETriple.Builder
optional string subject = 1;
clearSubjectSpanBegin() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Operator.Builder
required int32 subjectSpanBegin = 4;
clearSubjectSpanEnd() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Operator.Builder
required int32 subjectSpanEnd = 5;
clearSubjectTokens() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETriple.Builder
repeated uint32 subjectTokens = 5;
clearSubtype() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Entity.Builder
optional string subtype = 5;
clearSubtype() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Relation.Builder
optional string subtype = 5;
clearSuffixBe() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETriple.Builder
optional bool suffixBe = 11;
clearSuffixOf() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETriple.Builder
optional bool suffixOf = 12;
clearTarget() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Edge.Builder
required uint32 target = 2;
clearTargetCopy() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Edge.Builder
optional uint32 targetCopy = 6;
clearText() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document.Builder
required string text = 1;
clearText() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Quote.Builder
optional string text = 1;
clearText() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
optional string text = 12;
clearText() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Timex.Builder
optional string text = 3;
clearTid() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Timex.Builder
optional string tid = 5;
clearTimex() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.NERMention.Builder
optional .edu.stanford.nlp.pipeline.Timex timex = 7;
clearTimexValue() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional .edu.stanford.nlp.pipeline.Timex timexValue = 19;
clearToken() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.Token token = 1;
clearTokenBegin() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Quote.Builder
optional uint32 tokenBegin = 7;
clearTokenBeginIndex() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional uint32 tokenBeginIndex = 17;
clearTokenEnd() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Quote.Builder
optional uint32 tokenEnd = 8;
clearTokenEndIndex() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional uint32 tokenEndIndex = 18;
clearTokenEndInSentenceExclusive() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.NERMention.Builder
required uint32 tokenEndInSentenceExclusive = 3;
clearTokenIndex() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.IndexedWord.Builder
optional uint32 tokenIndex = 2;
clearTokenIndex() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceFragment.Builder
repeated uint32 tokenIndex = 1;
clearTokenOffsetBegin() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
required uint32 tokenOffsetBegin = 2;
clearTokenOffsetEnd() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
required uint32 tokenOffsetEnd = 3;
clearTokenStartInSentenceInclusive() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.NERMention.Builder
required uint32 tokenStartInSentenceInclusive = 2;
clearTree() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETriple.Builder
optional .edu.stanford.nlp.pipeline.DependencyGraph tree = 8;
clearTrueCase() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional string trueCase = 52;
clearTrueCaseText() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional string trueCaseText = 53;
clearType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Entity.Builder
optional string type = 4;
clearType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Relation.Builder
optional string type = 4;
clearType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Timex.Builder
optional string type = 4;
clearUtter() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
optional uint32 utter = 18;
clearUtterance() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional uint32 utterance = 13;
clearValue() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.MapIntString.Builder
repeated string value = 2;
clearValue() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.MapStringString.Builder
repeated string value = 2;
clearValue() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.ParseTree.Builder
optional string value = 2;
clearValue() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Timex.Builder
optional string value = 1;
clearValue() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional string value = 3;
clearVariables() - Method in class edu.stanford.nlp.ling.tokensregex.Env
clearWord() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
required string word = 1;
clearXmlContext() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
repeated string xmlContext = 22;
clearYieldBeginIndex() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.ParseTree.Builder
optional uint32 yieldBeginIndex = 3;
clearYieldEndIndex() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.ParseTree.Builder
optional uint32 yieldEndIndex = 4;
Clique - Class in edu.stanford.nlp.sequences
This class is meant to represent a clique in a (directed
or undirected) linear-chain graphical model.
cliqueC - Static variable in class edu.stanford.nlp.sequences.FeatureFactory
cliqueCnC - Static variable in class edu.stanford.nlp.sequences.FeatureFactory
cliqueCp2C - Static variable in class edu.stanford.nlp.sequences.FeatureFactory
cliqueCp3C - Static variable in class edu.stanford.nlp.sequences.FeatureFactory
cliqueCp4C - Static variable in class edu.stanford.nlp.sequences.FeatureFactory
cliqueCp5C - Static variable in class edu.stanford.nlp.sequences.FeatureFactory
cliqueCpC - Static variable in class edu.stanford.nlp.sequences.FeatureFactory
cliqueCpCnC - Static variable in class edu.stanford.nlp.sequences.FeatureFactory
cliqueCpCp2C - Static variable in class edu.stanford.nlp.sequences.FeatureFactory
cliqueCpCp2Cp3C - Static variable in class edu.stanford.nlp.sequences.FeatureFactory
cliqueCpCp2Cp3Cp4C - Static variable in class edu.stanford.nlp.sequences.FeatureFactory
cliqueCpCp2Cp3Cp4Cp5C - Static variable in class edu.stanford.nlp.sequences.FeatureFactory
cliquePotentialFunc - Variable in class edu.stanford.nlp.ie.crf.CRFLogConditionalObjectiveFunction
CliquePotentialFunction - Interface in edu.stanford.nlp.ie.crf
clone() - Method in class edu.stanford.nlp.fsm.TransducerGraph
clone() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.Builder
clone() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.CorefMention.Builder
clone() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Builder
clone() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Edge.Builder
clone() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Node.Builder
clone() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document.Builder
clone() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Entity.Builder
clone() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.IndexedWord.Builder
clone() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.MapIntString.Builder
clone() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.MapStringString.Builder
clone() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
clone() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.NERMention.Builder
clone() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETriple.Builder
clone() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Operator.Builder
clone() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.ParseTree.Builder
clone() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Polarity.Builder
clone() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Quote.Builder
clone() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Relation.Builder
clone() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
clone() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceFragment.Builder
clone() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Span.Builder
clone() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.SpeakerInfo.Builder
clone() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Timex.Builder
clone() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
clone() - Method in class edu.stanford.nlp.stats.IntCounter
clone() - Method in class edu.stanford.nlp.util.CollectionValuedMap
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.dcoref.CoNLL2011DocumentReader
close() - Method in class edu.stanford.nlp.hcoref.docreader.CoNLLDocumentReader
close() - Method in class edu.stanford.nlp.io.BZip2PipedOutputStream
close() - Method in class edu.stanford.nlp.io.ReaderInputStream
Closes the Stringreader.
close() - Method in class edu.stanford.nlp.io.TeeStream
close() - Method in class edu.stanford.nlp.patterns.surface.PatternsForEachToken
close() - Method in class edu.stanford.nlp.patterns.surface.PatternsForEachTokenDB
close() - Method in class edu.stanford.nlp.patterns.surface.PatternsForEachTokenInMemory
close() - Method in class edu.stanford.nlp.trees.FilteringTreeReader
Close the Reader behind this TreeReader
.
close() - Method in class edu.stanford.nlp.trees.international.french.FrenchXMLTreeReader
close() - Method in class edu.stanford.nlp.trees.PennTreeReader
Closes the underlying Reader
used to create this
class.
close() - Method in interface edu.stanford.nlp.trees.TreeReader
Close the Reader behind this TreeReader
.
close() - Method in class edu.stanford.nlp.util.logging.JavaUtilLoggingAdaptor.RedwoodHandler
This is a no-op since Redwood doesn't have this.
close() - Method in class edu.stanford.nlp.util.logging.RedwoodPrintStream
close() - Method in class edu.stanford.nlp.util.SystemUtils.ProcessOutputStream
closeConnection() - Static method in class edu.stanford.nlp.util.GoogleNGramsSQLBacked
CLOSED_CLASS_THRESHOLD - Static variable in class edu.stanford.nlp.tagger.maxent.TaggerConfig
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.EvalbFormatWriter
closeFiles() - Method in class edu.stanford.nlp.parser.lexparser.EvalbFormatWriter
closeIgnoringExceptions(Closeable) - Static method in class edu.stanford.nlp.io.IOUtils
Provides an implementation of closing a file for use in a finally block so
you can correctly close a file without even more exception handling stuff.
closeNodeScope(Node, int) - Method in class edu.stanford.nlp.trees.tregex.tsurgeon.JJTTsurgeonParserState
closeNodeScope(Node, boolean) - Method in class edu.stanford.nlp.trees.tregex.tsurgeon.JJTTsurgeonParserState
closest(SUTime.Time, SUTime.Time...) - Static method in class edu.stanford.nlp.time.SUTime.Time
clubNeighboringLabeledWords - Variable in class edu.stanford.nlp.patterns.ConstantsAndVariables
Cluster(int) - Constructor for class edu.stanford.nlp.scoref.Clusterer.Cluster
Cluster(Clusterer.Cluster) - Constructor for class edu.stanford.nlp.scoref.Clusterer.Cluster
cluster(Properties) - Static method in class edu.stanford.nlp.scoref.StatisticalCorefProperties
Clusterer - Class in edu.stanford.nlp.scoref
Clusterer() - Constructor for class edu.stanford.nlp.scoref.Clusterer
Clusterer(String) - Constructor for class edu.stanford.nlp.scoref.Clusterer
Clusterer.Cluster - Class in edu.stanford.nlp.scoref
ClustererDataLoader - Class in edu.stanford.nlp.scoref
ClustererDataLoader() - Constructor for class edu.stanford.nlp.scoref.ClustererDataLoader
ClustererDataLoader.ClustererDoc - Class in edu.stanford.nlp.scoref
ClustererDoc(int, Counter<Pair<Integer, Integer>>, Counter<Pair<Integer, Integer>>, Counter<Integer>, Map<Pair<Integer, Integer>, Boolean>, List<List<Integer>>, Map<Integer, String>) - Constructor for class edu.stanford.nlp.scoref.ClustererDataLoader.ClustererDoc
clusterID - Variable in class edu.stanford.nlp.dcoref.CorefCluster
clusterID - Variable in class edu.stanford.nlp.hcoref.data.CorefCluster
CLUSTERING_MODEL_NAME - Static variable in class edu.stanford.nlp.scoref.StatisticalCorefTrainer
ClusteringCorefSystem - Class in edu.stanford.nlp.scoref
ClusteringCorefSystem(Properties, String, String, String, String, String) - Constructor for class edu.stanford.nlp.scoref.ClusteringCorefSystem
clusteringModelPath(Properties) - Static method in class edu.stanford.nlp.scoref.StatisticalCorefProperties
clusteringModelsPath - Static variable in class edu.stanford.nlp.scoref.StatisticalCorefTrainer
CmdEvaluator - Class in edu.stanford.nlp.optimization
Runs a cmdline to evaluate a dataset (assumes cmd takes input from stdin)
CmdEvaluator() - Constructor for class edu.stanford.nlp.optimization.CmdEvaluator
CMMClassifier <IN extends CoreLabel > - Class in edu.stanford.nlp.ie.ner
Does Sequence Classification using a Conditional Markov Model.
CMMClassifier() - Constructor for class edu.stanford.nlp.ie.ner.CMMClassifier
CMMClassifier(Properties) - Constructor for class edu.stanford.nlp.ie.ner.CMMClassifier
CMMClassifier(SeqClassifierFlags) - Constructor for class edu.stanford.nlp.ie.ner.CMMClassifier
CmpToken() - Method in class edu.stanford.nlp.ling.tokensregex.parser.TokenSequenceParser
CNFTransformers - Class in edu.stanford.nlp.parser.lexparser
coarseDistance - Variable in class edu.stanford.nlp.parser.lexparser.Options
Use coarser distance (4 bins) in dependency calculations
coarseDistanceBin(int) - Method in class edu.stanford.nlp.parser.lexparser.AbstractDependencyGrammar
coarseDistanceBins - Variable in class edu.stanford.nlp.parser.lexparser.AbstractDependencyGrammar
COARSETAG_FIELD_NUMBER - Static variable in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token
CoarseTagAnnotation() - Constructor for class edu.stanford.nlp.ling.CoreAnnotations.CoarseTagAnnotation
collapseApproximate - Static variable in class edu.stanford.nlp.util.logging.RedwoodConfiguration.Handlers
Collapse records in a heuristic way to make reading easier.
COLLAPSEDCCPROCESSEDDEPENDENCIES_FIELD_NUMBER - Static variable in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence
CollapsedCCProcessedDependenciesAnnotation() - Constructor for class edu.stanford.nlp.semgraph.SemanticGraphCoreAnnotations.CollapsedCCProcessedDependenciesAnnotation
COLLAPSEDDEPENDENCIES_FIELD_NUMBER - Static variable in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence
CollapsedDependenciesAnnotation() - Constructor for class edu.stanford.nlp.semgraph.SemanticGraphCoreAnnotations.CollapsedDependenciesAnnotation
collapsedDependency - Variable in class edu.stanford.nlp.hcoref.data.Mention
collapseDependencies(List<TypedDependency>, boolean, GrammaticalStructure.Extras) - Method in class edu.stanford.nlp.trees.EnglishGrammaticalStructure
Destructively modifies this Collection<TypedDependency>
by collapsing several types of transitive pairs of dependencies.
collapseDependencies(List<TypedDependency>, boolean, GrammaticalStructure.Extras) - Method in class edu.stanford.nlp.trees.GrammaticalStructure
Destructively modify the Collection<TypedDependency>
to collapse
language-dependent transitive dependencies.
collapseDependencies(List<TypedDependency>, boolean, GrammaticalStructure.Extras) - Method in class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalStructure
collapseDependencies(List<TypedDependency>, boolean, GrammaticalStructure.Extras) - Method in class edu.stanford.nlp.trees.UniversalEnglishGrammaticalStructure
Destructively modifies this Collection<TypedDependency>
by collapsing several types of transitive pairs of dependencies or
by adding additional information from the dependents to the relation
of the governor.
collapseDependenciesTree(List<TypedDependency>) - Method in class edu.stanford.nlp.trees.EnglishGrammaticalStructure
collapseDependenciesTree(List<TypedDependency>) - Method in class edu.stanford.nlp.trees.GrammaticalStructure
Destructively modify the Collection<TypedDependency>
to collapse
language-dependent transitive dependencies but keeping a tree structure.
collapseDependenciesTree(List<TypedDependency>) - Method in class edu.stanford.nlp.trees.UniversalEnglishGrammaticalStructure
collapseExact - Static variable in class edu.stanford.nlp.util.logging.RedwoodConfiguration.Handlers
Collapse records which are duplicates into a single message, followed by a message detailing how many times
it was repeated.
collapseNERLabels(List<CoreLabel>) - Static method in class edu.stanford.nlp.ie.QuantifiableEntityNormalizer
Currently this populates a List<CoreLabel> with words from the passed List,
but NER entities are collapsed and
CoreLabel
constituents of entities have
NER information in their "quantity" fields.
collapseRef - Variable in enum edu.stanford.nlp.trees.GrammaticalStructure.Extras
collapse the "ref" edges
CollapseUnaryTransformer - Class in edu.stanford.nlp.sentiment
This transformer collapses chains of unary nodes so that the top
node is the only node left.
CollapseUnaryTransformer() - Constructor for class edu.stanford.nlp.sentiment.CollapseUnaryTransformer
collapseWhCategories - Variable in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams.EnglishTrain
Collapse WHPP with PP, etc., in training and perhaps in evaluation.
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.HashSetFactory <T > - Class in edu.stanford.nlp.util
CollectionFactory.LinkedListFactory <T > - Class in edu.stanford.nlp.util
CollectionFactory.SizedArrayListFactory <T > - Class in edu.stanford.nlp.util
CollectionFactory.TreeSetFactory <T > - Class in edu.stanford.nlp.util
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.
CollectionValuedMap <K ,V > - Class in edu.stanford.nlp.util
CollectionValuedMap(MapFactory<K, Collection<V>>, CollectionFactory<V>, boolean) - Constructor for class edu.stanford.nlp.util.CollectionValuedMap
Creates a new empty CollectionValuedMap.
CollectionValuedMap(CollectionValuedMap<K, V>) - Constructor for class edu.stanford.nlp.util.CollectionValuedMap
Creates a new CollectionValuedMap with all of the mappings from cvm.
CollectionValuedMap() - Constructor for class edu.stanford.nlp.util.CollectionValuedMap
Creates a new empty CollectionValuedMap which uses a HashMap as the
underlying Map, and HashSets as the Collections in each mapping.
CollectionValuedMap(CollectionFactory<V>) - Constructor for class edu.stanford.nlp.util.CollectionValuedMap
Creates a new empty CollectionValuedMap which uses a HashMap as the
underlying Map.
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.
collectSamples(SequenceModel, int, int) - Method in class edu.stanford.nlp.sequences.SequenceGibbsSampler
Collects numSamples samples of sequences, from the distribution over sequences defined
by the sequence model passed on construction.
collectSamples(SequenceModel, int, int, int[]) - Method in class edu.stanford.nlp.sequences.SequenceGibbsSampler
Collects numSamples samples of sequences, from the distribution over sequences defined
by the sequence model passed on construction.
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.FrenchTreebankParserParams
collinizer() - Method in class edu.stanford.nlp.parser.lexparser.HebrewTreebankParserParams
collinizer() - Method in class edu.stanford.nlp.parser.lexparser.NegraPennTreebankParserParams
returns a NegraPennCollinizer
collinizer() - Method in class edu.stanford.nlp.parser.lexparser.SpanishTreebankParserParams
collinizer() - Method in interface edu.stanford.nlp.parser.lexparser.TreebankLangParserParams
The tree transformer applied to trees prior to evaluation.
collinizerEvalb() - Method in class edu.stanford.nlp.parser.lexparser.AbstractTreebankParserParams
the tree transformer used to produce trees for evaluation.
collinizerEvalb() - Method in class edu.stanford.nlp.parser.lexparser.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.FrenchTreebankParserParams
collinizerEvalb() - Method in class edu.stanford.nlp.parser.lexparser.HebrewTreebankParserParams
Stand-in collinizer does nothing to the tree.
collinizerEvalb() - Method in class edu.stanford.nlp.parser.lexparser.NegraPennTreebankParserParams
returns a NegraPennCollinizer
collinizerEvalb() - Method in class edu.stanford.nlp.parser.lexparser.SpanishTreebankParserParams
collinizerEvalb() - Method in interface edu.stanford.nlp.parser.lexparser.TreebankLangParserParams
the tree transformer used to produce trees for evaluation.
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
This constructor provides the traditional behavior, where there is
no special avoidance of punctuation categories.
CollinsHeadFinder(TreebankLanguagePack, String...) - Constructor for class edu.stanford.nlp.trees.CollinsHeadFinder
collinsPunc - Variable in class edu.stanford.nlp.parser.lexparser.TrainOptions
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.
Color - Enum in edu.stanford.nlp.util.logging
ANSI supported colors
These values are mirrored in Redwood.Util
colorChannel(String, Color) - Method in class edu.stanford.nlp.util.logging.OutputHandler
Color the tag for a particular channel this color
COLUMN_DATA_CLASSIFIER - Static variable in interface edu.stanford.nlp.pipeline.Annotator
ColumnDataClassifier - Class in edu.stanford.nlp.classify
ColumnDataClassifier provides a command-line interface for doing
context-free (independent) classification of a series of data items,
where each data item is represented by a line of
a file, as a list of String variables, in tab-separated columns.
ColumnDataClassifier(String) - Constructor for class edu.stanford.nlp.classify.ColumnDataClassifier
Construct a ColumnDataClassifier.
ColumnDataClassifier(Properties) - Constructor for class edu.stanford.nlp.classify.ColumnDataClassifier
Construct a ColumnDataClassifier.
columnDataClassifier(Properties, AnnotatorImplementations) - Static method in class edu.stanford.nlp.pipeline.AnnotatorFactories
ColumnDataClassifierAnnotation() - Constructor for class edu.stanford.nlp.ling.CoreAnnotations.ColumnDataClassifierAnnotation
ColumnDataClassifierAnnotator - Class in edu.stanford.nlp.pipeline
Created by joberant on 9/8/14.
ColumnDataClassifierAnnotator(String) - Constructor for class edu.stanford.nlp.pipeline.ColumnDataClassifierAnnotator
ColumnDataClassifierAnnotator(Properties) - Constructor for class edu.stanford.nlp.pipeline.ColumnDataClassifierAnnotator
ColumnDataClassifierAnnotator(String, boolean) - Constructor for class edu.stanford.nlp.pipeline.ColumnDataClassifierAnnotator
ColumnDocumentReaderAndWriter - Class in edu.stanford.nlp.sequences
DocumentReader for column format.
ColumnDocumentReaderAndWriter() - Constructor for class edu.stanford.nlp.sequences.ColumnDocumentReaderAndWriter
columnNamesArray() - Static method in class edu.stanford.nlp.trees.tregex.gui.InputPanel.HistoryEntry
columnStringToObject(Class, String, String, String[]) - Static method in class edu.stanford.nlp.util.StringUtils
Converts a tab delimited string into an object with given fields
Requires the object has setXxx functions for the specified fields
columnStringToObject(Class<?>, String, Pattern, String[]) - Static method in class edu.stanford.nlp.util.StringUtils
Converts a tab delimited string into an object with given fields
Requires the object has public access for the specified fields
CombinationFeatureFactory - Class in edu.stanford.nlp.parser.shiftreduce
Combines multiple feature factories into one feature factory
CombinationFeatureFactory(FeatureFactory[]) - Constructor for class edu.stanford.nlp.parser.shiftreduce.CombinationFeatureFactory
combinationMode - Variable in class edu.stanford.nlp.sequences.SeqClassifierFlags
combine(CRFClassifier<IN>, double) - Method in class edu.stanford.nlp.ie.crf.CRFClassifier
Combines weighted crf with this crf.
combine(Edge, Hook) - Method in class edu.stanford.nlp.parser.lexparser.BiLexPCFGParser
combine(Partial, Partial) - Static method in class edu.stanford.nlp.time.JodaTimeUtils
combine(double, double) - Method in class edu.stanford.nlp.util.EditDistance
combine2DArr(double[][], double[][], double) - Static method in class edu.stanford.nlp.ie.crf.CRFLogConditionalObjectiveFunction
combine2DArr(double[][], double[][]) - Static method in class edu.stanford.nlp.ie.crf.CRFLogConditionalObjectiveFunction
combine2DArr(double[][], Map<Integer, double[]>) - Static method in class edu.stanford.nlp.ie.crf.CRFLogConditionalObjectiveFunction
combine2DArr(double[][], Map<Integer, double[]>, double) - Static method in class edu.stanford.nlp.ie.crf.CRFLogConditionalObjectiveFunction
COMBINE_OBJECTROLE_PROP - Static variable in class edu.stanford.nlp.hcoref.CorefProperties
combineAndScaleLopWeights(int, double[][], double[]) - Static method in class edu.stanford.nlp.ie.crf.CRFLogConditionalObjectiveFunctionForLOP
combineAndScaleLopWeights2D(int, double[][][], double[]) - Static method in class edu.stanford.nlp.ie.crf.CRFLogConditionalObjectiveFunctionForLOP
combineClassification - Variable in class edu.stanford.nlp.sentiment.RNNOptions
If this option is true, then the binary and unary classification
matrices are combined.
CombinedEvaluator(double) - Constructor for class edu.stanford.nlp.scoref.EvalUtils.CombinedEvaluator
combineMoreGeneralFields(Partial, Partial) - Static method in class edu.stanford.nlp.time.JodaTimeUtils
combineMoreGeneralFields(Partial, Partial, DateTimeFieldType) - Static method in class edu.stanford.nlp.time.JodaTimeUtils
combineObjectRoles(Properties, String) - Static method in class edu.stanford.nlp.hcoref.CorefProperties
combineSegmentedSentence(List<CoreLabel>, SeqClassifierFlags) - Static method in class edu.stanford.nlp.wordseg.ChineseStringUtils
combo - Variable in class edu.stanford.nlp.sequences.SeqClassifierFlags
comboProps - Variable in class edu.stanford.nlp.sequences.SeqClassifierFlags
COMMA - Static variable in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.RobustTokenizer
commonAncestor(IndexedWord, IndexedWord) - Method in class edu.stanford.nlp.semgraph.SemanticGraph
Return the maximum distance to a least common ancestor.
CommonWordsAnnotation() - Constructor for class edu.stanford.nlp.ling.CoreAnnotations.CommonWordsAnnotation
commonWordsPatternFiles - Variable in class edu.stanford.nlp.patterns.ConstantsAndVariables
Words to be ignored when learning phrases if
removePhrasesWithStopWords
or
removeStopWordsFromSelectedPhrases
is true.
communicateWithNERServer(String, int, String) - Static method in class edu.stanford.nlp.ie.NERServer.NERClient
communicateWithNERServer(String, int, String, BufferedReader, BufferedWriter, boolean) - Static method in class edu.stanford.nlp.ie.NERServer.NERClient
compact() - Method in class edu.stanford.nlp.util.ArrayCoreMap
Reduces memory consumption to the minimum for representing the values
currently stored stored in this object.
compactGrammar(Pair<UnaryGrammar, BinaryGrammar>, Index<String>) - Method in class edu.stanford.nlp.parser.lexparser.GrammarCompactor
compactGrammar(Pair<UnaryGrammar, BinaryGrammar>, Map<String, List<List<String>>>, Map<String, List<List<String>>>, Index<String>) - Method in class edu.stanford.nlp.parser.lexparser.GrammarCompactor
Compacts the grammar specified by the Pair.
compactGrammar - Variable in class edu.stanford.nlp.parser.lexparser.TrainOptions
How to compact grammars as FSMs.
compactGrammar() - Method in class edu.stanford.nlp.parser.lexparser.TrainOptions
ComparableComparator() - Constructor for class edu.stanford.nlp.ling.tokensregex.types.ValueFunctions.ComparableComparator
Comparators - Class in edu.stanford.nlp.util
compare(CorefChain.CorefMention, CorefChain.CorefMention) - Method in class edu.stanford.nlp.dcoref.CorefChain.CorefMentionComparator
compare(Mention, Mention) - Method in class edu.stanford.nlp.dcoref.CorefChain.MentionComparator
compare(CorefChain.CorefMention, CorefChain.CorefMention) - Method in class edu.stanford.nlp.hcoref.data.CorefChain.CorefMentionComparator
compare(Mention, Mention) - Method in class edu.stanford.nlp.hcoref.data.CorefChain.MentionComparator
compare(String, String) - Method in class edu.stanford.nlp.ling.tokensregex.MultiWordStringMatcher.LongestStringComparator
compare(T, T) - Method in class edu.stanford.nlp.ling.tokensregex.types.ValueFunctions.ComparableComparator
compare(T, T) - Method in class edu.stanford.nlp.ling.tokensregex.types.ValueFunctions.CompareFunction
compare(Number, Number) - Method in class edu.stanford.nlp.ling.tokensregex.types.ValueFunctions.NumericComparator
compare(Class, Class) - Method in class edu.stanford.nlp.patterns.surface.Token.ClassComparator
compare(Tree, Tree) - Method in class edu.stanford.nlp.trees.TreeLengthComparator
Compare the two objects.
compare(String, String) - Method in class edu.stanford.nlp.trees.ud.CoNLLUUtils.FeatureNameComparator
compare(V1, V2) - Method in interface edu.stanford.nlp.util.Iterables.IncrementComparator
Returns -1 if the value of a should come before the value of b,
+1 if the value of b should come before the value of a, or 0 if
the two should be merged together.
compare(Pair<T1, T2>, Pair<T1, T2>) - Method in class edu.stanford.nlp.util.Pair.ByFirstPairComparator
compare(Pair<T1, T2>, Pair<T1, T2>) - Method in class edu.stanford.nlp.util.Pair.ByFirstReversePairComparator
compare(Pair<T1, T2>, Pair<T1, T2>) - Method in class edu.stanford.nlp.util.Pair.BySecondPairComparator
compare(Pair<T1, T2>, Pair<T1, T2>) - Method in class edu.stanford.nlp.util.Pair.BySecondReversePairComparator
compare(Scored, Scored) - Method in class edu.stanford.nlp.util.ScoredComparator
compareArrays(T[], T[]) - Static method in class edu.stanford.nlp.util.ArrayUtils
Provides a consistent ordering over arrays.
compareBooleanArrays(boolean[], boolean[]) - Static method in class edu.stanford.nlp.util.ArrayUtils
CompareFunction(String, Comparator<T>, ValueFunctions.CompareType, Class) - Constructor for class edu.stanford.nlp.ling.tokensregex.types.ValueFunctions.CompareFunction
compareIntervalOrder(Interval<E>) - Method in class edu.stanford.nlp.util.Interval
Returns order of another interval compared to this one
compareLists(List<T>, List<T>) - Static method in class edu.stanford.nlp.util.CollectionUtils
Provides a consistent ordering over lists.
compareTo(RelationTriple) - Method in class edu.stanford.nlp.ie.util.RelationTriple
compareTo(IndexedWord) - Method in class edu.stanford.nlp.ling.IndexedWord
NOTE: This compareTo is based on and made to be compatible with the one
from IndexedFeatureLabel.
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(BinaryRule) - Method in class edu.stanford.nlp.parser.lexparser.BinaryRule
compareTo(HTKLatticeReader.LatticeWord) - Method in class edu.stanford.nlp.parser.lexparser.HTKLatticeReader.LatticeWord
compareTo(IntTaggedWord) - Method in class edu.stanford.nlp.parser.lexparser.IntTaggedWord
compareTo(UnaryRule) - Method in class edu.stanford.nlp.parser.lexparser.UnaryRule
compareTo(Object) - Method in class edu.stanford.nlp.patterns.CandidatePhrase
compareTo(Object) - Method in class edu.stanford.nlp.patterns.ConstantsAndVariables.ScorePhraseMeasures
compareTo(SurfacePattern) - Method in class edu.stanford.nlp.patterns.surface.SurfacePattern
compareTo(SemanticGraphEdge) - Method in class edu.stanford.nlp.semgraph.SemanticGraphEdge
Compares SemanticGraphEdges.
compareTo(SUTime.Duration) - Method in class edu.stanford.nlp.time.SUTime.Duration
compareTo(SUTime.Time) - Method in class edu.stanford.nlp.time.SUTime.InexactTime
compareTo(SUTime.Time) - Method in class edu.stanford.nlp.time.SUTime.Time
compareTo(GrammaticalRelation) - Method in class edu.stanford.nlp.trees.GrammaticalRelation
compareTo(TypedDependency) - Method in class edu.stanford.nlp.trees.TypedDependency
compareTo(IntTuple) - Method in class edu.stanford.nlp.util.IntTuple
compareTo(MutableDouble) - Method in class edu.stanford.nlp.util.MutableDouble
Compares two MutableDouble
objects numerically.
compareTo(MutableInteger) - Method in class edu.stanford.nlp.util.MutableInteger
Compares two MutableInteger
objects numerically.
compareTo(MutableLong) - Method in class edu.stanford.nlp.util.MutableLong
Compares two MutableLong
objects numerically.
compareTo(Pair<T1, T2>) - Method in class edu.stanford.nlp.util.Pair
Compares this Pair
to another object.
compareTo(Quadruple<T1, T2, T3, T4>) - Method in class edu.stanford.nlp.util.Quadruple
compareTo(Triple<T1, T2, T3>) - Method in class edu.stanford.nlp.util.Triple
compatibleWith(Language) - Method in enum edu.stanford.nlp.international.Language
Returns whether these two languages can be considered compatible with each other.
compile(Env, String) - Static method in class edu.stanford.nlp.ling.tokensregex.SequencePattern
compile(SequencePattern.PatternExpr) - Static method in class edu.stanford.nlp.ling.tokensregex.SequencePattern
compile(String) - Static method in class edu.stanford.nlp.ling.tokensregex.TokenSequencePattern
Compiles a regular expressions over tokens into a TokenSequencePattern
using the default environment.
compile(Env, String) - Static method in class edu.stanford.nlp.ling.tokensregex.TokenSequencePattern
Compiles a regular expression over tokens into a TokenSequencePattern
using the specified environment.
compile(String...) - Static method in class edu.stanford.nlp.ling.tokensregex.TokenSequencePattern
Compiles a sequence of regular expressions into a TokenSequencePattern
using the default environment.
compile(Env, String...) - Static method in class edu.stanford.nlp.ling.tokensregex.TokenSequencePattern
Compiles a sequence of regular expressions into a TokenSequencePattern
using the specified environment.
compile(SequencePattern.PatternExpr) - Static method in class edu.stanford.nlp.ling.tokensregex.TokenSequencePattern
Compiles a PatternExpr into a TokenSequencePattern.
compile(String, Env) - Static method in class edu.stanford.nlp.semgraph.semgrex.SemgrexPattern
Creates a pattern from the given string.
compile(String) - Static method in class edu.stanford.nlp.semgraph.semgrex.SemgrexPattern
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.
compileAnnotations(HeadFinder) - Method in class edu.stanford.nlp.parser.lexparser.TregexPoweredTreebankParserParams
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 "clausal subject" grammatical relation.
COMPLEMENT - Static variable in class edu.stanford.nlp.trees.UniversalEnglishGrammaticalRelations
The "complement" grammatical relation.
ComplexNodePattern <M ,K > - Class in edu.stanford.nlp.ling.tokensregex
Pattern for matching a complex data structure
ComplexNodePattern(BiFunction<M, K, Object>, List<Pair<K, NodePattern>>) - Constructor for class edu.stanford.nlp.ling.tokensregex.ComplexNodePattern
ComplexNodePattern(BiFunction<M, K, Object>, Pair<K, NodePattern>...) - Constructor for class edu.stanford.nlp.ling.tokensregex.ComplexNodePattern
ComplexNodePattern(BiFunction<M, K, Object>, K, NodePattern) - Constructor for class edu.stanford.nlp.ling.tokensregex.ComplexNodePattern
ComplexNodePattern.AbstractStringAnnotationPattern - Class in edu.stanford.nlp.ling.tokensregex
ComplexNodePattern.AttributesEqualMatchChecker <K > - Class in edu.stanford.nlp.ling.tokensregex
ComplexNodePattern.IntegerAnnotationPattern - Class in edu.stanford.nlp.ling.tokensregex
ComplexNodePattern.NilAnnotationPattern - Class in edu.stanford.nlp.ling.tokensregex
ComplexNodePattern.NotNilAnnotationPattern - Class in edu.stanford.nlp.ling.tokensregex
ComplexNodePattern.NumericAnnotationPattern - Class in edu.stanford.nlp.ling.tokensregex
ComplexNodePattern.SequenceRegexPattern <T > - Class in edu.stanford.nlp.ling.tokensregex
ComplexNodePattern.StringAnnotationPattern - Class in edu.stanford.nlp.ling.tokensregex
ComplexNodePattern.StringAnnotationRegexPattern - Class in edu.stanford.nlp.ling.tokensregex
ComplexNodePattern.StringInSetAnnotationPattern - Class in edu.stanford.nlp.ling.tokensregex
compose(Map<X, Y>, Map<Y, Z>) - 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
COMPOSITE_EXTRACT_RULE_CREATOR - Static variable in class edu.stanford.nlp.ling.tokensregex.SequenceMatchRules
COMPOSITE_KEYS_FUNCTION - Static variable in class edu.stanford.nlp.ling.tokensregex.types.ValueFunctions
COMPOSITE_RULE_TYPE - Static variable in class edu.stanford.nlp.ling.tokensregex.SequenceMatchRules
COMPOSITE_VALUE_FUNCTION - Static variable in class edu.stanford.nlp.ling.tokensregex.types.ValueFunctions
CompositeExtractRuleCreator() - Constructor for class edu.stanford.nlp.ling.tokensregex.SequenceMatchRules.CompositeExtractRuleCreator
CompositeFieldValue(Env) - Method in class edu.stanford.nlp.ling.tokensregex.parser.TokenSequenceParser
CompositePartialTime(SUTime.PartialTime, SUTime.Time, SUTime.Time, SUTime.Time) - Constructor for class edu.stanford.nlp.time.SUTime.CompositePartialTime
CompositePartialTime(SUTime.PartialTime, Partial, SUTime.Time, SUTime.Time, SUTime.Time) - Constructor for class edu.stanford.nlp.time.SUTime.CompositePartialTime
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
CompositeValue(String...) - Constructor for class edu.stanford.nlp.ling.tokensregex.types.Expressions.CompositeValue
CompositeValue(Map<String, Expression>, boolean, String...) - Constructor for class edu.stanford.nlp.ling.tokensregex.types.Expressions.CompositeValue
COMPOUND - Static variable in class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalRelations
The "compound" grammatical relation (abstract).
COMPOUND_MODIFIER - Static variable in class edu.stanford.nlp.trees.UniversalEnglishGrammaticalRelations
The "compound modifier" grammatical relation.
compoundUnaries - Variable in class edu.stanford.nlp.parser.shiftreduce.ShiftReduceOptions
CompoundUnaryTransition - Class in edu.stanford.nlp.parser.shiftreduce
Transition that makes a compound unary parse node in a partially
finished tree.
CompoundUnaryTransition(List<String>, boolean) - Constructor for class edu.stanford.nlp.parser.shiftreduce.CompoundUnaryTransition
compress(Counter<K>) - Method in class edu.stanford.nlp.scoref.Compressor
CompressedFeatureVector - Class in edu.stanford.nlp.scoref
CompressedFeatureVector(List<Integer>, List<Double>) - Constructor for class edu.stanford.nlp.scoref.CompressedFeatureVector
Compressor <K > - Class in edu.stanford.nlp.scoref
Compressor() - Constructor for class edu.stanford.nlp.scoref.Compressor
compressorFile - Static variable in class edu.stanford.nlp.scoref.StatisticalCorefTrainer
compute(double[], double[]) - Method in class edu.stanford.nlp.classify.LogPrior
Adjust the given grad array by adding the prior's gradient component
and return the value of the logPrior
compute(Boolean...) - Method in class edu.stanford.nlp.ling.tokensregex.types.ValueFunctions.BooleanFunction
compute(Number...) - Method in class edu.stanford.nlp.ling.tokensregex.types.ValueFunctions.NumericFunction
compute(String...) - Method in class edu.stanford.nlp.ling.tokensregex.types.ValueFunctions.StringFunction
compute() - Method in class edu.stanford.nlp.util.Lazy
computeAllPatterns - Variable in class edu.stanford.nlp.patterns.ConstantsAndVariables
If all patterns should be computed.
computeAverage(Function<Triple<GeneralDataset<L, F>, GeneralDataset<L, F>, CrossValidator.SavedState>, Double>) - Method in class edu.stanford.nlp.classify.CrossValidator
This computes the average over all folds of the function we're trying to optimize.
computeCliquePotential(int, int, int[], double[], int) - Method in interface edu.stanford.nlp.ie.crf.CliquePotentialFunction
computeCliquePotential(int, int, int[], double[], int) - Method in class edu.stanford.nlp.ie.crf.LinearCliquePotentialFunction
computeCliquePotential(int, int, int[], double[], int) - Method in class edu.stanford.nlp.ie.crf.NoisyLabelLinearCliquePotentialFunction
computeCliquePotential(int, int, int[], double[], int) - Method in class edu.stanford.nlp.ie.crf.NonLinearCliquePotentialFunction
computeCliquePotential(int, int, int[], double[], int) - Method in class edu.stanford.nlp.ie.crf.NonLinearSecondOrderCliquePotentialFunction
computeCostFunction(int, double, double) - Method in class edu.stanford.nlp.parser.nndep.Classifier
Determine the total cost on the dataset associated with this
classifier using the current learned parameters.
computeFeatSimilarity - Static variable in class edu.stanford.nlp.ie.machinereading.MachineReadingProperties
computeInputPrior(Map<String, List<List<String>>>) - Static method in class edu.stanford.nlp.parser.lexparser.GrammarCompactor
computeLambda(TransducerGraph) - Static method in class edu.stanford.nlp.fsm.QuasiDeterminizer
Takes time linear in number of arcs.
computeRawFreqIfNull(int, boolean) - Static method in class edu.stanford.nlp.patterns.Data
computeRawFreqIfNull(Map<String, DataInstance>, int) - Static method in class edu.stanford.nlp.patterns.Data
computeStochastic(double[], double[], double) - Method in class edu.stanford.nlp.classify.LogPrior
CONCAT - Static variable in class edu.stanford.nlp.pipeline.CoreMapAttributeAggregator
concat(IntTuple, IntTuple) - Static method in class edu.stanford.nlp.util.IntTuple
CONCAT_COREMAP - Static variable in class edu.stanford.nlp.pipeline.CoreMapAttributeAggregator
CONCAT_FUNCTION - Static variable in class edu.stanford.nlp.ling.tokensregex.types.ValueFunctions
CONCAT_TEXT - Static variable in class edu.stanford.nlp.pipeline.CoreMapAttributeAggregator
CONCAT_TOKENS - Static variable in class edu.stanford.nlp.pipeline.CoreMapAttributeAggregator
ConcatAggregator(String) - Constructor for class edu.stanford.nlp.pipeline.CoreMapAttributeAggregator.ConcatAggregator
ConcatCoreMapListAggregator() - Constructor for class edu.stanford.nlp.pipeline.CoreMapAttributeAggregator.ConcatCoreMapListAggregator
ConcatCoreMapListAggregator(boolean) - Constructor for class edu.stanford.nlp.pipeline.CoreMapAttributeAggregator.ConcatCoreMapListAggregator
concatenate(SimpleMatrix...) - Static method in class edu.stanford.nlp.neural.NeuralUtils
Concatenates several column vectors into one large column vector
concatenate(T[], T[]) - Static method in class edu.stanford.nlp.util.ArrayUtils
Concatenates two arrays and returns the result
concatenateTypes(String, String) - Static method in class edu.stanford.nlp.ie.machinereading.structure.ExtractionObject
Concatenates two types
concatenateWithBias(SimpleMatrix...) - Static method in class edu.stanford.nlp.neural.NeuralUtils
Concatenates several column vectors into one large column
vector, adds a 1.0 at the end as a bias term
ConcatenationIterator <T > - Class in edu.stanford.nlp.util
Iterator that represents the concatenation of two other iterators.
ConcatenationIterator(Iterator<T>, Iterator<T>) - Constructor for class edu.stanford.nlp.util.ConcatenationIterator
concatIterators(Iterator<E>...) - Static method in class edu.stanford.nlp.util.CollectionUtils
Concatenate a number of iterators together, to form one big iterator.
ConcatListAggregator() - Constructor for class edu.stanford.nlp.pipeline.CoreMapAttributeAggregator.ConcatListAggregator
ConcatTextAggregator(String) - Constructor for class edu.stanford.nlp.pipeline.CoreMapAttributeAggregator.ConcatTextAggregator
CONCURRENT_MAP_FACTORY - Static variable in class edu.stanford.nlp.util.MapFactory
ConcurrentHashIndex <E > - Class in edu.stanford.nlp.util.concurrent
A fast threadsafe index that supports constant-time lookup in both directions.
ConcurrentHashIndex() - Constructor for class edu.stanford.nlp.util.concurrent.ConcurrentHashIndex
Constructor.
ConcurrentHashIndex(int) - Constructor for class edu.stanford.nlp.util.concurrent.ConcurrentHashIndex
Constructor.
CONDENSE - Static variable in class edu.stanford.nlp.ie.crf.CRFLogConditionalObjectiveFunction
condense() - Method in class edu.stanford.nlp.parser.shiftreduce.Weight
CondExpression(Env) - Method in class edu.stanford.nlp.ling.tokensregex.parser.TokenSequenceParser
CondGroup(Env) - Method in class edu.stanford.nlp.ling.tokensregex.parser.TokenSequenceParser
ConditionalExpression(Expression) - Constructor for class edu.stanford.nlp.ling.tokensregex.types.Expressions.ConditionalExpression
ConditionalExpression(String, Expression, Expression) - Constructor for class edu.stanford.nlp.ling.tokensregex.types.Expressions.ConditionalExpression
conditionalize(List<K>) - Method in class edu.stanford.nlp.stats.GeneralizedCounter
returns a GeneralizedCounter conditioned on the objects in the
List
argument.
conditionalizeOnce(K) - Method in class edu.stanford.nlp.stats.GeneralizedCounter
Returns a GeneralizedCounter conditioned on the given top level object.
conditionalLogProb(int[], int) - Method in class edu.stanford.nlp.ie.crf.FloatFactorTable
conditionalLogProbGivenFirst(int, int[]) - Method in class edu.stanford.nlp.ie.crf.FactorTable
Computes the probability of the sequence OF being at the end of the table
given that the first tag in table is GIVEN.
conditionalLogProbGivenNext(int[], int) - Method in class edu.stanford.nlp.ie.crf.FactorTable
Computes the probability of the tag OF being at the beginning of the table
given that the tag sequence GIVEN is at the end of the table.
conditionalLogProbGivenPrevious(int[], int) - Method in class edu.stanford.nlp.ie.crf.FactorTable
Computes the probability of the tag OF being at the end of the table given
that the previous tag sequence in table is GIVEN.
conditionalLogProbsGivenPrevious(int[]) - Method in class edu.stanford.nlp.ie.crf.FactorTable
Computes the probabilities of the tag at the end of the table given that
the previous tag sequence in table is GIVEN.
conditionalSuffix(String) - Static method in class edu.stanford.nlp.international.spanish.SpanishUnknownWordSignatures
condLogProbGivenNext(int, int, int[]) - Method in class edu.stanford.nlp.ie.crf.CRFCliqueTree
condLogProbGivenNext(int, E, E[]) - Method in class edu.stanford.nlp.ie.crf.CRFCliqueTree
condLogProbGivenPrevious(int, int, int[]) - Method in class edu.stanford.nlp.ie.crf.CRFCliqueTree
Gives the probability of a tag at a single position conditioned on a
sequence of previous labels.
condLogProbGivenPrevious(int, E, E[]) - Method in class edu.stanford.nlp.ie.crf.CRFCliqueTree
condLogProbsGivenNext(int, int[]) - Method in class edu.stanford.nlp.ie.crf.CRFCliqueTree
condLogProbsGivenNext(int, E[]) - Method in class edu.stanford.nlp.ie.crf.CRFCliqueTree
condLogProbsGivenPrevious(int, int[]) - Method in class edu.stanford.nlp.ie.crf.CRFCliqueTree
condLogProbsGivenPrevious(int, E[]) - Method in class edu.stanford.nlp.ie.crf.CRFCliqueTree
condProbGivenNext(int, int, int[]) - Method in class edu.stanford.nlp.ie.crf.CRFCliqueTree
condProbGivenNext(int, E, E[]) - Method in class edu.stanford.nlp.ie.crf.CRFCliqueTree
condProbGivenPrevious(int, int, int[]) - Method in class edu.stanford.nlp.ie.crf.CRFCliqueTree
condProbGivenPrevious(int, E, E[]) - Method in class edu.stanford.nlp.ie.crf.CRFCliqueTree
confidence - Variable in class edu.stanford.nlp.ie.util.RelationTriple
An optional score (confidence) for this triple
CONFIDENCE_FIELD_NUMBER - Static variable in class edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETriple
confidenceGloss() - Method in class edu.stanford.nlp.ie.util.RelationTriple
A textual representation of the confidence.
confidenceWeightedAccuracy() - Method in class edu.stanford.nlp.stats.MultiClassAccuracyStats
Config - Class in edu.stanford.nlp.parser.nndep
Defines configuration settings for training and testing the
neural-network dependency parser.
Config(Properties) - Constructor for class edu.stanford.nlp.parser.nndep.Config
configLogger(String) - Static method in class edu.stanford.nlp.time.SUTimeMain
Configuration - Class in edu.stanford.nlp.parser.nndep
Describe the current configuration of a parser (i.e., parser state).
Configuration(Configuration) - Constructor for class edu.stanford.nlp.parser.nndep.Configuration
Configuration(CoreMap) - Constructor for class edu.stanford.nlp.parser.nndep.Configuration
confusionMatrix - Variable in class edu.stanford.nlp.sequences.SeqClassifierFlags
ConfusionMatrix <U > - Class in edu.stanford.nlp.util
This implements a confusion table over arbitrary types of class labels.
ConfusionMatrix() - Constructor for class edu.stanford.nlp.util.ConfusionMatrix
ConfusionMatrix(Locale) - Constructor for class edu.stanford.nlp.util.ConfusionMatrix
ConfusionMatrix.Contingency - Class in edu.stanford.nlp.util
Contingency table, listing precision ,recall, specificity, and f1 given
the number of true and false positives, true and false negatives.
ConjFilter(List<Predicate<T>>) - Constructor for class edu.stanford.nlp.util.Filters.ConjFilter
ConjFilter(Predicate<T>...) - Constructor for class edu.stanford.nlp.util.Filters.ConjFilter
ConjNodePattern(List<NodePattern<T>>) - Constructor for class edu.stanford.nlp.ling.tokensregex.NodePattern.ConjNodePattern
conjoinShapeNGrams - Variable in class edu.stanford.nlp.sequences.SeqClassifierFlags
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" (conj) grammatical relation.
CONJUNCT - Static variable in class edu.stanford.nlp.trees.UniversalEnglishGrammaticalRelations
The "conjunct" grammatical relation.
conll(Properties) - Static method in class edu.stanford.nlp.scoref.StatisticalCorefProperties
CONLL2011_PROP - Static variable in class edu.stanford.nlp.dcoref.Constants
CoNLL2011DocumentReader - Class in edu.stanford.nlp.dcoref
Read _conll file format from CoNLL2011.
CoNLL2011DocumentReader(String) - Constructor for class edu.stanford.nlp.dcoref.CoNLL2011DocumentReader
CoNLL2011DocumentReader(String, CoNLL2011DocumentReader.Options) - Constructor for class edu.stanford.nlp.dcoref.CoNLL2011DocumentReader
CoNLL2011DocumentReader.CorefMentionAnnotation - Class in edu.stanford.nlp.dcoref
CoNLL2011DocumentReader.CorpusStats - Class in edu.stanford.nlp.dcoref
CoNLL2011DocumentReader.Document - Class in edu.stanford.nlp.dcoref
CoNLL2011DocumentReader.NamedEntityAnnotation - Class in edu.stanford.nlp.dcoref
CoNLL2011DocumentReader.Options - Class in edu.stanford.nlp.dcoref
Flags
CONLL_AUTO_PROP - Static variable in class edu.stanford.nlp.hcoref.CorefProperties
CONLL_OUTPUT_PROP - Static variable in class edu.stanford.nlp.dcoref.Constants
CONLL_SCORER - Static variable in class edu.stanford.nlp.dcoref.Constants
CoNLLDepAnnotation() - Constructor for class edu.stanford.nlp.ling.CoreAnnotations.CoNLLDepAnnotation
CoNLLDepParentIndexAnnotation() - Constructor for class edu.stanford.nlp.ling.CoreAnnotations.CoNLLDepParentIndexAnnotation
CoNLLDepTypeAnnotation() - Constructor for class edu.stanford.nlp.ling.CoreAnnotations.CoNLLDepTypeAnnotation
conllDoc - Variable in class edu.stanford.nlp.dcoref.Document
for conll shared task 2011
conllDoc - Variable in class edu.stanford.nlp.hcoref.data.Document
for conll shared task 2011
conllDoc - Variable in class edu.stanford.nlp.hcoref.data.InputDoc
optional for CoNLL document
CoNLLDocument() - Constructor for class edu.stanford.nlp.hcoref.docreader.CoNLLDocumentReader.CoNLLDocument
CoNLLDocumentReader - Class in edu.stanford.nlp.hcoref.docreader
Read _conll file format from CoNLL2011.
CoNLLDocumentReader(String) - Constructor for class edu.stanford.nlp.hcoref.docreader.CoNLLDocumentReader
CoNLLDocumentReader(String, CoNLLDocumentReader.Options) - Constructor for class edu.stanford.nlp.hcoref.docreader.CoNLLDocumentReader
CoNLLDocumentReader.CoNLLDocument - Class in edu.stanford.nlp.hcoref.docreader
CoNLLDocumentReader.CorefMentionAnnotation - Class in edu.stanford.nlp.hcoref.docreader
CoNLLDocumentReader.CorpusStats - Class in edu.stanford.nlp.hcoref.docreader
CoNLLDocumentReader.NamedEntityAnnotation - Class in edu.stanford.nlp.hcoref.docreader
CoNLLDocumentReader.Options - Class in edu.stanford.nlp.hcoref.docreader
Flags
CoNLLDocumentReaderAndWriter - Class in edu.stanford.nlp.sequences
DocumentReader for the original CoNLL 03 format.
CoNLLDocumentReaderAndWriter() - Constructor for class edu.stanford.nlp.sequences.CoNLLDocumentReaderAndWriter
conllMentionEvalScript - Static variable in class edu.stanford.nlp.dcoref.Constants
Default path for conll scorer script
conllMentionEvalScript - Variable in class edu.stanford.nlp.dcoref.SieveCoreferenceSystem
Path for the official CoNLL scorer
CoNLLMentionExtractor - Class in edu.stanford.nlp.dcoref
Extracts coref mentions from a CoNLL2011 data files
CoNLLMentionExtractor(Dictionaries, Properties, Semantics) - Constructor for class edu.stanford.nlp.dcoref.CoNLLMentionExtractor
CoNLLMentionExtractor(Dictionaries, Properties, Semantics, LogisticClassifier<String, String>) - Constructor for class edu.stanford.nlp.dcoref.CoNLLMentionExtractor
conllOutputPath(Properties) - Static method in class edu.stanford.nlp.scoref.StatisticalCorefProperties
CoNLLOutputter - Class in edu.stanford.nlp.pipeline
Write a subset of our CoreNLP output in CoNLL format.
CoNLLOutputter() - Constructor for class edu.stanford.nlp.pipeline.CoNLLOutputter
CoNLLPredicateAnnotation() - Constructor for class edu.stanford.nlp.ling.CoreAnnotations.CoNLLPredicateAnnotation
conllPrint(Annotation, OutputStream) - Static method in class edu.stanford.nlp.pipeline.CoNLLOutputter
conllPrint(Annotation, OutputStream, StanfordCoreNLP) - Static method in class edu.stanford.nlp.pipeline.CoNLLOutputter
conllPrint(Annotation, OutputStream, AnnotationOutputter.Options) - Static method in class edu.stanford.nlp.pipeline.CoNLLOutputter
conllPrint(Annotation, Writer) - Method in class edu.stanford.nlp.pipeline.StanfordCoreNLP
Displays the output of many annotators in CoNLL format.
CoNLLSRLAnnotation() - Constructor for class edu.stanford.nlp.ling.CoreAnnotations.CoNLLSRLAnnotation
CoNLLUDocumentReader - Class in edu.stanford.nlp.trees.ud
Reader for ConLL-U formatted dependency treebanks.
CoNLLUDocumentReader() - Constructor for class edu.stanford.nlp.trees.ud.CoNLLUDocumentReader
CoNLLUDocumentWriter - Class in edu.stanford.nlp.trees.ud
CoNLLUDocumentWriter() - Constructor for class edu.stanford.nlp.trees.ud.CoNLLUDocumentWriter
CoNLLUFeats() - Constructor for class edu.stanford.nlp.ling.CoreAnnotations.CoNLLUFeats
CONLLUFEATURES_FIELD_NUMBER - Static variable in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token
CoNLLUMisc() - Constructor for class edu.stanford.nlp.ling.CoreAnnotations.CoNLLUMisc
CONLLUMISC_FIELD_NUMBER - Static variable in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token
CoNLLUOutputter - Class in edu.stanford.nlp.pipeline
Write a subset of our CoreNLP output in CoNLL-U format.
CoNLLUOutputter() - Constructor for class edu.stanford.nlp.pipeline.CoNLLUOutputter
conllUPrint(Annotation, OutputStream) - Static method in class edu.stanford.nlp.pipeline.CoNLLUOutputter
conllUPrint(Annotation, OutputStream, StanfordCoreNLP) - Static method in class edu.stanford.nlp.pipeline.CoNLLUOutputter
conllUPrint(Annotation, OutputStream, AnnotationOutputter.Options) - Static method in class edu.stanford.nlp.pipeline.CoNLLUOutputter
CONLLUSECONDARYDEPS_FIELD_NUMBER - Static variable in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token
CoNLLUSecondaryDepsAnnotation() - Constructor for class edu.stanford.nlp.ling.CoreAnnotations.CoNLLUSecondaryDepsAnnotation
CONLLUTOKENSPAN_FIELD_NUMBER - Static variable in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token
CoNLLUTokenSpanAnnotation() - Constructor for class edu.stanford.nlp.ling.CoreAnnotations.CoNLLUTokenSpanAnnotation
CoNLLUUtils - Class in edu.stanford.nlp.trees.ud
Utility functions for reading and writing CoNLL-U files.
CoNLLUUtils() - Constructor for class edu.stanford.nlp.trees.ud.CoNLLUUtils
CoNLLUUtils.FeatureNameComparator - Class in edu.stanford.nlp.trees.ud
CoNLLX_FieldCount - Static variable in class edu.stanford.nlp.trees.GrammaticalStructure
CoNLLX_GovField - Static variable in class edu.stanford.nlp.trees.GrammaticalStructure
CoNLLX_POSField - Static variable in class edu.stanford.nlp.trees.GrammaticalStructure
CoNLLX_RelnField - Static variable in class edu.stanford.nlp.trees.GrammaticalStructure
CoNLLX_WordField - Static variable in class edu.stanford.nlp.trees.GrammaticalStructure
ConnectedComponents <V ,E > - Class in edu.stanford.nlp.graph
Finds connected components in the graph, currently uses inefficient list for
variable 'verticesLeft'.
ConnectedComponents() - Constructor for class edu.stanford.nlp.graph.ConnectedComponents
consistencyCheck - Static variable in class edu.stanford.nlp.ie.machinereading.MachineReadingProperties
consistencyChecker - Variable in class edu.stanford.nlp.ie.machinereading.MachineReading
console(String, Consumer<String>) - Static method in class edu.stanford.nlp.io.IOUtils
Start a simple console.
console(Consumer<String>) - Static method in class edu.stanford.nlp.io.IOUtils
constant(double) - Static method in class edu.stanford.nlp.scoref.SimpleLinearClassifier
Constants - Class in edu.stanford.nlp.dcoref
Constants() - Constructor for class edu.stanford.nlp.dcoref.Constants
ConstantsAndVariables - Class in edu.stanford.nlp.patterns
ConstantsAndVariables(Properties, Set<String>, Map<String, Class<? extends TypesafeMap.Key<String>>>, Map<String, Class>, Map<String, Map<Class, Object>>) - Constructor for class edu.stanford.nlp.patterns.ConstantsAndVariables
ConstantsAndVariables(Properties, Map<String, Set<CandidatePhrase>>, Map<String, Class<? extends TypesafeMap.Key<String>>>, Map<String, Class>, Map<String, Map<Class, Object>>) - Constructor for class edu.stanford.nlp.patterns.ConstantsAndVariables
ConstantsAndVariables(Properties, Set<String>, Map<String, Class<? extends TypesafeMap.Key<String>>>) - Constructor for class edu.stanford.nlp.patterns.ConstantsAndVariables
ConstantsAndVariables(Properties, String, Class<? extends TypesafeMap.Key<String>>) - Constructor for class edu.stanford.nlp.patterns.ConstantsAndVariables
ConstantsAndVariables(Properties, Set<String>, Map<String, Class<? extends TypesafeMap.Key<String>>>, Map<String, Class>) - Constructor for class edu.stanford.nlp.patterns.ConstantsAndVariables
ConstantsAndVariables.DataSentsIterator - Class in edu.stanford.nlp.patterns
ConstantsAndVariables.PatternForEachTokenWay - Enum in edu.stanford.nlp.patterns
ConstantsAndVariables.PatternIndexWay - Enum in edu.stanford.nlp.patterns
ConstantsAndVariables.ScorePhraseMeasures - Class in edu.stanford.nlp.patterns
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
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.
constituentFactory() - Method in class edu.stanford.nlp.trees.Span
Return a factory for this kind of constituent.
constituents() - Method in class edu.stanford.nlp.trees.Tree
Returns the Constituents generated by the parse tree.
constituents(ConstituentFactory) - Method in class edu.stanford.nlp.trees.Tree
Returns the Constituents generated by the parse tree.
constituents(ConstituentFactory, int) - Method in class edu.stanford.nlp.trees.Tree
Returns the Constituents generated by the parse tree.
constituents(ConstituentFactory, boolean) - Method in class edu.stanford.nlp.trees.Tree
Returns the Constituents generated by the parse tree.
constituents(ConstituentFactory, boolean, Predicate<Tree>) - Method in class edu.stanford.nlp.trees.Tree
constituentTreePrinter - Variable in class edu.stanford.nlp.pipeline.AnnotationOutputter.Options
How to print a constituent tree
ConstraintAnnotation() - Constructor for class edu.stanford.nlp.parser.common.ParserAnnotations.ConstraintAnnotation
constraints - Variable in class edu.stanford.nlp.parser.lexparser.ExhaustivePCFGParser
When you want to force the parser to parse a particular
subsequence into a particular state.
constructEntityMention(String, CoreMap, Span, Span, String, String, String) - Method in class edu.stanford.nlp.ie.machinereading.structure.EntityMentionFactory
Always use this method to construct EntityMentions
Other factories that inherit from this (e.g., NFLEntityMentionFactory) may override this
constructRelationMention(String, CoreMap, Span, String, String, List<ExtractionObject>, Counter<String>) - Method in class edu.stanford.nlp.ie.machinereading.structure.RelationMentionFactory
Always use this method to construct RelationMentions
Other factories that inherit from this (e.g., NFLRelationFactory) may override this
constructSentenceRelationMentions() - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceDocument
constVars - Variable in class edu.stanford.nlp.patterns.GetPatternsFromDataMultiClass
contains(String) - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.RobustTokenizer.AbbreviationMap
contains(EventMention) - Method in class edu.stanford.nlp.ie.machinereading.structure.EventMention
contains(Span) - Method in class edu.stanford.nlp.ie.machinereading.structure.Span
Returns true if this span contains otherSpan.
contains(int) - Method in class edu.stanford.nlp.ie.machinereading.structure.Span
Returns true if i is inside this span.
contains(ISODateInstance) - Method in class edu.stanford.nlp.ie.pascal.ISODateInstance
Returns true iff this date
contains the date represented by other.
contains(Object) - Method in class edu.stanford.nlp.ling.tokensregex.PhraseTable.PhraseStringCollection
contains(int[], int) - Static method in class edu.stanford.nlp.math.ArrayMath
contains(Object) - Method in class edu.stanford.nlp.objectbank.ObjectBank
Can be slow.
contains(List<IN>) - Method in class edu.stanford.nlp.sequences.ObjectBankWrapper
contains(SUTime.Range) - Method in class edu.stanford.nlp.time.SUTime.Range
contains(SUTime.Time) - Method in class edu.stanford.nlp.time.SUTime.Time
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.concurrent.ConcurrentHashIndex
contains(Object) - Method in class edu.stanford.nlp.util.DeltaIndex
contains(Object) - Method in class edu.stanford.nlp.util.HashIndex
Checks whether an Object already has an index in the Index
contains(Object) - Method in class edu.stanford.nlp.util.IdentityHashSet
Returns true if this set contains the specified element.
contains(Object) - Method in interface edu.stanford.nlp.util.Index
contains(E) - Method in class edu.stanford.nlp.util.Interval
Checks whether the point p is contained inside this interval
contains(Interval<E>) - Method in class edu.stanford.nlp.util.Interval
contains(Object) - Method in class edu.stanford.nlp.util.IntervalTree
contains(T) - Method in class edu.stanford.nlp.util.IntervalTree
contains(Object) - Method in class edu.stanford.nlp.util.MaxSizeConcurrentHashSet
contains(K1, K2, K3) - Method in class edu.stanford.nlp.util.ThreeDimensionalMap
contains(K1, K2) - Method in class edu.stanford.nlp.util.TwoDimensionalMap
contains(K1, K2) - Method in class edu.stanford.nlp.util.TwoDimensionalSet
contains(String) - Method in class edu.stanford.nlp.wordseg.ChineseDictionary
contains(String) - Method in class edu.stanford.nlp.wordseg.CorpusDictionary
CONTAINS_FIRST_ENDPOINTS_COMPARATOR - Static variable in interface edu.stanford.nlp.util.HasInterval
containsAll(Collection<?>) - Method in class edu.stanford.nlp.ling.tokensregex.PhraseTable.PhraseStringCollection
containsAll(Collection<?>) - Method in class edu.stanford.nlp.objectbank.ObjectBank
Can be slow.
containsAll(Collection<?>) - Method in class edu.stanford.nlp.sequences.ObjectBankWrapper
containsAll(Collection<?>) - Method in class edu.stanford.nlp.util.MaxSizeConcurrentHashSet
containsAll(TwoDimensionalSet<? extends K1, ? extends K2>) - Method in class edu.stanford.nlp.util.TwoDimensionalSet
containsAny(Collection<T>, Collection<T>) - Static method in class edu.stanford.nlp.util.CollectionUtils
if any item in toCheck is present in collection
containsEdge(IndexedWord, IndexedWord) - Method in class edu.stanford.nlp.semgraph.SemanticGraph
containsEdge(SemanticGraphEdge) - Method in class edu.stanford.nlp.semgraph.SemanticGraph
containsFirstKey(K1) - Method in class edu.stanford.nlp.stats.TwoDimensionalCounter
containsFuzzy(Set<CandidatePhrase>, CandidatePhrase, int) - Static method in class edu.stanford.nlp.patterns.ConstantsAndVariables
containsIgnoreCase(Collection<String>, String) - Static method in class edu.stanford.nlp.util.StringUtils
Convenience method: a case-insensitive variant of Collection.contains
containsInSubarray(int[], int, int, int) - Static method in class edu.stanford.nlp.math.ArrayMath
containsInterval(T, boolean) - Method in class edu.stanford.nlp.util.IntervalTree
containsInterval(IntervalTree<E, T>, E, boolean) - Static method in class edu.stanford.nlp.util.IntervalTree
containsInterval(IntervalTree<E, T>, Interval<E>, boolean) - Static method in class edu.stanford.nlp.util.IntervalTree
containsKey(Class<? extends TypesafeMap.Key<VALUE>>) - Method in class edu.stanford.nlp.ling.IndexedWord
containsKey(Object) - Method in class edu.stanford.nlp.ling.tokensregex.matcher.BoundedCostOrderedMap
containsKey(Object) - Method in class edu.stanford.nlp.ling.tokensregex.matcher.TrieMap
containsKey(Object) - Method in class edu.stanford.nlp.ling.tokensregex.PhraseTable
containsKey(E) - Method in class edu.stanford.nlp.stats.ClassicCounter
Returns whether a Counter contains a key.
containsKey(E) - Method in interface edu.stanford.nlp.stats.Counter
Returns whether a Counter contains a key.
containsKey(E) - Method in class edu.stanford.nlp.stats.Distribution
containsKey(List<K>) - Method in class edu.stanford.nlp.stats.GeneralizedCounter
Like
ClassicCounter
, this currently returns true if the count is
explicitly 0.0 for something
containsKey(E) - Method in class edu.stanford.nlp.stats.IntCounter
containsKey(K1, K2) - Method in class edu.stanford.nlp.stats.TwoDimensionalCounter
containsKey(K1, K2) - Method in interface edu.stanford.nlp.stats.TwoDimensionalCounterInterface
containsKey(K1, K2) - Method in class edu.stanford.nlp.stats.TwoDimensionalIntCounter
containsKey(String) - Method in class edu.stanford.nlp.trees.international.pennchinese.ChineseEnglishWordMap
Does the word exist in the dictionary?
containsKey(Class<? extends TypesafeMap.Key<VALUE>>) - Method in class edu.stanford.nlp.util.ArrayCoreMap
Returns true if contains the given key.
containsKey(Object) - Method in class edu.stanford.nlp.util.CollectionValuedMap
containsKey(Object) - Method in class edu.stanford.nlp.util.DeltaCollectionValuedMap
containsKey(Object) - Method in class edu.stanford.nlp.util.DeltaMap
This is more expensive.
containsKey(U) - Method in class edu.stanford.nlp.util.MapList
containsKey(K1) - Method in class edu.stanford.nlp.util.TwoDimensionalCollectionValuedMap
containsKey(K1) - Method in class edu.stanford.nlp.util.TwoDimensionalMap
containsKey(Class<? extends TypesafeMap.Key<VALUE>>) - Method in interface edu.stanford.nlp.util.TypesafeMap
Returns true if contains the given key.
containsMention(Mention) - Method in class edu.stanford.nlp.dcoref.SpeakerInfo
containsMention(Mention) - Method in class edu.stanford.nlp.hcoref.data.SpeakerInfo
containsObject(Collection<T>, T) - Static method in class edu.stanford.nlp.util.CollectionUtils
Checks whether a Collection contains a specified Object.
containsOpen(E) - Method in class edu.stanford.nlp.util.Interval
containsSentId(String) - Method in class edu.stanford.nlp.patterns.surface.PatternsForEachTokenDB
containsSentId(String) - Method in class edu.stanford.nlp.patterns.surface.PatternsForEachTokenInMemory
containsValue(Object) - Method in class edu.stanford.nlp.ling.tokensregex.matcher.BoundedCostOrderedMap
containsValue(Object) - Method in class edu.stanford.nlp.ling.tokensregex.matcher.TrieMap
containsValue(Object) - Method in class edu.stanford.nlp.util.CollectionValuedMap
Unsupported.
containsValue(Object) - Method in class edu.stanford.nlp.util.DeltaCollectionValuedMap
containsValue(IntervalTree<E, T>, T) - Static method in class edu.stanford.nlp.util.IntervalTree
containsVertex(V) - Method in class edu.stanford.nlp.graph.DirectedMultiGraph
containsVertex(V) - Method in interface edu.stanford.nlp.graph.Graph
containsVertex(IndexedWord) - Method in class edu.stanford.nlp.semgraph.SemanticGraph
content - Variable in class edu.stanford.nlp.util.logging.Redwood.Record
context - Variable in class edu.stanford.nlp.ling.tokensregex.MatchedExpression
Function indicating how to extract an value from annotation built from this expression
contextIncompatible(Mention, Mention, Dictionaries) - Static method in class edu.stanford.nlp.dcoref.Rules
contextIncompatible(Mention, Mention, Dictionaries) - Static method in class edu.stanford.nlp.hcoref.Rules
contextParseTree - Variable in class edu.stanford.nlp.dcoref.Mention
contextParseTree - Variable in class edu.stanford.nlp.hcoref.data.Mention
ContextsAnnotation() - Constructor for class edu.stanford.nlp.ling.CoreAnnotations.ContextsAnnotation
Contingency(int, int, int, int) - Constructor for class edu.stanford.nlp.util.ConfusionMatrix.Contingency
ContinuationSymbol - Static variable in class edu.stanford.nlp.international.arabic.process.IOBUtils
continuingInputs() - Method in class edu.stanford.nlp.fsm.DFSAState
CONTROLLED_SUBJECT - Static variable in class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalRelations
The "xsubj" grammatical relation.
ConversionOptions() - Constructor for class edu.stanford.nlp.time.JodaTimeUtils.ConversionOptions
convert(String) - Static method in class edu.stanford.nlp.util.DataFilePaths
ConvertByteArray - Class in edu.stanford.nlp.util
This is used to convert an array of double into byte array which makes it possible to keep it more efficiently.
convertFlagsToArray(String) - Static method in class edu.stanford.nlp.pipeline.ParserAnnotator
convertGrammarToGraphs(Pair<UnaryGrammar, BinaryGrammar>, Set<UnaryRule>, Set<BinaryRule>) - Method in class edu.stanford.nlp.parser.lexparser.GrammarCompactor
convertGraphsToGrammar(Set<TransducerGraph>, Set<UnaryRule>, Set<BinaryRule>) - Method in class edu.stanford.nlp.parser.lexparser.GrammarCompactor
convertIntermediateGraph(List<CoreLabel>) - Method in class edu.stanford.nlp.pipeline.AnnotationSerializer.IntermediateSemanticGraph
convertItemSpan(Item) - Method in interface edu.stanford.nlp.parser.lexparser.LatticeScorer
convertPath(List<V>, boolean) - Method in class edu.stanford.nlp.graph.DirectedMultiGraph
convertStringPhrases(Collection<String>) - Static method in class edu.stanford.nlp.patterns.CandidatePhrase
convertTextMatrix(String) - Static method in class edu.stanford.nlp.neural.NeuralUtils
convertToBytes(List<Tree>) - Method in class edu.stanford.nlp.parser.dvparser.CacheParseHypotheses
convertToBytes(IdentityHashMap<Tree, List<Tree>>) - Method in class edu.stanford.nlp.parser.dvparser.CacheParseHypotheses
convertToCoreLabels(Tree) - Static method in class edu.stanford.nlp.ie.machinereading.GenericDataSetReader
Converts the tree labels to CoreLabels.
convertToCoreLabels(Tree) - Static method in class edu.stanford.nlp.trees.Trees
Converts the tree labels to CoreLabels.
convertToString(Collection<CandidatePhrase>) - Static method in class edu.stanford.nlp.patterns.CandidatePhrase
convertToTrees(byte[]) - Static method in class edu.stanford.nlp.parser.dvparser.CacheParseHypotheses
convertToTrees(IdentityHashMap<Tree, byte[]>, int) - Static method in class edu.stanford.nlp.parser.dvparser.CacheParseHypotheses
convertToTrees(Collection<Tree>, IdentityHashMap<Tree, byte[]>, int) - Static method in class edu.stanford.nlp.parser.dvparser.CacheParseHypotheses
convertTree(List<Integer>, List<String>, Map<List<String>, Integer>, Map<Integer, Double>, PTBEscapingProcessor) - Static method in class edu.stanford.nlp.sentiment.ReadSentimentDataset
convertValueToBoolean(Value, boolean) - Static method in class edu.stanford.nlp.ling.tokensregex.types.Expressions
convertValueToBooleanValue(Value, boolean) - Static method in class edu.stanford.nlp.ling.tokensregex.types.Expressions
CoolingSchedule - Class in edu.stanford.nlp.sequences
CoolingSchedule() - Constructor for class edu.stanford.nlp.sequences.CoolingSchedule
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.
COORDINATION - Static variable in class edu.stanford.nlp.trees.UniversalEnglishGrammaticalRelations
The "coordination" grammatical relation.
CoordinationPattern - Class in edu.stanford.nlp.semgraph.semgrex
CoordinationPattern(boolean, List<SemgrexPattern>, boolean) - Constructor for class edu.stanford.nlp.semgraph.semgrex.CoordinationPattern
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(HeadFinder) - Constructor for class edu.stanford.nlp.trees.CoordinationTransformer
CoordinationTransformer(HeadFinder, boolean) - Constructor for class edu.stanford.nlp.trees.CoordinationTransformer
Constructor
COPULA - Static variable in class edu.stanford.nlp.trees.EnglishGrammaticalRelations
The "copula" grammatical relation.
COPULA - Static variable in class edu.stanford.nlp.trees.international.pennchinese.ChineseGrammaticalRelations
The "copula" grammatical relation.
COPULA - Static variable in class edu.stanford.nlp.trees.UniversalEnglishGrammaticalRelations
The "copula" grammatical relation.
CopulaHeadFinder - Interface in edu.stanford.nlp.trees
A mix-in interface for HeadFinders which support the
makesCopulaHead method, which says how the HeadFinder in question
handles "to be" verbs.
copularVerbs - Static variable in class edu.stanford.nlp.trees.EnglishPatterns
copularWordRegex - Static variable in class edu.stanford.nlp.trees.EnglishPatterns
copulas - Variable in class edu.stanford.nlp.dcoref.Dictionaries
copulas - Variable in class edu.stanford.nlp.hcoref.data.Dictionaries
copulasEn - Static variable in class edu.stanford.nlp.hcoref.data.WordLists
copulasZh - Static variable in class edu.stanford.nlp.hcoref.data.WordLists
copy() - Method in class edu.stanford.nlp.ling.tokensregex.BasicSequenceMatchResult
copy() - Method in class edu.stanford.nlp.ling.tokensregex.SequencePattern.AndPatternExpr
copy() - Method in class edu.stanford.nlp.ling.tokensregex.SequencePattern.BackRefPatternExpr
copy() - Method in class edu.stanford.nlp.ling.tokensregex.SequencePattern.GroupPatternExpr
copy() - Method in class edu.stanford.nlp.ling.tokensregex.SequencePattern.MultiNodePatternExpr
copy() - Method in class edu.stanford.nlp.ling.tokensregex.SequencePattern.NodePatternExpr
copy() - Method in class edu.stanford.nlp.ling.tokensregex.SequencePattern.OrPatternExpr
copy() - Method in class edu.stanford.nlp.ling.tokensregex.SequencePattern.PatternExpr
Make a deep copy of the sequence pattern expressions
copy() - Method in class edu.stanford.nlp.ling.tokensregex.SequencePattern.RepeatPatternExpr
copy() - Method in class edu.stanford.nlp.ling.tokensregex.SequencePattern.SequencePatternExpr
copy() - Method in class edu.stanford.nlp.ling.tokensregex.SequencePattern.SpecialNodePatternExpr
copy() - Method in class edu.stanford.nlp.ling.tokensregex.SequencePattern.ValuePatternExpr
copy(float[], float[]) - Static method in class edu.stanford.nlp.optimization.AbstractCachingDiffFloatFunction
copy(double[], double[]) - Static method in class edu.stanford.nlp.optimization.AbstractCachingDiffFunction
copy() - Method in class edu.stanford.nlp.patterns.surface.PatternToken
copy() - Method in class edu.stanford.nlp.pipeline.Annotation
Copies the map, but not a deep copy.
copy(int[]) - Static method in class edu.stanford.nlp.sequences.SequenceGibbsSampler
copy(long[]) - Static method in class edu.stanford.nlp.util.ArrayUtils
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
COPYANNOTATION_FIELD_NUMBER - Static variable in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Node
copyCount() - Method in class edu.stanford.nlp.ling.IndexedWord
COPYCOUNT_FIELD_NUMBER - Static variable in class edu.stanford.nlp.pipeline.CoreNLPProtos.IndexedWord
copyLexicalizedParser(LexicalizedParser) - Static method in class edu.stanford.nlp.parser.lexparser.LexicalizedParser
copyNewToken() - Method in class edu.stanford.nlp.patterns.surface.SurfacePattern
copyTokens(List<CoreLabel>, CoreMap) - Static method in class edu.stanford.nlp.ie.regexp.NumberSequenceClassifier
Create a copy of srcTokens, detecting on the fly if character offsets need adjusting
copyUnsetAnnotations(CoreMap, CoreMap) - Static method in class edu.stanford.nlp.pipeline.ChunkAnnotationUtils
Copies annotation over to this coremap if not already set
CoreAnnotation <V > - Interface in edu.stanford.nlp.ling
The base class for any annotation that can be marked on a
CoreMap
,
parameterized by the type of the value associated with the annotation.
CoreAnnotations - Class in edu.stanford.nlp.ling
Set of common annotations for
CoreMap
s.
CoreAnnotations.AbbrAnnotation - Class in edu.stanford.nlp.ling
CoreAnnotations.AbgeneAnnotation - Class in edu.stanford.nlp.ling
CoreAnnotations.AbstrAnnotation - Class in edu.stanford.nlp.ling
CoreAnnotations.AfterAnnotation - Class in edu.stanford.nlp.ling
Annotation for the whitespace characters appear after this word.
CoreAnnotations.AnswerAnnotation - Class in edu.stanford.nlp.ling
The standard key for the answer which is a String
CoreAnnotations.AnswerObjectAnnotation - Class in edu.stanford.nlp.ling
CoreAnnotations.AntecedentAnnotation - Class in edu.stanford.nlp.ling
The CoreMap key identifying the annotation's antecedent.
CoreAnnotations.ArgDescendentAnnotation - Class in edu.stanford.nlp.ling
CoreAnnotations.ArgumentAnnotation - Class in edu.stanford.nlp.ling
The standard key for a propbank label which is of type Argument
CoreAnnotations.AuthorAnnotation - Class in edu.stanford.nlp.ling
Author for the document
(really should be a set of authors, but just have single string for simplicity)
CoreAnnotations.BagOfWordsAnnotation - Class in edu.stanford.nlp.ling
CoreAnnotations.BeAnnotation - Class in edu.stanford.nlp.ling
annotation stolen from the lex parser
CoreAnnotations.BeforeAnnotation - Class in edu.stanford.nlp.ling
Annotation for the whitespace characters appearing before this word.
CoreAnnotations.BeginIndexAnnotation - Class in edu.stanford.nlp.ling
This indexes the beginning of a span of words, e.g., a constituent in a
tree.
CoreAnnotations.BestCliquesAnnotation - Class in edu.stanford.nlp.ling
Used in Task3 Pascal system
CoreAnnotations.BestFullAnnotation - Class in edu.stanford.nlp.ling
CoreAnnotations.CalendarAnnotation - Class in edu.stanford.nlp.ling
The CoreMap key identifying the date and time associated with an
annotation.
CoreAnnotations.CategoryAnnotation - Class in edu.stanford.nlp.ling
CoreAnnotations.CategoryFunctionalTagAnnotation - Class in edu.stanford.nlp.ling
The standard key for storing category with functional tags.
CoreAnnotations.CharacterOffsetBeginAnnotation - Class in edu.stanford.nlp.ling
The CoreMap key identifying the offset of the first character of an
annotation.
CoreAnnotations.CharacterOffsetEndAnnotation - Class in edu.stanford.nlp.ling
The CoreMap key identifying the offset of the last character after the end
of an annotation.
CoreAnnotations.CharAnnotation - Class in edu.stanford.nlp.ling
CoreAnnotations.ChineseCharAnnotation - Class in edu.stanford.nlp.ling
for Chinese: character level information, segmentation
CoreAnnotations.ChineseIsSegmentedAnnotation - Class in edu.stanford.nlp.ling
Not sure exactly what this is, but it is different from
ChineseSegAnnotation and seems to indicate if the text is segmented
CoreAnnotations.ChineseOrigSegAnnotation - Class in edu.stanford.nlp.ling
CoreAnnotations.ChineseSegAnnotation - Class in edu.stanford.nlp.ling
CoreAnnotations.ChunkAnnotation - Class in edu.stanford.nlp.ling
CoreAnnotations.CoarseTagAnnotation - Class in edu.stanford.nlp.ling
CoNLL dep parsing - coarser POS tags.
CoreAnnotations.ColumnDataClassifierAnnotation - Class in edu.stanford.nlp.ling
CoreAnnotations.CommonWordsAnnotation - Class in edu.stanford.nlp.ling
CoreAnnotations.CoNLLDepAnnotation - Class in edu.stanford.nlp.ling
CoNLL dep parsing - the dependency type
CoreAnnotations.CoNLLDepParentIndexAnnotation - Class in edu.stanford.nlp.ling
CoNLL dep parsing - the index of the word which is the parent of this word
in the dependency tree
CoreAnnotations.CoNLLDepTypeAnnotation - Class in edu.stanford.nlp.ling
CoNLL dep parsing - the dependency type
CoreAnnotations.CoNLLPredicateAnnotation - Class in edu.stanford.nlp.ling
CoNLL SRL/dep parsing - whether the word is a predicate
CoreAnnotations.CoNLLSRLAnnotation - Class in edu.stanford.nlp.ling
CoNLL SRL/dep parsing - map which, for the current word, specifies its
specific role for each predicate
CoreAnnotations.CoNLLUFeats - Class in edu.stanford.nlp.ling
CoNLL-U dep parsing - List of morphological features
CoreAnnotations.CoNLLUMisc - Class in edu.stanford.nlp.ling
CoNLL-U dep parsing - Any other annotation
CoreAnnotations.CoNLLUSecondaryDepsAnnotation - Class in edu.stanford.nlp.ling
CoNLL-U dep parsing - List of secondary dependencies
CoreAnnotations.CoNLLUTokenSpanAnnotation - Class in edu.stanford.nlp.ling
CoNLL-U dep parsing - span of multiword tokens
CoreAnnotations.ContextsAnnotation - Class in edu.stanford.nlp.ling
CoreAnnotations.CostMagnificationAnnotation - Class in edu.stanford.nlp.ling
Key for relative value of a word - used in RTE
CoreAnnotations.CovertIDAnnotation - Class in edu.stanford.nlp.ling
CoreAnnotations.D2_LBeginAnnotation - Class in edu.stanford.nlp.ling
CoreAnnotations.D2_LEndAnnotation - Class in edu.stanford.nlp.ling
CoreAnnotations.D2_LMiddleAnnotation - Class in edu.stanford.nlp.ling
CoreAnnotations.DayAnnotation - Class in edu.stanford.nlp.ling
CoreAnnotations.DependentsAnnotation - Class in edu.stanford.nlp.ling
CoreAnnotations.DictAnnotation - Class in edu.stanford.nlp.ling
CoreAnnotations.DistSimAnnotation - Class in edu.stanford.nlp.ling
CoreAnnotations.DoAnnotation - Class in edu.stanford.nlp.ling
annotation stolen from the lex parser
CoreAnnotations.DocDateAnnotation - Class in edu.stanford.nlp.ling
CoreAnnotations.DocIDAnnotation - Class in edu.stanford.nlp.ling
This refers to the unique identifier for a "document", where document may
vary based on your application.
CoreAnnotations.DocSourceTypeAnnotation - Class in edu.stanford.nlp.ling
Document source type
What kind of place did the document come from: newswire, discussion forum, web...
CoreAnnotations.DocTitleAnnotation - Class in edu.stanford.nlp.ling
Document title
What is the document title
CoreAnnotations.DocTypeAnnotation - Class in edu.stanford.nlp.ling
Document type
What kind of document is it: story, multi-part article, listing, email, etc
CoreAnnotations.DomainAnnotation - Class in edu.stanford.nlp.ling
Used in CRFClassifier stuff PositionAnnotation should possibly be an int -
it's present as either an int or string depending on context CharAnnotation
may be "CharacterAnnotation" - not sure
CoreAnnotations.EndIndexAnnotation - Class in edu.stanford.nlp.ling
This indexes the end of a span of words, e.g., a constituent in a
tree.
CoreAnnotations.EntityClassAnnotation - Class in edu.stanford.nlp.ling
CoreAnnotations.EntityRuleAnnotation - Class in edu.stanford.nlp.ling
CoreAnnotations.EntityTypeAnnotation - Class in edu.stanford.nlp.ling
CoreAnnotations.ExceptionAnnotation - Class in edu.stanford.nlp.ling
Stores an exception associated with processing this document
CoreAnnotations.FeaturesAnnotation - Class in edu.stanford.nlp.ling
The standard key for the features which is a Collection
CoreAnnotations.FemaleGazAnnotation - Class in edu.stanford.nlp.ling
CoreAnnotations.FirstChildAnnotation - Class in edu.stanford.nlp.ling
used in binarized trees to specify the first child in the rule for which
this node is the parent
CoreAnnotations.ForcedSentenceEndAnnotation - Class in edu.stanford.nlp.ling
This indicates the sentence should end at this token.
CoreAnnotations.ForcedSentenceUntilEndAnnotation - Class in edu.stanford.nlp.ling
This indicates that starting at this token, the sentence should not be ended until
we see a ForcedSentenceEndAnnotation.
CoreAnnotations.FreqAnnotation - Class in edu.stanford.nlp.ling
CoreAnnotations.GazAnnotation - Class in edu.stanford.nlp.ling
CoreAnnotations.GazetteerAnnotation - Class in edu.stanford.nlp.ling
The standard key for the gazetteer information
CoreAnnotations.GenericTokensAnnotation - Class in edu.stanford.nlp.ling
The CoreMap key for getting the tokens (can be words, phrases or anything that are of type CoreMap) contained by an annotation.
CoreAnnotations.GeniaAnnotation - Class in edu.stanford.nlp.ling
CoreAnnotations.GoldAnswerAnnotation - Class in edu.stanford.nlp.ling
The standard key for gold answer which is a String
CoreAnnotations.GovernorAnnotation - Class in edu.stanford.nlp.ling
CoreAnnotations.GrandparentAnnotation - Class in edu.stanford.nlp.ling
specifies the base state of the parent of this node in the parse tree
CoreAnnotations.HaveAnnotation - Class in edu.stanford.nlp.ling
annotation stolen from the lex parser
CoreAnnotations.HeadWordStringAnnotation - Class in edu.stanford.nlp.ling
The key for storing a Head word as a string rather than a pointer (as in
TreeCoreAnnotations.HeadWordAnnotation)
CoreAnnotations.HeightAnnotation - Class in edu.stanford.nlp.ling
Used in srl.unsup
CoreAnnotations.IDAnnotation - Class in edu.stanford.nlp.ling
CoreAnnotations.IDFAnnotation - Class in edu.stanford.nlp.ling
Inverse document frequency of the word this label represents
CoreAnnotations.INAnnotation - Class in edu.stanford.nlp.ling
CoreAnnotations.IndexAnnotation - Class in edu.stanford.nlp.ling
This indexes a token number inside a sentence.
CoreAnnotations.InterpretationAnnotation - Class in edu.stanford.nlp.ling
The standard key for the semantic interpretation
CoreAnnotations.IsDateRangeAnnotation - Class in edu.stanford.nlp.ling
it really seems like this should have a different name or else be a boolean
CoreAnnotations.IsURLAnnotation - Class in edu.stanford.nlp.ling
it really seems like this should have a different name or else be a boolean
CoreAnnotations.LabelAnnotation - Class in edu.stanford.nlp.ling
Used in wsd.supwsd package
CoreAnnotations.LabelIDAnnotation - Class in edu.stanford.nlp.ling
CoreAnnotations.LabelWeightAnnotation - Class in edu.stanford.nlp.ling
CoreAnnotations.LastGazAnnotation - Class in edu.stanford.nlp.ling
CoreAnnotations.LastTaggedAnnotation - Class in edu.stanford.nlp.ling
CoreAnnotations.LBeginAnnotation - Class in edu.stanford.nlp.ling
Used in Gale2007ChineseSegmenter
CoreAnnotations.LeftChildrenNodeAnnotation - Class in edu.stanford.nlp.ling
used in incremental DAG parser
CoreAnnotations.LeftTermAnnotation - Class in edu.stanford.nlp.ling
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
CoreAnnotations.LemmaAnnotation - Class in edu.stanford.nlp.ling
The CoreMap key for getting the lemma (morphological stem) of a token.
CoreAnnotations.LEndAnnotation - Class in edu.stanford.nlp.ling
CoreAnnotations.LengthAnnotation - Class in edu.stanford.nlp.ling
CoreAnnotations.LineNumberAnnotation - Class in edu.stanford.nlp.ling
Line number for a sentence in a document delimited by newlines
instead of punctuation.
CoreAnnotations.LinkAnnotation - Class in edu.stanford.nlp.ling
CoreAnnotations.LMiddleAnnotation - Class in edu.stanford.nlp.ling
CoreAnnotations.LocationAnnotation - Class in edu.stanford.nlp.ling
Reference location for the document
CoreAnnotations.MaleGazAnnotation - Class in edu.stanford.nlp.ling
CoreAnnotations.MarkingAnnotation - Class in edu.stanford.nlp.ling
Another key used for propbank - to signify core arg nodes or predicate
nodes
CoreAnnotations.MentionsAnnotation - Class in edu.stanford.nlp.ling
CoreAnnotations.MentionTokenAnnotation - Class in edu.stanford.nlp.ling
used in dcoref.
CoreAnnotations.MonthAnnotation - Class in edu.stanford.nlp.ling
Used in nlp.coref
CoreAnnotations.MorphoCaseAnnotation - Class in edu.stanford.nlp.ling
CoreAnnotations.MorphoGenAnnotation - Class in edu.stanford.nlp.ling
CoreAnnotations.MorphoNumAnnotation - Class in edu.stanford.nlp.ling
CoreAnnotations.MorphoPersAnnotation - Class in edu.stanford.nlp.ling
CoreAnnotations.NamedEntityTagAnnotation - Class in edu.stanford.nlp.ling
The CoreMap key for getting the token-level named entity tag (e.g., DATE,
PERSON, etc.)
This key is typically set on token annotations.
CoreAnnotations.NeighborsAnnotation - Class in edu.stanford.nlp.ling
CoreAnnotations.NERIDAnnotation - Class in edu.stanford.nlp.ling
This is an NER ID annotation (in case the all caps parsing didn't work out
for you...)
CoreAnnotations.NormalizedNamedEntityTagAnnotation - Class in edu.stanford.nlp.ling
The key for the normalized value of numeric named entities.
CoreAnnotations.NotAnnotation - Class in edu.stanford.nlp.ling
annotation stolen from the lex parser
CoreAnnotations.NumericCompositeObjectAnnotation - Class in edu.stanford.nlp.ling
CoreAnnotations.NumericCompositeTypeAnnotation - Class in edu.stanford.nlp.ling
CoreAnnotations.NumericCompositeValueAnnotation - Class in edu.stanford.nlp.ling
CoreAnnotations.NumericObjectAnnotation - Class in edu.stanford.nlp.ling
CoreAnnotations.NumericTypeAnnotation - Class in edu.stanford.nlp.ling
CoreAnnotations.NumericValueAnnotation - Class in edu.stanford.nlp.ling
CoreAnnotations.NumerizedTokensAnnotation - Class in edu.stanford.nlp.ling
CoreAnnotations.NumTxtSentencesAnnotation - Class in edu.stanford.nlp.ling
Used by RTE to track number of text sentences, to determine when hyp
sentences begin.
CoreAnnotations.OriginalCharAnnotation - Class in edu.stanford.nlp.ling
Seems like this could be consolidated with something else...
CoreAnnotations.OriginalTextAnnotation - Class in edu.stanford.nlp.ling
The exact original surface form of a token.
CoreAnnotations.ParagraphAnnotation - Class in edu.stanford.nlp.ling
used in dcoref.
CoreAnnotations.ParagraphsAnnotation - Class in edu.stanford.nlp.ling
The CoreMap key for getting the paragraphs contained by an annotation.
CoreAnnotations.ParaPositionAnnotation - Class in edu.stanford.nlp.ling
CoreAnnotations.ParentAnnotation - Class in edu.stanford.nlp.ling
The standard key for the parent which is a String
CoreAnnotations.PartOfSpeechAnnotation - Class in edu.stanford.nlp.ling
The CoreMap key for getting the Penn part of speech of a token.
CoreAnnotations.PercentAnnotation - Class in edu.stanford.nlp.ling
annotation stolen from the lex parser
CoreAnnotations.PhraseWordsAnnotation - Class in edu.stanford.nlp.ling
CoreAnnotations.PhraseWordsTagAnnotation - Class in edu.stanford.nlp.ling
CoreAnnotations.PolarityAnnotation - Class in edu.stanford.nlp.ling
CoreAnnotations.PositionAnnotation - Class in edu.stanford.nlp.ling
CoreAnnotations.PossibleAnswersAnnotation - Class in edu.stanford.nlp.ling
CoreAnnotations.PredictedAnswerAnnotation - Class in edu.stanford.nlp.ling
CoreAnnotations.PrevChildAnnotation - Class in edu.stanford.nlp.ling
used in binarized trees to say the name of the most recent child
CoreAnnotations.PriorAnnotation - Class in edu.stanford.nlp.ling
Used in propbank.srl
CoreAnnotations.ProtoAnnotation - Class in edu.stanford.nlp.ling
CoreAnnotations.QuotationIndexAnnotation - Class in edu.stanford.nlp.ling
Unique identifier within a document for a given quotation.
CoreAnnotations.QuotationsAnnotation - Class in edu.stanford.nlp.ling
The CoreMap key for getting the quotations contained by an annotation.
CoreAnnotations.RoleAnnotation - Class in edu.stanford.nlp.ling
The standard key for the semantic role label of a phrase.
CoreAnnotations.SectionAnnotation - Class in edu.stanford.nlp.ling
Section of a document
CoreAnnotations.SectionDateAnnotation - Class in edu.stanford.nlp.ling
Date for a section of a document
CoreAnnotations.SectionEndAnnotation - Class in edu.stanford.nlp.ling
Indicates that the token end a section and the label of the section
CoreAnnotations.SectionIDAnnotation - Class in edu.stanford.nlp.ling
Id for a section of a document
CoreAnnotations.SectionStartAnnotation - Class in edu.stanford.nlp.ling
Indicates that the token starts a new section and the attributes
that should go into that section
CoreAnnotations.SemanticHeadTagAnnotation - Class in edu.stanford.nlp.ling
The standard key for Semantic Head Word POS which is a String
CoreAnnotations.SemanticHeadWordAnnotation - Class in edu.stanford.nlp.ling
The standard key for Semantic Head Word which is a String
CoreAnnotations.SemanticTagAnnotation - Class in edu.stanford.nlp.ling
CoreAnnotations.SemanticWordAnnotation - Class in edu.stanford.nlp.ling
CoreAnnotations.SentenceBeginAnnotation - Class in edu.stanford.nlp.ling
The index of the sentence that this annotation begins in.
CoreAnnotations.SentenceEndAnnotation - Class in edu.stanford.nlp.ling
The index of the sentence that this annotation begins in.
CoreAnnotations.SentenceIDAnnotation - Class in edu.stanford.nlp.ling
CoreAnnotations.SentenceIndexAnnotation - Class in edu.stanford.nlp.ling
Unique identifier within a document for a given sentence.
CoreAnnotations.SentencePositionAnnotation - Class in edu.stanford.nlp.ling
CoreAnnotations.SentencesAnnotation - Class in edu.stanford.nlp.ling
The CoreMap key for getting the sentences contained by an annotation.
CoreAnnotations.ShapeAnnotation - Class in edu.stanford.nlp.ling
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.
CoreAnnotations.SpaceBeforeAnnotation - Class in edu.stanford.nlp.ling
Used in Chinese segmenters for whether there was space before a character.
CoreAnnotations.SpanAnnotation - Class in edu.stanford.nlp.ling
The standard key for span which is an IntPair
CoreAnnotations.SpeakerAnnotation - Class in edu.stanford.nlp.ling
used in dcoref.
CoreAnnotations.SRL_ID - Enum in edu.stanford.nlp.ling
CoreAnnotations.SRLIDAnnotation - Class in edu.stanford.nlp.ling
The key for semantic role labels (Note: please add to this description if
you use this key)
CoreAnnotations.SRLInstancesAnnotation - Class in edu.stanford.nlp.ling
CoreAnnotations.StackedNamedEntityTagAnnotation - Class in edu.stanford.nlp.ling
The CoreMap key for getting the token-level named entity tag (e.g., DATE,
PERSON, etc.) from a previous NER tagger.
CoreAnnotations.StateAnnotation - Class in edu.stanford.nlp.ling
The base version of the parser state, like NP or VBZ or ...
CoreAnnotations.StemAnnotation - Class in edu.stanford.nlp.ling
Morphological stem of the word this label represents
CoreAnnotations.SubcategorizationAnnotation - Class in edu.stanford.nlp.ling
CoreAnnotations.TagLabelAnnotation - Class in edu.stanford.nlp.ling
Used in Trees
CoreAnnotations.TextAnnotation - Class in edu.stanford.nlp.ling
The CoreMap key identifying the annotation's text.
CoreAnnotations.TokenBeginAnnotation - Class in edu.stanford.nlp.ling
The CoreMap key identifying the first token included in an annotation.
CoreAnnotations.TokenEndAnnotation - Class in edu.stanford.nlp.ling
The CoreMap key identifying the last token after the end of an annotation.
CoreAnnotations.TokensAnnotation - Class in edu.stanford.nlp.ling
The CoreMap key for getting the tokens contained by an annotation.
CoreAnnotations.TopicAnnotation - Class in edu.stanford.nlp.ling
Used for Topic Assignments from LDA or its equivalent models.
CoreAnnotations.TrueCaseAnnotation - Class in edu.stanford.nlp.ling
The CoreMap key for getting the token-level true case annotation (e.g.,
INIT_UPPER)
This key is typically set on token annotations.
CoreAnnotations.TrueCaseTextAnnotation - Class in edu.stanford.nlp.ling
The CoreMap key identifying the annotation's true-cased text.
CoreAnnotations.TrueTagAnnotation - Class in edu.stanford.nlp.ling
CoreAnnotations.UBlockAnnotation - Class in edu.stanford.nlp.ling
CoreAnnotations.UnaryAnnotation - Class in edu.stanford.nlp.ling
whether the node is the parent in a unary rule
CoreAnnotations.UnknownAnnotation - Class in edu.stanford.nlp.ling
CoreAnnotations.UseMarkedDiscourseAnnotation - Class in edu.stanford.nlp.ling
used in dcoref.
CoreAnnotations.UtteranceAnnotation - Class in edu.stanford.nlp.ling
used in dcoref.
CoreAnnotations.UTypeAnnotation - Class in edu.stanford.nlp.ling
CoreAnnotations.ValueAnnotation - Class in edu.stanford.nlp.ling
Contains the "value" - an ill-defined string used widely in MapLabel.
CoreAnnotations.VerbSenseAnnotation - Class in edu.stanford.nlp.ling
Probank key for the Verb sense given in the Propbank Annotation, should
only be in the verbnode
CoreAnnotations.WebAnnotation - Class in edu.stanford.nlp.ling
CoreAnnotations.WordFormAnnotation - Class in edu.stanford.nlp.ling
CoreAnnotations.WordnetSynAnnotation - Class in edu.stanford.nlp.ling
CoreAnnotations.WordPositionAnnotation - Class in edu.stanford.nlp.ling
CoreAnnotations.WordSenseAnnotation - Class in edu.stanford.nlp.ling
CoreAnnotations.XmlContextAnnotation - Class in edu.stanford.nlp.ling
Used in CleanXMLAnnotator.
CoreAnnotations.XmlElementAnnotation - Class in edu.stanford.nlp.ling
Used in SimpleXMLAnnotator.
CoreAnnotations.YearAnnotation - Class in edu.stanford.nlp.ling
coref(Document) - Method in class edu.stanford.nlp.dcoref.SieveCoreferenceSystem
Extracts coreference clusters.
coref(Document, StringBuilder[]) - Method in class edu.stanford.nlp.hcoref.CorefSystem
main entry of coreference system.
coref(Document) - Method in class edu.stanford.nlp.hcoref.CorefSystem
main entry of coreference system.
coref(Annotation) - Method in class edu.stanford.nlp.hcoref.CorefSystem
main entry of coreference system.
coref(Properties, AnnotatorImplementations) - Static method in class edu.stanford.nlp.pipeline.AnnotatorFactories
coref(Properties) - Method in class edu.stanford.nlp.pipeline.AnnotatorImplementations
Annotate for coreference (statistical or hybrid)
coref(Properties) - Method in class edu.stanford.nlp.simple.Document
Returns the coref chains in the document.
coref() - Method in class edu.stanford.nlp.simple.Document
coref() - Method in class edu.stanford.nlp.simple.Sentence
Get the coreference chain for just this sentence.
COREF_REQUIREMENT - Static variable in interface edu.stanford.nlp.pipeline.Annotator
CorefAnnotation() - Constructor for class edu.stanford.nlp.dcoref.CorefCoreAnnotations.CorefAnnotation
CorefAnnotation() - Constructor for class edu.stanford.nlp.hcoref.CorefCoreAnnotations.CorefAnnotation
CorefAnnotator - Class in edu.stanford.nlp.pipeline
This class adds coref information to an Annotation.
CorefAnnotator(Properties) - Constructor for class edu.stanford.nlp.pipeline.CorefAnnotator
CorefChain - Class in edu.stanford.nlp.dcoref
Output of (deterministic) coref system.
CorefChain(CorefCluster, Map<Mention, IntTuple>) - Constructor for class edu.stanford.nlp.dcoref.CorefChain
CorefChain(int, Map<IntPair, Set<CorefChain.CorefMention>>, CorefChain.CorefMention) - Constructor for class edu.stanford.nlp.dcoref.CorefChain
Constructor required by CustomAnnotationSerializer
CorefChain - Class in edu.stanford.nlp.hcoref.data
Output of (deterministic) coref system.
CorefChain(CorefCluster, Map<Mention, IntTuple>) - Constructor for class edu.stanford.nlp.hcoref.data.CorefChain
CorefChain(int, Map<IntPair, Set<CorefChain.CorefMention>>, CorefChain.CorefMention) - Constructor for class edu.stanford.nlp.hcoref.data.CorefChain
Constructor required by CustomAnnotationSerializer
CorefChain.CorefMention - Class in edu.stanford.nlp.dcoref
Mention for coref output.
CorefChain.CorefMention - Class in edu.stanford.nlp.hcoref.data
Mention for coref output.
CorefChain.CorefMentionComparator - Class in edu.stanford.nlp.dcoref
CorefChain.CorefMentionComparator - Class in edu.stanford.nlp.hcoref.data
CorefChain.MentionComparator - Class in edu.stanford.nlp.dcoref
CorefChain.MentionComparator - Class in edu.stanford.nlp.hcoref.data
COREFCHAIN_FIELD_NUMBER - Static variable in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document
CorefChainAnnotation() - Constructor for class edu.stanford.nlp.dcoref.CorefCoreAnnotations.CorefChainAnnotation
CorefChainAnnotation() - Constructor for class edu.stanford.nlp.hcoref.CorefCoreAnnotations.CorefChainAnnotation
CorefCluster - Class in edu.stanford.nlp.dcoref
One cluster for the SieveCoreferenceSystem.
CorefCluster(int) - Constructor for class edu.stanford.nlp.dcoref.CorefCluster
CorefCluster(int, Set<Mention>) - Constructor for class edu.stanford.nlp.dcoref.CorefCluster
CorefCluster - Class in edu.stanford.nlp.hcoref.data
One cluster for the SieveCoreferenceSystem.
CorefCluster(int) - Constructor for class edu.stanford.nlp.hcoref.data.CorefCluster
CorefCluster(int, Set<Mention>) - Constructor for class edu.stanford.nlp.hcoref.data.CorefCluster
CorefClusterAnnotation() - Constructor for class edu.stanford.nlp.dcoref.CorefCoreAnnotations.CorefClusterAnnotation
Deprecated.
CorefClusterAnnotation() - Constructor for class edu.stanford.nlp.hcoref.CorefCoreAnnotations.CorefClusterAnnotation
corefClusterID - Variable in class edu.stanford.nlp.dcoref.CorefChain.CorefMention
corefClusterID - Variable in class edu.stanford.nlp.dcoref.Mention
corefClusterID - Variable in class edu.stanford.nlp.hcoref.data.CorefChain.CorefMention
corefClusterID - Variable in class edu.stanford.nlp.hcoref.data.Mention
COREFCLUSTERID_FIELD_NUMBER - Static variable in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
COREFCLUSTERID_FIELD_NUMBER - Static variable in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token
CorefClusterIdAnnotation() - Constructor for class edu.stanford.nlp.dcoref.CorefCoreAnnotations.CorefClusterIdAnnotation
CorefClusterIdAnnotation() - Constructor for class edu.stanford.nlp.hcoref.CorefCoreAnnotations.CorefClusterIdAnnotation
corefClusters - Variable in class edu.stanford.nlp.dcoref.Document
Clusters for coreferent mentions
corefClusters - Variable in class edu.stanford.nlp.hcoref.data.Document
Clusters for coreferent mentions
CorefCoreAnnotations - Class in edu.stanford.nlp.dcoref
Similar to
CoreAnnotations
,
but this class contains
annotations made specifically for storing Coref data.
CorefCoreAnnotations() - Constructor for class edu.stanford.nlp.dcoref.CorefCoreAnnotations
CorefCoreAnnotations - Class in edu.stanford.nlp.hcoref
Similar to
CoreAnnotations
,
but this class contains
annotations made specifically for storing Coref data.
CorefCoreAnnotations() - Constructor for class edu.stanford.nlp.hcoref.CorefCoreAnnotations
CorefCoreAnnotations.CorefAnnotation - Class in edu.stanford.nlp.dcoref
The standard key for the coref label.
CorefCoreAnnotations.CorefAnnotation - Class in edu.stanford.nlp.hcoref
the standard key for the coref label.
CorefCoreAnnotations.CorefChainAnnotation - Class in edu.stanford.nlp.dcoref
CorefChainID - CorefChain map.
CorefCoreAnnotations.CorefChainAnnotation - Class in edu.stanford.nlp.hcoref
CorefChainID - CorefChain map
CorefCoreAnnotations.CorefClusterAnnotation - Class in edu.stanford.nlp.dcoref
CorefCoreAnnotations.CorefClusterAnnotation - Class in edu.stanford.nlp.hcoref
Set of all the CoreLabel objects which are coreferent with a
CoreLabel.
CorefCoreAnnotations.CorefClusterIdAnnotation - Class in edu.stanford.nlp.dcoref
An integer representing a document-level unique cluster of
coreferent entities.
CorefCoreAnnotations.CorefClusterIdAnnotation - Class in edu.stanford.nlp.hcoref
An integer representing a document-level unique cluster of
coreferent entities.
CorefCoreAnnotations.CorefDestAnnotation - Class in edu.stanford.nlp.dcoref
Destination of the coreference link for this word (if any).
CorefCoreAnnotations.CorefDestAnnotation - Class in edu.stanford.nlp.hcoref
Destination of the coreference link for this word (if any): it
contains the index of the sentence and the index of the word that
are the end of this coref link Both indices start at 1 The
sentence index is IntTuple.get(0); the token index in the
sentence is IntTuple.get(1)
CorefCoreAnnotations.CorefGraphAnnotation - Class in edu.stanford.nlp.dcoref
Deprecated.
CorefCoreAnnotations.CorefGraphAnnotation - Class in edu.stanford.nlp.hcoref
Deprecated.
CorefCoreAnnotations.CorefMentionsAnnotation - Class in edu.stanford.nlp.hcoref
this annotation marks in every sentence the mentions used for coref
CorefDestAnnotation() - Constructor for class edu.stanford.nlp.dcoref.CorefCoreAnnotations.CorefDestAnnotation
CorefDestAnnotation() - Constructor for class edu.stanford.nlp.hcoref.CorefCoreAnnotations.CorefDestAnnotation
corefDict - Variable in class edu.stanford.nlp.dcoref.Dictionaries
corefDict - Variable in class edu.stanford.nlp.hcoref.data.Dictionaries
CorefDictionaryMatch - Class in edu.stanford.nlp.dcoref.sievepasses
Sieve that uses the coreference dictionary for the technical domain
developed by Recasens, Can and Jurafsky (NAACL 2013).
CorefDictionaryMatch() - Constructor for class edu.stanford.nlp.dcoref.sievepasses.CorefDictionaryMatch
CorefDictionaryMatch - Class in edu.stanford.nlp.hcoref.sieve
Sieve that uses the coreference dictionary for the technical domain
developed by Recasens, Can and Jurafsky (NAACL 2013).
CorefDictionaryMatch() - Constructor for class edu.stanford.nlp.hcoref.sieve.CorefDictionaryMatch
corefDictPMI - Variable in class edu.stanford.nlp.dcoref.Dictionaries
corefDictPMI - Variable in class edu.stanford.nlp.hcoref.data.Dictionaries
CorefDocMaker - Class in edu.stanford.nlp.hcoref
make Document for coref input from Annotation and optional info
read input (raw, conll etc) with DocReader, mention detection, and document preprocessing will be done here
CorefDocMaker(Properties, Dictionaries) - Constructor for class edu.stanford.nlp.hcoref.CorefDocMaker
coreferenceContextSize - Variable in class edu.stanford.nlp.pipeline.AnnotationOutputter.Options
Should a small window of context be provided with each coreference mention
coreferent(Document, CorefCluster, CorefCluster, Mention, Mention, Dictionaries, Set<Mention>, Semantics) - Method in class edu.stanford.nlp.dcoref.sievepasses.DeterministicCorefSieve
Checks if two clusters are coreferent according to our sieve pass constraints.
coreferent(Document, CorefCluster, CorefCluster, Mention, Mention, Dictionaries, Set<Mention>) - Method in class edu.stanford.nlp.hcoref.sieve.DeterministicCorefSieve
Checks if two clusters are coreferent according to our sieve pass constraints
CorefGraphAnnotation() - Constructor for class edu.stanford.nlp.dcoref.CorefCoreAnnotations.CorefGraphAnnotation
Deprecated.
CorefGraphAnnotation() - Constructor for class edu.stanford.nlp.hcoref.CorefCoreAnnotations.CorefGraphAnnotation
Deprecated.
COREFID_FIELD_NUMBER - Static variable in class edu.stanford.nlp.pipeline.CoreNLPProtos.Entity
CorefMention(Dictionaries.MentionType, Dictionaries.Number, Dictionaries.Gender, Dictionaries.Animacy, int, int, int, int, int, int, IntTuple, String) - Constructor for class edu.stanford.nlp.dcoref.CorefChain.CorefMention
This constructor is used to recreate a CorefMention following serialization.
CorefMention(Mention, IntTuple) - Constructor for class edu.stanford.nlp.dcoref.CorefChain.CorefMention
This constructor builds the external CorefMention class from the internal Mention.
CorefMention(Dictionaries.MentionType, Dictionaries.Number, Dictionaries.Gender, Dictionaries.Animacy, int, int, int, int, int, int, IntTuple, String) - Constructor for class edu.stanford.nlp.hcoref.data.CorefChain.CorefMention
CorefMention(Mention, IntTuple) - Constructor for class edu.stanford.nlp.hcoref.data.CorefChain.CorefMention
CorefMentionAnnotation() - Constructor for class edu.stanford.nlp.dcoref.CoNLL2011DocumentReader.CorefMentionAnnotation
CorefMentionAnnotation() - Constructor for class edu.stanford.nlp.hcoref.docreader.CoNLLDocumentReader.CorefMentionAnnotation
CorefMentionComparator() - Constructor for class edu.stanford.nlp.dcoref.CorefChain.CorefMentionComparator
CorefMentionComparator() - Constructor for class edu.stanford.nlp.hcoref.data.CorefChain.CorefMentionComparator
CorefMentionFinder - Interface in edu.stanford.nlp.dcoref
Interface for finding coref mentions in a document.
CorefMentionFinder - Class in edu.stanford.nlp.hcoref.md
Interface for finding coref mentions in a document.
CorefMentionFinder() - Constructor for class edu.stanford.nlp.hcoref.md.CorefMentionFinder
corefMentions - Variable in class edu.stanford.nlp.dcoref.CorefCluster
corefMentions - Variable in class edu.stanford.nlp.hcoref.data.CorefCluster
CorefMentionsAnnotation() - Constructor for class edu.stanford.nlp.hcoref.CorefCoreAnnotations.CorefMentionsAnnotation
CorefPrinter - Class in edu.stanford.nlp.hcoref
CorefPrinter() - Constructor for class edu.stanford.nlp.hcoref.CorefPrinter
CorefProperties - Class in edu.stanford.nlp.hcoref
CorefProperties() - Constructor for class edu.stanford.nlp.hcoref.CorefProperties
CorefProperties.CorefInputType - Enum in edu.stanford.nlp.hcoref
CorefProperties.MentionDetectionType - Enum in edu.stanford.nlp.hcoref
corefReturnHybridOutput(Document) - Method in class edu.stanford.nlp.dcoref.SieveCoreferenceSystem
CorefScorer - Class in edu.stanford.nlp.dcoref
Wrapper for a coreference resolution score: MUC, B cubed, Pairwise.
CorefSystem - Class in edu.stanford.nlp.hcoref
CorefSystem(Properties) - Constructor for class edu.stanford.nlp.hcoref.CorefSystem
coreKey - Variable in enum edu.stanford.nlp.ling.AnnotationLookup.KeyLookup
CoreLabel - Class in edu.stanford.nlp.ling
A CoreLabel represents a single word with ancillary information
attached using CoreAnnotations.
CoreLabel() - Constructor for class edu.stanford.nlp.ling.CoreLabel
Default constructor, calls super()
CoreLabel(int) - Constructor for class edu.stanford.nlp.ling.CoreLabel
Initializes this CoreLabel, pre-allocating arrays to hold
up to capacity key,value pairs.
CoreLabel(CoreLabel) - Constructor for class edu.stanford.nlp.ling.CoreLabel
Returns a new CoreLabel instance based on the contents of the given
CoreLabel.
CoreLabel(CoreMap) - Constructor for class edu.stanford.nlp.ling.CoreLabel
Returns a new CoreLabel instance based on the contents of the given
CoreMap.
CoreLabel(Label) - Constructor for class edu.stanford.nlp.ling.CoreLabel
Returns a new CoreLabel instance based on the contents of the given
label.
CoreLabel(String[], String[]) - Constructor for class edu.stanford.nlp.ling.CoreLabel
This constructor attempts to parse the String keys
into Class keys.
CoreLabel.GenericAnnotation <T > - Interface in edu.stanford.nlp.ling
Class that all "generic" annotations extend.
CoreLabel.OutputFormat - Enum in edu.stanford.nlp.ling
coreLabelFactory() - Static method in class edu.stanford.nlp.international.spanish.process.SpanishTokenizer
a factory that vends CoreLabel tokens with default tokenization.
coreLabelFactory() - Static method in class edu.stanford.nlp.process.PTBTokenizer
CoreLabelTokenFactory - Class in edu.stanford.nlp.process
Constructs
CoreLabel
s from Strings optionally with
beginning and ending (character after the end) offset positions in
an original text.
CoreLabelTokenFactory() - Constructor for class edu.stanford.nlp.process.CoreLabelTokenFactory
Constructor for a new token factory which will add in the word, the
"current" annotation, and the begin/end position annotations.
CoreLabelTokenFactory(boolean) - Constructor for class edu.stanford.nlp.process.CoreLabelTokenFactory
Constructor that allows one to choose if index annotation
indicating begin/end position will be included in the label.
CoreMap - Interface in edu.stanford.nlp.util
Base type for all annotatable core objects.
COREMAP_LIST_TO_STRING_CONVERTER - Static variable in class edu.stanford.nlp.ling.tokensregex.CoreMapSequenceMatcher
COREMAP_TO_CHAR_OFFSETS_INTERVAL_FUNC - Static variable in class edu.stanford.nlp.ling.tokensregex.MatchedExpression
COREMAP_TO_TOKEN_OFFSETS_INTERVAL_FUNC - Static variable in class edu.stanford.nlp.ling.tokensregex.MatchedExpression
CoreMapAggregator - Class in edu.stanford.nlp.pipeline
Function that aggregates several core maps into one
CoreMapAggregator(Map<Class, CoreMapAttributeAggregator>) - Constructor for class edu.stanford.nlp.pipeline.CoreMapAggregator
CoreMapAggregator(Map<Class, CoreMapAttributeAggregator>, Class, CoreLabelTokenFactory) - Constructor for class edu.stanford.nlp.pipeline.CoreMapAggregator
CoreMapAttributeAggregator - Class in edu.stanford.nlp.pipeline
Functions for aggregating token attributes.
CoreMapAttributeAggregator() - Constructor for class edu.stanford.nlp.pipeline.CoreMapAttributeAggregator
CoreMapAttributeAggregator.ConcatAggregator - Class in edu.stanford.nlp.pipeline
CoreMapAttributeAggregator.ConcatCoreMapListAggregator <T extends CoreMap > - Class in edu.stanford.nlp.pipeline
CoreMapAttributeAggregator.ConcatListAggregator <T > - Class in edu.stanford.nlp.pipeline
CoreMapAttributeAggregator.ConcatTextAggregator - Class in edu.stanford.nlp.pipeline
CoreMapAttributeAggregator.MostFreqAggregator - Class in edu.stanford.nlp.pipeline
CoreMapExpressionExtractor <T extends MatchedExpression > - Class in edu.stanford.nlp.ling.tokensregex
Represents a list of assignment and extraction rules over sequence patterns.
CoreMapExpressionExtractor() - Constructor for class edu.stanford.nlp.ling.tokensregex.CoreMapExpressionExtractor
Creates an empty instance with no rules.
CoreMapExpressionExtractor(Env) - Constructor for class edu.stanford.nlp.ling.tokensregex.CoreMapExpressionExtractor
Creates a default instance with the specified environment.
CoreMapExpressionExtractor(Env, List<SequenceMatchRules.Rule>) - Constructor for class edu.stanford.nlp.ling.tokensregex.CoreMapExpressionExtractor
Creates an instance with the specified environment and list of rules
CoreMapExpressionExtractor.Stage <T > - Class in edu.stanford.nlp.ling.tokensregex
Describes one stage of extraction.
CoreMapExpressionNodePattern - Class in edu.stanford.nlp.ling.tokensregex
Pattern for matching a CoreMap using a generic expression
CoreMapExpressionNodePattern() - Constructor for class edu.stanford.nlp.ling.tokensregex.CoreMapExpressionNodePattern
CoreMapExpressionNodePattern(Env, Expression) - Constructor for class edu.stanford.nlp.ling.tokensregex.CoreMapExpressionNodePattern
CoreMapExprNodePattern(Env) - Method in class edu.stanford.nlp.ling.tokensregex.parser.TokenSequenceParser
CoreMapExtractRule(Env, Class, SequenceMatchRules.ExtractRule<T, O>) - Constructor for class edu.stanford.nlp.ling.tokensregex.SequenceMatchRules.CoreMapExtractRule
CoreMapFunctionApplier(Env, Class, Function<T, O>) - Constructor for class edu.stanford.nlp.ling.tokensregex.SequenceMatchRules.CoreMapFunctionApplier
CoreMapNode(Env) - Method in class edu.stanford.nlp.ling.tokensregex.parser.TokenSequenceParser
CoreMapNodePattern - Class in edu.stanford.nlp.ling.tokensregex
Pattern for matching a CoreMap
CoreMapNodePattern(List<Pair<Class, NodePattern>>) - Constructor for class edu.stanford.nlp.ling.tokensregex.CoreMapNodePattern
CoreMapNodePattern(Pair<Class, NodePattern>...) - Constructor for class edu.stanford.nlp.ling.tokensregex.CoreMapNodePattern
CoreMapNodePattern(Class, NodePattern) - Constructor for class edu.stanford.nlp.ling.tokensregex.CoreMapNodePattern
CoreMapNodePattern.AttributesEqualMatchChecker <K > - Class in edu.stanford.nlp.ling.tokensregex
CoreMapNodePatternTrigger - Class in edu.stanford.nlp.ling.tokensregex
Trigger for CoreMap Node Patterns.
CoreMapNodePatternTrigger(SequencePattern<CoreMap>...) - Constructor for class edu.stanford.nlp.ling.tokensregex.CoreMapNodePatternTrigger
CoreMapNodePatternTrigger(Collection<? extends SequencePattern<CoreMap>>) - Constructor for class edu.stanford.nlp.ling.tokensregex.CoreMapNodePatternTrigger
CoreMapSequenceMatchAction <T extends CoreMap > - Class in edu.stanford.nlp.ling.tokensregex
Performs a action on a matched sequence
CoreMapSequenceMatchAction() - Constructor for class edu.stanford.nlp.ling.tokensregex.CoreMapSequenceMatchAction
CoreMapSequenceMatchAction.AnnotateAction <T extends CoreMap > - Class in edu.stanford.nlp.ling.tokensregex
CoreMapSequenceMatchAction.MergeAction - Class in edu.stanford.nlp.ling.tokensregex
CoreMapSequenceMatcher <T extends CoreMap > - Class in edu.stanford.nlp.ling.tokensregex
CoreMap Sequence Matcher for regular expressions for sequences over coremaps
CoreMapSequenceMatcher(SequencePattern<T>, List<? extends T>) - Constructor for class edu.stanford.nlp.ling.tokensregex.CoreMapSequenceMatcher
CoreMapSequenceMatcher.BasicCoreMapSequenceMatcher - Class in edu.stanford.nlp.ling.tokensregex
CoreMapToListExtractRule(SequenceMatchRules.ExtractRule<List<? extends CoreMap>, O>) - Constructor for class edu.stanford.nlp.ling.tokensregex.SequenceMatchRules.CoreMapToListExtractRule
CoreMapToListFunctionApplier(Env, Function<List<? extends CoreMap>, O>) - Constructor for class edu.stanford.nlp.ling.tokensregex.SequenceMatchRules.CoreMapToListFunctionApplier
CoreMapVarNodePattern(Env) - Method in class edu.stanford.nlp.ling.tokensregex.parser.TokenSequenceParser
CoreMapVarValue(Env) - Method in class edu.stanford.nlp.ling.tokensregex.parser.TokenSequenceParser
CoreMapWordPattern(Env) - Method in class edu.stanford.nlp.ling.tokensregex.parser.TokenSequenceParser
CoreNLPHandler(Properties) - Constructor for class edu.stanford.nlp.pipeline.StanfordCoreNLPServer.CoreNLPHandler
Create a handler for accepting annotation requests.
CoreNLPProtos - Class in edu.stanford.nlp.pipeline
CoreNLPProtos.CorefChain - Class in edu.stanford.nlp.pipeline
Protobuf type edu.stanford.nlp.pipeline.CorefChain
CoreNLPProtos.CorefChain.Builder - Class in edu.stanford.nlp.pipeline
Protobuf type edu.stanford.nlp.pipeline.CorefChain
CoreNLPProtos.CorefChain.CorefMention - Class in edu.stanford.nlp.pipeline
Protobuf type edu.stanford.nlp.pipeline.CorefChain.CorefMention
CoreNLPProtos.CorefChain.CorefMention.Builder - Class in edu.stanford.nlp.pipeline
Protobuf type edu.stanford.nlp.pipeline.CorefChain.CorefMention
CoreNLPProtos.CorefChain.CorefMentionOrBuilder - Interface in edu.stanford.nlp.pipeline
CoreNLPProtos.CorefChainOrBuilder - Interface in edu.stanford.nlp.pipeline
CoreNLPProtos.DependencyGraph - Class in edu.stanford.nlp.pipeline
Protobuf type edu.stanford.nlp.pipeline.DependencyGraph
CoreNLPProtos.DependencyGraph.Builder - Class in edu.stanford.nlp.pipeline
Protobuf type edu.stanford.nlp.pipeline.DependencyGraph
CoreNLPProtos.DependencyGraph.Edge - Class in edu.stanford.nlp.pipeline
Protobuf type edu.stanford.nlp.pipeline.DependencyGraph.Edge
CoreNLPProtos.DependencyGraph.Edge.Builder - Class in edu.stanford.nlp.pipeline
Protobuf type edu.stanford.nlp.pipeline.DependencyGraph.Edge
CoreNLPProtos.DependencyGraph.EdgeOrBuilder - Interface in edu.stanford.nlp.pipeline
CoreNLPProtos.DependencyGraph.Node - Class in edu.stanford.nlp.pipeline
Protobuf type edu.stanford.nlp.pipeline.DependencyGraph.Node
CoreNLPProtos.DependencyGraph.Node.Builder - Class in edu.stanford.nlp.pipeline
Protobuf type edu.stanford.nlp.pipeline.DependencyGraph.Node
CoreNLPProtos.DependencyGraph.NodeOrBuilder - Interface in edu.stanford.nlp.pipeline
CoreNLPProtos.DependencyGraphOrBuilder - Interface in edu.stanford.nlp.pipeline
CoreNLPProtos.Document - Class in edu.stanford.nlp.pipeline
Protobuf type edu.stanford.nlp.pipeline.Document
CoreNLPProtos.Document.Builder - Class in edu.stanford.nlp.pipeline
Protobuf type edu.stanford.nlp.pipeline.Document
CoreNLPProtos.DocumentOrBuilder - Interface in edu.stanford.nlp.pipeline
CoreNLPProtos.Entity - Class in edu.stanford.nlp.pipeline
Protobuf type edu.stanford.nlp.pipeline.Entity
CoreNLPProtos.Entity.Builder - Class in edu.stanford.nlp.pipeline
Protobuf type edu.stanford.nlp.pipeline.Entity
CoreNLPProtos.EntityOrBuilder - Interface in edu.stanford.nlp.pipeline
CoreNLPProtos.IndexedWord - Class in edu.stanford.nlp.pipeline
Protobuf type edu.stanford.nlp.pipeline.IndexedWord
CoreNLPProtos.IndexedWord.Builder - Class in edu.stanford.nlp.pipeline
Protobuf type edu.stanford.nlp.pipeline.IndexedWord
CoreNLPProtos.IndexedWordOrBuilder - Interface in edu.stanford.nlp.pipeline
CoreNLPProtos.Language - Enum in edu.stanford.nlp.pipeline
Protobuf enum edu.stanford.nlp.pipeline.Language
CoreNLPProtos.MapIntString - Class in edu.stanford.nlp.pipeline
Protobuf type edu.stanford.nlp.pipeline.MapIntString
CoreNLPProtos.MapIntString.Builder - Class in edu.stanford.nlp.pipeline
Protobuf type edu.stanford.nlp.pipeline.MapIntString
CoreNLPProtos.MapIntStringOrBuilder - Interface in edu.stanford.nlp.pipeline
CoreNLPProtos.MapStringString - Class in edu.stanford.nlp.pipeline
Protobuf type edu.stanford.nlp.pipeline.MapStringString
CoreNLPProtos.MapStringString.Builder - Class in edu.stanford.nlp.pipeline
Protobuf type edu.stanford.nlp.pipeline.MapStringString
CoreNLPProtos.MapStringStringOrBuilder - Interface in edu.stanford.nlp.pipeline
CoreNLPProtos.Mention - Class in edu.stanford.nlp.pipeline
Protobuf type edu.stanford.nlp.pipeline.Mention
CoreNLPProtos.Mention.Builder - Class in edu.stanford.nlp.pipeline
Protobuf type edu.stanford.nlp.pipeline.Mention
CoreNLPProtos.MentionOrBuilder - Interface in edu.stanford.nlp.pipeline
CoreNLPProtos.NaturalLogicRelation - Enum in edu.stanford.nlp.pipeline
Protobuf enum edu.stanford.nlp.pipeline.NaturalLogicRelation
CoreNLPProtos.NERMention - Class in edu.stanford.nlp.pipeline
Protobuf type edu.stanford.nlp.pipeline.NERMention
CoreNLPProtos.NERMention.Builder - Class in edu.stanford.nlp.pipeline
Protobuf type edu.stanford.nlp.pipeline.NERMention
CoreNLPProtos.NERMentionOrBuilder - Interface in edu.stanford.nlp.pipeline
CoreNLPProtos.OpenIETriple - Class in edu.stanford.nlp.pipeline
Protobuf type edu.stanford.nlp.pipeline.OpenIETriple
CoreNLPProtos.OpenIETriple.Builder - Class in edu.stanford.nlp.pipeline
Protobuf type edu.stanford.nlp.pipeline.OpenIETriple
CoreNLPProtos.OpenIETripleOrBuilder - Interface in edu.stanford.nlp.pipeline
CoreNLPProtos.Operator - Class in edu.stanford.nlp.pipeline
Protobuf type edu.stanford.nlp.pipeline.Operator
CoreNLPProtos.Operator.Builder - Class in edu.stanford.nlp.pipeline
Protobuf type edu.stanford.nlp.pipeline.Operator
CoreNLPProtos.OperatorOrBuilder - Interface in edu.stanford.nlp.pipeline
CoreNLPProtos.ParseTree - Class in edu.stanford.nlp.pipeline
Protobuf type edu.stanford.nlp.pipeline.ParseTree
CoreNLPProtos.ParseTree.Builder - Class in edu.stanford.nlp.pipeline
Protobuf type edu.stanford.nlp.pipeline.ParseTree
CoreNLPProtos.ParseTreeOrBuilder - Interface in edu.stanford.nlp.pipeline
CoreNLPProtos.Polarity - Class in edu.stanford.nlp.pipeline
Protobuf type edu.stanford.nlp.pipeline.Polarity
CoreNLPProtos.Polarity.Builder - Class in edu.stanford.nlp.pipeline
Protobuf type edu.stanford.nlp.pipeline.Polarity
CoreNLPProtos.PolarityOrBuilder - Interface in edu.stanford.nlp.pipeline
CoreNLPProtos.Quote - Class in edu.stanford.nlp.pipeline
Protobuf type edu.stanford.nlp.pipeline.Quote
CoreNLPProtos.Quote.Builder - Class in edu.stanford.nlp.pipeline
Protobuf type edu.stanford.nlp.pipeline.Quote
CoreNLPProtos.QuoteOrBuilder - Interface in edu.stanford.nlp.pipeline
CoreNLPProtos.Relation - Class in edu.stanford.nlp.pipeline
Protobuf type edu.stanford.nlp.pipeline.Relation
CoreNLPProtos.Relation.Builder - Class in edu.stanford.nlp.pipeline
Protobuf type edu.stanford.nlp.pipeline.Relation
CoreNLPProtos.RelationOrBuilder - Interface in edu.stanford.nlp.pipeline
CoreNLPProtos.Sentence - Class in edu.stanford.nlp.pipeline
Protobuf type edu.stanford.nlp.pipeline.Sentence
CoreNLPProtos.Sentence.Builder - Class in edu.stanford.nlp.pipeline
Protobuf type edu.stanford.nlp.pipeline.Sentence
CoreNLPProtos.SentenceFragment - Class in edu.stanford.nlp.pipeline
Protobuf type edu.stanford.nlp.pipeline.SentenceFragment
CoreNLPProtos.SentenceFragment.Builder - Class in edu.stanford.nlp.pipeline
Protobuf type edu.stanford.nlp.pipeline.SentenceFragment
CoreNLPProtos.SentenceFragmentOrBuilder - Interface in edu.stanford.nlp.pipeline
CoreNLPProtos.SentenceOrBuilder - Interface in edu.stanford.nlp.pipeline
CoreNLPProtos.Sentiment - Enum in edu.stanford.nlp.pipeline
Protobuf enum edu.stanford.nlp.pipeline.Sentiment
CoreNLPProtos.Span - Class in edu.stanford.nlp.pipeline
Protobuf type edu.stanford.nlp.pipeline.Span
CoreNLPProtos.Span.Builder - Class in edu.stanford.nlp.pipeline
Protobuf type edu.stanford.nlp.pipeline.Span
CoreNLPProtos.SpanOrBuilder - Interface in edu.stanford.nlp.pipeline
CoreNLPProtos.SpeakerInfo - Class in edu.stanford.nlp.pipeline
Protobuf type edu.stanford.nlp.pipeline.SpeakerInfo
CoreNLPProtos.SpeakerInfo.Builder - Class in edu.stanford.nlp.pipeline
Protobuf type edu.stanford.nlp.pipeline.SpeakerInfo
CoreNLPProtos.SpeakerInfoOrBuilder - Interface in edu.stanford.nlp.pipeline
CoreNLPProtos.Timex - Class in edu.stanford.nlp.pipeline
Protobuf type edu.stanford.nlp.pipeline.Timex
CoreNLPProtos.Timex.Builder - Class in edu.stanford.nlp.pipeline
Protobuf type edu.stanford.nlp.pipeline.Timex
CoreNLPProtos.TimexOrBuilder - Interface in edu.stanford.nlp.pipeline
CoreNLPProtos.Token - Class in edu.stanford.nlp.pipeline
Protobuf type edu.stanford.nlp.pipeline.Token
CoreNLPProtos.Token.Builder - Class in edu.stanford.nlp.pipeline
Protobuf type edu.stanford.nlp.pipeline.Token
CoreNLPProtos.TokenOrBuilder - Interface in edu.stanford.nlp.pipeline
CoreTokenFactory <IN extends CoreMap > - Interface in edu.stanford.nlp.process
To make tokens like CoreMap or CoreLabel.
corporaDict - Variable in class edu.stanford.nlp.wordseg.NonDict2
CorpusChar - Class in edu.stanford.nlp.wordseg
Check tag of each character from 5 different corpora.
CorpusChar(String) - Constructor for class edu.stanford.nlp.wordseg.CorpusChar
CorpusDictionary - Class in edu.stanford.nlp.wordseg
Check if a bigram exists in bakeoff corpora.
CorpusDictionary(String) - Constructor for class edu.stanford.nlp.wordseg.CorpusDictionary
Load a dictionary of words.
CorpusDictionary(String, boolean) - Constructor for class edu.stanford.nlp.wordseg.CorpusDictionary
CorpusStats() - Constructor for class edu.stanford.nlp.dcoref.CoNLL2011DocumentReader.CorpusStats
CorpusStats() - Constructor for class edu.stanford.nlp.hcoref.docreader.CoNLLDocumentReader.CorpusStats
correct(double, int) - Static method in class edu.stanford.nlp.classify.PRCurve
correctDependencies(List<TypedDependency>) - Method in class edu.stanford.nlp.trees.EnglishGrammaticalStructure
correctDependencies(List<TypedDependency>) - Method in class edu.stanford.nlp.trees.GrammaticalStructure
Destructively modify the TypedDependencyGraph
to correct
language-dependent dependencies.
correctDependencies(List<TypedDependency>) - Method in class edu.stanford.nlp.trees.UniversalEnglishGrammaticalStructure
correctDependencies(SemanticGraph) - Static method in class edu.stanford.nlp.trees.UniversalEnglishGrammaticalStructure
correctGuesses - Variable in class edu.stanford.nlp.stats.MultiClassPrecisionRecallExtendedStats
correctTags - Variable in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams.EnglishTrain
'Correct' tags to produce verbs in VPs, etc.
correctTags - Variable in class edu.stanford.nlp.tagger.maxent.TestSentence
cosine(SimpleMatrix, SimpleMatrix) - Static method in class edu.stanford.nlp.neural.NeuralUtils
Compute cosine distance between two column vectors.
cosine(Counter<E>, Counter<E>) - Static method in class edu.stanford.nlp.stats.Counters
cost(K, K, int) - Method in class edu.stanford.nlp.ling.tokensregex.matcher.ExactMatchCost
cost(K, K, int) - Method in class edu.stanford.nlp.ling.tokensregex.matcher.MatchCostFunction.AbstractMatchCostFunction
cost(K, K, K, int) - Method in class edu.stanford.nlp.ling.tokensregex.matcher.MatchCostFunction.AbstractMatchCostFunction
cost(K, K, int) - Method in interface edu.stanford.nlp.ling.tokensregex.matcher.MatchCostFunction
CostMagnificationAnnotation() - Constructor for class edu.stanford.nlp.ling.CoreAnnotations.CostMagnificationAnnotation
costs - Variable in class edu.stanford.nlp.scoref.MaxMarginMentionRanker
COUNT - Static variable in class edu.stanford.nlp.pipeline.CoreMapAttributeAggregator
countCloseToZero(double[], double) - Static method in class edu.stanford.nlp.math.ArrayMath
countCommas(int, int) - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceDocument
countEntityResults(List<? extends CoreMap>, Counter<String>, Counter<String>, Counter<String>, String) - Static method in class edu.stanford.nlp.sequences.IOBUtils
For a sequence labeling task with multi-token entities, like NER,
this works out TP, FN, FP counts that can be used for entity-level
F1 results.
Counter <E > - Interface in edu.stanford.nlp.stats
An Object to double map used for keeping weights or counts for objects.
counter - Variable in class edu.stanford.nlp.stats.Distribution
Counters - Class in edu.stanford.nlp.stats
Static methods for operating on a
Counter
.
counterView() - Method in class edu.stanford.nlp.stats.GeneralizedCounter
Returns a read-only synchronous view (not a snapshot) of
this
as a
ClassicCounter
.
countHistory(IntDependency) - Method in class edu.stanford.nlp.parser.lexparser.MLEDependencyGrammar
countInfinite(double[]) - Static method in class edu.stanford.nlp.math.ArrayMath
countLengthAccuracy(Tree) - Method in class edu.stanford.nlp.sentiment.AbstractEvaluate
countMergeEffects(Tree, Map<String, double[]>, Map<String, double[]>) - Method in class edu.stanford.nlp.parser.lexparser.SplittingGrammarExtractor
countMergeEffects(Tree, Map<String, double[]>, Map<String, double[]>, IdentityHashMap<Tree, double[]>, IdentityHashMap<Tree, double[]>) - Method in class edu.stanford.nlp.parser.lexparser.SplittingGrammarExtractor
countNaN(double[]) - Static method in class edu.stanford.nlp.math.ArrayMath
countNegative(double[]) - Static method in class edu.stanford.nlp.math.ArrayMath
countNewLines(String, int, int) - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.RobustTokenizer
countNonZero(double[]) - Static method in class edu.stanford.nlp.math.ArrayMath
countOriginalStates() - Method in class edu.stanford.nlp.parser.lexparser.SplittingGrammarExtractor
Count all the internal labels in all the trees, and set their
initial state counts to 1.
countPositive(double[]) - Static method in class edu.stanford.nlp.math.ArrayMath
countResults(List<IN>, Counter<String>, Counter<String>, Counter<String>) - Method in class edu.stanford.nlp.ie.AbstractSequenceClassifier
Count results using a method appropriate for the tag scheme being used.
countResults(List<CoreLabel>, Counter<String>, Counter<String>, Counter<String>, String, Counter<String>, Counter<String>, Counter<String>, Counter<String>, Class<? extends TypesafeMap.Key<String>>, boolean) - Static method in class edu.stanford.nlp.patterns.GetPatternsFromDataMultiClass
countResultsPerEntity(List<CoreLabel>, Counter<String>, Counter<String>, Counter<String>, String, Counter<String>, Counter<String>, Counter<String>, Counter<String>, Class<? extends TypesafeMap.Key<String>>) - Static method in class edu.stanford.nlp.patterns.GetPatternsFromDataMultiClass
COPIED from CRFClassifier: Count the successes and failures of the model on
the given document.
countResultsPerToken(List<CoreLabel>, Counter<String>, Counter<String>, Counter<String>, String, Counter<String>, Counter<String>, Counter<String>, Counter<String>, Class<? extends TypesafeMap.Key<String>>) - Static method in class edu.stanford.nlp.patterns.GetPatternsFromDataMultiClass
Count the successes and failures of the model on the given document
***token-based***.
countResultsSegmenter(List<? extends CoreMap>, Counter<String>, Counter<String>, Counter<String>) - Static method in class edu.stanford.nlp.ie.AbstractSequenceClassifier
countries - Variable in class edu.stanford.nlp.dcoref.Dictionaries
countries - Variable in class edu.stanford.nlp.hcoref.data.Dictionaries
COUNTRIES_PROP - Static variable in class edu.stanford.nlp.dcoref.Constants
COUNTRIES_PROP - Static variable in class edu.stanford.nlp.hcoref.CorefProperties
countRoot(Tree) - Method in class edu.stanford.nlp.sentiment.AbstractEvaluate
countSpanErrors(TreebankLanguagePack, Tree, Tree) - Static method in class edu.stanford.nlp.parser.metrics.TreeSpanScoring
Counts how many spans are present in goldTree, including
preterminals, but not present in guessTree, along with how many
spans are present in guessTree and not goldTree.
countTree(Tree) - Method in class edu.stanford.nlp.neural.rnn.TopNGramRecord
Adds the tree and all its subtrees to the appropriate
PriorityQueues for each predicted class.
countTree(Tree) - Method in class edu.stanford.nlp.sentiment.AbstractEvaluate
countVerbs(int, int) - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceDocument
CountWrapper - Class in edu.stanford.nlp.tagger.maxent
A simple data structure for some tag counts.
CountWrapper() - Constructor for class edu.stanford.nlp.tagger.maxent.CountWrapper
CountWrapper(String, int, int, int, int) - Constructor for class edu.stanford.nlp.tagger.maxent.CountWrapper
covariance(double[][]) - Static method in class edu.stanford.nlp.math.ArrayMath
COVER_VALUE - Static variable in enum edu.stanford.nlp.pipeline.CoreNLPProtos.NaturalLogicRelation
COVER = 5;
CovertIDAnnotation() - Constructor for class edu.stanford.nlp.ling.CoreAnnotations.CovertIDAnnotation
cp(File, File, boolean) - Static method in class edu.stanford.nlp.io.IOUtils
An implementation of cp, as close to the Unix command as possible.
cp(File, File) - Static method in class edu.stanford.nlp.io.IOUtils
cPOS - Variable in class edu.stanford.nlp.parser.nndep.Config
Use coarse POS instead of fine-grained POS if cPOS = true.
cPosDef - Variable in class edu.stanford.nlp.optimization.SMDMinimizer
create(Env) - Method in class edu.stanford.nlp.ling.tokensregex.SequenceMatchRules.AnnotationExtractRuleCreator
create(Env, Map<String, Object>) - Method in class edu.stanford.nlp.ling.tokensregex.SequenceMatchRules.AnnotationExtractRuleCreator
create(Env, SequencePattern.PatternExpr, Expression) - Method in class edu.stanford.nlp.ling.tokensregex.SequenceMatchRules.CompositeExtractRuleCreator
create(Env, Map<String, Object>) - Method in class edu.stanford.nlp.ling.tokensregex.SequenceMatchRules.CompositeExtractRuleCreator
create(Env, SequenceMatchRules.AnnotationExtractRule, List<TokenSequencePattern>) - Method in class edu.stanford.nlp.ling.tokensregex.SequenceMatchRules.MultiTokenPatternExtractRuleCreator
create(Env, Map<String, Object>) - Method in class edu.stanford.nlp.ling.tokensregex.SequenceMatchRules.MultiTokenPatternExtractRuleCreator
create(Env, String, Expression) - Method in class edu.stanford.nlp.ling.tokensregex.SequenceMatchRules.TextPatternExtractRuleCreator
create(Env, Map<String, Object>) - Method in class edu.stanford.nlp.ling.tokensregex.SequenceMatchRules.TextPatternExtractRuleCreator
create(Env, SequencePattern.PatternExpr, Expression) - Method in class edu.stanford.nlp.ling.tokensregex.SequenceMatchRules.TokenPatternExtractRuleCreator
create(Env, Map<String, Object>) - Method in class edu.stanford.nlp.ling.tokensregex.SequenceMatchRules.TokenPatternExtractRuleCreator
create() - Method in class edu.stanford.nlp.ling.tokensregex.SequencePattern.SequenceEndPatternExpr
create() - Method in class edu.stanford.nlp.ling.tokensregex.SequencePattern.SequenceStartPatternExpr
create(String) - Static method in class edu.stanford.nlp.patterns.ConstantsAndVariables.ScorePhraseMeasures
create(InputStream) - Method in class edu.stanford.nlp.pipeline.AbstractTextAnnotationCreator
create(InputStream, String) - Method in class edu.stanford.nlp.pipeline.AbstractTextAnnotationCreator
create(Reader) - Method in class edu.stanford.nlp.pipeline.AbstractTextAnnotationCreator
create(InputStream) - Method in interface edu.stanford.nlp.pipeline.AnnotationCreator
create(InputStream, String) - Method in interface edu.stanford.nlp.pipeline.AnnotationCreator
create(Reader) - Method in interface edu.stanford.nlp.pipeline.AnnotationCreator
create() - Method in class edu.stanford.nlp.pipeline.AnnotatorFactory
Creates and returns an Annotator given the local properties.
create(Expressions.CompositeValue) - Method in enum edu.stanford.nlp.time.SUTime.StandardTemporalType
create() - Method in class edu.stanford.nlp.time.TimeExpressionExtractorFactory
create(String, Properties) - Method in class edu.stanford.nlp.time.TimeExpressionExtractorFactory
create(String) - Static method in class edu.stanford.nlp.time.TimeExpressionExtractorFactory
create(String, String, Properties) - Static method in class edu.stanford.nlp.time.TimeExpressionExtractorFactory
create(int, float, boolean, String, boolean) - Static method in class edu.stanford.nlp.util.CacheMap
Creates a new file-backed CacheMap or loads it in from the specified file
if it already exists.
create(int, float, String, boolean) - Static method in class edu.stanford.nlp.util.CacheMap
create(int, String, boolean) - Static method in class edu.stanford.nlp.util.CacheMap
create(String, boolean) - Static method in class edu.stanford.nlp.util.CacheMap
create() - Method in interface edu.stanford.nlp.util.Factory
Creates and returns a new instance of the given type.
create(String) - Static method in class edu.stanford.nlp.util.MetaClass
Creates a new MetaClass (helper method)
create(Class<?>) - Static method in class edu.stanford.nlp.util.MetaClass
Creates a new MetaClass (helper method)
CREATE_REGEX_FUNCTION - Static variable in class edu.stanford.nlp.ling.tokensregex.types.ValueFunctions
createAnnotationExtractor(Env, SequenceMatchRules.AnnotationExtractRule) - Static method in class edu.stanford.nlp.ling.tokensregex.SequenceMatchRules
createArrays(int) - Method in class edu.stanford.nlp.parser.lexparser.ExhaustivePCFGParser
createAssignmentRule(Env, AssignableExpression, Expression) - Static method in class edu.stanford.nlp.ling.tokensregex.SequenceMatchRules
createClassifier(double[]) - Method in interface edu.stanford.nlp.classify.ClassifierCreator
createClassifier(double[]) - Method in class edu.stanford.nlp.classify.LinearClassifierFactory.LinearClassifierCreator
createCoreMap(CoreMap, String, int, int, CoreTokenFactory<T>) - Static method in class edu.stanford.nlp.pipeline.ChunkAnnotationUtils
createDataset(Annotation) - Method in class edu.stanford.nlp.ie.machinereading.BasicRelationExtractor
createDataset(List<CoreMap>) - Static method in class edu.stanford.nlp.ie.machinereading.structure.AnnotationUtils
Given a list of sentences (as CoreMaps), wrap it in a new Annotation.
createDatum(RelationMention) - Method in class edu.stanford.nlp.ie.machinereading.BasicRelationExtractor
createDatum(RelationMention, String) - Method in class edu.stanford.nlp.ie.machinereading.BasicRelationExtractor
createDatum(RelationMention) - Method in class edu.stanford.nlp.ie.machinereading.BasicRelationFeatureFactory
createDatum(RelationMention, Logger) - Method in class edu.stanford.nlp.ie.machinereading.BasicRelationFeatureFactory
createDatum(RelationMention, String) - Method in class edu.stanford.nlp.ie.machinereading.BasicRelationFeatureFactory
createDatum(RelationMention, String) - Method in class edu.stanford.nlp.ie.machinereading.RelationFeatureFactory
createDatum(RelationMention) - Method in class edu.stanford.nlp.ie.machinereading.RelationFeatureFactory
createDocument() - Static method in class edu.stanford.nlp.time.XMLUtils
createElement(String) - Static method in class edu.stanford.nlp.time.XMLUtils
createExtractionRule(Env, Map<String, Object>) - Static method in class edu.stanford.nlp.ling.tokensregex.SequenceMatchRules
createExtractionRule(Env, String, Object, Expression) - Static method in class edu.stanford.nlp.ling.tokensregex.SequenceMatchRules
createExtractor() - Method in class edu.stanford.nlp.time.GenericTimeExpressionPatterns
createExtractor() - Static method in class edu.stanford.nlp.time.TimeExpressionExtractorFactory
createExtractor(String, Properties) - Static method in class edu.stanford.nlp.time.TimeExpressionExtractorFactory
createExtractor() - Method in interface edu.stanford.nlp.time.TimeExpressionPatterns
Creates a CoreMapExpressionExtractor that knows how
to extract time related expressions from text into CoreMaps
createExtractorFromFile(Env, String) - Static method in class edu.stanford.nlp.ling.tokensregex.CoreMapExpressionExtractor
Creates an extractor using the specified environment, and reading the rules from the given filename.
createExtractorFromFiles(Env, String...) - Static method in class edu.stanford.nlp.ling.tokensregex.CoreMapExpressionExtractor
Creates an extractor using the specified environment, and reading the rules from the given filenames
createExtractorFromFiles(Env, List<String>) - Static method in class edu.stanford.nlp.ling.tokensregex.CoreMapExpressionExtractor
Creates an extractor using the specified environment, and reading the rules from the given filenames.
createExtractorFromString(Env, String) - Static method in class edu.stanford.nlp.ling.tokensregex.CoreMapExpressionExtractor
Creates an extractor using the specified environment, and reading the rules from the given string
createFactory(Class<?>...) - Method in class edu.stanford.nlp.util.MetaClass
Creates a factory for producing instances of this class from a
constructor taking the given types as arguments
createFactory(String...) - Method in class edu.stanford.nlp.util.MetaClass
Creates a factory for producing instances of this class from a
constructor taking the given types as arguments
createFactory(Object...) - Method in class edu.stanford.nlp.util.MetaClass
Creates a factory for producing instances of this class from a
constructor taking objects of the types given
createFromFile(String) - Method in class edu.stanford.nlp.pipeline.AbstractTextAnnotationCreator
createFromFile(File) - Method in class edu.stanford.nlp.pipeline.AbstractTextAnnotationCreator
createFromFile(String) - Method in interface edu.stanford.nlp.pipeline.AnnotationCreator
createFromFile(File) - Method in interface edu.stanford.nlp.pipeline.AnnotationCreator
createFromText(String) - Method in interface edu.stanford.nlp.pipeline.AnnotationCreator
createFromText(String) - Method in class edu.stanford.nlp.pipeline.TextAnnotationCreator
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(ClassicCounter<List<T>>, int) - Static method in class edu.stanford.nlp.fsm.TransducerGraph
createIndex() - Method in class edu.stanford.nlp.maxent.Experiments
createIndex(Map<String, List<CoreLabel>>, Properties, Set<String>, String, Function<CoreLabel, Map<String, String>>) - Static method in class edu.stanford.nlp.patterns.InvertedIndexByTokens
createIndex(Class<? extends SentenceIndex>, Map<String, List<CoreLabel>>, Properties, Set<String>, String, Function<CoreLabel, Map<String, String>>) - Static method in class edu.stanford.nlp.patterns.SentenceIndex
createIndexedWordProtoFromCL(CoreLabel) - Method in class edu.stanford.nlp.pipeline.ProtobufAnnotationSerializer
createIndexedWordProtoFromIW(IndexedWord) - Method in class edu.stanford.nlp.pipeline.ProtobufAnnotationSerializer
createIndexIfUsingDBAndNotExists() - Method in class edu.stanford.nlp.patterns.surface.PatternsForEachToken
createIndexIfUsingDBAndNotExists() - Method in class edu.stanford.nlp.patterns.surface.PatternsForEachTokenDB
createIndexIfUsingDBAndNotExists() - Method in class edu.stanford.nlp.patterns.surface.PatternsForEachTokenInMemory
createInstance(Object...) - Method in class edu.stanford.nlp.util.MetaClass.ClassFactory
Creates an instance of the class produced in this factory
createInstance(Object...) - Method in class edu.stanford.nlp.util.MetaClass
Create an instance of the class, inferring the type automatically, and
given an array of objects as constructor parameters NOTE: the resulting
instance will [unlike java] invoke the most narrow constructor rather
than the one which matches the signature passed to this function
createInstance(Class<E>, Object...) - Method in class edu.stanford.nlp.util.MetaClass
Creates an instance of the class, forcing a cast to a certain type and
given an array of objects as constructor parameters NOTE: the resulting
instance will [unlike java] invoke the most narrow constructor rather
than the one which matches the signature passed to this function
createLinearClassifier(double[]) - Method in class edu.stanford.nlp.classify.LinearClassifierFactory.LinearClassifierCreator
createMatchedExpression(Interval<Integer>, Interval<Integer>) - Method in class edu.stanford.nlp.ling.tokensregex.MatchedExpression.SingleAnnotationExtractor
createMultiTokenPatternRule(Env, SequenceMatchRules.AnnotationExtractRule, List<TokenSequencePattern>) - Static method in class edu.stanford.nlp.ling.tokensregex.SequenceMatchRules
createNERClassifierCombiner(String, Properties) - Static method in class edu.stanford.nlp.ie.NERClassifierCombiner
This factory method is used to create the NERClassifierCombiner used in NERCombinerAnnotator
(and, thence, in StanfordCoreNLP).
createNERClassifierCombiner(String, Set<String>, Properties) - Static method in class edu.stanford.nlp.ie.NERClassifierCombiner
This factory method is used to create the NERClassifierCombiner used in NERCombinerAnnotator
(and, thence, in StanfordCoreNLP).
createOrGet(String) - Static method in class edu.stanford.nlp.patterns.CandidatePhrase
createOrGet(String, String) - Static method in class edu.stanford.nlp.patterns.CandidatePhrase
createOrGet(String, String, Counter<String>) - Static method in class edu.stanford.nlp.patterns.CandidatePhrase
createOutputter(Properties, AnnotationOutputter.Options) - Static method in class edu.stanford.nlp.pipeline.StanfordCoreNLP
createPats - Variable in class edu.stanford.nlp.patterns.GetPatternsFromDataMultiClass
createPattern(String) - Method in class edu.stanford.nlp.ling.tokensregex.MultiWordStringMatcher
CreatePatterns <E > - Class in edu.stanford.nlp.patterns.surface
CreatePatterns(Properties, ConstantsAndVariables) - Constructor for class edu.stanford.nlp.patterns.surface.CreatePatterns
CreatePatterns.CreatePatternsThread - Class in edu.stanford.nlp.patterns.surface
CreatePatternsThread(Map<String, DataInstance>, List<String>, Properties, ConstantsAndVariables.PatternForEachTokenWay) - Constructor for class edu.stanford.nlp.patterns.surface.CreatePatterns.CreatePatternsThread
createProbabilisticClassifier(double[]) - Method in class edu.stanford.nlp.classify.LinearClassifierFactory.LinearClassifierCreator
createProbabilisticClassifier(double[]) - Method in interface edu.stanford.nlp.classify.ProbabilisticClassifierCreator
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
createRecord(Properties, String) - Static method in class edu.stanford.nlp.tagger.io.TaggedFileRecord
createRecords(Properties, String) - Static method in class edu.stanford.nlp.tagger.io.TaggedFileRecord
createRule(Env, Expressions.CompositeValue) - Static method in class edu.stanford.nlp.ling.tokensregex.SequenceMatchRules
CreateSubtreeNode - Class in edu.stanford.nlp.trees.tregex.tsurgeon
Given the start and end children of a particular node, takes all
children between start and end (including the endpoints) and
combines them in a new node with the given label.
CreateSubtreeNode(TsurgeonPattern, AuxiliaryTree) - Constructor for class edu.stanford.nlp.trees.tregex.tsurgeon.CreateSubtreeNode
CreateSubtreeNode(TsurgeonPattern, TsurgeonPattern, AuxiliaryTree) - Constructor for class edu.stanford.nlp.trees.tregex.tsurgeon.CreateSubtreeNode
createTemporal(SUTime.StandardTemporalType, T) - Static method in class edu.stanford.nlp.time.SUTime
createTemporal(SUTime.StandardTemporalType, String, T) - Static method in class edu.stanford.nlp.time.SUTime
createTemporal(SUTime.StandardTemporalType, String, String, T) - Static method in class edu.stanford.nlp.time.SUTime
createTemporal(int) - Method in enum edu.stanford.nlp.time.SUTime.StandardTemporalType
createTemporal(int) - Method in enum edu.stanford.nlp.time.SUTime.TimeUnit
createTestDatum(RelationMention, Logger) - Method in class edu.stanford.nlp.ie.machinereading.BasicRelationFeatureFactory
createTestDatum(RelationMention, Logger) - Method in class edu.stanford.nlp.ie.machinereading.RelationFeatureFactory
createTextNode(String) - Static method in class edu.stanford.nlp.time.XMLUtils
createTextPatternRule(Env, String, Expression) - Static method in class edu.stanford.nlp.ling.tokensregex.SequenceMatchRules
createTokenPatternRule(Env, SequencePattern.PatternExpr, Expression) - Static method in class edu.stanford.nlp.ling.tokensregex.SequenceMatchRules
CreateTransitionSequence - Class in edu.stanford.nlp.parser.shiftreduce
createTransitionSequence(Tree) - Static method in class edu.stanford.nlp.parser.shiftreduce.CreateTransitionSequence
createTransitionSequence(Tree, boolean, Set<String>, Set<String>) - Static method in class edu.stanford.nlp.parser.shiftreduce.CreateTransitionSequence
createTransitionSequences(List<Tree>, boolean, Set<String>, Set<String>) - Static method in class edu.stanford.nlp.parser.shiftreduce.CreateTransitionSequence
createUnrelatedRelation(RelationMentionFactory, ExtractionObject...) - Static method in class edu.stanford.nlp.ie.machinereading.structure.RelationMention
createUnrelatedRelations - Variable in class edu.stanford.nlp.ie.machinereading.BasicRelationExtractor
If true, it creates automatically negative examples by generating all combinations between EntityMentions in a sentence
This is the common behavior, but for some domain (i.e., KBP) it must disabled.
createUnrelatedRelations - Static variable in class edu.stanford.nlp.ie.machinereading.MachineReadingProperties
createUnrelatedRelations - Variable in class edu.stanford.nlp.ie.machinereading.RelationExtractorResultsPrinter
createUpsertFunction() - Method in class edu.stanford.nlp.patterns.surface.PatternsForEachTokenDB
createUpsertFunctionPatternIndex() - Method in class edu.stanford.nlp.patterns.surface.PatternsForEachTokenDB
createValue(String, T, String...) - Static method in class edu.stanford.nlp.ling.tokensregex.types.Expressions
CRFBiasedClassifier <IN extends CoreMap > - Class in edu.stanford.nlp.ie.crf
CRFBiasedClassifier is used to adjust the precision-recall tradeoff
of any CRF model implemented using CRFClassifier.
CRFBiasedClassifier(Properties) - Constructor for class edu.stanford.nlp.ie.crf.CRFBiasedClassifier
CRFBiasedClassifier(SeqClassifierFlags) - Constructor for class edu.stanford.nlp.ie.crf.CRFBiasedClassifier
CRFClassifier <IN extends CoreMap > - Class in edu.stanford.nlp.ie.crf
Class for sequence classification using a Conditional Random Field model.
CRFClassifier() - Constructor for class edu.stanford.nlp.ie.crf.CRFClassifier
CRFClassifier(Properties) - Constructor for class edu.stanford.nlp.ie.crf.CRFClassifier
CRFClassifier(SeqClassifierFlags) - Constructor for class edu.stanford.nlp.ie.crf.CRFClassifier
CRFClassifier(CRFClassifier<IN>) - Constructor for class edu.stanford.nlp.ie.crf.CRFClassifier
Makes a copy of the crf classifier
CRFClassifierEvaluator <IN extends CoreMap > - Class in edu.stanford.nlp.ie.crf
Evaluates CRFClassifier on a set of data
- called by QNMinimizer periodically
- If evalCmd is set, runs command line specified by evalCmd
otherwise does evaluation internally
NOTE: when running conlleval with exec on Linux, linux will first
fork process by duplicating memory of current process.
CRFClassifierEvaluator(String, CRFClassifier<IN>, Collection<List<IN>>, List<Triple<int[][][], int[], double[][][]>>) - Constructor for class edu.stanford.nlp.ie.crf.CRFClassifierEvaluator
CRFClassifierEvaluator(String, CRFClassifier<IN>) - Constructor for class edu.stanford.nlp.ie.crf.CRFClassifierEvaluator
CRFClassifierFloat <IN extends CoreMap > - Class in edu.stanford.nlp.ie.crf
Subclass of CRFClassifier that performs dropout feature-noisying training
CRFClassifierFloat() - Constructor for class edu.stanford.nlp.ie.crf.CRFClassifierFloat
CRFClassifierFloat(Properties) - Constructor for class edu.stanford.nlp.ie.crf.CRFClassifierFloat
CRFClassifierFloat(SeqClassifierFlags) - Constructor for class edu.stanford.nlp.ie.crf.CRFClassifierFloat
CRFClassifierNoisyLabel <IN extends CoreMap > - Class in edu.stanford.nlp.ie.crf
Subclass of CRFClassifier for modeling noisy label
CRFClassifierNoisyLabel(SeqClassifierFlags) - Constructor for class edu.stanford.nlp.ie.crf.CRFClassifierNoisyLabel
CRFClassifierNonlinear <IN extends CoreMap > - Class in edu.stanford.nlp.ie.crf
Subclass of
CRFClassifier
for implementing the nonlinear architecture in [Wang and Manning IJCNLP-2013 Effect of Nonlinear ...].
CRFClassifierNonlinear() - Constructor for class edu.stanford.nlp.ie.crf.CRFClassifierNonlinear
CRFClassifierNonlinear(Properties) - Constructor for class edu.stanford.nlp.ie.crf.CRFClassifierNonlinear
CRFClassifierNonlinear(SeqClassifierFlags) - Constructor for class edu.stanford.nlp.ie.crf.CRFClassifierNonlinear
CRFClassifierWithDropout <IN extends CoreMap > - Class in edu.stanford.nlp.ie.crf
Subclass of CRFClassifier that performs dropout feature-noising training.
CRFClassifierWithDropout(SeqClassifierFlags) - Constructor for class edu.stanford.nlp.ie.crf.CRFClassifierWithDropout
CRFClassifierWithLOP <IN extends CoreMap > - Class in edu.stanford.nlp.ie.crf
Subclass of
CRFClassifier
for learning Logarithmic Opinion Pools.
CRFClassifierWithLOP() - Constructor for class edu.stanford.nlp.ie.crf.CRFClassifierWithLOP
CRFClassifierWithLOP(Properties) - Constructor for class edu.stanford.nlp.ie.crf.CRFClassifierWithLOP
CRFClassifierWithLOP(SeqClassifierFlags) - Constructor for class edu.stanford.nlp.ie.crf.CRFClassifierWithLOP
CRFCliqueTree <E > - Class in edu.stanford.nlp.ie.crf
Builds a CliqueTree (an array of FactorTable) and does message passing
inference along it.
CRFCliqueTree(FactorTable[], Index<E>, E) - Constructor for class edu.stanford.nlp.ie.crf.CRFCliqueTree
Initialize a clique tree.
CRFDatum <FEAT ,LAB > - Class in edu.stanford.nlp.ie.crf
The representation of Datums used internally in CRFClassifier.
CRFDatum(List<FEAT>, LAB, List<double[]>) - Constructor for class edu.stanford.nlp.ie.crf.CRFDatum
Constructs a new BasicDatum with the given features and label.
CRFFeatureExporter <IN extends CoreMap > - Class in edu.stanford.nlp.ie.crf
Exports CRF features for use with other programs.
CRFFeatureExporter(CRFClassifier<IN>) - Constructor for class edu.stanford.nlp.ie.crf.CRFFeatureExporter
CRFLabel - Class in edu.stanford.nlp.ie.crf
CRFLabel(int[]) - Constructor for class edu.stanford.nlp.ie.crf.CRFLabel
CRFLogConditionalObjectiveFloatFunction - Class in edu.stanford.nlp.ie.crf
CRFLogConditionalObjectiveFunction - Class in edu.stanford.nlp.ie.crf
CRFLogConditionalObjectiveFunctionForLOP - Class in edu.stanford.nlp.ie.crf
CRFLogConditionalObjectiveFunctionNoisyLabel - Class in edu.stanford.nlp.ie.crf
CRFLogConditionalObjectiveFunctionWithDropout - Class in edu.stanford.nlp.ie.crf
CRFNonLinearLogConditionalObjectiveFunction - Class in edu.stanford.nlp.ie.crf
CRFNonLinearSecondOrderLogConditionalObjectiveFunction - Class in edu.stanford.nlp.ie.crf
CRForder - Variable in class edu.stanford.nlp.sequences.SeqClassifierFlags
crfSegmenterProp - Variable in class edu.stanford.nlp.sequences.SeqClassifierFlags
crfToExamine - Variable in class edu.stanford.nlp.sequences.SeqClassifierFlags
crfType - Variable in class edu.stanford.nlp.sequences.SeqClassifierFlags
CRFwindow - Variable in class edu.stanford.nlp.sequences.SeqClassifierFlags
cross(Set<E>, Set<F>) - Static method in class edu.stanford.nlp.util.Sets
Returns the set cross product of s1 and s2, as Pair
s
CROSS_OUT - Static variable in class edu.stanford.nlp.util.logging.Redwood.Util
crossEntropy(Counter<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.
crossValidate(GeneralDataset<String, String>, List<String[]>) - Method in class edu.stanford.nlp.classify.ColumnDataClassifier
Run cross-validation on a dataset, and return accuracy and macro-F1 scores.
crossValidate - Static variable in class edu.stanford.nlp.ie.machinereading.MachineReadingProperties
crossValidateSetC(GeneralDataset<L, F>, int, Scorer<L>, LineSearcher) - Method in class edu.stanford.nlp.classify.SVMLightClassifierFactory
This method will cross validate on the given data and number of folds
to find the optimal C.
crossValidateSetSigma(GeneralDataset<L, F>) - Method in class edu.stanford.nlp.classify.LinearClassifierFactory
crossValidateSetSigma(GeneralDataset<L, F>, int) - Method in class edu.stanford.nlp.classify.LinearClassifierFactory
crossValidateSetSigma(GeneralDataset<L, F>, int, Scorer<L>) - Method in class edu.stanford.nlp.classify.LinearClassifierFactory
crossValidateSetSigma(GeneralDataset<L, F>, int, LineSearcher) - Method in class edu.stanford.nlp.classify.LinearClassifierFactory
crossValidateSetSigma(GeneralDataset<L, F>, int, Scorer<L>, LineSearcher) - Method in class edu.stanford.nlp.classify.LinearClassifierFactory
Sets the sigma parameter to a value that optimizes the cross-validation score given by scorer
.
CrossValidator <L ,F > - Class in edu.stanford.nlp.classify
This class is meant to simplify performing cross validation of
classifiers for hyper-parameters.
CrossValidator(GeneralDataset<L, F>) - Constructor for class edu.stanford.nlp.classify.CrossValidator
CrossValidator(GeneralDataset<L, F>, int) - Constructor for class edu.stanford.nlp.classify.CrossValidator
CrossValidator.SavedState - Class in edu.stanford.nlp.classify
ctb_pre_dict - Variable in class edu.stanford.nlp.tagger.maxent.CtbDict
ctb_suf_dict - Variable in class edu.stanford.nlp.tagger.maxent.CtbDict
CtbDict - Class in edu.stanford.nlp.tagger.maxent
CTBErrorCorrectingTreeNormalizer - Class in edu.stanford.nlp.trees.international.pennchinese
This was originally written to correct a few errors Galen found in CTB3.
CTBErrorCorrectingTreeNormalizer() - Constructor for class edu.stanford.nlp.trees.international.pennchinese.CTBErrorCorrectingTreeNormalizer
Constructor with all of the options of the other constructor false
CTBErrorCorrectingTreeNormalizer(boolean, boolean, boolean, boolean) - Constructor for class edu.stanford.nlp.trees.international.pennchinese.CTBErrorCorrectingTreeNormalizer
Build a CTBErrorCorrectingTreeNormalizer.
CTBErrorCorrectingTreeNormalizer.CTBErrorCorrectingTreeReaderFactory - Class in edu.stanford.nlp.trees.international.pennchinese
So you can create a TreeReaderFactory using this TreeNormalizer easily by reflection.
CTBErrorCorrectingTreeReaderFactory() - Constructor for class edu.stanford.nlp.trees.international.pennchinese.CTBErrorCorrectingTreeNormalizer.CTBErrorCorrectingTreeReaderFactory
CTBTreeReaderFactory - Class in edu.stanford.nlp.trees.international.pennchinese
The CTBTreeReaderFactory
is a factory for creating a
TreeReader suitable for the Penn Chinese Treebank (CTB).
CTBTreeReaderFactory() - Constructor for class edu.stanford.nlp.trees.international.pennchinese.CTBTreeReaderFactory
CTBTreeReaderFactory(TreeNormalizer) - Constructor for class edu.stanford.nlp.trees.international.pennchinese.CTBTreeReaderFactory
CTBTreeReaderFactory(TreeNormalizer, boolean) - Constructor for class edu.stanford.nlp.trees.international.pennchinese.CTBTreeReaderFactory
CTBTreeReaderFactory.NoEmptiesCTBTreeReaderFactory - Class in edu.stanford.nlp.trees.international.pennchinese
CTBunkDict - Class in edu.stanford.nlp.tagger.maxent
CUR_WORD_MIN_FEATURE_THRESH - Static variable in class edu.stanford.nlp.tagger.maxent.TaggerConfig
curElement - Variable in class edu.stanford.nlp.optimization.AbstractStochasticCachingDiffFunction
curF1 - Variable in class edu.stanford.nlp.parser.metrics.AbstractEval
CURRENCY_SYMBOL_PATTERN - Static variable in class edu.stanford.nlp.ie.regexp.NumberSequenceClassifier
CURRENCY_WORD_PATTERN - Static variable in class edu.stanford.nlp.ie.regexp.NumberSequenceClassifier
current() - Static method in class edu.stanford.nlp.util.logging.RedwoodConfiguration
The current Redwood configuration; this is used to make incremental changes
to an existing custom configuration.
CURRENT_SIEVE_FOR_TRAIN_PROP - Static variable in class edu.stanford.nlp.hcoref.CorefProperties
currentDocId - Static variable in class edu.stanford.nlp.scoref.Clusterer
currentDocumentID - Variable in class edu.stanford.nlp.dcoref.MentionExtractor
currentPatternWeights - Variable in class edu.stanford.nlp.patterns.GetPatternsFromDataMultiClass
currentToken - Variable in exception edu.stanford.nlp.ling.tokensregex.parser.ParseException
This is the last token that has been consumed successfully.
currentToken - Variable in exception edu.stanford.nlp.semgraph.semgrex.ParseException
This is the last token that has been consumed successfully.
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.
custom(Properties, String) - Method in class edu.stanford.nlp.pipeline.AnnotatorImplementations
CUSTOM_ANNOTATOR_PREFIX - Static variable in class edu.stanford.nlp.pipeline.StanfordCoreNLP
CustomAnnotationSerializer - Class in edu.stanford.nlp.pipeline
Serializes Annotation objects using our own format.
CustomAnnotationSerializer() - Constructor for class edu.stanford.nlp.pipeline.CustomAnnotationSerializer
CustomAnnotationSerializer(boolean, boolean) - Constructor for class edu.stanford.nlp.pipeline.CustomAnnotationSerializer
CustomDateFormatExtractor(String, String) - Constructor for class edu.stanford.nlp.time.TimeFormatter.CustomDateFormatExtractor
cutoffRelations - Variable in class edu.stanford.nlp.patterns.dep.ExtractPhraseFromPattern
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
cutoffTags - Static variable in class edu.stanford.nlp.patterns.dep.ExtractPhraseFromPattern
cvAveragedModels - Variable in class edu.stanford.nlp.parser.shiftreduce.ShiftReduceTrainOptions
Cross-validate over the number of models to average, using the
dev set, to figure out which number between 1 and averagedModels
we actually want to use
cwa() - Method in class edu.stanford.nlp.classify.PRCurve
confidence weighted accuracy assuming the scores are probabilities and using .5 as treshold
cwaArray() - Method in class edu.stanford.nlp.classify.PRCurve
confidence weighted accuracy assuming the scores are probabilities and using .5 as treshold
CYAN - Static variable in class edu.stanford.nlp.util.logging.Redwood.Util
gain - Variable in class edu.stanford.nlp.optimization.SGDToQNMinimizer
gain - Variable in class edu.stanford.nlp.optimization.StochasticMinimizer
GainCompute(Feature, double) - Method in class edu.stanford.nlp.maxent.iis.LambdaSolve
Computes the gain from a feature.
gainSchedule(int, double) - Static method in class edu.stanford.nlp.optimization.StochasticMinimizer
gainSGD - Variable in class edu.stanford.nlp.sequences.SeqClassifierFlags
Gale2007ChineseSegmenterFeatureFactory <IN extends CoreLabel > - Class in edu.stanford.nlp.wordseg
A Chinese segmenter Feature Factory for the GALE project.
Gale2007ChineseSegmenterFeatureFactory() - Constructor for class edu.stanford.nlp.wordseg.Gale2007ChineseSegmenterFeatureFactory
gamma(double) - Static method in class edu.stanford.nlp.math.SloppyMath
Approximation to gamma function.
gapDecode(byte[]) - Static method in class edu.stanford.nlp.util.ArrayUtils
gapDecode(byte[], int, int) - Static method in class edu.stanford.nlp.util.ArrayUtils
gapDecodeList(byte[]) - Static method in class edu.stanford.nlp.util.ArrayUtils
gapDecodeList(byte[], int, int) - Static method in class edu.stanford.nlp.util.ArrayUtils
gapEncode(int[]) - Static method in class edu.stanford.nlp.util.ArrayUtils
gapEncodeList(int[]) - Static method in class edu.stanford.nlp.util.ArrayUtils
GazAnnotation() - Constructor for class edu.stanford.nlp.ling.CoreAnnotations.GazAnnotation
GazetteerAnnotation() - Constructor for class edu.stanford.nlp.ling.CoreAnnotations.GazetteerAnnotation
gazetteerLocation - Variable in class edu.stanford.nlp.ie.machinereading.BasicEntityExtractor
gazettes - Variable in class edu.stanford.nlp.sequences.SeqClassifierFlags
gazFilesFile - Variable in class edu.stanford.nlp.sequences.SeqClassifierFlags
geDebug - Variable in class edu.stanford.nlp.sequences.SeqClassifierFlags
gen - Variable in class edu.stanford.nlp.optimization.SGDMinimizer
gen - Variable in class edu.stanford.nlp.optimization.SGDWithAdaGradAndFOBOS
gen - Variable in class edu.stanford.nlp.optimization.StochasticMinimizer
gender - Variable in class edu.stanford.nlp.dcoref.CorefChain.CorefMention
gender - Variable in class edu.stanford.nlp.dcoref.Mention
gender - Variable in class edu.stanford.nlp.hcoref.data.CorefChain.CorefMention
gender - Variable in class edu.stanford.nlp.hcoref.data.Mention
gender(Properties, AnnotatorImplementations) - Static method in class edu.stanford.nlp.pipeline.AnnotatorFactories
gender(Properties, boolean) - Method in class edu.stanford.nlp.pipeline.AnnotatorImplementations
Annotate for gender of tokens
GENDER_FIELD_NUMBER - Static variable in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.CorefMention
GENDER_FIELD_NUMBER - Static variable in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
GENDER_FIELD_NUMBER - Static variable in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token
GENDER_NUMBER_PROP - Static variable in class edu.stanford.nlp.dcoref.Constants
GENDER_NUMBER_PROP - Static variable in class edu.stanford.nlp.hcoref.CorefProperties
GENDER_REQUIREMENT - Static variable in interface edu.stanford.nlp.pipeline.Annotator
GenderAnnotation() - Constructor for class edu.stanford.nlp.ie.machinereading.structure.MachineReadingAnnotations.GenderAnnotation
GenderAnnotator - Class in edu.stanford.nlp.pipeline
This class adds gender information (MALE / FEMALE) to tokens as GenderAnnotations.
GenderAnnotator() - Constructor for class edu.stanford.nlp.pipeline.GenderAnnotator
GenderAnnotator(boolean, String) - Constructor for class edu.stanford.nlp.pipeline.GenderAnnotator
genderNumber - Variable in class edu.stanford.nlp.dcoref.Dictionaries
genderNumber - Variable in class edu.stanford.nlp.hcoref.data.Dictionaries
genders - Variable in class edu.stanford.nlp.dcoref.CorefCluster
genders - Variable in class edu.stanford.nlp.hcoref.data.CorefCluster
gendersAgree(Mention) - Method in class edu.stanford.nlp.dcoref.Mention
gendersAgree(Mention, boolean) - Method in class edu.stanford.nlp.dcoref.Mention
gendersAgree(Mention) - Method in class edu.stanford.nlp.hcoref.data.Mention
gendersAgree(Mention, boolean) - Method in class edu.stanford.nlp.hcoref.data.Mention
GeneralDataset <L ,F > - Class in edu.stanford.nlp.classify
GeneralDataset() - Constructor for class edu.stanford.nlp.classify.GeneralDataset
GeneralizedCounter <K > - Class in edu.stanford.nlp.stats
A class for keeping double counts of
List
s of a
prespecified length.
GeneralizedCounter(int) - Constructor for class edu.stanford.nlp.stats.GeneralizedCounter
Constructs a new GeneralizedCounter of a specified depth
generalizedDependencyPath(List<SemanticGraphEdge>, IndexedWord) - Static method in class edu.stanford.nlp.ie.machinereading.BasicRelationFeatureFactory
GeneralizedExpectationObjectiveFunction <L ,F > - Class in edu.stanford.nlp.classify
Implementation of Generalized Expectation Objective function for
an I.I.D.
GeneralizedExpectationObjectiveFunction(GeneralDataset<L, F>, List<? extends Datum<L, F>>, List<F>) - Constructor for class edu.stanford.nlp.classify.GeneralizedExpectationObjectiveFunction
generalizeRelation(GrammaticalRelation) - Static method in class edu.stanford.nlp.ie.machinereading.BasicRelationFeatureFactory
generateCCProcessedDependencies(Tree) - Static method in class edu.stanford.nlp.semgraph.SemanticGraphFactory
Produces a CCProcessed SemanticGraph with no extras.
generateCCProcessedDependencies(GrammaticalStructure) - Static method in class edu.stanford.nlp.semgraph.SemanticGraphFactory
Produces a CCProcessed SemanticGraph with no extras.
generateCCProcessedDependencies(GrammaticalStructure, GrammaticalStructure.Extras) - Static method in class edu.stanford.nlp.semgraph.SemanticGraphFactory
Produces a CCProcessed SemanticGraph with optional extras.
generateCollapsedDependencies(Tree) - Static method in class edu.stanford.nlp.semgraph.SemanticGraphFactory
Produces a Collapsed SemanticGraph with no extras.
generateCollapsedDependencies(GrammaticalStructure) - Static method in class edu.stanford.nlp.semgraph.SemanticGraphFactory
Produces a Collapsed SemanticGraph with no extras.
generateCollapsedDependencies(GrammaticalStructure, GrammaticalStructure.Extras) - Static method in class edu.stanford.nlp.semgraph.SemanticGraphFactory
Produces a Collapsed SemanticGraph with optional extras.
generateOriginalDependencies - Variable in class edu.stanford.nlp.parser.lexparser.AbstractTreebankParserParams
generateOriginalDependencies() - Method in class edu.stanford.nlp.parser.lexparser.AbstractTreebankParserParams
generateOriginalDependencies() - Method in interface edu.stanford.nlp.parser.lexparser.TreebankLangParserParams
Whether to generate original Stanford Dependencies or the newer
Universal Dependencies.
generateOriginalDependencies - Variable in class edu.stanford.nlp.trees.AbstractTreebankLanguagePack
For languages where a Universal Dependency converter
exists this variable determines whether the original
or the Universal converter will be used.
generateOriginalDependencies() - Method in class edu.stanford.nlp.trees.AbstractTreebankLanguagePack
generateOriginalDependencies() - Method in class edu.stanford.nlp.trees.international.pennchinese.ChineseTreebankLanguagePack
Chinese does not support Universal Dependencies yet,
so always return true.
generateOriginalDependencies() - Method in interface edu.stanford.nlp.trees.TreebankLanguagePack
Used for languages where an original Stanford Dependency
converter and a Universal Dependency converter exists.
generateParseException() - Method in class edu.stanford.nlp.ling.tokensregex.parser.TokenSequenceParser
Generate ParseException.
generateUncollapsedDependencies(Tree) - Static method in class edu.stanford.nlp.semgraph.SemanticGraphFactory
Produces an Uncollapsed SemanticGraph with no extras.
generateUncollapsedDependencies(GrammaticalStructure) - Static method in class edu.stanford.nlp.semgraph.SemanticGraphFactory
Produces an Uncollapsed SemanticGraph with no extras.
generateUncollapsedDependencies(GrammaticalStructure, GrammaticalStructure.Extras) - Static method in class edu.stanford.nlp.semgraph.SemanticGraphFactory
Produces an Uncollapsed SemanticGraph with optional extras.
generator - Variable in class edu.stanford.nlp.optimization.AbstractCachingDiffFunction
generic - Variable in class edu.stanford.nlp.dcoref.Mention
generic - Variable in class edu.stanford.nlp.hcoref.data.Mention
GENERIC_FIELD_NUMBER - Static variable in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
GENERIC_TIME_WORDS - Static variable in class edu.stanford.nlp.ie.regexp.NumberSequenceClassifier
GenericAnnotationSerializer - Class in edu.stanford.nlp.pipeline
Serializes Annotation objects using the default Java serializer
GenericAnnotationSerializer(boolean) - Constructor for class edu.stanford.nlp.pipeline.GenericAnnotationSerializer
GenericAnnotationSerializer() - Constructor for class edu.stanford.nlp.pipeline.GenericAnnotationSerializer
GenericAnnotationSerializer.AppendingObjectOutputStream - Class in edu.stanford.nlp.pipeline
Turns out, an ObjectOutputStream cannot append to a file.
GenericDataSetReader - Class in edu.stanford.nlp.ie.machinereading
GenericDataSetReader() - Constructor for class edu.stanford.nlp.ie.machinereading.GenericDataSetReader
GenericDataSetReader(StanfordCoreNLP, boolean, boolean, boolean) - Constructor for class edu.stanford.nlp.ie.machinereading.GenericDataSetReader
genericKeys - Static variable in class edu.stanford.nlp.ling.CoreLabel
Generics - Class in edu.stanford.nlp.util
A collection of utilities to make dealing with Java generics less
painful and verbose.
GenericTimeExpressionPatterns - Class in edu.stanford.nlp.time
Provides generic mechanism to convert natural language into temporal representation
by reading patterns/rules specifying mapping between text and temporal objects
from file.
GenericTimeExpressionPatterns(Options) - Constructor for class edu.stanford.nlp.time.GenericTimeExpressionPatterns
GenericTokensAnnotation() - Constructor for class edu.stanford.nlp.ling.CoreAnnotations.GenericTokensAnnotation
genericValues - Static variable in class edu.stanford.nlp.ling.CoreLabel
GeniaAnnotation() - Constructor for class edu.stanford.nlp.ling.CoreAnnotations.GeniaAnnotation
genre - Variable in class edu.stanford.nlp.patterns.surface.SurfacePattern
genStop - Variable in class edu.stanford.nlp.parser.lexparser.Options
genTrainExamples(List<CoreMap>, List<DependencyTree>) - Method in class edu.stanford.nlp.parser.nndep.DependencyParser
genVals - Static variable in class edu.stanford.nlp.international.french.FrenchMorphoFeatureSpecification
German_VALUE - Static variable in enum edu.stanford.nlp.pipeline.CoreNLPProtos.Language
German = 5;
GermanUnknownWordModel - Class in edu.stanford.nlp.parser.lexparser
An unknown word model for German; relies on BaseUnknownWordModel plus number matching.
GermanUnknownWordModel(Options, Lexicon, Index<String>, Index<String>, ClassicCounter<IntTaggedWord>, Map<Label, ClassicCounter<String>>, Map<String, Float>, Set<String>) - Constructor for class edu.stanford.nlp.parser.lexparser.GermanUnknownWordModel
GermanUnknownWordModel(Options, Lexicon, Index<String>, Index<String>) - Constructor for class edu.stanford.nlp.parser.lexparser.GermanUnknownWordModel
This constructor creates an UWM with empty data structures.
GermanUnknownWordModelTrainer - Class in edu.stanford.nlp.parser.lexparser
GermanUnknownWordModelTrainer() - Constructor for class edu.stanford.nlp.parser.lexparser.GermanUnknownWordModelTrainer
get(String) - Method in class edu.stanford.nlp.ie.machinereading.common.StringDictionary
get(String, boolean) - Method in class edu.stanford.nlp.ie.machinereading.common.StringDictionary
Fetches the index of this string If mCreate is true, the entry is created
if it does not exist.
get(int) - Method in class edu.stanford.nlp.ie.machinereading.common.StringDictionary
Reverse mapping from integer key to string value
get(Class<? extends TypesafeMap.Key<VALUE>>) - Method in class edu.stanford.nlp.ling.IndexedWord
get(String) - Method in class edu.stanford.nlp.ling.tokensregex.Env
get(Object) - Method in class edu.stanford.nlp.ling.tokensregex.matcher.BoundedCostOrderedMap
get(Object) - Method in class edu.stanford.nlp.ling.tokensregex.matcher.TrieMap
get(Iterable<K>) - Method in class edu.stanford.nlp.ling.tokensregex.matcher.TrieMap
get(K[]) - Method in class edu.stanford.nlp.ling.tokensregex.matcher.TrieMap
get(Object) - Method in class edu.stanford.nlp.ling.tokensregex.PhraseTable
get(int) - Method in class edu.stanford.nlp.ling.tokensregex.SequenceMatcher
Returns the ith element
get(String) - Method in class edu.stanford.nlp.ling.tokensregex.types.Expressions.CompositeValue
get() - Method in class edu.stanford.nlp.ling.tokensregex.types.Expressions.SimpleExpression
get() - Method in class edu.stanford.nlp.ling.tokensregex.types.Expressions.SimpleValue
get() - Method in interface edu.stanford.nlp.ling.tokensregex.types.Value
The Java object representing the value of the expression.
get(int) - Method in class edu.stanford.nlp.maxent.Experiments
get(int) - Method in class edu.stanford.nlp.maxent.Features
get(String) - Method in class edu.stanford.nlp.neural.Embedding
get(String) - Method in class edu.stanford.nlp.pipeline.AnnotatorPool
Retrieve an Annotator from the pool.
get(String) - Method in class edu.stanford.nlp.semgraph.semgrex.Env
get(String) - Method in class edu.stanford.nlp.tagger.maxent.Dictionary
get(int) - Method in class edu.stanford.nlp.trees.MemoryTreebank
Get a tree by index from the Treebank.
get(Class<? extends TypesafeMap.Key<VALUE>>) - Method in class edu.stanford.nlp.util.ArrayCoreMap
Returns the value associated with the given key or null if
none is provided.
get(Object) - Method in class edu.stanford.nlp.util.ArrayMap
get(Object) - Method in class edu.stanford.nlp.util.CacheMap
get(Object) - Method in class edu.stanford.nlp.util.CollectionValuedMap
get(int) - Method in class edu.stanford.nlp.util.concurrent.ConcurrentHashIndex
get(U, U) - Method in class edu.stanford.nlp.util.ConfusionMatrix
Retrieves the number of entries with this guess and gold.
get(Object) - Method in class edu.stanford.nlp.util.DeltaCollectionValuedMap
get(int) - Method in class edu.stanford.nlp.util.DeltaIndex
get(Object) - Method in class edu.stanford.nlp.util.DeltaMap
This may cost twice what it would in the original Map.
get(int) - Method in class edu.stanford.nlp.util.HashIndex
Gets the object whose index is the integer argument.
get(int) - Method in interface edu.stanford.nlp.util.Index
Gets the object whose index is the integer argument.
get(int) - Method in class edu.stanford.nlp.util.IntTuple
get() - Method in class edu.stanford.nlp.util.Lazy
get(U, int) - Method in class edu.stanford.nlp.util.MapList
get(int) - Method in class edu.stanford.nlp.util.PaddedList
get(Properties, String, E, Type) - Static method in class edu.stanford.nlp.util.PropertiesUtils
Get the value of a property and automatically cast it to a specific type.
get(K1, K2, K3) - Method in class edu.stanford.nlp.util.ThreeDimensionalMap
get(K1, K2) - Method in class edu.stanford.nlp.util.ThreeDimensionalMap
get(K1) - Method in class edu.stanford.nlp.util.ThreeDimensionalMap
get(K1, K2) - Method in class edu.stanford.nlp.util.TwoDimensionalCollectionValuedMap
get(K1, K2) - Method in class edu.stanford.nlp.util.TwoDimensionalMap
get(K1) - Method in class edu.stanford.nlp.util.TwoDimensionalMap
get(Class<? extends TypesafeMap.Key<VALUE>>) - Method in interface edu.stanford.nlp.util.TypesafeMap
Returns the value associated with the given key or null if
none is provided.
get1GramRank(String) - Static method in class edu.stanford.nlp.util.GoogleNGramsSQLBacked
GET_ANNOTATION_TAG_FUNCTION - Static variable in class edu.stanford.nlp.ling.tokensregex.types.ValueFunctions
GET_VALUE_TAG_FUNCTION - Static variable in class edu.stanford.nlp.ling.tokensregex.types.ValueFunctions
getAccCoverage() - Method in class edu.stanford.nlp.stats.MultiClassAccuracyStats
getAccuracy() - Method in class edu.stanford.nlp.stats.MultiClassPrecisionRecallExtendedStats
getAccuracyDescription(int) - Method in class edu.stanford.nlp.stats.MultiClassPrecisionRecallExtendedStats
Returns a String summarizing overall accuracy that will print nicely.
getAccuracyInfo() - Method in class edu.stanford.nlp.stats.MultiClassPrecisionRecallExtendedStats
Return overall per token accuracy
getAcl(String) - Static method in class edu.stanford.nlp.trees.UniversalEnglishGrammaticalRelations
The "acl" grammatical relation.
getAcls() - Static method in class edu.stanford.nlp.trees.UniversalEnglishGrammaticalRelations
getAction() - Method in class edu.stanford.nlp.ling.tokensregex.SequencePattern
getActiveTreebanks() - Method in class edu.stanford.nlp.trees.tregex.gui.FilePanel
Returns all treebanks corresponding to the files stored in the panel that
are selected
getAdaptationPrior(double[], LogPrior) - Static method in class edu.stanford.nlp.classify.LogPrior
getAdvcl(String) - Static method in class edu.stanford.nlp.trees.UniversalEnglishGrammaticalRelations
The "advcl" grammatical relation.
getAdvcls() - Static method in class edu.stanford.nlp.trees.UniversalEnglishGrammaticalRelations
getAfter() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional string after = 6;
getAfter() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token
optional string after = 6;
getAfter() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.TokenOrBuilder
optional string after = 6;
getAfterBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional string after = 6;
getAfterBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token
optional string after = 6;
getAfterBytes() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.TokenOrBuilder
optional string after = 6;
getAggregator(Map<Class, CoreMapAttributeAggregator>) - Static method in class edu.stanford.nlp.pipeline.CoreMapAggregator
getAggregator(Map<Class, CoreMapAttributeAggregator>, Class) - Static method in class edu.stanford.nlp.pipeline.CoreMapAggregator
getAggregator(Map<Class, CoreMapAttributeAggregator>, Class, CoreLabelTokenFactory) - Static method in class edu.stanford.nlp.pipeline.CoreMapAggregator
getAggregator(String) - Static method in class edu.stanford.nlp.pipeline.CoreMapAttributeAggregator
getAlignments() - Method in class edu.stanford.nlp.ling.tokensregex.matcher.ApproxMatch
getAll(Map<T, V>, Collection<T>) - Static method in class edu.stanford.nlp.util.CollectionUtils
Get all values corresponding to the indices (if they exist in the map).
getAll(Map<T, V>, Collection<T>) - Static method in class edu.stanford.nlp.util.Maps
get all values corresponding to the indices (if they exist in the map)
getAllEdges() - Method in class edu.stanford.nlp.graph.DirectedMultiGraph
getAllEdges() - Method in interface edu.stanford.nlp.graph.Graph
getAllEdges(IndexedWord, IndexedWord) - Method in class edu.stanford.nlp.semgraph.SemanticGraph
getAllEntityMentions() - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceDocument
getAllEventMentions() - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceDocument
getAllFiles(String) - Static method in class edu.stanford.nlp.patterns.GetPatternsFromDataMultiClass
getAllHighestScoringTreesTest(List<Tree>) - Method in class edu.stanford.nlp.parser.dvparser.DVParserCostAndGradient
getAllHolidays(Holidays, Set<Holiday>) - Static method in class edu.stanford.nlp.time.JollyDayHolidays
getAllHolidays(Configuration, Set<Holiday>) - Static method in class edu.stanford.nlp.time.JollyDayHolidays
getAllHolidays(Configuration) - Static method in class edu.stanford.nlp.time.JollyDayHolidays
getAllHolidaysCVMap(Set<Holiday>) - Method in class edu.stanford.nlp.time.JollyDayHolidays
getAllHolidaysCVMap(Configuration) - Method in class edu.stanford.nlp.time.JollyDayHolidays
getAllHolidaysMap(Set<Holiday>) - Method in class edu.stanford.nlp.time.JollyDayHolidays
getAllHolidaysMap(Configuration) - Method in class edu.stanford.nlp.time.JollyDayHolidays
getAllNodesByPartOfSpeechPattern(String) - Method in class edu.stanford.nlp.semgraph.SemanticGraph
getAllNodesByWordPattern(String) - Method in class edu.stanford.nlp.semgraph.SemanticGraph
Returns all nodes of type
IndexedWord
in this
SemanticGraph
having the given word or
regex, or returns empty list if no such found.
getAllOptions() - Method in class edu.stanford.nlp.patterns.ConstantsAndVariables
getAllOptions() - Method in class edu.stanford.nlp.patterns.GetPatternsFromDataMultiClass
getAllPatterns(Map<String, DataInstance>, Properties, ConstantsAndVariables.PatternForEachTokenWay) - Method in class edu.stanford.nlp.patterns.surface.CreatePatterns
creates all patterns and saves them in the correct PatternsForEachToken* class appropriately
getAllRelationMentions() - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceDocument
getAllRelations(RelationMentionFactory, CoreMap, boolean) - Static method in class edu.stanford.nlp.ie.machinereading.structure.AnnotationUtils
Get list of all relations and non-relations between EntityMentions in this sentence
Use with care.
getAllTranslations(String) - Method in class edu.stanford.nlp.trees.international.pennchinese.ChineseEnglishWordMap
getAllUnrelatedRelations(RelationMentionFactory, CoreMap, boolean) - Static method in class edu.stanford.nlp.ie.machinereading.structure.AnnotationUtils
getAllVertices() - Method in class edu.stanford.nlp.graph.DirectedMultiGraph
getAllVertices() - Method in interface edu.stanford.nlp.graph.Graph
getAlternateForms() - Method in class edu.stanford.nlp.ling.tokensregex.PhraseTable.Phrase
getAlternativeDependencies() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
optional .edu.stanford.nlp.pipeline.DependencyGraph alternativeDependencies = 13;
getAlternativeDependencies() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence
optional .edu.stanford.nlp.pipeline.DependencyGraph alternativeDependencies = 13;
getAlternativeDependencies() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceOrBuilder
optional .edu.stanford.nlp.pipeline.DependencyGraph alternativeDependencies = 13;
getAlternativeDependenciesBuilder() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
optional .edu.stanford.nlp.pipeline.DependencyGraph alternativeDependencies = 13;
getAlternativeDependenciesOrBuilder() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
optional .edu.stanford.nlp.pipeline.DependencyGraph alternativeDependencies = 13;
getAlternativeDependenciesOrBuilder() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence
optional .edu.stanford.nlp.pipeline.DependencyGraph alternativeDependencies = 13;
getAlternativeDependenciesOrBuilder() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceOrBuilder
optional .edu.stanford.nlp.pipeline.DependencyGraph alternativeDependencies = 13;
getAltTag() - Method in class edu.stanford.nlp.international.morph.MorphoFeatures
An alternate tag form than the one produced by getTag().
getAltValue() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Timex.Builder
optional string altValue = 2;
getAltValue() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Timex
optional string altValue = 2;
getAltValue() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.TimexOrBuilder
optional string altValue = 2;
getAltValueBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Timex.Builder
optional string altValue = 2;
getAltValueBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Timex
optional string altValue = 2;
getAltValueBytes() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.TimexOrBuilder
optional string altValue = 2;
getAmbClass(String) - Method in class edu.stanford.nlp.tagger.maxent.Dictionary
getAnaphoricityExamples(List<DocumentExamples>) - Static method in class edu.stanford.nlp.scoref.PairwiseModelTrainer
getAnchor() - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceEventMention
getAnchor() - Method in class edu.stanford.nlp.ie.machinereading.structure.EventMention
getAnimacy() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.CorefMention.Builder
optional string animacy = 5;
getAnimacy() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.CorefMention
optional string animacy = 5;
getAnimacy() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.CorefMentionOrBuilder
optional string animacy = 5;
getAnimacy() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
optional string animacy = 5;
getAnimacy() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
optional string animacy = 5;
getAnimacy() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MentionOrBuilder
optional string animacy = 5;
getAnimacyBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.CorefMention.Builder
optional string animacy = 5;
getAnimacyBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.CorefMention
optional string animacy = 5;
getAnimacyBytes() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.CorefMentionOrBuilder
optional string animacy = 5;
getAnimacyBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
optional string animacy = 5;
getAnimacyBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
optional string animacy = 5;
getAnimacyBytes() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MentionOrBuilder
optional string animacy = 5;
getAnnotatedBinaryTreebankFromTreebank(Treebank, Treebank, Treebank, Options) - Static method in class edu.stanford.nlp.parser.lexparser.LexicalizedParser
getAnnotatedBinaryTreebankFromTreebank(Treebank, Treebank, Treebank, Options) - Static method in class edu.stanford.nlp.parser.lexparser.TreeAnnotatorAndBinarizer
getAnnotatedChunk(List<CoreLabel>, int, int, int) - Static method in class edu.stanford.nlp.pipeline.ChunkAnnotationUtils
Create a new chunk Annotation with basic chunk information
CharacterOffsetBeginAnnotation - set to CharacterOffsetBeginAnnotation of first token in chunk
CharacterOffsetEndAnnotation - set to CharacterOffsetEndAnnotation of last token in chunk
TokensAnnotation - List of tokens in this chunk
TokenBeginAnnotation - Index of first token in chunk (index in original list of tokens)
tokenStartIndex + totalTokenOffset
TokenEndAnnotation - Index of last token in chunk (index in original list of tokens)
tokenEndIndex + totalTokenOffset
getAnnotatedChunk(List<CoreLabel>, int, int, int, Class, Class, Class) - Static method in class edu.stanford.nlp.pipeline.ChunkAnnotationUtils
Create a new chunk Annotation with basic chunk information
CharacterOffsetBeginAnnotation - set to CharacterOffsetBeginAnnotation of first token in chunk
CharacterOffsetEndAnnotation - set to CharacterOffsetEndAnnotation of last token in chunk
TokensAnnotation - List of tokens in this chunk
TokenBeginAnnotation - Index of first token in chunk (index in original list of tokens)
tokenStartIndex + totalTokenOffset
TokenEndAnnotation - Index of last token in chunk (index in original list of tokens)
tokenEndIndex + totalTokenOffset
TextAnnotation - String extracted from the origAnnotation using character offset information for this chunk
getAnnotatedChunk(CoreMap, int, int) - Static method in class edu.stanford.nlp.pipeline.ChunkAnnotationUtils
Create a new chunk Annotation with basic chunk information
CharacterOffsetBeginAnnotation - set to CharacterOffsetBeginAnnotation of first token in chunk
CharacterOffsetEndAnnotation - set to CharacterOffsetEndAnnotation of last token in chunk
TokensAnnotation - List of tokens in this chunk
TokenBeginAnnotation - Index of first token in chunk (index in original list of tokens)
tokenStartIndex + annotation's TokenBeginAnnotation
TokenEndAnnotation - Index of last token in chunk (index in original list of tokens)
tokenEndIndex + annotation's TokenBeginAnnotation
TextAnnotation - String extracted from the origAnnotation using character offset information for this chunk
getAnnotatedChunk(CoreMap, int, int, Class, Class) - Static method in class edu.stanford.nlp.pipeline.ChunkAnnotationUtils
Create a new chunk Annotation with basic chunk information
CharacterOffsetBeginAnnotation - set to CharacterOffsetBeginAnnotation of first token in chunk
CharacterOffsetEndAnnotation - set to CharacterOffsetEndAnnotation of last token in chunk
TokensAnnotation - List of tokens in this chunk
TokenBeginAnnotation - Index of first token in chunk (index in original list of tokens)
tokenStartIndex + annotation's TokenBeginAnnotation
TokenEndAnnotation - Index of last token in chunk (index in original list of tokens)
tokenEndIndex + annotation's TokenBeginAnnotation
TextAnnotation - String extracted from the origAnnotation using character offset information for this chunk
getAnnotatedChunks(List<CoreLabel>, int, Class, Class) - Method in class edu.stanford.nlp.pipeline.LabeledChunkIdentifier
Find and annotate chunks.
getAnnotatedChunks(List<CoreLabel>, int, Class, Class, Function<Pair<CoreLabel, CoreLabel>, Boolean>) - Method in class edu.stanford.nlp.pipeline.LabeledChunkIdentifier
getAnnotatedChunks(List<CoreLabel>, int, Class, Class, Class, Class) - Method in class edu.stanford.nlp.pipeline.LabeledChunkIdentifier
getAnnotatedChunks(List<CoreLabel>, int, Class, Class, Class, Class, Function<Pair<CoreLabel, CoreLabel>, Boolean>) - Method in class edu.stanford.nlp.pipeline.LabeledChunkIdentifier
Find and annotate chunks.
getAnnotatedChunksUsingSortedCharOffsets(CoreMap, List<IntPair>) - Static method in class edu.stanford.nlp.pipeline.ChunkAnnotationUtils
getAnnotatedChunksUsingSortedCharOffsets(CoreMap, List<IntPair>, boolean, Class, Class, boolean) - Static method in class edu.stanford.nlp.pipeline.ChunkAnnotationUtils
Create a list of new chunk Annotation with basic chunk information
CharacterOffsetBeginAnnotation - set to CharacterOffsetBeginAnnotation of first token in chunk
CharacterOffsetEndAnnotation - set to CharacterOffsetEndAnnotation of last token in chunk
TokensAnnotation - List of tokens in this chunk
TokenBeginAnnotation - Index of first token in chunk (index in original list of tokens)
tokenStartIndex + annotation's TokenBeginAnnotation
TokenEndAnnotation - Index of last token in chunk (index in original list of tokens)
tokenEndIndex + annotation's TokenBeginAnnotation
TextAnnotation - String extracted from the origAnnotation using character offset information for this chunk
getAnnotatedChunkUsingCharOffsets(CoreMap, int, int) - Static method in class edu.stanford.nlp.pipeline.ChunkAnnotationUtils
getAnnotatedParseTree() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
optional .edu.stanford.nlp.pipeline.ParseTree annotatedParseTree = 32;
getAnnotatedParseTree() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence
optional .edu.stanford.nlp.pipeline.ParseTree annotatedParseTree = 32;
getAnnotatedParseTree() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceOrBuilder
optional .edu.stanford.nlp.pipeline.ParseTree annotatedParseTree = 32;
getAnnotatedParseTreeBuilder() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
optional .edu.stanford.nlp.pipeline.ParseTree annotatedParseTree = 32;
getAnnotatedParseTreeOrBuilder() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
optional .edu.stanford.nlp.pipeline.ParseTree annotatedParseTree = 32;
getAnnotatedParseTreeOrBuilder() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence
optional .edu.stanford.nlp.pipeline.ParseTree annotatedParseTree = 32;
getAnnotatedParseTreeOrBuilder() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceOrBuilder
optional .edu.stanford.nlp.pipeline.ParseTree annotatedParseTree = 32;
getAnnotation() - Method in class edu.stanford.nlp.dcoref.CoNLL2011DocumentReader.Document
getAnnotation() - Method in class edu.stanford.nlp.hcoref.docreader.CoNLLDocumentReader.CoNLLDocument
getAnnotation() - Method in class edu.stanford.nlp.ling.tokensregex.MatchedExpression
getAnnotationPatterns() - Method in class edu.stanford.nlp.ling.tokensregex.ComplexNodePattern
getAnnotations(StanfordCoreNLP, SentimentPipeline.Input, String, boolean) - Static method in class edu.stanford.nlp.sentiment.SentimentPipeline
Reads an annotation from the given filename using the requested input.
getAnnotationString(Tree, Tree) - Method in class edu.stanford.nlp.parser.lexparser.TregexPoweredTreebankParserParams
Build a string of annotations for the given tree.
getAnnotatorImplementations() - Method in class edu.stanford.nlp.pipeline.StanfordCoreNLP
Get the implementation of each relevant annotator in the pipeline.
getAnswer() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional string answer = 24;
getAnswer() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token
optional string answer = 24;
getAnswer() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.TokenOrBuilder
optional string answer = 24;
getAnswerBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional string answer = 24;
getAnswerBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token
optional string answer = 24;
getAnswerBytes() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.TokenOrBuilder
optional string answer = 24;
getAnswerClass() - Method in class edu.stanford.nlp.patterns.ConstantsAndVariables
getAnswers(List<IN>, PlainTextDocumentReaderAndWriter.OutputStyle, boolean) - Method in class edu.stanford.nlp.sequences.PlainTextDocumentReaderAndWriter
getAntecedentType(Properties, String) - Static method in class edu.stanford.nlp.hcoref.CorefProperties
getAntecedentTypeStr(Properties, String) - Static method in class edu.stanford.nlp.hcoref.CorefProperties
getAppositions(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
repeated int32 appositions = 54;
getAppositions(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
repeated int32 appositions = 54;
getAppositions(int) - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MentionOrBuilder
repeated int32 appositions = 54;
getAppositionsCount() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
repeated int32 appositions = 54;
getAppositionsCount() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
repeated int32 appositions = 54;
getAppositionsCount() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MentionOrBuilder
repeated int32 appositions = 54;
getAppositionsList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
repeated int32 appositions = 54;
getAppositionsList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
repeated int32 appositions = 54;
getAppositionsList() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MentionOrBuilder
repeated int32 appositions = 54;
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.
getArch() - Method in class edu.stanford.nlp.tagger.maxent.TaggerConfig
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.
getArg(String) - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceEventMention
getArg(int) - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceRelationMention
getArg(int) - Method in class edu.stanford.nlp.ie.machinereading.structure.RelationMention
getArg(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Relation.Builder
repeated .edu.stanford.nlp.pipeline.Entity arg = 7;
getArg(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Relation
repeated .edu.stanford.nlp.pipeline.Entity arg = 7;
getArg(int) - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.RelationOrBuilder
repeated .edu.stanford.nlp.pipeline.Entity arg = 7;
getArgBuilder(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Relation.Builder
repeated .edu.stanford.nlp.pipeline.Entity arg = 7;
getArgBuilderList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Relation.Builder
repeated .edu.stanford.nlp.pipeline.Entity arg = 7;
getArgCount() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Relation.Builder
repeated .edu.stanford.nlp.pipeline.Entity arg = 7;
getArgCount() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Relation
repeated .edu.stanford.nlp.pipeline.Entity arg = 7;
getArgCount() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.RelationOrBuilder
repeated .edu.stanford.nlp.pipeline.Entity arg = 7;
getArgList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Relation.Builder
repeated .edu.stanford.nlp.pipeline.Entity arg = 7;
getArgList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Relation
repeated .edu.stanford.nlp.pipeline.Entity arg = 7;
getArgList() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.RelationOrBuilder
repeated .edu.stanford.nlp.pipeline.Entity arg = 7;
getArgName(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Relation.Builder
repeated string argName = 6;
getArgName(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Relation
repeated string argName = 6;
getArgName(int) - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.RelationOrBuilder
repeated string argName = 6;
getArgNameBytes(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Relation.Builder
repeated string argName = 6;
getArgNameBytes(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Relation
repeated string argName = 6;
getArgNameBytes(int) - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.RelationOrBuilder
repeated string argName = 6;
getArgNameCount() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Relation.Builder
repeated string argName = 6;
getArgNameCount() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Relation
repeated string argName = 6;
getArgNameCount() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.RelationOrBuilder
repeated string argName = 6;
getArgNameList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Relation.Builder
repeated string argName = 6;
getArgNameList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Relation
repeated string argName = 6;
getArgNameList() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.RelationOrBuilder
repeated string argName = 6;
getArgNames() - Method in class edu.stanford.nlp.ie.machinereading.structure.RelationMention
getArgOrBuilder(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Relation.Builder
repeated .edu.stanford.nlp.pipeline.Entity arg = 7;
getArgOrBuilder(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Relation
repeated .edu.stanford.nlp.pipeline.Entity arg = 7;
getArgOrBuilder(int) - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.RelationOrBuilder
repeated .edu.stanford.nlp.pipeline.Entity arg = 7;
getArgOrBuilderList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Relation.Builder
repeated .edu.stanford.nlp.pipeline.Entity arg = 7;
getArgOrBuilderList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Relation
repeated .edu.stanford.nlp.pipeline.Entity arg = 7;
getArgOrBuilderList() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.RelationOrBuilder
repeated .edu.stanford.nlp.pipeline.Entity arg = 7;
getArgs() - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceEventMention
getArgs() - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceRelationMention
getArgs() - Method in class edu.stanford.nlp.ie.machinereading.structure.RelationMention
getArrayComparator() - Static method in class edu.stanford.nlp.util.Comparators
getAssumedTruth() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceFragment.Builder
optional bool assumedTruth = 3;
getAssumedTruth() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceFragment
optional bool assumedTruth = 3;
getAssumedTruth() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceFragmentOrBuilder
optional bool assumedTruth = 3;
getAttr(String) - Method in class edu.stanford.nlp.parser.lexparser.LatticeEdge
getAttribute(Element, String) - Static method in class edu.stanford.nlp.time.XMLUtils
getAttribute(Node, String) - Static method in class edu.stanford.nlp.time.XMLUtils
getAttributes() - Method in class edu.stanford.nlp.ling.tokensregex.types.Expressions.CompositeValue
getAttributeValue(Node, String) - Static method in class edu.stanford.nlp.ie.machinereading.common.DomReader
Fetches the value of a given attribute
getAttributeValue(Node, String) - Static method in class edu.stanford.nlp.time.XMLUtils
getAuxReader() - Method in class edu.stanford.nlp.ie.machinereading.MachineReading
getb1() - Method in class edu.stanford.nlp.parser.nndep.Classifier
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.
getBasicDependencies() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
optional .edu.stanford.nlp.pipeline.DependencyGraph basicDependencies = 8;
getBasicDependencies() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence
optional .edu.stanford.nlp.pipeline.DependencyGraph basicDependencies = 8;
getBasicDependencies() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceOrBuilder
optional .edu.stanford.nlp.pipeline.DependencyGraph basicDependencies = 8;
getBasicDependenciesBuilder() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
optional .edu.stanford.nlp.pipeline.DependencyGraph basicDependencies = 8;
getBasicDependenciesOrBuilder() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
optional .edu.stanford.nlp.pipeline.DependencyGraph basicDependencies = 8;
getBasicDependenciesOrBuilder() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence
optional .edu.stanford.nlp.pipeline.DependencyGraph basicDependencies = 8;
getBasicDependenciesOrBuilder() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceOrBuilder
optional .edu.stanford.nlp.pipeline.DependencyGraph basicDependencies = 8;
getBatch(int) - Method in class edu.stanford.nlp.optimization.AbstractStochasticCachingDiffFunction
getBatch is used to generate the next sequence of indices to be passed to the actual function.
getBeamPrintingOption() - Method in class edu.stanford.nlp.pipeline.StanfordCoreNLP
getBeamSize() - Method in class edu.stanford.nlp.parser.charniak.CharniakParser
getBefore() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional string before = 5;
getBefore() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token
optional string before = 5;
getBefore() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.TokenOrBuilder
optional string before = 5;
getBeforeBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional string before = 5;
getBeforeBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token
optional string before = 5;
getBeforeBytes() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.TokenOrBuilder
optional string before = 5;
getBegin() - Method in class edu.stanford.nlp.ling.tokensregex.matcher.Match
getBegin() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Quote.Builder
optional uint32 begin = 2;
getBegin() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Quote
optional uint32 begin = 2;
getBegin() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.QuoteOrBuilder
optional uint32 begin = 2;
getBegin() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Span.Builder
required uint32 begin = 1;
getBegin() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Span
required uint32 begin = 1;
getBegin() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.SpanOrBuilder
required uint32 begin = 1;
getBegin() - Method in class edu.stanford.nlp.util.Interval
Returns the start point.
getBeginChar() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional uint32 beginChar = 11;
getBeginChar() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token
optional uint32 beginChar = 11;
getBeginChar() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.TokenOrBuilder
optional uint32 beginChar = 11;
getBeginIndex() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.CorefMention.Builder
optional uint32 beginIndex = 6;
getBeginIndex() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.CorefMention
optional uint32 beginIndex = 6;
getBeginIndex() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.CorefMentionOrBuilder
optional uint32 beginIndex = 6;
getBeginIndex() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional uint32 beginIndex = 15;
getBeginIndex() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token
optional uint32 beginIndex = 15;
getBeginIndex() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.TokenOrBuilder
optional uint32 beginIndex = 15;
getBeginPoint() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Timex.Builder
optional uint32 beginPoint = 6;
getBeginPoint() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Timex
optional uint32 beginPoint = 6;
getBeginPoint() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.TimexOrBuilder
optional uint32 beginPoint = 6;
getBelongToLists(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
repeated int32 belongToLists = 58;
getBelongToLists(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
repeated int32 belongToLists = 58;
getBelongToLists(int) - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MentionOrBuilder
repeated int32 belongToLists = 58;
getBelongToListsCount() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
repeated int32 belongToLists = 58;
getBelongToListsCount() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
repeated int32 belongToLists = 58;
getBelongToListsCount() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MentionOrBuilder
repeated int32 belongToLists = 58;
getBelongToListsList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
repeated int32 belongToLists = 58;
getBelongToListsList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
repeated int32 belongToLists = 58;
getBelongToListsList() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MentionOrBuilder
repeated int32 belongToLists = 58;
getBest() - Method in class edu.stanford.nlp.optimization.QNMinimizer.Record
getBestBinarizedParse() - Method in class edu.stanford.nlp.parser.shiftreduce.ShiftReduceParserQuery
getBestDependencyParse(boolean) - Method in interface edu.stanford.nlp.parser.common.ParserQuery
getBestDependencyParse() - Method in class edu.stanford.nlp.parser.lexparser.LexicalizedParserQuery
getBestDependencyParse(boolean) - Method in class edu.stanford.nlp.parser.lexparser.LexicalizedParserQuery
getBestDependencyParse(boolean) - Method in class edu.stanford.nlp.parser.lexparser.RerankingParserQuery
getBestDependencyParse(boolean) - Method in class edu.stanford.nlp.parser.shiftreduce.ShiftReduceParserQuery
getBestFactoredParse() - Method in interface edu.stanford.nlp.parser.common.ParserQuery
getBestFactoredParse() - Method in class edu.stanford.nlp.parser.lexparser.LexicalizedParserQuery
getBestFactoredParse() - Method in class edu.stanford.nlp.parser.lexparser.RerankingParserQuery
getBestFactoredParse() - Method in class edu.stanford.nlp.parser.shiftreduce.ShiftReduceParserQuery
getBestMatched(List<T>, Function<MatchedExpression, Double>) - Static method in class edu.stanford.nlp.ling.tokensregex.MatchedExpression
getBestParse(List<? extends HasWord>) - Method in class edu.stanford.nlp.parser.charniak.CharniakParser
getBestParse() - Method in interface edu.stanford.nlp.parser.common.ParserQuery
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.LexicalizedParserQuery
Return the best parse of the sentence most recently parsed.
getBestParse() - Method in class edu.stanford.nlp.parser.lexparser.RerankingParserQuery
getBestParse() - Method in class edu.stanford.nlp.parser.shiftreduce.ShiftReduceParserQuery
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 interface edu.stanford.nlp.parser.common.ParserQuery
getBestPCFGParse() - Method in class edu.stanford.nlp.parser.lexparser.LexicalizedParserQuery
getBestPCFGParse(boolean) - Method in class edu.stanford.nlp.parser.lexparser.LexicalizedParserQuery
getBestPCFGParse() - Method in class edu.stanford.nlp.parser.lexparser.RerankingParserQuery
getBestPCFGParse() - Method in class edu.stanford.nlp.parser.shiftreduce.ShiftReduceParserQuery
TODO: can we get away with not calling this PCFG?
getBestPCFGParses() - Method in interface edu.stanford.nlp.parser.common.ParserQuery
getBestPCFGParses() - Method in class edu.stanford.nlp.parser.lexparser.LexicalizedParserQuery
getBestPCFGParses() - Method in class edu.stanford.nlp.parser.lexparser.RerankingParserQuery
getBestPCFGParses() - Method in class edu.stanford.nlp.parser.shiftreduce.ShiftReduceParserQuery
TODO: if this is a beam, return all equal parses
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
getBestScoredParse(List<? extends HasWord>) - Method in class edu.stanford.nlp.parser.charniak.CharniakParser
getBestTransitionSequence() - Method in class edu.stanford.nlp.parser.shiftreduce.ShiftReduceParserQuery
getBiasedDataset(ObjectBank<List<IN>>, Index<String>, Index<String>) - Method in class edu.stanford.nlp.ie.ner.CMMClassifier
getBinarizedParseTree() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
optional .edu.stanford.nlp.pipeline.ParseTree binarizedParseTree = 31;
getBinarizedParseTree() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence
optional .edu.stanford.nlp.pipeline.ParseTree binarizedParseTree = 31;
getBinarizedParseTree() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceOrBuilder
optional .edu.stanford.nlp.pipeline.ParseTree binarizedParseTree = 31;
getBinarizedParseTreeBuilder() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
optional .edu.stanford.nlp.pipeline.ParseTree binarizedParseTree = 31;
getBinarizedParseTreeOrBuilder() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
optional .edu.stanford.nlp.pipeline.ParseTree binarizedParseTree = 31;
getBinarizedParseTreeOrBuilder() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence
optional .edu.stanford.nlp.pipeline.ParseTree binarizedParseTree = 31;
getBinarizedParseTreeOrBuilder() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceOrBuilder
optional .edu.stanford.nlp.pipeline.ParseTree binarizedParseTree = 31;
getBinaryClassification(String, String) - Method in class edu.stanford.nlp.sentiment.SentimentModel
getBinaryTensor(String, String) - Method in class edu.stanford.nlp.sentiment.SentimentModel
getBinaryTransform(String, String) - Method in class edu.stanford.nlp.sentiment.SentimentModel
getBlock(Object) - Method in class edu.stanford.nlp.fsm.FastExactAutomatonMinimizer
getBool(Properties, String) - Static method in class edu.stanford.nlp.util.PropertiesUtils
Load a boolean property.
getBool(Properties, String, boolean) - Static method in class edu.stanford.nlp.util.PropertiesUtils
Load a boolean property.
getBooleanArrayComparator() - Static method in class edu.stanford.nlp.util.Comparators
getBoundaryCharacter() - Static method in class edu.stanford.nlp.international.arabic.process.IOBUtils
getBuffer(int) - Method in class edu.stanford.nlp.parser.nndep.Configuration
Get the sentence index of the kth word on the buffer.
getBufferedFileReader(String) - Static method in class edu.stanford.nlp.io.IOUtils
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.
getBufferedReaderFromClasspathOrFileSystem(String) - Static method in class edu.stanford.nlp.io.IOUtils
getBufferSize() - Method in class edu.stanford.nlp.parser.nndep.Configuration
getByteEnd() - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceCharSeq
getByteEnd() - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceToken
getByteOffset() - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceCharSeq
getByteOffset() - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceToken
getByteStart() - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceCharSeq
getByteStart() - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceToken
getBZip2PipedInputStream(String) - Static method in class edu.stanford.nlp.io.IOUtils
getBZip2PipedOutputStream(String) - Static method in class edu.stanford.nlp.io.IOUtils
getC() - Method in class edu.stanford.nlp.classify.SVMLightClassifierFactory
Get the C parameter (for the slack variables) for training the SVM.
getCalibratedCliqueTree(int[][][], List<Index<CRFLabel>>, int, Index<E>, E, CliquePotentialFunction, double[][][]) - Static method in class edu.stanford.nlp.ie.crf.CRFCliqueTree
getCalibratedCliqueTree(double[], double, int[][], int[][][], List<Index<CRFLabel>>, int, Index<E>, E) - Static method in class edu.stanford.nlp.ie.crf.CRFCliqueTree
This function assumes a LinearCliquePotentialFunction is used for wrapping the weights
getCalibratedCliqueTree(float[][], int[][][], List<Index<CRFLabel>>, int) - Static method in class edu.stanford.nlp.ie.crf.CRFLogConditionalObjectiveFloatFunction
getCase() - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceToken
getCategory() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional string category = 4;
getCategory() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token
optional string category = 4;
getCategory() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.TokenOrBuilder
optional string category = 4;
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.
getCategoryBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional string category = 4;
getCategoryBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token
optional string category = 4;
getCategoryBytes() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.TokenOrBuilder
optional string category = 4;
getChainID() - Method in class edu.stanford.nlp.dcoref.CorefChain
getChainID() - Method in class edu.stanford.nlp.hcoref.data.CorefChain
getChainID() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.Builder
required int32 chainID = 1;
getChainID() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain
required int32 chainID = 1;
getChainID() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChainOrBuilder
required int32 chainID = 1;
getCharacter(char) - Static method in class edu.stanford.nlp.util.Characters
getCharacterNgrams(String, int, int) - Static method in class edu.stanford.nlp.util.StringUtils
Build a list of character-based ngrams from the given string.
getCharacterOffsetBegin() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
optional uint32 characterOffsetBegin = 5;
getCharacterOffsetBegin() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence
optional uint32 characterOffsetBegin = 5;
getCharacterOffsetBegin() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceOrBuilder
optional uint32 characterOffsetBegin = 5;
getCharacterOffsetEnd() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
optional uint32 characterOffsetEnd = 6;
getCharacterOffsetEnd() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence
optional uint32 characterOffsetEnd = 6;
getCharacterOffsetEnd() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceOrBuilder
optional uint32 characterOffsetEnd = 6;
getCharOffsets() - Method in class edu.stanford.nlp.ling.tokensregex.MatchedExpression
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.pipeline.CoreNLPProtos.ParseTree.Builder
repeated .edu.stanford.nlp.pipeline.ParseTree child = 1;
getChild(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.ParseTree
repeated .edu.stanford.nlp.pipeline.ParseTree child = 1;
getChild(int) - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.ParseTreeOrBuilder
repeated .edu.stanford.nlp.pipeline.ParseTree child = 1;
getChild(int) - Method in class edu.stanford.nlp.trees.Tree
Return the child at some daughter index.
getChild(Object, int) - Method in class edu.stanford.nlp.trees.tregex.gui.FileTreeModel
getChildBuilder(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.ParseTree.Builder
repeated .edu.stanford.nlp.pipeline.ParseTree child = 1;
getChildBuilderList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.ParseTree.Builder
repeated .edu.stanford.nlp.pipeline.ParseTree child = 1;
getChildByAttribute(Node, String, String) - Static method in class edu.stanford.nlp.ie.machinereading.common.DomReader
Searches for children that have the given attribute
getChildByName(Node, String) - Static method in class edu.stanford.nlp.ie.machinereading.common.DomReader
Searches (recursively) for the first child that has the given name
getChildByNameAndAttribute(Node, String, String, String) - Static method in class edu.stanford.nlp.ie.machinereading.common.DomReader
Searches for children that have the given name and attribute
getChildCount() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.ParseTree.Builder
repeated .edu.stanford.nlp.pipeline.ParseTree child = 1;
getChildCount() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.ParseTree
repeated .edu.stanford.nlp.pipeline.ParseTree child = 1;
getChildCount() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.ParseTreeOrBuilder
repeated .edu.stanford.nlp.pipeline.ParseTree child = 1;
getChildCount(Object) - Method in class edu.stanford.nlp.trees.tregex.gui.FileTreeModel
getChildList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.ParseTree.Builder
repeated .edu.stanford.nlp.pipeline.ParseTree child = 1;
getChildList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.ParseTree
repeated .edu.stanford.nlp.pipeline.ParseTree child = 1;
getChildList() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.ParseTreeOrBuilder
repeated .edu.stanford.nlp.pipeline.ParseTree child = 1;
getChildList(IndexedWord) - Method in class edu.stanford.nlp.semgraph.SemanticGraph
getChildOrBuilder(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.ParseTree.Builder
repeated .edu.stanford.nlp.pipeline.ParseTree child = 1;
getChildOrBuilder(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.ParseTree
repeated .edu.stanford.nlp.pipeline.ParseTree child = 1;
getChildOrBuilder(int) - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.ParseTreeOrBuilder
repeated .edu.stanford.nlp.pipeline.ParseTree child = 1;
getChildOrBuilderList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.ParseTree.Builder
repeated .edu.stanford.nlp.pipeline.ParseTree child = 1;
getChildOrBuilderList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.ParseTree
repeated .edu.stanford.nlp.pipeline.ParseTree child = 1;
getChildOrBuilderList() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.ParseTreeOrBuilder
repeated .edu.stanford.nlp.pipeline.ParseTree child = 1;
getChildren(V) - Method in class edu.stanford.nlp.graph.DirectedMultiGraph
getChildren(V) - Method in interface edu.stanford.nlp.graph.Graph
for undirected graph, it is just the neighbors
getChildren() - Method in class edu.stanford.nlp.ling.tokensregex.matcher.TrieMap
getChildren(IndexedWord) - Method in class edu.stanford.nlp.semgraph.SemanticGraph
getChildren() - Method in class edu.stanford.nlp.semgraph.semgrex.CoordinationPattern
getChildren() - Method in class edu.stanford.nlp.semgraph.semgrex.NodePattern
getChildrenAsList() - Method in class edu.stanford.nlp.trees.Tree
Returns a List of children for the current node.
getChildrenByName(Node, String) - Static method in class edu.stanford.nlp.ie.machinereading.common.DomReader
Searches for all immediate children with the given name
getChildrenWithPrepC(SemanticGraph, IndexedWord) - Static method in class edu.stanford.nlp.semgraph.SemanticGraphUtils
Since graphs can be have preps collapsed, finds all the immediate children of this node
that are linked by a collapsed preposition edge.
getChildrenWithReln(IndexedWord, GrammaticalRelation) - Method in class edu.stanford.nlp.semgraph.SemanticGraph
Returns a set of all children bearing a certain grammatical relation, or
an empty set if none.
getChildrenWithRelnPrefix(SemanticGraph, IndexedWord, String) - Static method in class edu.stanford.nlp.semgraph.SemanticGraphUtils
Returns a list of all children bearing a grammatical relation starting with the given string, relnPrefix
getChildrenWithRelnPrefix(SemanticGraph, IndexedWord, Collection<String>) - Static method in class edu.stanford.nlp.semgraph.SemanticGraphUtils
Returns a list of all children bearing a grammatical relation starting with the given set of relation prefixes
getChildrenWithRelns(IndexedWord, Collection<GrammaticalRelation>) - Method in class edu.stanford.nlp.semgraph.SemanticGraph
Returns a set of all children bearing one of a set of grammatical
relations, or an empty set if none.
getChildTrie(K) - Method in class edu.stanford.nlp.ling.tokensregex.matcher.TrieMap
getChildTrie(Iterable<K>) - Method in class edu.stanford.nlp.ling.tokensregex.matcher.TrieMap
getChildWithReln(IndexedWord, GrammaticalRelation) - Method in class edu.stanford.nlp.semgraph.SemanticGraph
Returns the first IndexedFeatureLabel bearing a certain grammatical
relation, or null if none.
getChunk() - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceToken
getChunker() - Method in class edu.stanford.nlp.stats.MultiClassChunkEvalStats
getChunkOffsets() - Method in class edu.stanford.nlp.ling.tokensregex.MatchedExpression
getChunkOffsetsUsingCharOffsets(List<? extends CoreMap>, int, int) - Static method in class edu.stanford.nlp.pipeline.ChunkAnnotationUtils
Return chunk offsets
getClass(String, Dictionary, int, TTags) - Method in class edu.stanford.nlp.tagger.maxent.AmbiguityClasses
getClassifier(String, Properties) - Static method in class edu.stanford.nlp.ie.ClassifierCombiner
getClassifier(ObjectInputStream, Properties) - Static method in class edu.stanford.nlp.ie.ClassifierCombiner
getClassifier(File) - Static method in class edu.stanford.nlp.ie.crf.CRFClassifier
Loads a CRF classifier from a filepath, and returns it.
getClassifier(InputStream) - Static method in class edu.stanford.nlp.ie.crf.CRFClassifier
Loads a CRF classifier from an InputStream, and returns it.
getClassifier(ObjectInputStream) - Static method in class edu.stanford.nlp.ie.crf.CRFClassifier
getClassifier(String) - Static method in class edu.stanford.nlp.ie.crf.CRFClassifier
getClassifier(String, Properties) - Static method in class edu.stanford.nlp.ie.crf.CRFClassifier
getClassifier(ObjectInputStream, Properties) - Static method in class edu.stanford.nlp.ie.crf.CRFClassifier
getClassifier(File) - Static method in class edu.stanford.nlp.ie.ner.CMMClassifier
getClassifier(String) - Static method in class edu.stanford.nlp.ie.ner.CMMClassifier
getClassifier(ObjectInputStream) - Static method in class edu.stanford.nlp.ie.ner.CMMClassifier
getClassifier(ObjectInputStream, Properties) - Static method in class edu.stanford.nlp.ie.ner.CMMClassifier
getClassifier(InputStream) - Static method in class edu.stanford.nlp.ie.ner.CMMClassifier
getClassifier(String, Properties) - Static method in class edu.stanford.nlp.ie.NERClassifierCombiner
getClassifier(ObjectInputStream, Properties) - Static method in class edu.stanford.nlp.ie.NERClassifierCombiner
getClassifier() - Method in class edu.stanford.nlp.scoref.PairwiseModel
getClassifierCreator(GeneralDataset<L, F>) - Method in class edu.stanford.nlp.classify.LinearClassifierFactory
getClassifierNoExceptions(String) - Static method in class edu.stanford.nlp.ie.crf.CRFClassifier
getClassifierNoExceptions(File) - Static method in class edu.stanford.nlp.ie.ner.CMMClassifier
getClassifierNoExceptions(String) - Static method in class edu.stanford.nlp.ie.ner.CMMClassifier
getClassifierNoExceptions(InputStream) - Static method in class edu.stanford.nlp.ie.ner.CMMClassifier
getClassifierType(Properties, String) - Static method in class edu.stanford.nlp.hcoref.CorefProperties
getClasss() - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceEntity
getClassWeight(int) - Method in class edu.stanford.nlp.sentiment.RNNTrainOptions
The classWeights can be passed in as a comma separated list of
weights using the -classWeights flag.
getClassWForNode(Tree) - Method in class edu.stanford.nlp.sentiment.SentimentModel
getCliqueFeatures(PaddedList<IN>, int, Clique) - Method in class edu.stanford.nlp.ie.NERFeatureFactory
Extracts all the features from the input data at a certain index.
getCliqueFeatures(PaddedList<IN>, int, Clique) - Method in class edu.stanford.nlp.international.arabic.process.ArabicSegmenterFeatureFactory
Extracts all the features from the input data at a certain index.
getCliqueFeatures(PaddedList<IN>, int, Clique) - Method in class edu.stanford.nlp.sequences.FeatureFactory
This method returns a
Collection
of the features
calculated for the word at the specified position in info (the list of
words) for the specified
Clique
.
getCliqueFeatures(PaddedList<IN>, int, Clique) - Method in class edu.stanford.nlp.wordseg.ChineseSegmenterFeatureFactory
Extracts all the features from the input data at a certain index.
getCliqueFeatures(PaddedList<IN>, int, Clique) - Method in class edu.stanford.nlp.wordseg.Gale2007ChineseSegmenterFeatureFactory
Extracts all the features from the input data at a certain index.
getCliquePotentialFunction(double[]) - Method in class edu.stanford.nlp.ie.crf.CRFLogConditionalObjectiveFloatFunction
getCliquePotentialFunction(double[]) - Method in class edu.stanford.nlp.ie.crf.CRFLogConditionalObjectiveFunction
getCliquePotentialFunction(double[]) - Method in class edu.stanford.nlp.ie.crf.CRFLogConditionalObjectiveFunctionForLOP
getCliquePotentialFunction(double[]) - Method in class edu.stanford.nlp.ie.crf.CRFNonLinearLogConditionalObjectiveFunction
getCliquePotentialFunction(double[]) - Method in class edu.stanford.nlp.ie.crf.CRFNonLinearSecondOrderLogConditionalObjectiveFunction
getCliquePotentialFunction(double[]) - Method in interface edu.stanford.nlp.ie.crf.HasCliquePotentialFunction
getCliquePotentialFunctionForTest() - Method in class edu.stanford.nlp.ie.crf.CRFClassifier
getCliquePotentialFunctionForTest() - Method in class edu.stanford.nlp.ie.crf.CRFClassifierNonlinear
getCliques() - Method in class edu.stanford.nlp.sequences.FeatureFactory
getCliques(int, int) - Static method in class edu.stanford.nlp.sequences.FeatureFactory
getCliqueTree(Triple<int[][][], int[], double[][][]>) - Method in class edu.stanford.nlp.ie.crf.CRFClassifier
getCliqueTree(List<IN>) - Method in class edu.stanford.nlp.ie.crf.CRFClassifier
getCliqueTrees(String, DocumentReaderAndWriter<IN>) - Method in class edu.stanford.nlp.ie.crf.CRFClassifier
Want to make arbitrary probability queries? Then this is the method for
you.
getClosedClassTags() - Method in class edu.stanford.nlp.tagger.maxent.TaggerConfig
getClosedTagThreshold() - Method in class edu.stanford.nlp.tagger.maxent.TaggerConfig
getClusterID() - Method in class edu.stanford.nlp.dcoref.CorefCluster
getClusterID() - Method in class edu.stanford.nlp.hcoref.data.CorefCluster
getClusterMerges(ClustererDataLoader.ClustererDoc) - Method in class edu.stanford.nlp.scoref.Clusterer
getCmd() - Method in class edu.stanford.nlp.ie.crf.CRFClassifierEvaluator
getCmd() - Method in class edu.stanford.nlp.optimization.CmdEvaluator
getCmd(String) - Static method in class edu.stanford.nlp.optimization.CmdEvaluator
getCoarseTag() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional string coarseTag = 33;
getCoarseTag() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token
optional string coarseTag = 33;
getCoarseTag() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.TokenOrBuilder
optional string coarseTag = 33;
getCoarseTagBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional string coarseTag = 33;
getCoarseTagBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token
optional string coarseTag = 33;
getCoarseTagBytes() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.TokenOrBuilder
optional string coarseTag = 33;
getCollapsedCCProcessedDependencies() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
optional .edu.stanford.nlp.pipeline.DependencyGraph collapsedCCProcessedDependencies = 10;
getCollapsedCCProcessedDependencies() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence
optional .edu.stanford.nlp.pipeline.DependencyGraph collapsedCCProcessedDependencies = 10;
getCollapsedCCProcessedDependencies() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceOrBuilder
optional .edu.stanford.nlp.pipeline.DependencyGraph collapsedCCProcessedDependencies = 10;
getCollapsedCCProcessedDependenciesBuilder() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
optional .edu.stanford.nlp.pipeline.DependencyGraph collapsedCCProcessedDependencies = 10;
getCollapsedCCProcessedDependenciesOrBuilder() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
optional .edu.stanford.nlp.pipeline.DependencyGraph collapsedCCProcessedDependencies = 10;
getCollapsedCCProcessedDependenciesOrBuilder() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence
optional .edu.stanford.nlp.pipeline.DependencyGraph collapsedCCProcessedDependencies = 10;
getCollapsedCCProcessedDependenciesOrBuilder() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceOrBuilder
optional .edu.stanford.nlp.pipeline.DependencyGraph collapsedCCProcessedDependencies = 10;
getCollapsedDependencies() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
optional .edu.stanford.nlp.pipeline.DependencyGraph collapsedDependencies = 9;
getCollapsedDependencies() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence
optional .edu.stanford.nlp.pipeline.DependencyGraph collapsedDependencies = 9;
getCollapsedDependencies() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceOrBuilder
optional .edu.stanford.nlp.pipeline.DependencyGraph collapsedDependencies = 9;
getCollapsedDependenciesBuilder() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
optional .edu.stanford.nlp.pipeline.DependencyGraph collapsedDependencies = 9;
getCollapsedDependenciesOrBuilder() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
optional .edu.stanford.nlp.pipeline.DependencyGraph collapsedDependencies = 9;
getCollapsedDependenciesOrBuilder() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence
optional .edu.stanford.nlp.pipeline.DependencyGraph collapsedDependencies = 9;
getCollapsedDependenciesOrBuilder() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceOrBuilder
optional .edu.stanford.nlp.pipeline.DependencyGraph collapsedDependencies = 9;
getCollectionValuedMap(K1) - Method in class edu.stanford.nlp.util.TwoDimensionalCollectionValuedMap
getCombinedF1(double, List<List<Integer>>, List<Clusterer.Cluster>, Map<Integer, List<Integer>>, Map<Integer, Clusterer.Cluster>) - Static method in class edu.stanford.nlp.scoref.EvalUtils
getComments() - Method in class edu.stanford.nlp.semgraph.SemanticGraph
Return the list of comments stored with this graph.
getCommonAncestor(IndexedWord, IndexedWord) - Method in class edu.stanford.nlp.semgraph.SemanticGraph
Returns the least common ancestor.
getCommonEngWords() - Method in class edu.stanford.nlp.patterns.ConstantsAndVariables
getCompatible(SUTime.PartialTime, SUTime.PartialTime) - Static method in class edu.stanford.nlp.time.SUTime.PartialTime
getConditionalDistribution(int[], int) - Method in class edu.stanford.nlp.ie.crf.CRFCliqueTree
Computes the distribution over values of the element at position pos in the
sequence, conditioned on the values of the elements in all other positions
of the provided sequence.
getConditionalDistribution(int[], int) - Method in class edu.stanford.nlp.ie.EntityCachingAbstractSequencePriorBIO
getCondProbs(CRFCliqueTree, int[][][]) - Method in class edu.stanford.nlp.ie.crf.CRFLogConditionalObjectiveFunction
getConfidence() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETriple.Builder
optional double confidence = 4;
getConfidence() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETriple
optional double confidence = 4;
getConfidence() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETripleOrBuilder
optional double confidence = 4;
getConfiguration() - Method in class edu.stanford.nlp.time.JollyDayHolidays.MyXMLManager
getConj(String) - Static method in class edu.stanford.nlp.trees.EnglishGrammaticalRelations
The "conj" grammatical relation.
getConj(String) - Static method in class edu.stanford.nlp.trees.UniversalEnglishGrammaticalRelations
The "conj" grammatical relation.
getConjs() - Static method in class edu.stanford.nlp.trees.EnglishGrammaticalRelations
getConjs() - Static method in class edu.stanford.nlp.trees.UniversalEnglishGrammaticalRelations
getConllEvalString() - Method in class edu.stanford.nlp.stats.MultiClassChunkEvalStats
getConllEvalString() - Method in class edu.stanford.nlp.stats.MultiClassPrecisionRecallExtendedStats
getConllEvalString(boolean) - Method in class edu.stanford.nlp.stats.MultiClassPrecisionRecallExtendedStats
getConllEvalSummary(String, String, String) - Static method in class edu.stanford.nlp.dcoref.SieveCoreferenceSystem
getConllUFeatures() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional .edu.stanford.nlp.pipeline.MapStringString conllUFeatures = 32;
getConllUFeatures() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token
optional .edu.stanford.nlp.pipeline.MapStringString conllUFeatures = 32;
getConllUFeatures() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.TokenOrBuilder
optional .edu.stanford.nlp.pipeline.MapStringString conllUFeatures = 32;
getConllUFeaturesBuilder() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional .edu.stanford.nlp.pipeline.MapStringString conllUFeatures = 32;
getConllUFeaturesOrBuilder() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional .edu.stanford.nlp.pipeline.MapStringString conllUFeatures = 32;
getConllUFeaturesOrBuilder() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token
optional .edu.stanford.nlp.pipeline.MapStringString conllUFeatures = 32;
getConllUFeaturesOrBuilder() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.TokenOrBuilder
optional .edu.stanford.nlp.pipeline.MapStringString conllUFeatures = 32;
getConllUMisc() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional string conllUMisc = 35;
getConllUMisc() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token
optional string conllUMisc = 35;
getConllUMisc() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.TokenOrBuilder
optional string conllUMisc = 35;
getConllUMiscBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional string conllUMisc = 35;
getConllUMiscBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token
optional string conllUMisc = 35;
getConllUMiscBytes() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.TokenOrBuilder
optional string conllUMisc = 35;
getConllUSecondaryDeps() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional .edu.stanford.nlp.pipeline.MapIntString conllUSecondaryDeps = 36;
getConllUSecondaryDeps() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token
optional .edu.stanford.nlp.pipeline.MapIntString conllUSecondaryDeps = 36;
getConllUSecondaryDeps() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.TokenOrBuilder
optional .edu.stanford.nlp.pipeline.MapIntString conllUSecondaryDeps = 36;
getConllUSecondaryDepsBuilder() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional .edu.stanford.nlp.pipeline.MapIntString conllUSecondaryDeps = 36;
getConllUSecondaryDepsOrBuilder() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional .edu.stanford.nlp.pipeline.MapIntString conllUSecondaryDeps = 36;
getConllUSecondaryDepsOrBuilder() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token
optional .edu.stanford.nlp.pipeline.MapIntString conllUSecondaryDeps = 36;
getConllUSecondaryDepsOrBuilder() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.TokenOrBuilder
optional .edu.stanford.nlp.pipeline.MapIntString conllUSecondaryDeps = 36;
getConllUTokenSpan() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional .edu.stanford.nlp.pipeline.Span conllUTokenSpan = 34;
getConllUTokenSpan() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token
optional .edu.stanford.nlp.pipeline.Span conllUTokenSpan = 34;
getConllUTokenSpan() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.TokenOrBuilder
optional .edu.stanford.nlp.pipeline.Span conllUTokenSpan = 34;
getConllUTokenSpanBuilder() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional .edu.stanford.nlp.pipeline.Span conllUTokenSpan = 34;
getConllUTokenSpanOrBuilder() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional .edu.stanford.nlp.pipeline.Span conllUTokenSpan = 34;
getConllUTokenSpanOrBuilder() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token
optional .edu.stanford.nlp.pipeline.Span conllUTokenSpan = 34;
getConllUTokenSpanOrBuilder() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.TokenOrBuilder
optional .edu.stanford.nlp.pipeline.Span conllUTokenSpan = 34;
getConnectedComponents(Graph<V, E>) - Static method in class edu.stanford.nlp.graph.ConnectedComponents
getConnectedComponents() - Method in class edu.stanford.nlp.graph.DirectedMultiGraph
getConnectedComponents() - Method in interface edu.stanford.nlp.graph.Graph
getConnection() - Static method in class edu.stanford.nlp.patterns.SQLConnection
getConstituentTreePrinter() - Method in class edu.stanford.nlp.pipeline.StanfordCoreNLP
getConstrainedSet(String) - Method in class edu.stanford.nlp.ie.crf.LabelDictionary
Get the allowed label set for an observation.
getConstraints() - Method in class edu.stanford.nlp.parser.lexparser.ExhaustivePCFGParser
getConstraints() - Method in class edu.stanford.nlp.parser.lexparser.Lattice
getContent() - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceMentionArgument
getContentType(Properties, StanfordCoreNLP.OutputFormat) - Method in class edu.stanford.nlp.pipeline.StanfordCoreNLPServer.CoreNLPHandler
Get the response data type to send to the client, based off of the output format requested from
CoreNLP.
getContext() - Method in class edu.stanford.nlp.dcoref.Mention
getContext() - Method in class edu.stanford.nlp.hcoref.data.Mention
getContext(DataInstance, int, Set<CandidatePhrase>) - Static method in class edu.stanford.nlp.patterns.dep.DepPatternFactory
getContext(PatternFactory.PatternType, DataInstance, int, Set<CandidatePhrase>) - Static method in class edu.stanford.nlp.patterns.Pattern
Get set of patterns around this token.
getContext(List<CoreLabel>, int, Set<CandidatePhrase>) - Static method in class edu.stanford.nlp.patterns.surface.SurfacePatternFactory
getContextStr(String) - Static method in class edu.stanford.nlp.patterns.surface.SurfacePattern
getContextToken(CoreLabel) - Static method in class edu.stanford.nlp.patterns.surface.SurfacePattern
getContingency(U) - Method in class edu.stanford.nlp.util.ConfusionMatrix
Returns the contingency table for the given class label, where all other
class labels are treated as negative.
getCoordination() - Method in class edu.stanford.nlp.dcoref.Mention
getCoordination() - Method in class edu.stanford.nlp.hcoref.data.Mention
getCopy(Counter<E>) - Static method in class edu.stanford.nlp.stats.Counters
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
getCopyAnnotation() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Node.Builder
optional uint32 copyAnnotation = 3;
getCopyAnnotation() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Node
optional uint32 copyAnnotation = 3;
getCopyAnnotation() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.NodeOrBuilder
optional uint32 copyAnnotation = 3;
getCopyCount() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.IndexedWord.Builder
optional uint32 copyCount = 4;
getCopyCount() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.IndexedWord
optional uint32 copyCount = 4;
getCopyCount() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.IndexedWordOrBuilder
optional uint32 copyCount = 4;
getCorefChain(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document.Builder
repeated .edu.stanford.nlp.pipeline.CorefChain corefChain = 3;
getCorefChain(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document
repeated .edu.stanford.nlp.pipeline.CorefChain corefChain = 3;
getCorefChain(int) - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.DocumentOrBuilder
repeated .edu.stanford.nlp.pipeline.CorefChain corefChain = 3;
getCorefChainBuilder(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document.Builder
repeated .edu.stanford.nlp.pipeline.CorefChain corefChain = 3;
getCorefChainBuilderList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document.Builder
repeated .edu.stanford.nlp.pipeline.CorefChain corefChain = 3;
getCorefChainCount() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document.Builder
repeated .edu.stanford.nlp.pipeline.CorefChain corefChain = 3;
getCorefChainCount() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document
repeated .edu.stanford.nlp.pipeline.CorefChain corefChain = 3;
getCorefChainCount() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.DocumentOrBuilder
repeated .edu.stanford.nlp.pipeline.CorefChain corefChain = 3;
getCorefChainList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document.Builder
repeated .edu.stanford.nlp.pipeline.CorefChain corefChain = 3;
getCorefChainList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document
repeated .edu.stanford.nlp.pipeline.CorefChain corefChain = 3;
getCorefChainList() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.DocumentOrBuilder
repeated .edu.stanford.nlp.pipeline.CorefChain corefChain = 3;
getCorefChainMap() - Method in class edu.stanford.nlp.dcoref.CoNLL2011DocumentReader.Document
getCorefChainMap() - Method in class edu.stanford.nlp.hcoref.docreader.CoNLLDocumentReader.CoNLLDocument
getCorefChainOrBuilder(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document.Builder
repeated .edu.stanford.nlp.pipeline.CorefChain corefChain = 3;
getCorefChainOrBuilder(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document
repeated .edu.stanford.nlp.pipeline.CorefChain corefChain = 3;
getCorefChainOrBuilder(int) - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.DocumentOrBuilder
repeated .edu.stanford.nlp.pipeline.CorefChain corefChain = 3;
getCorefChainOrBuilderList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document.Builder
repeated .edu.stanford.nlp.pipeline.CorefChain corefChain = 3;
getCorefChainOrBuilderList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document
repeated .edu.stanford.nlp.pipeline.CorefChain corefChain = 3;
getCorefChainOrBuilderList() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.DocumentOrBuilder
repeated .edu.stanford.nlp.pipeline.CorefChain corefChain = 3;
getCorefClusterId() - Method in class edu.stanford.nlp.dcoref.SpeakerInfo
getCorefClusterId() - Method in class edu.stanford.nlp.hcoref.data.SpeakerInfo
getCorefClusterID() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
optional int32 corefClusterID = 15;
getCorefClusterID() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
optional int32 corefClusterID = 15;
getCorefClusterID() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MentionOrBuilder
optional int32 corefClusterID = 15;
getCorefClusterID() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional uint32 corefClusterID = 23;
getCorefClusterID() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token
optional uint32 corefClusterID = 23;
getCorefClusterID() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.TokenOrBuilder
optional uint32 corefClusterID = 23;
getCorefID() - Method in class edu.stanford.nlp.ie.machinereading.structure.EntityMention
getCorefID() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Entity.Builder
optional string corefID = 11;
getCorefID() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Entity
optional string corefID = 11;
getCorefID() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.EntityOrBuilder
optional string corefID = 11;
getCorefIDBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Entity.Builder
optional string corefID = 11;
getCorefIDBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Entity
optional string corefID = 11;
getCorefIDBytes() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.EntityOrBuilder
optional string corefID = 11;
getCorefMentions() - Method in class edu.stanford.nlp.dcoref.CorefCluster
getCorefMentions() - Method in class edu.stanford.nlp.hcoref.data.CorefCluster
getCoreKey(String) - Static method in class edu.stanford.nlp.ling.AnnotationLookup
Returns a CoreAnnotation class key for the given old-style FeatureLabel
key if one exists; null otherwise.
getCoreLabel(Tree) - Static method in class edu.stanford.nlp.parser.shiftreduce.FeatureFactory
getCoreLabels() - Method in class edu.stanford.nlp.parser.nndep.Configuration
getCoreMapQuotes(List<Pair<Integer, Integer>>, List<CoreLabel>, List<CoreMap>, String, String) - Static method in class edu.stanford.nlp.pipeline.QuoteAnnotator
getCorrect() - Method in class edu.stanford.nlp.stats.MultiClassPrecisionRecallExtendedStats
Return overall number of correct answers
getCorrect(L) - Method in class edu.stanford.nlp.stats.MultiClassPrecisionRecallExtendedStats
getCost() - Method in class edu.stanford.nlp.ling.tokensregex.matcher.ApproxMatch
getCost(V) - Method in class edu.stanford.nlp.ling.tokensregex.matcher.BoundedCostOrderedMap
getCost() - Method in class edu.stanford.nlp.parser.nndep.Classifier.Cost
getCount(int) - Method in class edu.stanford.nlp.ie.machinereading.common.StringDictionary
getCount(Object) - Method in class edu.stanford.nlp.stats.ClassicCounter
Returns the count for this key as a double.
getCount(Object) - Method in interface edu.stanford.nlp.stats.Counter
Returns the count for this key as a double.
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
getCount(K, K) - Method in class edu.stanford.nlp.stats.GeneralizedCounter
getCount(K, K, K) - Method in class edu.stanford.nlp.stats.GeneralizedCounter
getCount(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.
getCount(K1, K2) - Method in class edu.stanford.nlp.stats.TwoDimensionalCounter
getCount(K1, K2) - Method in interface edu.stanford.nlp.stats.TwoDimensionalCounterInterface
getCount(K1, K2) - Method in class edu.stanford.nlp.stats.TwoDimensionalIntCounter
getCount(String, String) - Method in class edu.stanford.nlp.tagger.maxent.Dictionary
getCount(String) - Static method in class edu.stanford.nlp.util.GoogleNGramsSQLBacked
Queries the SQL tables for the count of the phrase.
getCountAsString(E) - Method in class edu.stanford.nlp.stats.IntCounter
getCountCounts(Counter<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
getCounter(K1) - Method in interface edu.stanford.nlp.stats.TwoDimensionalCounterInterface
getCounter(K1) - Method in class edu.stanford.nlp.stats.TwoDimensionalIntCounter
getCountIn() - Method in class edu.stanford.nlp.tagger.maxent.CountWrapper
getCountIn(String) - Method in class edu.stanford.nlp.tagger.maxent.Dictionary
getCountPart() - Method in class edu.stanford.nlp.tagger.maxent.CountWrapper
getCountPart(String) - Method in class edu.stanford.nlp.tagger.maxent.Dictionary
getCountRB() - Method in class edu.stanford.nlp.tagger.maxent.CountWrapper
getCountRB(String) - Method in class edu.stanford.nlp.tagger.maxent.Dictionary
getCounts(Counter<E>, Collection<E>) - Static method in class edu.stanford.nlp.stats.Counters
getCounts(List<K>) - 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
.
getCounts(Collection<String>) - Static method in class edu.stanford.nlp.util.GoogleNGramsSQLBacked
getCountThat() - Method in class edu.stanford.nlp.tagger.maxent.CountWrapper
getCountThat(String) - Method in class edu.stanford.nlp.tagger.maxent.Dictionary
getCurEncoding() - Static method in class edu.stanford.nlp.trees.tregex.gui.FileTreeModel
getCurrentFilename() - Method in class edu.stanford.nlp.trees.DiskTreebank
Returns the absolute path of the file currently being read.
getCurrentPaths() - Method in class edu.stanford.nlp.trees.DiskTreebank
getCurrentSieveForTrain(Properties) - Static method in class edu.stanford.nlp.hcoref.CorefProperties
getCurrentTime() - Static method in class edu.stanford.nlp.time.SUTime
getCurWordMinFeatureThresh() - Method in class edu.stanford.nlp.tagger.maxent.TaggerConfig
getCustom() - Method in class edu.stanford.nlp.ling.tokensregex.matcher.Match
getData() - Method in class edu.stanford.nlp.ling.tokensregex.PhraseTable.Phrase
getDataArray() - Method in class edu.stanford.nlp.classify.GeneralDataset
getDataInputStream(String) - Static method in class edu.stanford.nlp.io.IOUtils
getDataOutputStream(String) - Static method in class edu.stanford.nlp.io.IOUtils
getDataset(Collection<List<IN>>) - Method in class edu.stanford.nlp.ie.ner.CMMClassifier
Build a Dataset from some data.
getDataset(Collection<List<IN>>, Index<String>, Index<String>) - Method in class edu.stanford.nlp.ie.ner.CMMClassifier
Build a Dataset from some data.
getDataset(ObjectBank<List<IN>>, Dataset<String, String>) - Method in class edu.stanford.nlp.ie.ner.CMMClassifier
Build a Dataset from some data.
getDataset(Dataset<String, String>, Index<String>) - Method in class edu.stanford.nlp.ie.ner.CMMClassifier
Build a Dataset from some data.
getDatasets() - Method in class edu.stanford.nlp.ie.machinereading.MachineReading
getDate() - Method in class edu.stanford.nlp.time.Timex
Gets the Calendar matching the year, month and day of this Timex.
getDateString() - Method in class edu.stanford.nlp.ie.pascal.ISODateInstance
Provided for backwards compatibility with DateInstance;
returns the same thing as toString()
getDateTimeFields() - Method in class edu.stanford.nlp.time.SUTime.Duration
getDatum(int) - Method in class edu.stanford.nlp.classify.Dataset
getDatum(int) - Method in class edu.stanford.nlp.classify.GeneralDataset
getDatum(int) - Method in class edu.stanford.nlp.classify.RVFDataset
getDay() - Method in class edu.stanford.nlp.time.SUTime.IsoDate
getDebug() - Method in class edu.stanford.nlp.tagger.maxent.TaggerConfig
getDebugPrefix() - Method in class edu.stanford.nlp.tagger.maxent.TaggerConfig
getDeepTrees() - Method in class edu.stanford.nlp.parser.dvparser.DVModelReranker.Query
getDefaultAggregator() - Static method in class edu.stanford.nlp.pipeline.CoreMapAggregator
getDefaultAggregators() - Static method in class edu.stanford.nlp.pipeline.CoreMapAttributeAggregator
getDefaultAnnotatorPool(Properties, AnnotatorImplementations) - Method in class edu.stanford.nlp.pipeline.StanfordCoreNLP
Construct the default annotator pool from the passed properties, and overwriting annotations which have changed
since the last
getDefaultClassifier() - Static method in class edu.stanford.nlp.ie.crf.CRFClassifier
Used to get the default supplied classifier inside the jar file.
getDefaultClassifier(Properties) - Static method in class edu.stanford.nlp.ie.crf.CRFClassifier
Used to get the default supplied classifier inside the jar file.
getDefaultClassifier() - Static method in class edu.stanford.nlp.ie.ner.CMMClassifier
Used to obtain the default classifier which is
stored inside a jar file.
getDefaultColor() - Method in class edu.stanford.nlp.trees.tregex.gui.ScrollableTreeJPanel
getDefaultInstance() - Static method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.CorefMention
getDefaultInstance() - Static method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain
getDefaultInstance() - Static method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Edge
getDefaultInstance() - Static method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph
getDefaultInstance() - Static method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Node
getDefaultInstance() - Static method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document
getDefaultInstance() - Static method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Entity
getDefaultInstance() - Static method in class edu.stanford.nlp.pipeline.CoreNLPProtos.IndexedWord
getDefaultInstance() - Static method in class edu.stanford.nlp.pipeline.CoreNLPProtos.MapIntString
getDefaultInstance() - Static method in class edu.stanford.nlp.pipeline.CoreNLPProtos.MapStringString
getDefaultInstance() - Static method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
getDefaultInstance() - Static method in class edu.stanford.nlp.pipeline.CoreNLPProtos.NERMention
getDefaultInstance() - Static method in class edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETriple
getDefaultInstance() - Static method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Operator
getDefaultInstance() - Static method in class edu.stanford.nlp.pipeline.CoreNLPProtos.ParseTree
getDefaultInstance() - Static method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Polarity
getDefaultInstance() - Static method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Quote
getDefaultInstance() - Static method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Relation
getDefaultInstance() - Static method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence
getDefaultInstance() - Static method in class edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceFragment
getDefaultInstance() - Static method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Span
getDefaultInstance() - Static method in class edu.stanford.nlp.pipeline.CoreNLPProtos.SpeakerInfo
getDefaultInstance() - Static method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Timex
getDefaultInstance() - Static method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token
getDefaultInstanceForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.Builder
getDefaultInstanceForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.CorefMention.Builder
getDefaultInstanceForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.CorefMention
getDefaultInstanceForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain
getDefaultInstanceForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Builder
getDefaultInstanceForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Edge.Builder
getDefaultInstanceForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Edge
getDefaultInstanceForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph
getDefaultInstanceForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Node.Builder
getDefaultInstanceForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Node
getDefaultInstanceForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document.Builder
getDefaultInstanceForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document
getDefaultInstanceForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Entity.Builder
getDefaultInstanceForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Entity
getDefaultInstanceForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.IndexedWord.Builder
getDefaultInstanceForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.IndexedWord
getDefaultInstanceForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.MapIntString.Builder
getDefaultInstanceForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.MapIntString
getDefaultInstanceForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.MapStringString.Builder
getDefaultInstanceForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.MapStringString
getDefaultInstanceForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
getDefaultInstanceForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
getDefaultInstanceForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.NERMention.Builder
getDefaultInstanceForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.NERMention
getDefaultInstanceForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETriple.Builder
getDefaultInstanceForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETriple
getDefaultInstanceForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Operator.Builder
getDefaultInstanceForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Operator
getDefaultInstanceForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.ParseTree.Builder
getDefaultInstanceForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.ParseTree
getDefaultInstanceForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Polarity.Builder
getDefaultInstanceForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Polarity
getDefaultInstanceForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Quote.Builder
getDefaultInstanceForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Quote
getDefaultInstanceForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Relation.Builder
getDefaultInstanceForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Relation
getDefaultInstanceForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
getDefaultInstanceForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence
getDefaultInstanceForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceFragment.Builder
getDefaultInstanceForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceFragment
getDefaultInstanceForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Span.Builder
getDefaultInstanceForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Span
getDefaultInstanceForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.SpeakerInfo.Builder
getDefaultInstanceForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.SpeakerInfo
getDefaultInstanceForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Timex.Builder
getDefaultInstanceForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Timex
getDefaultInstanceForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
getDefaultInstanceForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token
getDefaultNegTag() - Method in class edu.stanford.nlp.pipeline.LabeledChunkIdentifier
getDefaultNestedResultsAnnotationKey() - Method in class edu.stanford.nlp.ling.tokensregex.Env
getDefaultNestedResultsAnnotationKey(Env) - Static method in class edu.stanford.nlp.ling.tokensregex.EnvLookup
getDefaultOptions() - Method in enum edu.stanford.nlp.pipeline.TokenizerAnnotator.TokenizerType
getDefaultOutputPath() - Method in class edu.stanford.nlp.scoref.PairwiseModel
getDefaultPosTag() - Method in class edu.stanford.nlp.pipeline.LabeledChunkIdentifier
getDefaultResultAnnotationExtractor(Env) - Static method in class edu.stanford.nlp.ling.tokensregex.EnvLookup
getDefaultResultAnnotationKey() - Method in class edu.stanford.nlp.ling.tokensregex.Env
getDefaultResultAnnotationKey(Env) - Static method in class edu.stanford.nlp.ling.tokensregex.EnvLookup
getDefaultResultsAnnotationExtractor() - Method in class edu.stanford.nlp.ling.tokensregex.Env
getDefaults() - Method in class edu.stanford.nlp.ling.tokensregex.Env
getDefaultScore() - Method in class edu.stanford.nlp.tagger.maxent.TaggerConfig
Returns a default score to be used for each tag that is incompatible with
the current word (e.g., the tag CC for the word "apple").
getDefaultStringMatchFlags() - Method in class edu.stanford.nlp.ling.tokensregex.Env
getDefaultStringPatternFlags() - Method in class edu.stanford.nlp.ling.tokensregex.Env
getDefaultTagSeparator() - Static method in class edu.stanford.nlp.tagger.maxent.TaggerConfig
getDefaultTextAnnotationKey() - Method in class edu.stanford.nlp.ling.tokensregex.Env
getDefaultTextAnnotationKey(Env) - Static method in class edu.stanford.nlp.ling.tokensregex.EnvLookup
getDefaultTokensAggregator() - Method in class edu.stanford.nlp.ling.tokensregex.Env
getDefaultTokensAggregator(Env) - Static method in class edu.stanford.nlp.ling.tokensregex.EnvLookup
getDefaultTokensAggregators() - Method in class edu.stanford.nlp.ling.tokensregex.Env
getDefaultTokensAggregators(Env) - Static method in class edu.stanford.nlp.ling.tokensregex.EnvLookup
getDefaultTokensAnnotationKey() - Method in class edu.stanford.nlp.ling.tokensregex.Env
getDefaultTokensAnnotationKey(Env) - Static method in class edu.stanford.nlp.ling.tokensregex.EnvLookup
getDefaultTokensResultAnnotationKey() - Method in class edu.stanford.nlp.ling.tokensregex.Env
getDefaultTokensResultAnnotationKey(Env) - Static method in class edu.stanford.nlp.ling.tokensregex.EnvLookup
getDeleteTempFilesOnExitFlag() - Method in class edu.stanford.nlp.classify.SVMLightClassifierFactory
getDemonyms(String) - Method in class edu.stanford.nlp.dcoref.Dictionaries
Returns a set of demonyms for a country (or city or region).
getDemonyms(String) - Method in class edu.stanford.nlp.hcoref.data.Dictionaries
Returns a set of demonyms for a country (or city or region).
getDep() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Edge.Builder
optional string dep = 3;
getDep() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Edge
optional string dep = 3;
getDep() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.EdgeOrBuilder
optional string dep = 3;
getDepBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Edge.Builder
optional string dep = 3;
getDepBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Edge
optional string dep = 3;
getDepBytes() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.EdgeOrBuilder
optional string dep = 3;
getDependencies(String, String) - Method in class edu.stanford.nlp.parser.server.LexicalizedParserClient
Returns the String output of the dependencies.
getDependencyBlanket(SemanticGraph, Collection<IndexedWord>) - Static method in class edu.stanford.nlp.semgraph.SemanticGraphUtils
Given a SemanticGraph, and a set of nodes, finds the "blanket" of nodes that are one
edge away from the set of nodes passed in.
getDependencyParser() - Method in interface edu.stanford.nlp.parser.common.ParserQuery
getDependencyParser() - Method in class edu.stanford.nlp.parser.lexparser.LexicalizedParserQuery
getDependencyParser() - Method in class edu.stanford.nlp.parser.lexparser.RerankingParserQuery
getDependencyParser() - Method in class edu.stanford.nlp.parser.shiftreduce.ShiftReduceParserQuery
getDependencyTreePrinter() - Method in class edu.stanford.nlp.pipeline.StanfordCoreNLP
getDependent() - Method in class edu.stanford.nlp.semgraph.SemanticGraphEdge
getDependentIndex() - Method in class edu.stanford.nlp.trees.UnnamedConcreteDependency
getDependents(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
repeated string dependents = 52;
getDependents(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
repeated string dependents = 52;
getDependents(int) - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MentionOrBuilder
repeated string dependents = 52;
getDependentsBytes(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
repeated string dependents = 52;
getDependentsBytes(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
repeated string dependents = 52;
getDependentsBytes(int) - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MentionOrBuilder
repeated string dependents = 52;
getDependentsCount() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
repeated string dependents = 52;
getDependentsCount() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
repeated string dependents = 52;
getDependentsCount() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MentionOrBuilder
repeated string dependents = 52;
getDependentsList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
repeated string dependents = 52;
getDependentsList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
repeated string dependents = 52;
getDependentsList() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MentionOrBuilder
repeated string dependents = 52;
getDependingVerb() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
optional .edu.stanford.nlp.pipeline.IndexedWord dependingVerb = 31;
getDependingVerb() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
optional .edu.stanford.nlp.pipeline.IndexedWord dependingVerb = 31;
getDependingVerb() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MentionOrBuilder
optional .edu.stanford.nlp.pipeline.IndexedWord dependingVerb = 31;
getDependingVerbBuilder() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
optional .edu.stanford.nlp.pipeline.IndexedWord dependingVerb = 31;
getDependingVerbOrBuilder() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
optional .edu.stanford.nlp.pipeline.IndexedWord dependingVerb = 31;
getDependingVerbOrBuilder() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
optional .edu.stanford.nlp.pipeline.IndexedWord dependingVerb = 31;
getDependingVerbOrBuilder() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MentionOrBuilder
optional .edu.stanford.nlp.pipeline.IndexedWord dependingVerb = 31;
getDerivative() - Method in class edu.stanford.nlp.optimization.AbstractCachingDiffFunction
getDerivatives() - Method in class edu.stanford.nlp.maxent.iis.LambdaSolve
assuming we have the lambdas in the array and we need only the
derivatives now.
getDerivativesExpectedValue() - Method in class edu.stanford.nlp.maxent.iis.LambdaSolve
assuming we have the probConds[x][y] , compute the derivatives for the expectedValue function
getDerivativesLossDomination() - Method in class edu.stanford.nlp.maxent.iis.LambdaSolve
Using the arrays calculated when computing the loss, it should not be
too hard to get the derivatives.
getDerivativesNeg() - Method in class edu.stanford.nlp.maxent.iis.LambdaSolve
assuming we have the lambdas in the array and we need only the
derivatives now.
getDescription() - Method in class edu.stanford.nlp.io.ExtensionFileFilter
Returns a description of what extension is being used (for file choosers).
getDescription() - Method in interface edu.stanford.nlp.ling.tokensregex.types.ValueFunction
Returns a string describing what this function does.
getDescription() - Method in class edu.stanford.nlp.ling.tokensregex.types.ValueFunctions.NamedValueFunction
getDescription(int) - Method in class edu.stanford.nlp.stats.AccuracyStats
getDescription(int) - Method in class edu.stanford.nlp.stats.MultiClassAccuracyStats
getDescription(int) - Method in class edu.stanford.nlp.stats.MultiClassPrecisionRecallStats
Returns a String summarizing F1 that will print nicely.
getDescription(int) - Method in interface edu.stanford.nlp.stats.Scorer
getDescriptor() - Static method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.Builder
getDescriptor() - Static method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.CorefMention.Builder
getDescriptor() - Static method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.CorefMention
getDescriptor() - Static method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain
getDescriptor() - Static method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Builder
getDescriptor() - Static method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Edge.Builder
getDescriptor() - Static method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Edge
getDescriptor() - Static method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph
getDescriptor() - Static method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Node.Builder
getDescriptor() - Static method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Node
getDescriptor() - Static method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document.Builder
getDescriptor() - Static method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document
getDescriptor() - Static method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Entity.Builder
getDescriptor() - Static method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Entity
getDescriptor() - Static method in class edu.stanford.nlp.pipeline.CoreNLPProtos
getDescriptor() - Static method in class edu.stanford.nlp.pipeline.CoreNLPProtos.IndexedWord.Builder
getDescriptor() - Static method in class edu.stanford.nlp.pipeline.CoreNLPProtos.IndexedWord
getDescriptor() - Static method in enum edu.stanford.nlp.pipeline.CoreNLPProtos.Language
getDescriptor() - Static method in class edu.stanford.nlp.pipeline.CoreNLPProtos.MapIntString.Builder
getDescriptor() - Static method in class edu.stanford.nlp.pipeline.CoreNLPProtos.MapIntString
getDescriptor() - Static method in class edu.stanford.nlp.pipeline.CoreNLPProtos.MapStringString.Builder
getDescriptor() - Static method in class edu.stanford.nlp.pipeline.CoreNLPProtos.MapStringString
getDescriptor() - Static method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
getDescriptor() - Static method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
getDescriptor() - Static method in enum edu.stanford.nlp.pipeline.CoreNLPProtos.NaturalLogicRelation
getDescriptor() - Static method in class edu.stanford.nlp.pipeline.CoreNLPProtos.NERMention.Builder
getDescriptor() - Static method in class edu.stanford.nlp.pipeline.CoreNLPProtos.NERMention
getDescriptor() - Static method in class edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETriple.Builder
getDescriptor() - Static method in class edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETriple
getDescriptor() - Static method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Operator.Builder
getDescriptor() - Static method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Operator
getDescriptor() - Static method in class edu.stanford.nlp.pipeline.CoreNLPProtos.ParseTree.Builder
getDescriptor() - Static method in class edu.stanford.nlp.pipeline.CoreNLPProtos.ParseTree
getDescriptor() - Static method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Polarity.Builder
getDescriptor() - Static method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Polarity
getDescriptor() - Static method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Quote.Builder
getDescriptor() - Static method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Quote
getDescriptor() - Static method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Relation.Builder
getDescriptor() - Static method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Relation
getDescriptor() - Static method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
getDescriptor() - Static method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence
getDescriptor() - Static method in class edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceFragment.Builder
getDescriptor() - Static method in class edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceFragment
getDescriptor() - Static method in enum edu.stanford.nlp.pipeline.CoreNLPProtos.Sentiment
getDescriptor() - Static method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Span.Builder
getDescriptor() - Static method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Span
getDescriptor() - Static method in class edu.stanford.nlp.pipeline.CoreNLPProtos.SpeakerInfo.Builder
getDescriptor() - Static method in class edu.stanford.nlp.pipeline.CoreNLPProtos.SpeakerInfo
getDescriptor() - Static method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Timex.Builder
getDescriptor() - Static method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Timex
getDescriptor() - Static method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
getDescriptor() - Static method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token
getDescriptorForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.Builder
getDescriptorForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.CorefMention.Builder
getDescriptorForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Builder
getDescriptorForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Edge.Builder
getDescriptorForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Node.Builder
getDescriptorForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document.Builder
getDescriptorForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Entity.Builder
getDescriptorForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.IndexedWord.Builder
getDescriptorForType() - Method in enum edu.stanford.nlp.pipeline.CoreNLPProtos.Language
getDescriptorForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.MapIntString.Builder
getDescriptorForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.MapStringString.Builder
getDescriptorForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
getDescriptorForType() - Method in enum edu.stanford.nlp.pipeline.CoreNLPProtos.NaturalLogicRelation
getDescriptorForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.NERMention.Builder
getDescriptorForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETriple.Builder
getDescriptorForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Operator.Builder
getDescriptorForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.ParseTree.Builder
getDescriptorForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Polarity.Builder
getDescriptorForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Quote.Builder
getDescriptorForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Relation.Builder
getDescriptorForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
getDescriptorForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceFragment.Builder
getDescriptorForType() - Method in enum edu.stanford.nlp.pipeline.CoreNLPProtos.Sentiment
getDescriptorForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Span.Builder
getDescriptorForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.SpeakerInfo.Builder
getDescriptorForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Timex.Builder
getDescriptorForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
getDiag(String) - Static method in class edu.stanford.nlp.optimization.ScaledSGDMinimizer
getDictOddsScore(CandidatePhrase, String, double) - Method in class edu.stanford.nlp.patterns.PhraseScorer
getDiffConstituents() - Method in class edu.stanford.nlp.trees.tregex.gui.TreeFromFile
getDiffDecoratedTree() - Method in class edu.stanford.nlp.trees.tregex.gui.TreeFromFile
getDisplay() - Method in class edu.stanford.nlp.trees.tregex.gui.FileTreeNode
getDistribution(Counter<E>) - Static method in class edu.stanford.nlp.stats.Distribution
Creates a Distribution from the given counter.
getDistributionFromLogValues(Counter<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(Counter<E>, double) - Static method in class edu.stanford.nlp.stats.Distribution
getDistSimWtScore(String, String) - Method in class edu.stanford.nlp.patterns.PhraseScorer
getDocID() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document.Builder
optional string docID = 4;
getDocID() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document
optional string docID = 4;
getDocID() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.DocumentOrBuilder
optional string docID = 4;
getDocID() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.IndexedWord.Builder
optional uint32 docID = 3;
getDocID() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.IndexedWord
optional uint32 docID = 3;
getDocID() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.IndexedWordOrBuilder
optional uint32 docID = 3;
getDocid() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Quote.Builder
optional string docid = 9;
getDocid() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Quote
optional string docid = 9;
getDocid() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.QuoteOrBuilder
optional string docid = 9;
getDocIDBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document.Builder
optional string docID = 4;
getDocIDBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document
optional string docID = 4;
getDocIDBytes() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.DocumentOrBuilder
optional string docID = 4;
getDocidBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Quote.Builder
optional string docid = 9;
getDocidBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Quote
optional string docid = 9;
getDocidBytes() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.QuoteOrBuilder
optional string docid = 9;
getDocumentID() - Method in class edu.stanford.nlp.dcoref.CoNLL2011DocumentReader.Document
getDocumentID() - Method in class edu.stanford.nlp.hcoref.docreader.CoNLLDocumentReader.CoNLLDocument
getDocumentId() - Method in class edu.stanford.nlp.ie.machinereading.structure.ExtractionObject
getDomainNgramScore(String) - Method in class edu.stanford.nlp.patterns.PhraseScorer
getdot() - Method in class edu.stanford.nlp.math.DoubleAD
getDouble(Properties, String) - Static method in class edu.stanford.nlp.util.PropertiesUtils
Load a double property.
getDouble(Properties, String, double) - Static method in class edu.stanford.nlp.util.PropertiesUtils
Load a double property.
getDoubleArray(Properties, String) - Static method in class edu.stanford.nlp.util.PropertiesUtils
Loads a comma-separated list of doubles from Properties.
getDownsamplingRate(Properties, String) - Static method in class edu.stanford.nlp.hcoref.CorefProperties
getDuration() - Method in class edu.stanford.nlp.time.JollyDayHolidays.JollyHoliday
getDuration() - Method in class edu.stanford.nlp.time.SUTime.CompositePartialTime
getDuration(ReadablePeriod) - Static method in class edu.stanford.nlp.time.SUTime.Duration
getDuration(Duration) - Static method in class edu.stanford.nlp.time.SUTime.Duration
getDuration() - Method in class edu.stanford.nlp.time.SUTime.Duration
getDuration() - Method in class edu.stanford.nlp.time.SUTime.ExplicitTemporalSet
getDuration() - Method in class edu.stanford.nlp.time.SUTime.GroundedTime
getDuration() - Method in class edu.stanford.nlp.time.SUTime.InexactTime
getDuration() - Method in class edu.stanford.nlp.time.SUTime.PartialTime
getDuration() - Method in class edu.stanford.nlp.time.SUTime.PeriodicTemporalSet
getDuration() - Method in class edu.stanford.nlp.time.SUTime.Range
getDuration() - Method in class edu.stanford.nlp.time.SUTime.RelativeTime
getDuration() - Method in enum edu.stanford.nlp.time.SUTime.StandardTemporalType
getDuration() - Method in class edu.stanford.nlp.time.SUTime.Temporal
getDuration() - Method in class edu.stanford.nlp.time.SUTime.Time
getDuration() - Method in enum edu.stanford.nlp.time.SUTime.TimeUnit
getDuration() - Method in class edu.stanford.nlp.time.SUTime.TimeWithRange
getE() - Method in class edu.stanford.nlp.parser.nndep.Classifier
getEdge(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Builder
repeated .edu.stanford.nlp.pipeline.DependencyGraph.Edge edge = 2;
getEdge(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph
repeated .edu.stanford.nlp.pipeline.DependencyGraph.Edge edge = 2;
getEdge(int) - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraphOrBuilder
repeated .edu.stanford.nlp.pipeline.DependencyGraph.Edge edge = 2;
getEdge(IndexedWord, IndexedWord) - Method in class edu.stanford.nlp.semgraph.SemanticGraph
getEdge(IndexedWord, IndexedWord, GrammaticalRelation) - Method in class edu.stanford.nlp.semgraph.SemanticGraph
Given a governor, dependent, and the relation between them, returns the
SemanticGraphEdge object of that arc if it exists, otherwise returns null.
getEdge() - Method in class edu.stanford.nlp.trees.international.negra.NegraLabel
getEdgeBuilder(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Builder
repeated .edu.stanford.nlp.pipeline.DependencyGraph.Edge edge = 2;
getEdgeBuilderList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Builder
repeated .edu.stanford.nlp.pipeline.DependencyGraph.Edge edge = 2;
getEdgeCount() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Builder
repeated .edu.stanford.nlp.pipeline.DependencyGraph.Edge edge = 2;
getEdgeCount() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph
repeated .edu.stanford.nlp.pipeline.DependencyGraph.Edge edge = 2;
getEdgeCount() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraphOrBuilder
repeated .edu.stanford.nlp.pipeline.DependencyGraph.Edge edge = 2;
getEdgeList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Builder
repeated .edu.stanford.nlp.pipeline.DependencyGraph.Edge edge = 2;
getEdgeList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph
repeated .edu.stanford.nlp.pipeline.DependencyGraph.Edge edge = 2;
getEdgeList() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraphOrBuilder
repeated .edu.stanford.nlp.pipeline.DependencyGraph.Edge edge = 2;
getEdgeOrBuilder(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Builder
repeated .edu.stanford.nlp.pipeline.DependencyGraph.Edge edge = 2;
getEdgeOrBuilder(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph
repeated .edu.stanford.nlp.pipeline.DependencyGraph.Edge edge = 2;
getEdgeOrBuilder(int) - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraphOrBuilder
repeated .edu.stanford.nlp.pipeline.DependencyGraph.Edge edge = 2;
getEdgeOrBuilderList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Builder
repeated .edu.stanford.nlp.pipeline.DependencyGraph.Edge edge = 2;
getEdgeOrBuilderList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph
repeated .edu.stanford.nlp.pipeline.DependencyGraph.Edge edge = 2;
getEdgeOrBuilderList() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraphOrBuilder
repeated .edu.stanford.nlp.pipeline.DependencyGraph.Edge edge = 2;
getEdges(V, V) - Method in class edu.stanford.nlp.graph.DirectedMultiGraph
getEdges(V, V) - Method in interface edu.stanford.nlp.graph.Graph
getEdgesOverSpan(int, int) - Method in class edu.stanford.nlp.parser.lexparser.Lattice
getEdgesSpannedByVertices(Collection<IndexedWord>, SemanticGraph) - Static method in class edu.stanford.nlp.semgraph.SemanticGraphUtils
Given a set of nodes from a SemanticGraph, returns the set of
edges that are spanned between these nodes.
getEditDistanceFromEnglishWords() - Method in class edu.stanford.nlp.patterns.ConstantsAndVariables
getEditDistanceFromEnglishWordsMatches() - Method in class edu.stanford.nlp.patterns.ConstantsAndVariables
getEditDistanceFromOtherClasses(String, String, int) - Method in class edu.stanford.nlp.patterns.ConstantsAndVariables
getEditDistanceFromThisClass(String, String, int) - Method in class edu.stanford.nlp.patterns.ConstantsAndVariables
getEditDistanceScoresOtherClass(String, String) - Method in class edu.stanford.nlp.patterns.ConstantsAndVariables
getEditDistanceScoresOtherClassThreshold(String, String) - Method in class edu.stanford.nlp.patterns.ConstantsAndVariables
1 if lies in edit distance, 0 if not close to any words
getEditDistanceScoresThisClass(String, String) - Method in class edu.stanford.nlp.patterns.ConstantsAndVariables
getEditDistanceScoresThisClassThreshold(String, String) - Method in class edu.stanford.nlp.patterns.ConstantsAndVariables
getEmbeddingSize() - Method in class edu.stanford.nlp.neural.Embedding
getEnableTsurgeon() - Static method in class edu.stanford.nlp.trees.tregex.gui.Preferences
getEncoding() - Method in class edu.stanford.nlp.pipeline.StanfordCoreNLP
getEncoding(Properties) - Static method in class edu.stanford.nlp.tagger.io.TaggedFileRecord
getEncoding() - Method in class edu.stanford.nlp.tagger.maxent.TaggerConfig
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.french.FrenchTreebankLanguagePack
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 class edu.stanford.nlp.trees.international.spanish.SpanishTreebankLanguagePack
Return the input Charset encoding for the Treebank.
getEncoding() - Method in class edu.stanford.nlp.trees.international.tuebadz.TueBaDZLanguagePack
Return the input Charset encoding for the Treebank.
getEncoding() - Method in interface edu.stanford.nlp.trees.TreebankLanguagePack
Return the charset encoding of the Treebank.
getEncoding() - Static method in class edu.stanford.nlp.trees.tregex.gui.Preferences
getEnd() - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.RobustTokenizer.WordToken
getEnd() - Method in class edu.stanford.nlp.ling.tokensregex.matcher.Match
getEnd() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Quote.Builder
optional uint32 end = 3;
getEnd() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Quote
optional uint32 end = 3;
getEnd() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.QuoteOrBuilder
optional uint32 end = 3;
getEnd() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Span.Builder
required uint32 end = 2;
getEnd() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Span
required uint32 end = 2;
getEnd() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.SpanOrBuilder
required uint32 end = 2;
getEnd() - Method in class edu.stanford.nlp.util.Interval
Returns the end point.
getEndChar() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional uint32 endChar = 12;
getEndChar() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token
optional uint32 endChar = 12;
getEndChar() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.TokenOrBuilder
optional uint32 endChar = 12;
getEndDate() - Method in class edu.stanford.nlp.ie.pascal.ISODateInstance
Returns this date or if it is a range,
the date the range ends.
getEndIndex() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.CorefMention.Builder
optional uint32 endIndex = 7;
getEndIndex() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.CorefMention
optional uint32 endIndex = 7;
getEndIndex() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.CorefMentionOrBuilder
optional uint32 endIndex = 7;
getEndIndex() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
optional uint32 endIndex = 9;
getEndIndex() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
optional uint32 endIndex = 9;
getEndIndex() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MentionOrBuilder
optional uint32 endIndex = 9;
getEndIndex() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional uint32 endIndex = 16;
getEndIndex() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token
optional uint32 endIndex = 16;
getEndIndex() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.TokenOrBuilder
optional uint32 endIndex = 16;
getEndNodes() - Method in class edu.stanford.nlp.fsm.TransducerGraph
getEndPoint() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Timex.Builder
optional uint32 endPoint = 7;
getEndPoint() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Timex
optional uint32 endPoint = 7;
getEndPoint() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.TimexOrBuilder
optional uint32 endPoint = 7;
getEndWordVector() - Method in class edu.stanford.nlp.neural.Embedding
getEndWordVector() - Method in class edu.stanford.nlp.parser.dvparser.DVModel
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).
getEnglishWords() - Method in class edu.stanford.nlp.patterns.ConstantsAndVariables
getEntailedSentence(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.SentenceFragment entailedSentence = 15;
getEntailedSentence(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence
repeated .edu.stanford.nlp.pipeline.SentenceFragment entailedSentence = 15;
getEntailedSentence(int) - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceOrBuilder
repeated .edu.stanford.nlp.pipeline.SentenceFragment entailedSentence = 15;
getEntailedSentenceBuilder(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.SentenceFragment entailedSentence = 15;
getEntailedSentenceBuilderList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.SentenceFragment entailedSentence = 15;
getEntailedSentenceCount() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.SentenceFragment entailedSentence = 15;
getEntailedSentenceCount() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence
repeated .edu.stanford.nlp.pipeline.SentenceFragment entailedSentence = 15;
getEntailedSentenceCount() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceOrBuilder
repeated .edu.stanford.nlp.pipeline.SentenceFragment entailedSentence = 15;
getEntailedSentenceList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.SentenceFragment entailedSentence = 15;
getEntailedSentenceList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence
repeated .edu.stanford.nlp.pipeline.SentenceFragment entailedSentence = 15;
getEntailedSentenceList() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceOrBuilder
repeated .edu.stanford.nlp.pipeline.SentenceFragment entailedSentence = 15;
getEntailedSentenceOrBuilder(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.SentenceFragment entailedSentence = 15;
getEntailedSentenceOrBuilder(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence
repeated .edu.stanford.nlp.pipeline.SentenceFragment entailedSentence = 15;
getEntailedSentenceOrBuilder(int) - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceOrBuilder
repeated .edu.stanford.nlp.pipeline.SentenceFragment entailedSentence = 15;
getEntailedSentenceOrBuilderList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.SentenceFragment entailedSentence = 15;
getEntailedSentenceOrBuilderList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence
repeated .edu.stanford.nlp.pipeline.SentenceFragment entailedSentence = 15;
getEntailedSentenceOrBuilderList() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceOrBuilder
repeated .edu.stanford.nlp.pipeline.SentenceFragment entailedSentence = 15;
getEntity(String) - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceDocument
getEntity(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.Entity entity = 52;
getEntity(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence
repeated .edu.stanford.nlp.pipeline.Entity entity = 52;
getEntity(int) - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceOrBuilder
repeated .edu.stanford.nlp.pipeline.Entity entity = 52;
getEntityBuilder(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.Entity entity = 52;
getEntityBuilderList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.Entity entity = 52;
getEntityCount() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.Entity entity = 52;
getEntityCount() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence
repeated .edu.stanford.nlp.pipeline.Entity entity = 52;
getEntityCount() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceOrBuilder
repeated .edu.stanford.nlp.pipeline.Entity entity = 52;
getEntityList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.Entity entity = 52;
getEntityList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence
repeated .edu.stanford.nlp.pipeline.Entity entity = 52;
getEntityList() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceOrBuilder
repeated .edu.stanford.nlp.pipeline.Entity entity = 52;
getEntityMention(String) - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceDocument
getEntityMentionArgs() - Method in class edu.stanford.nlp.ie.machinereading.structure.RelationMention
Fetches the arguments of this relation that are entity mentions
getEntityMentions(int) - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceDocument
getEntityMentions() - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceDocument
getEntityMentions(CoreMap) - Method in class edu.stanford.nlp.ie.machinereading.structure.AnnotationUtils
getEntityOrBuilder(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.Entity entity = 52;
getEntityOrBuilder(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence
repeated .edu.stanford.nlp.pipeline.Entity entity = 52;
getEntityOrBuilder(int) - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceOrBuilder
repeated .edu.stanford.nlp.pipeline.Entity entity = 52;
getEntityOrBuilderList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.Entity entity = 52;
getEntityOrBuilderList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence
repeated .edu.stanford.nlp.pipeline.Entity entity = 52;
getEntityOrBuilderList() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceOrBuilder
repeated .edu.stanford.nlp.pipeline.Entity entity = 52;
getEntityResultsPrinterSet() - Method in class edu.stanford.nlp.ie.machinereading.MachineReading
getEntityType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.NERMention.Builder
optional string entityType = 6;
getEntityType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.NERMention
optional string entityType = 6;
getEntityType() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.NERMentionOrBuilder
optional string entityType = 6;
getEntityTypeBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.NERMention.Builder
optional string entityType = 6;
getEntityTypeBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.NERMention
optional string entityType = 6;
getEntityTypeBytes() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.NERMentionOrBuilder
optional string entityType = 6;
getEntityTypeForTag(String) - Method in class edu.stanford.nlp.ie.machinereading.BasicEntityExtractor
getEntityTypeForTag(String) - Method in class edu.stanford.nlp.ie.machinereading.domains.roth.RothEntityExtractor
getEnv() - Method in class edu.stanford.nlp.ling.tokensregex.CoreMapExpressionExtractor
getEpsilon() - Method in class edu.stanford.nlp.classify.LogPrior
getError() - Method in class edu.stanford.nlp.optimization.CmdEvaluator
getEvalbF1() - Method in class edu.stanford.nlp.parser.metrics.AbstractEval
getEvalbF1Percent() - Method in class edu.stanford.nlp.parser.metrics.AbstractEval
getEvals() - Method in class edu.stanford.nlp.parser.dvparser.DVModelReranker
getEvals() - Method in interface edu.stanford.nlp.parser.lexparser.Reranker
getEvalSummary(String, String, String) - Static method in class edu.stanford.nlp.hcoref.Scorer
getEvent(String) - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceDocument
getEventMention(String) - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceDocument
getEventMentions(int) - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceDocument
getEventMentions() - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceDocument
getEventMentions() - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceEntityMention
getEventMentions(CoreMap) - Method in class edu.stanford.nlp.ie.machinereading.structure.AnnotationUtils
getExact() - Method in class edu.stanford.nlp.parser.metrics.AbstractEval
getExactPercent() - Method in class edu.stanford.nlp.parser.metrics.AbstractEval
getExamples(List<DocumentExamples>) - Static method in class edu.stanford.nlp.scoref.PairwiseModelTrainer
getExctWsRegex(String) - Method in class edu.stanford.nlp.ling.tokensregex.MultiWordStringMatcher
getExistingAnnotator(String) - Static method in class edu.stanford.nlp.pipeline.StanfordCoreNLP
getExponentialSchedule(double, double, int) - Static method in class edu.stanford.nlp.sequences.CoolingSchedule
getExpression(String) - Method in class edu.stanford.nlp.ling.tokensregex.types.Expressions.CompositeValue
getExpressionExtractor(Env, Reader) - Method in class edu.stanford.nlp.ling.tokensregex.parser.TokenSequenceParser
getExtension(String) - Static method in class edu.stanford.nlp.io.IOUtils
getExtent() - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceEntityMention
getExtent() - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceMention
getExtent() - Method in class edu.stanford.nlp.ie.machinereading.structure.ExtractionObject
getExtentEnd() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Entity.Builder
optional uint32 extentEnd = 3;
getExtentEnd() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Entity
optional uint32 extentEnd = 3;
getExtentEnd() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.EntityOrBuilder
optional uint32 extentEnd = 3;
getExtentEnd() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Relation.Builder
optional uint32 extentEnd = 3;
getExtentEnd() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Relation
optional uint32 extentEnd = 3;
getExtentEnd() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.RelationOrBuilder
optional uint32 extentEnd = 3;
getExtentStart() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Entity.Builder
optional uint32 extentStart = 2;
getExtentStart() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Entity
optional uint32 extentStart = 2;
getExtentStart() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.EntityOrBuilder
optional uint32 extentStart = 2;
getExtentStart() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Relation.Builder
optional uint32 extentStart = 2;
getExtentStart() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Relation
optional uint32 extentStart = 2;
getExtentStart() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.RelationOrBuilder
optional uint32 extentStart = 2;
getExtentString() - Method in class edu.stanford.nlp.ie.machinereading.structure.ExtractionObject
getExtentTokenEnd() - Method in class edu.stanford.nlp.ie.machinereading.structure.ExtractionObject
getExtentTokenStart() - Method in class edu.stanford.nlp.ie.machinereading.structure.ExtractionObject
getExtractorFrames(String) - Static method in class edu.stanford.nlp.tagger.maxent.ExtractorFrames
getExtractorFramesRare(String, TTags) - Static method in class edu.stanford.nlp.tagger.maxent.ExtractorFramesRare
Get an array of rare word feature Extractor identified by a name.
getExtraEvals() - Method in class edu.stanford.nlp.parser.common.ParserGrammar
Returns a list of extra Eval objects to use when scoring the parser.
getExtraEvals() - Method in class edu.stanford.nlp.parser.lexparser.LexicalizedParser
getExtraEvals() - Method in class edu.stanford.nlp.parser.shiftreduce.ShiftReduceParser
TODO: add an eval which measures transition accuracy?
getExtras(List<TypedDependency>) - Method in class edu.stanford.nlp.trees.EnglishGrammaticalStructure
getExtras(List<TypedDependency>) - Method in class edu.stanford.nlp.trees.GrammaticalStructure
Get extra dependencies that do not depend on the tree structure,
but rather only depend on the existing dependency structure.
getExtras(List<TypedDependency>) - Method in class edu.stanford.nlp.trees.UniversalEnglishGrammaticalStructure
getF1() - Method in class edu.stanford.nlp.dcoref.CorefScorer
getF1() - Method in class edu.stanford.nlp.scoref.EvalUtils.AbstractEvaluator
getF1() - Method in class edu.stanford.nlp.scoref.EvalUtils.CombinedEvaluator
getF1() - Method in interface edu.stanford.nlp.scoref.EvalUtils.Evaluator
getF1Description(int) - Method in class edu.stanford.nlp.stats.MultiClassPrecisionRecallStats
Returns a String summarizing F1 that will print nicely.
getF1Description(int, L) - Method in class edu.stanford.nlp.stats.MultiClassPrecisionRecallStats
getF1Description(int) - Method in class edu.stanford.nlp.stats.PrecisionRecallStats
Returns a String summarizing F1 that will print nicely.
getFactoredParser() - Method in interface edu.stanford.nlp.parser.common.ParserQuery
getFactoredParser() - Method in class edu.stanford.nlp.parser.lexparser.LexicalizedParserQuery
getFactoredParser() - Method in class edu.stanford.nlp.parser.lexparser.RerankingParserQuery
getFactoredParser() - Method in class edu.stanford.nlp.parser.shiftreduce.ShiftReduceParserQuery
getFactorTables() - Method in class edu.stanford.nlp.ie.crf.CRFCliqueTree
getFactory(String) - Static method in class edu.stanford.nlp.objectbank.DelimitRegExIterator
Returns a factory that vends DelimitRegExIterators that read the contents of the
given Reader, splits on the specified delimiter, then returns the result.
getFactory(String, Function<String, T>) - Static method in class edu.stanford.nlp.objectbank.DelimitRegExIterator
Returns a factory that vends DelimitRegExIterators that reads the contents of the
given Reader, splits on the specified delimiter, applies op, then returns the result.
getFactory() - Static method in class edu.stanford.nlp.objectbank.LineIterator
Returns a factory that vends LineIterators that read the contents of the
given Reader, splitting on newlines.
getFactory(Function<String, X>) - Static method in class edu.stanford.nlp.objectbank.LineIterator
Returns a factory that vends LineIterators that read the contents of the
given Reader, splitting on newlines.
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<String, E>) - Static method in class edu.stanford.nlp.objectbank.XMLBeginEndIterator
getFactory(String, Function<String, E>, boolean, boolean) - Static method in class edu.stanford.nlp.objectbank.XMLBeginEndIterator
getFactory() - Method in class edu.stanford.nlp.stats.ClassicCounter
Returns a factory that can create new instances of this kind of Counter.
getFactory() - Method in interface edu.stanford.nlp.stats.Counter
Returns a factory that can create new instances of this kind of Counter.
getFactory() - Method in class edu.stanford.nlp.stats.IntCounter
getFCounter(Counter<E>, Counter<E>, double) - Static method in class edu.stanford.nlp.stats.Counters
getFeature(RelationMention, String) - Method in class edu.stanford.nlp.ie.machinereading.BasicRelationFeatureFactory
getFeature(RelationMention, String) - Method in class edu.stanford.nlp.ie.machinereading.RelationFeatureFactory
getFeatureCount(double, boolean) - Method in class edu.stanford.nlp.classify.LinearClassifier
Returns number of features with weight above a certain threshold
(across all labels).
getFeatureCount(Set<L>, double, boolean) - Method in class edu.stanford.nlp.classify.LinearClassifier
Returns number of features with weight above a certain threshold.
getFeatureCount(F) - Method in class edu.stanford.nlp.ling.RVFDatum
getFeatureCounter() - Method in class edu.stanford.nlp.classify.Dataset
Get Number of datums a given feature appears in.
getFeatureCountLabelIndices(Set<Integer>, double, boolean) - Method in class edu.stanford.nlp.classify.LinearClassifier
Returns number of features with weight above a certain threshold.
getFeatureCounts() - Method in class edu.stanford.nlp.classify.GeneralDataset
Get the total count (over all data instances) of each feature
getFeatureCounts() - Method in class edu.stanford.nlp.classify.WeightedDataset
getFeatureCountThreshold(Properties, String) - Static method in class edu.stanford.nlp.hcoref.CorefProperties
getFeatureFromCoreLabel(CoreLabel, FeatureFactory.FeatureComponent) - Static method in class edu.stanford.nlp.parser.shiftreduce.FeatureFactory
getFeatureGrouping() - Method in class edu.stanford.nlp.ie.crf.CRFLogConditionalObjectiveFunction
getFeatureGrouping() - Method in class edu.stanford.nlp.ie.crf.CRFNonLinearLogConditionalObjectiveFunction
getFeatureGrouping() - Method in interface edu.stanford.nlp.optimization.HasFeatureGrouping
getFeatureIndex() - Method in class edu.stanford.nlp.classify.LogisticClassifier
getFeatures(RelationMention, String) - Method in class edu.stanford.nlp.ie.machinereading.BasicRelationFeatureFactory
getFeatures(RelationMention, String) - Method in class edu.stanford.nlp.ie.machinereading.RelationFeatureFactory
getFeatures(Configuration) - Method in class edu.stanford.nlp.parser.nndep.DependencyParser
getFeatures() - Method in class edu.stanford.nlp.patterns.CandidatePhrase
getFeatures() - Method in class edu.stanford.nlp.patterns.dep.ExtractedPhrase
getFeatures(SemanticGraph, IndexedWord, boolean, Collection<String>, GrammaticalRelation) - Static method in class edu.stanford.nlp.patterns.GetPatternsFromDataMultiClass
getFeatures(Example, Map<Integer, CompressedFeatureVector>, Compressor<String>) - Method in class edu.stanford.nlp.scoref.MetaFeatureExtractor
getFeatureValue(String) - Method in class edu.stanford.nlp.patterns.CandidatePhrase
getFile() - Method in class edu.stanford.nlp.tagger.maxent.TaggerConfig
getFile() - Method in class edu.stanford.nlp.trees.tregex.gui.FileTreeNode
getFileInputStream(String) - Static method in class edu.stanford.nlp.io.IOUtils
Get a input file stream (automatically gunzip/bunzip2 depending on file extension)
getFilename() - Method in class edu.stanford.nlp.trees.tregex.gui.FileTreeNode
getFilename() - Method in class edu.stanford.nlp.trees.tregex.gui.InputPanel.TRegexGUITreeVisitor
getFilename() - Method in class edu.stanford.nlp.trees.tregex.gui.TreeFromFile
getFileOutputStream(String) - Static method in class edu.stanford.nlp.io.IOUtils
Get a output file stream (automatically gzip/bzip2 depending on file extension)
getFileOutputStream(String, boolean) - Static method in class edu.stanford.nlp.io.IOUtils
getFileSentIds(CollectionValuedMap<String, String>) - Method in class edu.stanford.nlp.patterns.InvertedIndexByTokens
getFileSentIdsFromPats(Collection<E>) - Method in class edu.stanford.nlp.patterns.InvertedIndexByTokens
getFindType() - Method in class edu.stanford.nlp.ling.tokensregex.SequenceMatcher
getFirst() - Method in class edu.stanford.nlp.util.BinaryHeapPriorityQueue
Finds the E 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.
getFirstArg() - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceRelationMention
Retrieves the argument that appears *first* in the sentence
getFirstKey() - Method in class edu.stanford.nlp.util.TwoDimensionalMap.Entry
getFirstMention() - Method in class edu.stanford.nlp.dcoref.CorefCluster
getFirstMention() - Method in class edu.stanford.nlp.hcoref.data.CorefCluster
getFirstNonWsChar(CoreMap) - Static method in class edu.stanford.nlp.pipeline.ChunkAnnotationUtils
getFirstNonWsCharOffset(CoreMap, boolean) - Static method in class edu.stanford.nlp.pipeline.ChunkAnnotationUtils
getFirstRoot() - Method in class edu.stanford.nlp.semgraph.SemanticGraph
Returns the (first) root of this SemanticGraph.
getFirstSyntacticHeadPosition() - Method in class edu.stanford.nlp.ie.machinereading.structure.RelationMention
Find the left-most position of an argument's syntactic head
getFirstTranslation(String) - Method in class edu.stanford.nlp.trees.international.pennchinese.ChineseEnglishWordMap
getFloatFactorTable(float[][], int[][], List<Index<CRFLabel>>, int) - Static method in class edu.stanford.nlp.ie.crf.CRFLogConditionalObjectiveFloatFunction
getFMeasure(L) - Method in class edu.stanford.nlp.stats.MultiClassPrecisionRecallStats
getFMeasure() - Method in class edu.stanford.nlp.stats.MultiClassPrecisionRecallStats
getFMeasure() - Method in class edu.stanford.nlp.stats.PrecisionRecallStats
Returns the current F1 measure (alpha=0.5 ).
getFMeasure(double) - Method in class edu.stanford.nlp.stats.PrecisionRecallStats
Returns the F-Measure with the given mixing parameter (must be between 0 and 1).
getFN() - Method in class edu.stanford.nlp.stats.PrecisionRecallStats
Returns the current count of false negatives.
getFolds() - Method in class edu.stanford.nlp.classify.SVMLightClassifierFactory
getFont() - Static method in class edu.stanford.nlp.trees.tregex.gui.Preferences
getFontName() - Method in class edu.stanford.nlp.trees.tregex.gui.ScrollableTreeJPanel
getFontSize() - Static method in class edu.stanford.nlp.trees.tregex.gui.Preferences
getFontSize() - Method in class edu.stanford.nlp.trees.tregex.gui.ScrollableTreeJPanel
getFormatter(int) - Method in class edu.stanford.nlp.time.SUTime.CompositePartialTime
getFormatter(int) - Method in class edu.stanford.nlp.time.SUTime.PartialTime
getFP() - Method in class edu.stanford.nlp.stats.PrecisionRecallStats
Returns the current count of false positives.
getFullValue() - Method in class edu.stanford.nlp.ie.machinereading.structure.ExtractionObject
Always returns the text corresponding to the extent of this object, even when
getValue is overridden by subclass.
getFunc(int) - Method in class edu.stanford.nlp.ie.crf.CRFLogConditionalObjectiveFunctionNoisyLabel
getGender() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.CorefMention.Builder
optional string gender = 4;
getGender() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.CorefMention
optional string gender = 4;
getGender() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.CorefMentionOrBuilder
optional string gender = 4;
getGender() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
optional string gender = 4;
getGender() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
optional string gender = 4;
getGender() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MentionOrBuilder
optional string gender = 4;
getGender() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional string gender = 51;
getGender() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token
optional string gender = 51;
getGender() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.TokenOrBuilder
optional string gender = 51;
getGenderBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.CorefMention.Builder
optional string gender = 4;
getGenderBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.CorefMention
optional string gender = 4;
getGenderBytes() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.CorefMentionOrBuilder
optional string gender = 4;
getGenderBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
optional string gender = 4;
getGenderBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
optional string gender = 4;
getGenderBytes() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MentionOrBuilder
optional string gender = 4;
getGenderBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional string gender = 51;
getGenderBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token
optional string gender = 51;
getGenderBytes() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.TokenOrBuilder
optional string gender = 51;
getGenderNumber(Properties) - Static method in class edu.stanford.nlp.hcoref.CorefProperties
getGeneralizeClasses() - Static method in class edu.stanford.nlp.patterns.ConstantsAndVariables
getGeneralWordClassClusters() - Method in class edu.stanford.nlp.patterns.ConstantsAndVariables
getGeneric() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
optional bool generic = 25;
getGeneric() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
optional bool generic = 25;
getGeneric() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MentionOrBuilder
optional bool generic = 25;
getGenericity() - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceEvent
getGenre() - Method in class edu.stanford.nlp.patterns.surface.SurfacePattern
getGfCharacter() - Method in class edu.stanford.nlp.trees.AbstractTreebankLanguagePack
getGlobal() - Static method in class edu.stanford.nlp.util.concurrent.SynchronizedInterner
For getting the instance that global methods use.
getGlobal() - Static method in class edu.stanford.nlp.util.Interner
For getting the instance that global methods use.
getGoldClass(Tree) - Static method in class edu.stanford.nlp.neural.rnn.RNNCoreAnnotations
getGoldCorefClusterID() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
optional int32 goldCorefClusterID = 14;
getGoldCorefClusterID() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
optional int32 goldCorefClusterID = 14;
getGoldCorefClusterID() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MentionOrBuilder
optional int32 goldCorefClusterID = 14;
getGoldLinks() - Method in class edu.stanford.nlp.dcoref.Document
getGoldLinks() - Method in class edu.stanford.nlp.hcoref.data.Document
getGoogleNgramScore(CandidatePhrase) - Static method in class edu.stanford.nlp.patterns.PhraseScorer
getGovernor() - Method in class edu.stanford.nlp.semgraph.SemanticGraphEdge
getGovernorIndex() - Method in class edu.stanford.nlp.trees.UnnamedConcreteDependency
getGradb1() - Method in class edu.stanford.nlp.parser.nndep.Classifier.Cost
getGradE() - Method in class edu.stanford.nlp.parser.nndep.Classifier.Cost
getGradW1() - Method in class edu.stanford.nlp.parser.nndep.Classifier.Cost
getGradW2() - Method in class edu.stanford.nlp.parser.nndep.Classifier.Cost
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(IndexedWord, IndexedWord) - Method in class edu.stanford.nlp.trees.GrammaticalStructure
Get GrammaticalRelation between gov and dep, and null if gov is not the
governor of dep
getGrammaticalStructure(Tree, Predicate<String>, HeadFinder) - Method in class edu.stanford.nlp.parser.lexparser.AbstractTreebankParserParams
getGrammaticalStructure(Tree, Predicate<String>, HeadFinder) - Method in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
getGrammaticalStructure(Tree, Predicate<String>, HeadFinder) - Method in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams
getGrammaticalStructure(Tree, Predicate<String>, HeadFinder) - Method in interface edu.stanford.nlp.parser.lexparser.TreebankLangParserParams
Build a GrammaticalStructure from a Tree.
getGranularity() - Method in class edu.stanford.nlp.time.SUTime.DurationWithFields
getGranularity() - Method in enum edu.stanford.nlp.time.SUTime.StandardTemporalType
getGranularity() - Method in class edu.stanford.nlp.time.SUTime.Temporal
getGranularity() - Method in class edu.stanford.nlp.time.SUTime.Time
getGranularity() - Method in enum edu.stanford.nlp.time.SUTime.TimeUnit
getGraph() - Method in class edu.stanford.nlp.patterns.dep.DataInstanceDep
getGraph() - Method in class edu.stanford.nlp.semgraph.semgrex.SemgrexMatcher
Returns the graph associated with this match.
getGraph(SequenceModel, Index<String>) - Static method in class edu.stanford.nlp.sequences.ViterbiSearchGraphBuilder
getGraphFromMap(Map<String, TransducerGraph>, String) - Static method in class edu.stanford.nlp.parser.lexparser.GrammarCompactor
getHasBasicDependency() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
optional bool hasBasicDependency = 27;
getHasBasicDependency() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
optional bool hasBasicDependency = 27;
getHasBasicDependency() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MentionOrBuilder
optional bool hasBasicDependency = 27;
getHasCollapsedDependency() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
optional bool hasCollapsedDependency = 28;
getHasCollapsedDependency() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
optional bool hasCollapsedDependency = 28;
getHasCollapsedDependency() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MentionOrBuilder
optional bool hasCollapsedDependency = 28;
getHasContextParseTree() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
optional bool hasContextParseTree = 29;
getHasContextParseTree() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
optional bool hasContextParseTree = 29;
getHasContextParseTree() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MentionOrBuilder
optional bool hasContextParseTree = 29;
getHasCorefMentionsAnnotation() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
optional bool hasCorefMentionsAnnotation = 57;
getHasCorefMentionsAnnotation() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence
optional bool hasCorefMentionsAnnotation = 57;
getHasCorefMentionsAnnotation() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceOrBuilder
optional bool hasCorefMentionsAnnotation = 57;
getHash() - Method in class edu.stanford.nlp.scoref.Clusterer.Cluster
getHasNumerizedTokensAnnotation() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
optional bool hasNumerizedTokensAnnotation = 54;
getHasNumerizedTokensAnnotation() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence
optional bool hasNumerizedTokensAnnotation = 54;
getHasNumerizedTokensAnnotation() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceOrBuilder
optional bool hasNumerizedTokensAnnotation = 54;
getHasRelationAnnotations() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
optional bool hasRelationAnnotations = 51;
getHasRelationAnnotations() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence
optional bool hasRelationAnnotations = 51;
getHasRelationAnnotations() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceOrBuilder
optional bool hasRelationAnnotations = 51;
getHasTwin() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
optional bool hasTwin = 24;
getHasTwin() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
optional bool hasTwin = 24;
getHasTwin() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MentionOrBuilder
optional bool hasTwin = 24;
getHasXmlContext() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional bool hasXmlContext = 21;
getHasXmlContext() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token
optional bool hasXmlContext = 21;
getHasXmlContext() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.TokenOrBuilder
optional bool hasXmlContext = 21;
getHead() - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceEntityMention
getHead() - Method in class edu.stanford.nlp.ie.machinereading.structure.EntityMention
getHead(int) - Method in class edu.stanford.nlp.parser.nndep.Configuration
getHeadEnd() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Entity.Builder
optional uint32 headEnd = 7;
getHeadEnd() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Entity
optional uint32 headEnd = 7;
getHeadEnd() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.EntityOrBuilder
optional uint32 headEnd = 7;
getHeadFinder() - Static method in class edu.stanford.nlp.trees.tregex.gui.Preferences
getHeadFinder() - Method in class edu.stanford.nlp.trees.tregex.TregexMatcher
getHeadIndex(Tree) - Method in class edu.stanford.nlp.dcoref.MentionExtractor
getHeadIndex(Tree, HeadFinder) - Static method in class edu.stanford.nlp.hcoref.Preprocessor
getHeadIndex() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.CorefMention.Builder
optional uint32 headIndex = 9;
getHeadIndex() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.CorefMention
optional uint32 headIndex = 9;
getHeadIndex() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.CorefMentionOrBuilder
optional uint32 headIndex = 9;
getHeadIndex() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
optional uint32 headIndex = 10;
getHeadIndex() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
optional uint32 headIndex = 10;
getHeadIndex() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MentionOrBuilder
optional uint32 headIndex = 10;
getHeadIndexedWord() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
optional .edu.stanford.nlp.pipeline.IndexedWord headIndexedWord = 30;
getHeadIndexedWord() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
optional .edu.stanford.nlp.pipeline.IndexedWord headIndexedWord = 30;
getHeadIndexedWord() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MentionOrBuilder
optional .edu.stanford.nlp.pipeline.IndexedWord headIndexedWord = 30;
getHeadIndexedWordBuilder() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
optional .edu.stanford.nlp.pipeline.IndexedWord headIndexedWord = 30;
getHeadIndexedWordOrBuilder() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
optional .edu.stanford.nlp.pipeline.IndexedWord headIndexedWord = 30;
getHeadIndexedWordOrBuilder() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
optional .edu.stanford.nlp.pipeline.IndexedWord headIndexedWord = 30;
getHeadIndexedWordOrBuilder() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MentionOrBuilder
optional .edu.stanford.nlp.pipeline.IndexedWord headIndexedWord = 30;
getHeadStart() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Entity.Builder
optional uint32 headStart = 6;
getHeadStart() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Entity
optional uint32 headStart = 6;
getHeadStart() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.EntityOrBuilder
optional uint32 headStart = 6;
getHeadString() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
optional string headString = 11;
getHeadString() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
optional string headString = 11;
getHeadString() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MentionOrBuilder
optional string headString = 11;
getHeadStringBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
optional string headString = 11;
getHeadStringBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
optional string headString = 11;
getHeadStringBytes() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MentionOrBuilder
optional string headString = 11;
getHeadTokenEnd() - Method in class edu.stanford.nlp.ie.machinereading.structure.EntityMention
getHeadTokenIndex() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Entity.Builder
optional uint32 headTokenIndex = 10;
getHeadTokenIndex() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Entity
optional uint32 headTokenIndex = 10;
getHeadTokenIndex() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.EntityOrBuilder
optional uint32 headTokenIndex = 10;
getHeadTokenPosition() - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceEntityMention
getHeadTokenStart() - Method in class edu.stanford.nlp.ie.machinereading.structure.EntityMention
getHeadWord() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
optional .edu.stanford.nlp.pipeline.IndexedWord headWord = 32;
getHeadWord() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
optional .edu.stanford.nlp.pipeline.IndexedWord headWord = 32;
getHeadWord() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MentionOrBuilder
optional .edu.stanford.nlp.pipeline.IndexedWord headWord = 32;
getHeadWordBuilder() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
optional .edu.stanford.nlp.pipeline.IndexedWord headWord = 32;
getHeadWordIndex() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional uint32 headWordIndex = 26;
getHeadWordIndex() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token
optional uint32 headWordIndex = 26;
getHeadWordIndex() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.TokenOrBuilder
optional uint32 headWordIndex = 26;
getHeadWordOrBuilder() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
optional .edu.stanford.nlp.pipeline.IndexedWord headWord = 32;
getHeadWordOrBuilder() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
optional .edu.stanford.nlp.pipeline.IndexedWord headWord = 32;
getHeadWordOrBuilder() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MentionOrBuilder
optional .edu.stanford.nlp.pipeline.IndexedWord headWord = 32;
getHeldOutPercent() - Method in class edu.stanford.nlp.classify.SVMLightClassifierFactory
getHighestScoringTree(Tree, double) - Method in class edu.stanford.nlp.parser.dvparser.DVParserCostAndGradient
getHighlightColor() - Static method in class edu.stanford.nlp.trees.tregex.gui.Preferences
getHistories(String[], History) - Method in class edu.stanford.nlp.tagger.maxent.TestSentence
getHistory() - Method in class edu.stanford.nlp.tagger.maxent.DataWordTag
getHistoryList() - Method in class edu.stanford.nlp.trees.tregex.gui.InputPanel
getHistorySize() - Static method in class edu.stanford.nlp.trees.tregex.gui.Preferences
getHistoryString() - Method in class edu.stanford.nlp.trees.tregex.gui.InputPanel
getID() - Method in class edu.stanford.nlp.fsm.DFSATransition
getId() - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceElement
getIfDefined() - Method in class edu.stanford.nlp.util.Lazy
getIgnoreWordswithClassesDuringSelection() - Method in class edu.stanford.nlp.patterns.ConstantsAndVariables
getIncomingEdges(V) - Method in class edu.stanford.nlp.graph.DirectedMultiGraph
getIncomingEdges(V) - Method in interface edu.stanford.nlp.graph.Graph
for undirected graph, it is just the edges from the node
getIncomingEdgesSorted(IndexedWord) - Method in class edu.stanford.nlp.semgraph.SemanticGraph
getInDegree(V) - Method in class edu.stanford.nlp.graph.DirectedMultiGraph
getInDegree(V) - Method in interface edu.stanford.nlp.graph.Graph
for undirected graph, it should just be the degree
getIndex() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Node.Builder
required uint32 index = 2;
getIndex() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Node
required uint32 index = 2;
getIndex() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.NodeOrBuilder
required uint32 index = 2;
getIndex() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Quote.Builder
optional uint32 index = 10;
getIndex() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Quote
optional uint32 index = 10;
getIndex() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.QuoteOrBuilder
optional uint32 index = 10;
getIndex(List<T>, T) - 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.
getIndex(List<T>, T, int) - Static method in class edu.stanford.nlp.util.CollectionUtils
Returns the index of the first occurrence after the startIndex (exclusive)
in the list of the specified object, using object equals function.
getIndexAndCount(String) - Method in class edu.stanford.nlp.ie.machinereading.common.StringDictionary
getIndexOfChild(Object, Object) - Method in class edu.stanford.nlp.trees.tregex.gui.FileTreeModel
getIndices() - Method in class edu.stanford.nlp.patterns.dep.ExtractedPhrase
getInDict(String) - Method in class edu.stanford.nlp.wordseg.affDict
getInexactDuration(ReadablePeriod) - Static method in class edu.stanford.nlp.time.SUTime.Duration
getInexactDuration(Duration) - Static method in class edu.stanford.nlp.time.SUTime.Duration
getInformationGains() - Method in class edu.stanford.nlp.classify.Dataset
getInnerMapFactory() - Method in class edu.stanford.nlp.stats.TwoDimensionalCounter
getInnerMapFactory() - Method in class edu.stanford.nlp.stats.TwoDimensionalIntCounter
getInput() - Method in class edu.stanford.nlp.fsm.DFSATransition
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
getInputStream() - Method in class edu.stanford.nlp.util.ByteStreamGobbler
getInputStreamFromURLOrClasspathOrFileSystem(String) - Static method in class edu.stanford.nlp.io.IOUtils
Locates this file either using the given URL, or in the CLASSPATH, or in the file system
The CLASSPATH takes priority over the file system!
This stream is buffered and gunzipped (if necessary).
getInputType(Properties) - Static method in class edu.stanford.nlp.hcoref.CorefProperties
getInsertNPinPP() - Method in class edu.stanford.nlp.trees.international.negra.NegraPennTreeNormalizer
getInstance(String, Index<String>, Index<String>, List<IN>, Pair<double[][], double[][]>, SeqClassifierFlags) - Method in interface edu.stanford.nlp.ie.PriorModelFactory
getInstance() - Static method in class edu.stanford.nlp.international.spanish.SpanishVerbStripper
Singleton pattern function for getting a default verb stripper.
getInstance(String) - Static method in class edu.stanford.nlp.international.spanish.SpanishVerbStripper
Singleton pattern function for getting a verb stripper based on
the dictionary at dictPath.
getInstance() - Static method in class edu.stanford.nlp.trees.international.pennchinese.ChineseEnglishWordMap
A method for getting a singleton instance of this class.
getInstance() - Static method in class edu.stanford.nlp.trees.tregex.gui.DisplayMatchesPanel
getInstance() - Static method in class edu.stanford.nlp.trees.tregex.gui.FilePanel
getInstance() - Static method in class edu.stanford.nlp.trees.tregex.gui.InputPanel
getInstance() - Static method in class edu.stanford.nlp.trees.tregex.gui.MatchesPanel
Returns the singleton instance of the MatchesPanel
getInstance() - Static method in class edu.stanford.nlp.trees.tregex.gui.TregexGUI
getInstant(Partial) - Static method in class edu.stanford.nlp.time.JodaTimeUtils
getInt(Properties, String) - Static method in class edu.stanford.nlp.util.PropertiesUtils
Load an integer property.
getInt(Properties, String, int) - Static method in class edu.stanford.nlp.util.PropertiesUtils
Load an integer property.
getIntArray(Properties, String) - Static method in class edu.stanford.nlp.util.PropertiesUtils
Loads a comma-separated list of integers from Properties.
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.
getInterval() - Method in class edu.stanford.nlp.ling.tokensregex.BasicSequenceMatchResult
getInterval() - Method in class edu.stanford.nlp.ling.tokensregex.matcher.Match
getInterval() - Method in class edu.stanford.nlp.ling.tokensregex.PhraseTable.PhraseMatch
getInterval() - Method in class edu.stanford.nlp.time.SUTime.Range
getInterval() - Method in class edu.stanford.nlp.time.SUTime.Time
getInterval() - Method in interface edu.stanford.nlp.util.HasInterval
Returns the interval
getInterval() - Method in class edu.stanford.nlp.util.Interval
Returns this interval.
getInterval() - Method in class edu.stanford.nlp.util.ValuedInterval
getIntTuple(int) - Static method in class edu.stanford.nlp.util.IntTuple
getIntTuple(List<Integer>) - 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
getIsDirectObject() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
optional bool isDirectObject = 21;
getIsDirectObject() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
optional bool isDirectObject = 21;
getIsDirectObject() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MentionOrBuilder
optional bool isDirectObject = 21;
getIsExtra() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Edge.Builder
optional bool isExtra = 4;
getIsExtra() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Edge
optional bool isExtra = 4;
getIsExtra() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.EdgeOrBuilder
optional bool isExtra = 4;
getIsIndirectObject() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
optional bool isIndirectObject = 22;
getIsIndirectObject() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
optional bool isIndirectObject = 22;
getIsIndirectObject() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MentionOrBuilder
optional bool isIndirectObject = 22;
getIsPrepositionObject() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
optional bool isPrepositionObject = 23;
getIsPrepositionObject() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
optional bool isPrepositionObject = 23;
getIsPrepositionObject() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MentionOrBuilder
optional bool isPrepositionObject = 23;
getIsSingleton() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
optional bool isSingleton = 26;
getIsSingleton() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
optional bool isSingleton = 26;
getIsSingleton() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MentionOrBuilder
optional bool isSingleton = 26;
getIsSubject() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
optional bool isSubject = 20;
getIsSubject() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
optional bool isSubject = 20;
getIsSubject() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MentionOrBuilder
optional bool isSubject = 20;
getIstmod() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETriple.Builder
optional bool istmod = 9;
getIstmod() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETriple
optional bool istmod = 9;
getIstmod() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETripleOrBuilder
optional bool istmod = 9;
getIterations() - Method in class edu.stanford.nlp.tagger.maxent.TaggerConfig
getIterator(Reader) - Method in class edu.stanford.nlp.international.arabic.process.ArabicDocumentReaderAndWriter
Iterate over an input document.
getIterator(Reader) - Method in class edu.stanford.nlp.international.arabic.process.ArabicTokenizer.ArabicTokenizerFactory
getIterator(Reader) - Method in class edu.stanford.nlp.international.french.process.FrenchTokenizer.FrenchTokenizerFactory
getIterator(Reader) - Method in class edu.stanford.nlp.international.spanish.process.SpanishTokenizer.SpanishTokenizerFactory
getIterator(Reader) - Method in class edu.stanford.nlp.objectbank.DelimitRegExIterator.DelimitRegExIteratorFactory
getIterator(Reader) - Method in interface edu.stanford.nlp.objectbank.IteratorFromReaderFactory
Return an iterator over the contents read from r.
getIterator(Reader) - Method in class edu.stanford.nlp.objectbank.LineIterator.LineIteratorFactory
getIterator(Reader) - Method in class edu.stanford.nlp.process.PTBTokenizer.PTBTokenizerFactory
Returns a tokenizer wrapping the given Reader.
getIterator(Reader) - Method in class edu.stanford.nlp.process.WhitespaceTokenizer.WhitespaceTokenizerFactory
getIterator(Reader) - Method in class edu.stanford.nlp.sequences.ColumnDocumentReaderAndWriter
getIterator(Reader) - Method in class edu.stanford.nlp.sequences.CoNLLDocumentReaderAndWriter
getIterator(Reader) - Method in class edu.stanford.nlp.sequences.PlainTextDocumentReaderAndWriter
getIterator(Reader) - Method in class edu.stanford.nlp.sequences.TrueCasingForNISTDocumentReaderAndWriter
getIterator(Reader) - Method in class edu.stanford.nlp.trees.TreeTokenizerFactory
Same as getTokenizer().
getIterator(Reader) - Method in class edu.stanford.nlp.trees.ud.CoNLLUDocumentReader
getIterator(Reader) - Method in class edu.stanford.nlp.wordseg.Sighan2005DocumentReaderAndWriter
getJarClassifier(String, Properties) - Static method in class edu.stanford.nlp.ie.crf.CRFClassifier
Used to load a classifier stored as a resource inside a jar file.
getJNLPLocalScratch() - Static method in class edu.stanford.nlp.io.IOUtils
A JavaNLP specific convenience routine for obtaining the current
scratch directory for the machine you're currently running on.
getJodaTimeDuration() - Method in class edu.stanford.nlp.time.SUTime.Duration
getJodaTimeDuration() - Method in class edu.stanford.nlp.time.SUTime.DurationRange
getJodaTimeDuration() - Method in class edu.stanford.nlp.time.SUTime.DurationWithFields
getJodaTimeDuration() - Method in class edu.stanford.nlp.time.SUTime.DurationWithMillis
getJodaTimeInstant() - Method in class edu.stanford.nlp.time.SUTime.CompositePartialTime
getJodaTimeInstant() - Method in class edu.stanford.nlp.time.SUTime.GroundedTime
getJodaTimeInstant() - Method in class edu.stanford.nlp.time.SUTime.InexactTime
getJodaTimeInstant() - Method in class edu.stanford.nlp.time.SUTime.PartialTime
getJodaTimeInstant() - Method in class edu.stanford.nlp.time.SUTime.Time
getJodaTimeInterval() - Method in class edu.stanford.nlp.time.SUTime.Range
getJodaTimePartial() - Method in class edu.stanford.nlp.time.SUTime.GroundedTime
getJodaTimePartial() - Method in class edu.stanford.nlp.time.SUTime.InexactTime
getJodaTimePartial() - Method in class edu.stanford.nlp.time.SUTime.PartialTime
getJodaTimePartial() - Method in class edu.stanford.nlp.time.SUTime.Time
getJodaTimePeriod(Partial) - Static method in class edu.stanford.nlp.time.JodaTimeUtils
getJodaTimePeriod() - Method in class edu.stanford.nlp.time.SUTime.Duration
getJodaTimePeriod() - Method in class edu.stanford.nlp.time.SUTime.DurationRange
getJodaTimePeriod() - Method in class edu.stanford.nlp.time.SUTime.DurationWithFields
getJodaTimePeriod() - Method in class edu.stanford.nlp.time.SUTime.DurationWithMillis
getJustification() - Method in class edu.stanford.nlp.semgraph.semgrex.Alignment
getKBestParses(List<? extends HasWord>, int) - Method in class edu.stanford.nlp.parser.charniak.CharniakParser
getKBestParses(List<? extends HasWord>, int, boolean) - Method in class edu.stanford.nlp.parser.charniak.CharniakParser
getKBestParses(Iterable<List<? extends HasWord>>, int) - Method in class edu.stanford.nlp.parser.charniak.CharniakParser
getKBestParses(Iterable<List<? extends HasWord>>, int, boolean) - Method in class edu.stanford.nlp.parser.charniak.CharniakParser
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.
getKBestParseTrees(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.ParseTree kBestParseTrees = 34;
getKBestParseTrees(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence
repeated .edu.stanford.nlp.pipeline.ParseTree kBestParseTrees = 34;
getKBestParseTrees(int) - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceOrBuilder
repeated .edu.stanford.nlp.pipeline.ParseTree kBestParseTrees = 34;
getKBestParseTreesBuilder(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.ParseTree kBestParseTrees = 34;
getKBestParseTreesBuilderList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.ParseTree kBestParseTrees = 34;
getKBestParseTreesCount() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.ParseTree kBestParseTrees = 34;
getKBestParseTreesCount() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence
repeated .edu.stanford.nlp.pipeline.ParseTree kBestParseTrees = 34;
getKBestParseTreesCount() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceOrBuilder
repeated .edu.stanford.nlp.pipeline.ParseTree kBestParseTrees = 34;
getKBestParseTreesList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.ParseTree kBestParseTrees = 34;
getKBestParseTreesList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence
repeated .edu.stanford.nlp.pipeline.ParseTree kBestParseTrees = 34;
getKBestParseTreesList() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceOrBuilder
repeated .edu.stanford.nlp.pipeline.ParseTree kBestParseTrees = 34;
getKBestParseTreesOrBuilder(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.ParseTree kBestParseTrees = 34;
getKBestParseTreesOrBuilder(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence
repeated .edu.stanford.nlp.pipeline.ParseTree kBestParseTrees = 34;
getKBestParseTreesOrBuilder(int) - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceOrBuilder
repeated .edu.stanford.nlp.pipeline.ParseTree kBestParseTrees = 34;
getKBestParseTreesOrBuilderList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.ParseTree kBestParseTrees = 34;
getKBestParseTreesOrBuilderList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence
repeated .edu.stanford.nlp.pipeline.ParseTree kBestParseTrees = 34;
getKBestParseTreesOrBuilderList() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceOrBuilder
repeated .edu.stanford.nlp.pipeline.ParseTree kBestParseTrees = 34;
getKBestPCFGParses(int) - Method in interface edu.stanford.nlp.parser.common.ParserQuery
getKBestPCFGParses(int) - Method in class edu.stanford.nlp.parser.lexparser.LexicalizedParserQuery
Returns the trees (and scores) corresponding to the
k-best derivations of the sentence.
getKBestPCFGParses(int) - Method in class edu.stanford.nlp.parser.lexparser.RerankingParserQuery
getKBestPCFGParses(int) - Method in class edu.stanford.nlp.parser.shiftreduce.ShiftReduceParserQuery
TODO: return more if this used a beam
getKeepOriginalText() - Method in class edu.stanford.nlp.ling.DocumentReader
Returns whether created documents will store their source text along with tokenized words.
getKey(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.MapIntString.Builder
repeated uint32 key = 1;
getKey(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.MapIntString
repeated uint32 key = 1;
getKey(int) - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MapIntStringOrBuilder
repeated uint32 key = 1;
getKey(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.MapStringString.Builder
repeated string key = 1;
getKey(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.MapStringString
repeated string key = 1;
getKey(int) - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MapStringStringOrBuilder
repeated string key = 1;
getKeyBytes(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.MapStringString.Builder
repeated string key = 1;
getKeyBytes(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.MapStringString
repeated string key = 1;
getKeyBytes(int) - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MapStringStringOrBuilder
repeated string key = 1;
getKeyCount() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.MapIntString.Builder
repeated uint32 key = 1;
getKeyCount() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.MapIntString
repeated uint32 key = 1;
getKeyCount() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MapIntStringOrBuilder
repeated uint32 key = 1;
getKeyCount() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.MapStringString.Builder
repeated string key = 1;
getKeyCount() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.MapStringString
repeated string key = 1;
getKeyCount() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MapStringStringOrBuilder
repeated string key = 1;
getKeyForClass(Class) - Static method in class edu.stanford.nlp.patterns.surface.Token
getKeyList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.MapIntString.Builder
repeated uint32 key = 1;
getKeyList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.MapIntString
repeated uint32 key = 1;
getKeyList() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MapIntStringOrBuilder
repeated uint32 key = 1;
getKeyList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.MapStringString.Builder
repeated string key = 1;
getKeyList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.MapStringString
repeated string key = 1;
getKeyList() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MapStringStringOrBuilder
repeated string key = 1;
getKeySetEntities() - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceDocument
getKGoodFactoredParses(int) - Method in interface edu.stanford.nlp.parser.common.ParserQuery
getKGoodFactoredParses(int) - Method in class edu.stanford.nlp.parser.lexparser.LexicalizedParserQuery
getKGoodFactoredParses(int) - Method in class edu.stanford.nlp.parser.lexparser.RerankingParserQuery
getKGoodFactoredParses(int) - Method in class edu.stanford.nlp.parser.shiftreduce.ShiftReduceParserQuery
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.
getKnownLCWords() - Method in class edu.stanford.nlp.ie.AbstractSequenceClassifier
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.
getL1NormalizedTFIDFDataset() - Method in class edu.stanford.nlp.classify.Dataset
Method to convert this dataset to RVFDataset using L1-normalized TF-IDF features
getL1NormalizedTFIDFDatum(Datum<L, F>, Counter<F>) - Method in class edu.stanford.nlp.classify.Dataset
Method to convert features from counts to L1-normalized TFIDF based features
getLabel() - Method in class edu.stanford.nlp.ie.crf.CRFLabel
getLabel(int) - Method in class edu.stanford.nlp.parser.nndep.Configuration
getLabel() - Method in class edu.stanford.nlp.trees.tregex.gui.TreeFromFile
getLabeledToDescriptiveCoreLabelTreeFunction() - Static method in class edu.stanford.nlp.trees.TreeFunctions
Returns a function which takes a tree with any label class
where the labels might have an interesting description, such
as a CategoryWordTag which goes "cat [T/W]", and returns a new
tree with CoreLabels which contain the toString() of each of
the input labels.
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.
getLabelForInternalNegativeClass() - Method in class edu.stanford.nlp.classify.LogisticClassifier
getLabelForInternalPositiveClass() - Method in class edu.stanford.nlp.classify.LogisticClassifier
getLabelID(String) - Method in class edu.stanford.nlp.parser.nndep.DependencyParser
getLabelIndices(Set<L>) - Method in class edu.stanford.nlp.classify.LinearClassifier
Returns indices of labels
getLabels() - Method in class edu.stanford.nlp.ie.crf.CRFLogConditionalObjectiveFunction
getLabels() - Method in class edu.stanford.nlp.patterns.ConstantsAndVariables
getLabels() - Method in class edu.stanford.nlp.stats.MultiClassPrecisionRecallExtendedStats
getLabelsArray() - Method in class edu.stanford.nlp.classify.GeneralDataset
getLang() - Method in class edu.stanford.nlp.tagger.maxent.TaggerConfig
getLanguage(Properties) - Static method in class edu.stanford.nlp.hcoref.CorefProperties
getLanguage() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Edge.Builder
optional .edu.stanford.nlp.pipeline.Language language = 7 [default = Unknown];
getLanguage() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Edge
optional .edu.stanford.nlp.pipeline.Language language = 7 [default = Unknown];
getLanguage() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.EdgeOrBuilder
optional .edu.stanford.nlp.pipeline.Language language = 7 [default = Unknown];
getLanguage() - Method in class edu.stanford.nlp.trees.GrammaticalRelation
Get the language of the grammatical relation.
getLastArg() - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceRelationMention
Retrieves the argument that appears *last* in the sentence
getLastF1() - Method in class edu.stanford.nlp.parser.metrics.AbstractEval
getLastSyntacticHeadPosition() - Method in class edu.stanford.nlp.ie.machinereading.structure.RelationMention
Find the right-most position of an argument's syntactic head
getLatticeWords() - Method in class edu.stanford.nlp.parser.lexparser.HTKLatticeReader
getLBScore() - Method in class edu.stanford.nlp.parser.lexparser.EvaluateTreebank
getLdctype() - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceEntityMention
getLeaf(Tree, int) - Static method in class edu.stanford.nlp.trees.Trees
Gets the i th leaf of a tree from the left.
getLeafVertices() - Method in class edu.stanford.nlp.semgraph.SemanticGraph
getLearnClosedClassTags() - Method in class edu.stanford.nlp.tagger.maxent.TaggerConfig
getLearnedPatterns(String) - Method in class edu.stanford.nlp.patterns.GetPatternsFromDataMultiClass
getLearnedPatterns() - Method in class edu.stanford.nlp.patterns.GetPatternsFromDataMultiClass
getLearnedPatternsEachIter() - Method in class edu.stanford.nlp.patterns.GetPatternsFromDataMultiClass
getLearnedPatternsEachIter(String) - Method in class edu.stanford.nlp.patterns.GetPatternsFromDataMultiClass
getLearnedWords(String) - Method in class edu.stanford.nlp.patterns.ConstantsAndVariables
getLearnedWordsAsJson() - Method in class edu.stanford.nlp.patterns.ConstantsAndVariables
getLearnedWordsAsJsonLastIteration() - Method in class edu.stanford.nlp.patterns.ConstantsAndVariables
getLearnedWordsEachIter(String) - Method in class edu.stanford.nlp.patterns.ConstantsAndVariables
getLearnedWordsEachIter() - Method in class edu.stanford.nlp.patterns.ConstantsAndVariables
getLearningRate(String) - Method in interface edu.stanford.nlp.scoref.SimpleLinearClassifier.LearningRateSchedule
getLeaves() - Method in class edu.stanford.nlp.trees.Tree
Gets the leaves of the tree.
getLeaves(List<T>) - Method in class edu.stanford.nlp.trees.Tree
Gets the leaves of the tree.
getLeftChild(int, int) - Method in class edu.stanford.nlp.parser.nndep.Configuration
getLeftChild(int) - Method in class edu.stanford.nlp.parser.nndep.Configuration
getLeftLabelSet(int) - Method in class edu.stanford.nlp.parser.nndep.Configuration
getLeftmostNode(IntervalTree.TreeNode<E, T>) - Method in class edu.stanford.nlp.util.IntervalTree
getLeftValency(int) - Method in class edu.stanford.nlp.parser.nndep.Configuration
getLemma() - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceToken
getLemma() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional string lemma = 10;
getLemma() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token
optional string lemma = 10;
getLemma() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.TokenOrBuilder
optional string lemma = 10;
getLemmaBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional string lemma = 10;
getLemmaBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token
optional string lemma = 10;
getLemmaBytes() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.TokenOrBuilder
optional string lemma = 10;
getLemmas(String) - Method in class edu.stanford.nlp.parser.server.LexicalizedParserClient
Get the lemmas for the text according to the parser's lemmatizer
(only applies to English), return it as whitespace tokenized text.
getLexicalCondition() - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceRelationMention
getLexicon() - Method in class edu.stanford.nlp.parser.lexparser.BaseUnknownWordModel
Get the lexicon associated with this unknown word model; usually not used, but
might be useful to tell you if a related word is known or unknown, for example.
getLexicon() - Method in class edu.stanford.nlp.parser.lexparser.LexicalizedParser
getLexicon() - Method in interface edu.stanford.nlp.parser.lexparser.UnknownWordModel
Returns the lexicon used by this unknown word model.
getLinearSchedule(double, int) - Static method in class edu.stanford.nlp.sequences.CoolingSchedule
getLineIterable(Reader, boolean) - Static method in class edu.stanford.nlp.io.IOUtils
Given a reader, returns the lines from the reader as an Iterable.
getLineIterable(Reader, int, boolean) - Static method in class edu.stanford.nlp.io.IOUtils
getLineIterator(String) - Static method in class edu.stanford.nlp.objectbank.ObjectBank
getLineIterator(String, Function<String, X>) - Static method in class edu.stanford.nlp.objectbank.ObjectBank
getLineIterator(String, String) - Static method in class edu.stanford.nlp.objectbank.ObjectBank
getLineIterator(Reader) - Static method in class edu.stanford.nlp.objectbank.ObjectBank
getLineIterator(Reader, Function<String, X>) - Static method in class edu.stanford.nlp.objectbank.ObjectBank
getLineIterator(File) - Static method in class edu.stanford.nlp.objectbank.ObjectBank
getLineIterator(File, Function<String, X>) - Static method in class edu.stanford.nlp.objectbank.ObjectBank
getLineIterator(File, String) - Static method in class edu.stanford.nlp.objectbank.ObjectBank
getLineIterator(File, Function<String, X>, String) - Static method in class edu.stanford.nlp.objectbank.ObjectBank
getLineIterator(Collection<?>, Function<String, X>) - Static method in class edu.stanford.nlp.objectbank.ObjectBank
getLineIterator(Collection<?>, String) - Static method in class edu.stanford.nlp.objectbank.ObjectBank
getLineIterator(Collection<?>, Function<String, X>, String) - Static method in class edu.stanford.nlp.objectbank.ObjectBank
getLinks(Map<Integer, CorefChain>) - Static method in class edu.stanford.nlp.dcoref.SieveCoreferenceSystem
getLinks(Map<Integer, CorefChain>) - Static method in class edu.stanford.nlp.pipeline.CorefAnnotator
getListComparator() - Static method in class edu.stanford.nlp.util.CollectionUtils
getListComparator() - Static method in class edu.stanford.nlp.util.Comparators
getListMembers(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
repeated int32 listMembers = 57;
getListMembers(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
repeated int32 listMembers = 57;
getListMembers(int) - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MentionOrBuilder
repeated int32 listMembers = 57;
getListMembersCount() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
repeated int32 listMembers = 57;
getListMembersCount() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
repeated int32 listMembers = 57;
getListMembersCount() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MentionOrBuilder
repeated int32 listMembers = 57;
getListMembersList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
repeated int32 listMembers = 57;
getListMembersList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
repeated int32 listMembers = 57;
getListMembersList() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MentionOrBuilder
repeated int32 listMembers = 57;
getLiteral() - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceToken
getLnrmRegex(String) - Method in class edu.stanford.nlp.ling.tokensregex.MultiWordStringMatcher
getLoc() - Method in class edu.stanford.nlp.parser.lexparser.FactoredLexiconEvent
getLoggerLevel() - Method in class edu.stanford.nlp.ie.machinereading.GenericDataSetReader
getLong(Properties, String, long) - Static method in class edu.stanford.nlp.util.PropertiesUtils
Load an integer property as a long.
getLongestPhrase(List<PhraseTable.Phrase>) - Static method in class edu.stanford.nlp.ling.tokensregex.PhraseTable
getLongName() - Method in class edu.stanford.nlp.trees.GrammaticalRelation
getLowestCommonAncestor(List<Tree>, Tree) - Static method in class edu.stanford.nlp.trees.Trees
Get lowest common ancestor of all the nodes in the list with the tree rooted at root
getLowestCommonAncestor(Tree, Tree, Tree) - Static method in class edu.stanford.nlp.trees.Trees
returns the node of a tree which represents the lowest common
ancestor of nodes t1 and t2 dominated by root.
getLWsRegex(String) - Method in class edu.stanford.nlp.ling.tokensregex.MultiWordStringMatcher
getMainStrs(List<String>) - Static method in class edu.stanford.nlp.util.AcronymMatcher
getMangledTree() - Method in class edu.stanford.nlp.trees.CollocationFinder
Returns the "collocations included" parse tree.
getMap(String) - Method in class edu.stanford.nlp.parser.lexparser.ChineseSimWordAvgDepGrammar
getMap() - Method in class edu.stanford.nlp.semgraph.semgrex.Alignment
getMap(K1) - Method in class edu.stanford.nlp.util.TwoDimensionalMap
getMapFactory() - Method in class edu.stanford.nlp.stats.IntCounter
getMapFromString(String, Class<K>, Class<V>, MapFactory<K, V>) - Static method in class edu.stanford.nlp.util.CollectionUtils
getMapping(String) - Method in class edu.stanford.nlp.tagger.maxent.Distsim
Returns the cluster for the given word as a string.
getMargin(Tree, Tree) - Method in class edu.stanford.nlp.parser.dvparser.DVParserCostAndGradient
getMarkLineBreaks() - Method in class edu.stanford.nlp.process.StripTagsProcessor
Returns whether the output of the processor will contain newline words
("\n") at the end of block-level tags.
getMassiBbn() - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceToken
getMassiClass() - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceToken
getMassiWnss() - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceToken
getMatch() - Method in class edu.stanford.nlp.semgraph.semgrex.SemgrexMatcher
Get the last matching node -- that is, the node that matches the root node
of the pattern.
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.
getMatched() - Method in class edu.stanford.nlp.ling.tokensregex.matcher.Match
getMatchedColor() - Static method in class edu.stanford.nlp.trees.tregex.gui.Preferences
getMatchedColor() - Method in class edu.stanford.nlp.trees.tregex.gui.ScrollableTreeJPanel
getMatchedLength() - Method in class edu.stanford.nlp.ling.tokensregex.matcher.Match
getMatchedPartCoordinates() - Method in class edu.stanford.nlp.trees.tregex.gui.ScrollableTreeJPanel
getMatchedParts() - Method in class edu.stanford.nlp.trees.tregex.gui.InputPanel.TRegexGUITreeVisitor
getMatchedParts() - Method in class edu.stanford.nlp.trees.tregex.gui.MatchesPanel
getMatchedParts() - Method in class edu.stanford.nlp.trees.tregex.gui.ScrollableTreeJPanel
getMatchedSentences() - Method in class edu.stanford.nlp.trees.tregex.gui.MatchesPanel
Returns all currently displayed sentences in plain text form.
getMatcher(List<? extends T>) - Method in class edu.stanford.nlp.ling.tokensregex.SequencePattern
getMatcher(List<? extends CoreMap>) - Method in class edu.stanford.nlp.ling.tokensregex.TokenSequencePattern
Returns a TokenSequenceMatcher that can be used to match this pattern
against the specified list of tokens.
getMatches() - Method in class edu.stanford.nlp.trees.tregex.gui.InputPanel.TRegexGUITreeVisitor
getMatches() - Method in class edu.stanford.nlp.trees.tregex.gui.MatchesPanel
Returns all currently displayed matches in string buffer, penn treebank form
(suitable for writing out, for instance)
getMatchPortionOnly() - Static method in class edu.stanford.nlp.trees.tregex.gui.Preferences
getMatchType() - Method in class edu.stanford.nlp.ling.tokensregex.MultiWordStringMatcher
getMaxAvailableMemory() - Method in class edu.stanford.nlp.util.MemoryMonitor
getMaxAvailableMemory(boolean) - Method in class edu.stanford.nlp.util.MemoryMonitor
getMaxMatches() - Static method in class edu.stanford.nlp.trees.tregex.gui.Preferences
getMaxMemory() - Method in class edu.stanford.nlp.util.MemoryMonitor
getMaxNodes() - Method in class edu.stanford.nlp.ling.tokensregex.MultiNodePattern
getMaxSentDistForSieve(Properties, String) - Static method in class edu.stanford.nlp.hcoref.CorefProperties
getMaxSentenceLength() - Method in class edu.stanford.nlp.parser.charniak.CharniakParser
getMaxSize() - Method in class edu.stanford.nlp.util.MaxSizeConcurrentHashSet
getMaxTokenEnd() - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceEventMention
Returns the largest start of all argument heads (or the beginning of the
mention's extent if there are no arguments)
getMaxTokenEnd() - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceRelationMention
Returns the largest end of the two args heads
getMDType(Properties) - Static method in class edu.stanford.nlp.hcoref.CorefProperties
getMembers() - Method in interface edu.stanford.nlp.fsm.Block
getMemoryInUse() - Static method in class edu.stanford.nlp.util.SystemUtils
Returns the number of megabytes (MB) of memory in use.
getMention(Integer, String, List<CoreLabel>) - Static method in class edu.stanford.nlp.dcoref.CoNLL2011DocumentReader
getMention(Integer, String, List<CoreLabel>) - Static method in class edu.stanford.nlp.hcoref.docreader.CoNLLDocumentReader
getMention() - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceEntityMention
getMention(int) - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceEvent
getMention(int) - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceRelation
getMention(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.Builder
repeated .edu.stanford.nlp.pipeline.CorefChain.CorefMention mention = 2;
getMention(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain
repeated .edu.stanford.nlp.pipeline.CorefChain.CorefMention mention = 2;
getMention(int) - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChainOrBuilder
repeated .edu.stanford.nlp.pipeline.CorefChain.CorefMention mention = 2;
getMentionBuilder(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.Builder
repeated .edu.stanford.nlp.pipeline.CorefChain.CorefMention mention = 2;
getMentionBuilderList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.Builder
repeated .edu.stanford.nlp.pipeline.CorefChain.CorefMention mention = 2;
getMentionCount() - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceEvent
getMentionCount() - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceRelation
getMentionCount() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.Builder
repeated .edu.stanford.nlp.pipeline.CorefChain.CorefMention mention = 2;
getMentionCount() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain
repeated .edu.stanford.nlp.pipeline.CorefChain.CorefMention mention = 2;
getMentionCount() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChainOrBuilder
repeated .edu.stanford.nlp.pipeline.CorefChain.CorefMention mention = 2;
getMentionDetectionModel(Properties) - Static method in class edu.stanford.nlp.hcoref.CorefProperties
getMentionID() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.CorefMention.Builder
optional int32 mentionID = 1;
getMentionID() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.CorefMention
optional int32 mentionID = 1;
getMentionID() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.CorefMentionOrBuilder
optional int32 mentionID = 1;
getMentionID() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
optional int32 mentionID = 1;
getMentionID() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
optional int32 mentionID = 1;
getMentionID() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MentionOrBuilder
optional int32 mentionID = 1;
getMentionList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.Builder
repeated .edu.stanford.nlp.pipeline.CorefChain.CorefMention mention = 2;
getMentionList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain
repeated .edu.stanford.nlp.pipeline.CorefChain.CorefMention mention = 2;
getMentionList() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChainOrBuilder
repeated .edu.stanford.nlp.pipeline.CorefChain.CorefMention mention = 2;
getMentionMap() - Method in class edu.stanford.nlp.dcoref.CorefChain
getMentionMap() - Method in class edu.stanford.nlp.hcoref.data.CorefChain
getMentionNum() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
optional uint32 mentionNum = 16;
getMentionNum() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
optional uint32 mentionNum = 16;
getMentionNum() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MentionOrBuilder
optional uint32 mentionNum = 16;
getMentionOrBuilder(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.Builder
repeated .edu.stanford.nlp.pipeline.CorefChain.CorefMention mention = 2;
getMentionOrBuilder(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain
repeated .edu.stanford.nlp.pipeline.CorefChain.CorefMention mention = 2;
getMentionOrBuilder(int) - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChainOrBuilder
repeated .edu.stanford.nlp.pipeline.CorefChain.CorefMention mention = 2;
getMentionOrBuilderList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.Builder
repeated .edu.stanford.nlp.pipeline.CorefChain.CorefMention mention = 2;
getMentionOrBuilderList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain
repeated .edu.stanford.nlp.pipeline.CorefChain.CorefMention mention = 2;
getMentionOrBuilderList() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChainOrBuilder
repeated .edu.stanford.nlp.pipeline.CorefChain.CorefMention mention = 2;
getMentions() - Method in class edu.stanford.nlp.dcoref.SpeakerInfo
getMentions() - Method in class edu.stanford.nlp.hcoref.data.SpeakerInfo
getMentions() - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceEntity
getMentions(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.NERMention mentions = 55;
getMentions(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence
repeated .edu.stanford.nlp.pipeline.NERMention mentions = 55;
getMentions(int) - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceOrBuilder
repeated .edu.stanford.nlp.pipeline.NERMention mentions = 55;
getMentions(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.SpeakerInfo.Builder
repeated int32 mentions = 2;
getMentions(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.SpeakerInfo
repeated int32 mentions = 2;
getMentions(int) - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.SpeakerInfoOrBuilder
repeated int32 mentions = 2;
getMentionsBuilder(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.NERMention mentions = 55;
getMentionsBuilderList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.NERMention mentions = 55;
getMentionsCount() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.NERMention mentions = 55;
getMentionsCount() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence
repeated .edu.stanford.nlp.pipeline.NERMention mentions = 55;
getMentionsCount() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceOrBuilder
repeated .edu.stanford.nlp.pipeline.NERMention mentions = 55;
getMentionsCount() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.SpeakerInfo.Builder
repeated int32 mentions = 2;
getMentionsCount() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.SpeakerInfo
repeated int32 mentions = 2;
getMentionsCount() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.SpeakerInfoOrBuilder
repeated int32 mentions = 2;
getMentionsForCoref(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 56;
getMentionsForCoref(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 56;
getMentionsForCoref(int) - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceOrBuilder
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 56;
getMentionsForCorefBuilder(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 56;
getMentionsForCorefBuilderList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 56;
getMentionsForCorefCount() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 56;
getMentionsForCorefCount() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 56;
getMentionsForCorefCount() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceOrBuilder
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 56;
getMentionsForCorefList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 56;
getMentionsForCorefList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 56;
getMentionsForCorefList() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceOrBuilder
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 56;
getMentionsForCorefOrBuilder(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 56;
getMentionsForCorefOrBuilder(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 56;
getMentionsForCorefOrBuilder(int) - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceOrBuilder
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 56;
getMentionsForCorefOrBuilderList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 56;
getMentionsForCorefOrBuilderList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 56;
getMentionsForCorefOrBuilderList() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceOrBuilder
repeated .edu.stanford.nlp.pipeline.Mention mentionsForCoref = 56;
getMentionsInTextualOrder() - Method in class edu.stanford.nlp.dcoref.CorefChain
get List of CorefMentions
getMentionsInTextualOrder() - Method in class edu.stanford.nlp.hcoref.data.CorefChain
get List of CorefMentions
getMentionsList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.NERMention mentions = 55;
getMentionsList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence
repeated .edu.stanford.nlp.pipeline.NERMention mentions = 55;
getMentionsList() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceOrBuilder
repeated .edu.stanford.nlp.pipeline.NERMention mentions = 55;
getMentionsList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.SpeakerInfo.Builder
repeated int32 mentions = 2;
getMentionsList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.SpeakerInfo
repeated int32 mentions = 2;
getMentionsList() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.SpeakerInfoOrBuilder
repeated int32 mentions = 2;
getMentionsOrBuilder(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.NERMention mentions = 55;
getMentionsOrBuilder(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence
repeated .edu.stanford.nlp.pipeline.NERMention mentions = 55;
getMentionsOrBuilder(int) - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceOrBuilder
repeated .edu.stanford.nlp.pipeline.NERMention mentions = 55;
getMentionsOrBuilderList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.NERMention mentions = 55;
getMentionsOrBuilderList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence
repeated .edu.stanford.nlp.pipeline.NERMention mentions = 55;
getMentionsOrBuilderList() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceOrBuilder
repeated .edu.stanford.nlp.pipeline.NERMention mentions = 55;
getMentionsWithSameHead(IntPair) - Method in class edu.stanford.nlp.dcoref.CorefChain
get CorefMentions by position (sentence number, headIndex) Can be multiple mentions sharing headword
getMentionsWithSameHead(int, int) - Method in class edu.stanford.nlp.dcoref.CorefChain
get CorefMention by position
getMentionsWithSameHead(IntPair) - Method in class edu.stanford.nlp.hcoref.data.CorefChain
get CorefMentions by position (sentence number, headIndex) Can be multiple mentions sharing headword
getMentionsWithSameHead(int, int) - Method in class edu.stanford.nlp.hcoref.data.CorefChain
get CorefMention by position
getMentionType(Properties, String) - Static method in class edu.stanford.nlp.hcoref.CorefProperties
getMentionType() - Method in class edu.stanford.nlp.ie.machinereading.structure.EntityMention
getMentionType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.CorefMention.Builder
optional string mentionType = 2;
getMentionType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.CorefMention
optional string mentionType = 2;
getMentionType() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.CorefMentionOrBuilder
optional string mentionType = 2;
getMentionType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Entity.Builder
optional string mentionType = 8;
getMentionType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Entity
optional string mentionType = 8;
getMentionType() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.EntityOrBuilder
optional string mentionType = 8;
getMentionType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
optional string mentionType = 2;
getMentionType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
optional string mentionType = 2;
getMentionType() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MentionOrBuilder
optional string mentionType = 2;
getMentionTypeBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.CorefMention.Builder
optional string mentionType = 2;
getMentionTypeBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.CorefMention
optional string mentionType = 2;
getMentionTypeBytes() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.CorefMentionOrBuilder
optional string mentionType = 2;
getMentionTypeBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Entity.Builder
optional string mentionType = 8;
getMentionTypeBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Entity
optional string mentionType = 8;
getMentionTypeBytes() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.EntityOrBuilder
optional string mentionType = 8;
getMentionTypeBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
optional string mentionType = 2;
getMentionTypeBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
optional string mentionType = 2;
getMentionTypeBytes() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MentionOrBuilder
optional string mentionType = 2;
getMentionTypeStr(Properties, String) - Static method in class edu.stanford.nlp.hcoref.CorefProperties
getMergedChunk(List<? extends CoreMap>, String, int, int, CoreLabelTokenFactory) - Static method in class edu.stanford.nlp.pipeline.ChunkAnnotationUtils
Create chunk that is merged from chunkIndexStart to chunkIndexEnd (exclusive)
getMergedChunk(List<? extends CoreMap>, int, int, Map<Class, CoreMapAttributeAggregator>, CoreLabelTokenFactory) - Static method in class edu.stanford.nlp.pipeline.ChunkAnnotationUtils
Create chunk that is merged from chunkIndexStart to chunkIndexEnd (exclusive)
getMergedList() - Method in class edu.stanford.nlp.ling.tokensregex.CoreMapSequenceMatcher
getMergedList(int...) - Method in class edu.stanford.nlp.ling.tokensregex.CoreMapSequenceMatcher
getMergeThreshold(Properties, String) - Static method in class edu.stanford.nlp.hcoref.CorefProperties
getMiddle() - Method in class edu.stanford.nlp.util.IntQuadruple
getMiddle() - Method in class edu.stanford.nlp.util.IntTriple
getMidPoint(Interval<Integer>) - Static method in class edu.stanford.nlp.util.Interval
getMinFeatureThresh() - Method in class edu.stanford.nlp.tagger.maxent.TaggerConfig
getMinimizer() - Method in class edu.stanford.nlp.ie.crf.CRFClassifier
getMinimizer(int, Evaluator[]) - Method in class edu.stanford.nlp.ie.crf.CRFClassifier
getMinNodes() - Method in class edu.stanford.nlp.ling.tokensregex.MultiNodePattern
getMinTokenStart() - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceEventMention
Returns the smallest start of all argument heads (or the beginning of the
mention's extent if there are no arguments)
getMinTokenStart() - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceRelationMention
Returns the smallest start of the two args heads
getMissingRequirement(Set<String>) - Method in class edu.stanford.nlp.pipeline.Requirement
getMod() - Method in class edu.stanford.nlp.time.SUTime.Temporal
getModal(Dictionaries) - Method in class edu.stanford.nlp.dcoref.Mention
getModal(Dictionaries) - Method in class edu.stanford.nlp.hcoref.data.Mention
getModality() - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceEvent
getMode() - Method in class edu.stanford.nlp.tagger.maxent.TaggerConfig
getModel() - Method in class edu.stanford.nlp.tagger.maxent.TaggerConfig
getModelFromLexicalizedParser(LexicalizedParser) - Static method in class edu.stanford.nlp.parser.dvparser.DVParser
getModification() - Method in class edu.stanford.nlp.ie.machinereading.structure.EventMention
getModifiers(Dictionaries) - Method in class edu.stanford.nlp.dcoref.Mention
getModifiers(Dictionaries) - Method in class edu.stanford.nlp.hcoref.data.Mention
getMonth() - Method in class edu.stanford.nlp.time.SUTime.IsoDate
getMostGeneral(Partial) - Static method in class edu.stanford.nlp.time.JodaTimeUtils
getMostGeneral(Period) - Static method in class edu.stanford.nlp.time.JodaTimeUtils
getMostSpecific(Partial) - Static method in class edu.stanford.nlp.time.JodaTimeUtils
getMostSpecific(Period) - Static method in class edu.stanford.nlp.time.JodaTimeUtils
getmPolarity() - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceEvent
getMultimatched() - Method in class edu.stanford.nlp.ling.tokensregex.matcher.MultiMatch
getMultimatches() - Method in class edu.stanford.nlp.ling.tokensregex.matcher.MultiMatch
getMultioffsets() - Method in class edu.stanford.nlp.ling.tokensregex.matcher.MultiMatch
getMultiPatternMatcher(Collection<TokenSequencePattern>) - Static method in class edu.stanford.nlp.ling.tokensregex.TokenSequencePattern
Create a multi-pattern matcher for matching across multiple TokensRegex patterns.
getMultiPatternMatcher(TokenSequencePattern...) - Static method in class edu.stanford.nlp.ling.tokensregex.TokenSequencePattern
Create a multi-pattern matcher for matching across multiple TokensRegex patterns.
getMultivalues() - Method in class edu.stanford.nlp.ling.tokensregex.matcher.MultiMatch
getName() - Method in class edu.stanford.nlp.optimization.InefficientSGDMinimizer
getName() - Method in class edu.stanford.nlp.optimization.ScaledSGDMinimizer
getName() - Method in class edu.stanford.nlp.optimization.SGDMinimizer
getName() - Method in class edu.stanford.nlp.optimization.SGDToQNMinimizer
getName() - Method in class edu.stanford.nlp.optimization.SGDWithAdaGradAndFOBOS
getName() - Method in class edu.stanford.nlp.optimization.SMDMinimizer
getName() - Method in class edu.stanford.nlp.optimization.SQNMinimizer
getName() - Method in class edu.stanford.nlp.optimization.StochasticMinimizer
getName() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Operator.Builder
required string name = 1;
getName() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Operator
required string name = 1;
getName() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.OperatorOrBuilder
required string name = 1;
getName() - Method in interface edu.stanford.nlp.scoref.DocumentProcessor
getName() - Method in class edu.stanford.nlp.semgraph.semgrex.NodePattern
getName() - Method in class edu.stanford.nlp.util.MetaClass.ClassFactory
Returns the full class name for the objects being produced
getNameBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Operator.Builder
required string name = 1;
getNameBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Operator
required string name = 1;
getNameBytes() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.OperatorOrBuilder
required string name = 1;
getNegation(Dictionaries) - Method in class edu.stanford.nlp.dcoref.Mention
getNegation(Dictionaries) - Method in class edu.stanford.nlp.hcoref.data.Mention
getNegLabel() - Method in class edu.stanford.nlp.pipeline.LabeledChunkIdentifier
getNegLabel() - Method in class edu.stanford.nlp.stats.MultiClassPrecisionRecallStats
getNeighbors(V) - Method in class edu.stanford.nlp.graph.DirectedMultiGraph
Gets both parents and children nodes
getNeighbors(V) - Method in interface edu.stanford.nlp.graph.Graph
getNer() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.NERMention.Builder
required string ner = 4;
getNer() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.NERMention
required string ner = 4;
getNer() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.NERMentionOrBuilder
required string ner = 4;
getNer() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional string ner = 8;
getNer() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token
optional string ner = 8;
getNer() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.TokenOrBuilder
optional string ner = 8;
getNerBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.NERMention.Builder
required string ner = 4;
getNerBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.NERMention
required string ner = 4;
getNerBytes() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.NERMentionOrBuilder
required string ner = 4;
getNerBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional string ner = 8;
getNerBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token
optional string ner = 8;
getNerBytes() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.TokenOrBuilder
optional string ner = 8;
getNerc() - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceToken
getNerString() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
optional string nerString = 12;
getNerString() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
optional string nerString = 12;
getNerString() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MentionOrBuilder
optional string nerString = 12;
getNerStringBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
optional string nerString = 12;
getNerStringBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
optional string nerString = 12;
getNerStringBytes() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MentionOrBuilder
optional string nerString = 12;
getNewEnv() - Static method in class edu.stanford.nlp.ie.NumberNormalizer
getNewEnv() - Static method in class edu.stanford.nlp.ling.tokensregex.TokenSequencePattern
getNewInstance(PatternFactory.PatternType, CoreMap) - Static method in class edu.stanford.nlp.patterns.DataInstance
getNewLineCount() - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.RobustTokenizer.WordToken
getNewlineToken() - Static method in class edu.stanford.nlp.process.PTBTokenizer
Returns the string literal inserted for newlines when the -tokenizeNLs
options is set.
getNewSurfaceInstance(List<CoreLabel>) - Static method in class edu.stanford.nlp.patterns.DataInstance
getNext() - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.RobustTokenizer
getNext() - Method in class edu.stanford.nlp.international.arabic.process.ArabicTokenizer
getNext() - Method in class edu.stanford.nlp.international.french.process.FrenchTokenizer
getNext() - Method in class edu.stanford.nlp.international.spanish.process.SpanishTokenizer
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.ArabicTreebankTokenizer
Internally fetches the next token.
getNext() - Method in class edu.stanford.nlp.trees.international.pennchinese.CHTBTokenizer
Internally fetches the next token.
getNextContext() - Method in class edu.stanford.nlp.patterns.surface.SurfacePattern
getNextContextLen() - Method in class edu.stanford.nlp.patterns.surface.SurfacePattern
getNextContextStr() - Method in class edu.stanford.nlp.patterns.surface.SurfacePattern
getNextDocument() - Method in class edu.stanford.nlp.dcoref.CoNLL2011DocumentReader
getNextDocument() - Method in class edu.stanford.nlp.hcoref.docreader.CoNLLDocumentReader
getNextToken() - Method in class edu.stanford.nlp.ling.tokensregex.parser.TokenSequenceParser
Get the next Token.
getNGrams(List<T>, int, int) - Static method in class edu.stanford.nlp.util.CollectionUtils
Get all sub-lists of the given list of the given sizes.
getNgrams(List<String>, int, int) - Static method in class edu.stanford.nlp.util.StringUtils
n grams for already splitted string.
getNgramsFromTokens(List<CoreLabel>, int, int) - Static method in class edu.stanford.nlp.util.StringUtils
n grams for already splitted string.
getNgramsString(String, int, int) - Static method in class edu.stanford.nlp.util.StringUtils
The string is split on whitespace and the ngrams are joined with a single space
getNmod(String) - Static method in class edu.stanford.nlp.trees.UniversalEnglishGrammaticalRelations
The "nmod" grammatical relation.
getNmods() - Static method in class edu.stanford.nlp.trees.UniversalEnglishGrammaticalRelations
getNode(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Builder
repeated .edu.stanford.nlp.pipeline.DependencyGraph.Node node = 1;
getNode(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph
repeated .edu.stanford.nlp.pipeline.DependencyGraph.Node node = 1;
getNode(int) - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraphOrBuilder
repeated .edu.stanford.nlp.pipeline.DependencyGraph.Node node = 1;
getNode(String) - Method in class edu.stanford.nlp.semgraph.semgrex.SemgrexMatcher
Returns the node labeled with name
in the pattern.
getNode(Node, Pattern...) - Static method in class edu.stanford.nlp.time.XMLUtils
getNode(Node, String...) - Static method in class edu.stanford.nlp.time.XMLUtils
getNode(String) - Method in class edu.stanford.nlp.trees.tregex.TregexMatcher
Returns the node labeled with name
in the pattern.
getNode(IntervalTree.TreeNode<E, T>, int) - Method in class edu.stanford.nlp.util.IntervalTree
getNodeBuilder(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Builder
repeated .edu.stanford.nlp.pipeline.DependencyGraph.Node node = 1;
getNodeBuilderList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Builder
repeated .edu.stanford.nlp.pipeline.DependencyGraph.Node node = 1;
getNodeByIndex(int) - Method in class edu.stanford.nlp.semgraph.SemanticGraph
Returns the
first IndexedWord
in this
SemanticGraph
having the given integer index,
or throws
IllegalArgumentException
if no such node is found.
getNodeByIndexSafe(int) - Method in class edu.stanford.nlp.semgraph.SemanticGraph
Same as above, but returns null
if the index does not exist
(instead of throwing an exception).
getNodeByWordPattern(String) - Method in class edu.stanford.nlp.semgraph.SemanticGraph
Returns the
first IndexedWord
in this
SemanticGraph
having the given word or
regex, or return null if no such found.
getNodeCount() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Builder
repeated .edu.stanford.nlp.pipeline.DependencyGraph.Node node = 1;
getNodeCount() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph
repeated .edu.stanford.nlp.pipeline.DependencyGraph.Node node = 1;
getNodeCount() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraphOrBuilder
repeated .edu.stanford.nlp.pipeline.DependencyGraph.Node node = 1;
getNodeList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Builder
repeated .edu.stanford.nlp.pipeline.DependencyGraph.Node node = 1;
getNodeList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph
repeated .edu.stanford.nlp.pipeline.DependencyGraph.Node node = 1;
getNodeList() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraphOrBuilder
repeated .edu.stanford.nlp.pipeline.DependencyGraph.Node node = 1;
getNodeNames() - Method in class edu.stanford.nlp.semgraph.semgrex.SemgrexMatcher
Returns the set of names for named nodes in this pattern.
getNodeNames() - Method in class edu.stanford.nlp.trees.tregex.TregexMatcher
getNodeNumber(int) - Method in class edu.stanford.nlp.trees.Tree
getNodeOrBuilder(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Builder
repeated .edu.stanford.nlp.pipeline.DependencyGraph.Node node = 1;
getNodeOrBuilder(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph
repeated .edu.stanford.nlp.pipeline.DependencyGraph.Node node = 1;
getNodeOrBuilder(int) - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraphOrBuilder
repeated .edu.stanford.nlp.pipeline.DependencyGraph.Node node = 1;
getNodeOrBuilderList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Builder
repeated .edu.stanford.nlp.pipeline.DependencyGraph.Node node = 1;
getNodeOrBuilderList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph
repeated .edu.stanford.nlp.pipeline.DependencyGraph.Node node = 1;
getNodeOrBuilderList() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraphOrBuilder
repeated .edu.stanford.nlp.pipeline.DependencyGraph.Node node = 1;
getNodePattern(String) - Method in class edu.stanford.nlp.ling.tokensregex.Env
getNodes() - Method in class edu.stanford.nlp.fsm.TransducerGraph
Just does union of keysets of maps.
getNodes(Node, Pattern...) - Static method in class edu.stanford.nlp.time.XMLUtils
getNodes(Node, String...) - Static method in class edu.stanford.nlp.time.XMLUtils
getNodeText(Node, Pattern...) - Static method in class edu.stanford.nlp.time.XMLUtils
getNodeText(Node, String...) - Static method in class edu.stanford.nlp.time.XMLUtils
getNodeTexts(Node, String...) - Static method in class edu.stanford.nlp.time.XMLUtils
getNodeVector(Tree) - Static method in class edu.stanford.nlp.neural.rnn.RNNCoreAnnotations
Get the vector (distributed representation) at a particular node.
getNonBackgroundLabels(CoreLabel) - Method in class edu.stanford.nlp.patterns.GetPatternsFromDataMultiClass
getNonNested(List<? extends T>, Function<? super T, Interval<E>>, Comparator<? super T>) - Static method in class edu.stanford.nlp.util.IntervalTree
getNonOverlapping(List<Match<K, V>>) - Method in class edu.stanford.nlp.ling.tokensregex.matcher.TrieMapMatcher
Given a list of matches, returns all non-overlapping matches.
getNonOverlapping(List<Match<K, V>>, Comparator<? super Match<K, V>>) - Method in class edu.stanford.nlp.ling.tokensregex.matcher.TrieMapMatcher
Given a list of matches, returns all non-overlapping matches.
getNonOverlapping(List<Match<K, V>>, Function<? super Match<K, V>, Double>) - Method in class edu.stanford.nlp.ling.tokensregex.matcher.TrieMapMatcher
getNonOverlapping(List<? extends T>, Function<? super T, Interval<E>>) - Static method in class edu.stanford.nlp.util.IntervalTree
getNonOverlapping(List<? extends T>, Function<? super T, Interval<E>>, Comparator<? super T>) - Static method in class edu.stanford.nlp.util.IntervalTree
getNonOverlapping(List<? extends T>, Comparator<? super T>) - Static method in class edu.stanford.nlp.util.IntervalTree
getNonOverlapping(List<? extends T>) - Static method in class edu.stanford.nlp.util.IntervalTree
getNonOverlappingMaxScore(List<? extends T>, Function<? super T, Interval<E>>, Function<? super T, Double>) - Static method in class edu.stanford.nlp.util.IntervalTree
getNonOverlappingMaxScore(List<? extends T>, Function<? super T, Double>) - Static method in class edu.stanford.nlp.util.IntervalTree
getNormalized(String) - Method in class edu.stanford.nlp.ling.tokensregex.ComplexNodePattern.AbstractStringAnnotationPattern
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.
getNormalizedForm(String) - Method in class edu.stanford.nlp.ling.tokensregex.PhraseTable
getNormalizedName() - Method in class edu.stanford.nlp.ie.machinereading.structure.EntityMention
getNormalizedName() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Entity.Builder
optional string normalizedName = 9;
getNormalizedName() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Entity
optional string normalizedName = 9;
getNormalizedName() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.EntityOrBuilder
optional string normalizedName = 9;
getNormalizedNameBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Entity.Builder
optional string normalizedName = 9;
getNormalizedNameBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Entity
optional string normalizedName = 9;
getNormalizedNameBytes() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.EntityOrBuilder
optional string normalizedName = 9;
getNormalizedNER() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.NERMention.Builder
optional string normalizedNER = 5;
getNormalizedNER() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.NERMention
optional string normalizedNER = 5;
getNormalizedNER() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.NERMentionOrBuilder
optional string normalizedNER = 5;
getNormalizedNER() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional string normalizedNER = 9;
getNormalizedNER() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token
optional string normalizedNER = 9;
getNormalizedNER() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.TokenOrBuilder
optional string normalizedNER = 9;
getNormalizedNERBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.NERMention.Builder
optional string normalizedNER = 5;
getNormalizedNERBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.NERMention
optional string normalizedNER = 5;
getNormalizedNERBytes() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.NERMentionOrBuilder
optional string normalizedNER = 5;
getNormalizedNERBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional string normalizedNER = 9;
getNormalizedNERBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token
optional string normalizedNER = 9;
getNormalizedNERBytes() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.TokenOrBuilder
optional string normalizedNER = 9;
getNotNullString(String) - Static method in class edu.stanford.nlp.util.StringUtils
getNotNullTrueStringRep() - Method in class edu.stanford.nlp.sequences.SeqClassifierFlags
note that this does *not* return string representation of arrays, lists and
enums
getNThreads() - Method in class edu.stanford.nlp.tagger.maxent.TaggerConfig
getNum() - Method in class edu.stanford.nlp.parser.metrics.AbstractEval
getNumber() - Method in class edu.stanford.nlp.maxent.Experiments
getNumber() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.CorefMention.Builder
optional string number = 3;
getNumber() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.CorefMention
optional string number = 3;
getNumber() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.CorefMentionOrBuilder
optional string number = 3;
getNumber() - Method in enum edu.stanford.nlp.pipeline.CoreNLPProtos.Language
getNumber() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
optional string number = 3;
getNumber() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
optional string number = 3;
getNumber() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MentionOrBuilder
optional string number = 3;
getNumber() - Method in enum edu.stanford.nlp.pipeline.CoreNLPProtos.NaturalLogicRelation
getNumber() - Method in enum edu.stanford.nlp.pipeline.CoreNLPProtos.Sentiment
getNumberBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.CorefMention.Builder
optional string number = 3;
getNumberBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.CorefMention
optional string number = 3;
getNumberBytes() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.CorefMentionOrBuilder
optional string number = 3;
getNumberBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
optional string number = 3;
getNumberBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
optional string number = 3;
getNumberBytes() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MentionOrBuilder
optional string number = 3;
getNumberOfKeys() - Method in class edu.stanford.nlp.stats.Distribution
getNumberOfTemporalExprs() - Method in class edu.stanford.nlp.time.SUTime.TimeIndex
getNumberOfTemporalFuncs() - Method in class edu.stanford.nlp.time.SUTime.TimeIndex
getNumberOfTemporals() - Method in class edu.stanford.nlp.time.SUTime.TimeIndex
getNumClasses() - Method in class edu.stanford.nlp.ie.crf.CRFCliqueTree
getNumClasses() - Method in class edu.stanford.nlp.ie.EntityCachingAbstractSequencePriorBIO
get the number of classes in the sequence model.
getNumEdges() - Method in class edu.stanford.nlp.graph.DirectedMultiGraph
getNumEdges() - Method in interface edu.stanford.nlp.graph.Graph
getNumEdges() - Method in class edu.stanford.nlp.parser.lexparser.Lattice
getNumElements() - Method in class edu.stanford.nlp.neural.SimpleTensor
Total number of elements in the tensor
getNumEpochs() - Method in class edu.stanford.nlp.scoref.PairwiseModel
getNumFeatures(Properties, String) - Static method in class edu.stanford.nlp.hcoref.CorefProperties
getNumNodes() - Method in class edu.stanford.nlp.parser.lexparser.Lattice
getNumStates() - Method in class edu.stanford.nlp.parser.lexparser.HTKLatticeReader
getNumTrainingExamples() - Method in class edu.stanford.nlp.scoref.PairwiseModel
getNumTrees(Properties, String) - Static method in class edu.stanford.nlp.hcoref.CorefProperties
getNumValues() - Method in class edu.stanford.nlp.ie.crf.CRFCliqueTree
getNumVertices() - Method in class edu.stanford.nlp.graph.DirectedMultiGraph
getNumVertices() - Method in interface edu.stanford.nlp.graph.Graph
getNumWeights() - Method in class edu.stanford.nlp.ie.crf.CRFClassifier
Returns the total number of weights associated with this classifier.
getObject() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETriple.Builder
optional string object = 3;
getObject() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETriple
optional string object = 3;
getObject() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETripleOrBuilder
optional string object = 3;
getObject(E) - Method in class edu.stanford.nlp.util.BinaryHeapPriorityQueue
Searches for the object in the queue and returns it.
getObjectBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETriple.Builder
optional string object = 3;
getObjectBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETriple
optional string object = 3;
getObjectBytes() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETripleOrBuilder
optional string object = 3;
getObjectId() - Method in class edu.stanford.nlp.ie.machinereading.structure.ExtractionObject
getObjectID() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Entity.Builder
optional string objectID = 1;
getObjectID() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Entity
optional string objectID = 1;
getObjectID() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.EntityOrBuilder
optional string objectID = 1;
getObjectID() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Relation.Builder
optional string objectID = 1;
getObjectID() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Relation
optional string objectID = 1;
getObjectID() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.RelationOrBuilder
optional string objectID = 1;
getObjectIDBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Entity.Builder
optional string objectID = 1;
getObjectIDBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Entity
optional string objectID = 1;
getObjectIDBytes() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.EntityOrBuilder
optional string objectID = 1;
getObjectIDBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Relation.Builder
optional string objectID = 1;
getObjectIDBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Relation
optional string objectID = 1;
getObjectIDBytes() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.RelationOrBuilder
optional string objectID = 1;
getObjective(AbstractStochasticCachingDiffUpdateFunction, double[], double, int[]) - Method in class edu.stanford.nlp.optimization.SGDMinimizer
getObjectiveFunction(int[][][][], int[][]) - Method in class edu.stanford.nlp.ie.crf.CRFClassifier
getObjectiveFunction(int[][][][], int[][]) - Method in class edu.stanford.nlp.ie.crf.CRFClassifierNoisyLabel
getObjectiveFunction(int[][][][], int[][]) - Method in class edu.stanford.nlp.ie.crf.CRFClassifierWithDropout
getObjectSpanBegin() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Operator.Builder
required int32 objectSpanBegin = 6;
getObjectSpanBegin() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Operator
required int32 objectSpanBegin = 6;
getObjectSpanBegin() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.OperatorOrBuilder
required int32 objectSpanBegin = 6;
getObjectSpanEnd() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Operator.Builder
required int32 objectSpanEnd = 7;
getObjectSpanEnd() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Operator
required int32 objectSpanEnd = 7;
getObjectSpanEnd() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.OperatorOrBuilder
required int32 objectSpanEnd = 7;
getObjectTokens(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETriple.Builder
repeated uint32 objectTokens = 7;
getObjectTokens(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETriple
repeated uint32 objectTokens = 7;
getObjectTokens(int) - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETripleOrBuilder
repeated uint32 objectTokens = 7;
getObjectTokensCount() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETriple.Builder
repeated uint32 objectTokens = 7;
getObjectTokensCount() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETriple
repeated uint32 objectTokens = 7;
getObjectTokensCount() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETripleOrBuilder
repeated uint32 objectTokens = 7;
getObjectTokensList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETriple.Builder
repeated uint32 objectTokens = 7;
getObjectTokensList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETriple
repeated uint32 objectTokens = 7;
getObjectTokensList() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETripleOrBuilder
repeated uint32 objectTokens = 7;
getOneSmallerLabel() - Method in class edu.stanford.nlp.ie.crf.CRFLabel
getOp() - Method in class edu.stanford.nlp.parser.common.ParserGrammar
getOp() - Method in class edu.stanford.nlp.parser.dvparser.DVParser
getOp() - Method in class edu.stanford.nlp.parser.lexparser.LexicalizedParser
getOp() - Method in class edu.stanford.nlp.parser.shiftreduce.ShiftReduceParser
getOpenClassTags() - Method in class edu.stanford.nlp.tagger.maxent.TaggerConfig
getOpenieTriple(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.OpenIETriple openieTriple = 14;
getOpenieTriple(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence
repeated .edu.stanford.nlp.pipeline.OpenIETriple openieTriple = 14;
getOpenieTriple(int) - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceOrBuilder
repeated .edu.stanford.nlp.pipeline.OpenIETriple openieTriple = 14;
getOpenieTripleBuilder(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.OpenIETriple openieTriple = 14;
getOpenieTripleBuilderList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.OpenIETriple openieTriple = 14;
getOpenieTripleCount() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.OpenIETriple openieTriple = 14;
getOpenieTripleCount() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence
repeated .edu.stanford.nlp.pipeline.OpenIETriple openieTriple = 14;
getOpenieTripleCount() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceOrBuilder
repeated .edu.stanford.nlp.pipeline.OpenIETriple openieTriple = 14;
getOpenieTripleList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.OpenIETriple openieTriple = 14;
getOpenieTripleList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence
repeated .edu.stanford.nlp.pipeline.OpenIETriple openieTriple = 14;
getOpenieTripleList() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceOrBuilder
repeated .edu.stanford.nlp.pipeline.OpenIETriple openieTriple = 14;
getOpenieTripleOrBuilder(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.OpenIETriple openieTriple = 14;
getOpenieTripleOrBuilder(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence
repeated .edu.stanford.nlp.pipeline.OpenIETriple openieTriple = 14;
getOpenieTripleOrBuilder(int) - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceOrBuilder
repeated .edu.stanford.nlp.pipeline.OpenIETriple openieTriple = 14;
getOpenieTripleOrBuilderList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.OpenIETriple openieTriple = 14;
getOpenieTripleOrBuilderList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence
repeated .edu.stanford.nlp.pipeline.OpenIETriple openieTriple = 14;
getOpenieTripleOrBuilderList() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceOrBuilder
repeated .edu.stanford.nlp.pipeline.OpenIETriple openieTriple = 14;
getOpenTags() - Method in class edu.stanford.nlp.tagger.maxent.TTags
Returns a list of all open class tags
getOperationFromReader(BufferedReader, TregexPatternCompiler) - Static method in class edu.stanford.nlp.trees.tregex.tsurgeon.Tsurgeon
Parses a tsurgeon script text input and compiles a tregex pattern and a list
of tsurgeon operations into a pair.
getOperationsFromFile(String, String, TregexPatternCompiler) - Static method in class edu.stanford.nlp.trees.tregex.tsurgeon.Tsurgeon
Parses a tsurgeon script file and compiles all operations in the file into a list
of pairs of tregex and tsurgeon patterns.
getOperationsFromReader(BufferedReader, TregexPatternCompiler) - Static method in class edu.stanford.nlp.trees.tregex.tsurgeon.Tsurgeon
Parses and compiles all operations from a BufferedReader into a list
of pairs of tregex and tsurgeon patterns.
getOperator() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional .edu.stanford.nlp.pipeline.Operator operator = 27;
getOperator() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token
optional .edu.stanford.nlp.pipeline.Operator operator = 27;
getOperator() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.TokenOrBuilder
optional .edu.stanford.nlp.pipeline.Operator operator = 27;
getOperatorBuilder() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional .edu.stanford.nlp.pipeline.Operator operator = 27;
getOperatorOrBuilder() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional .edu.stanford.nlp.pipeline.Operator operator = 27;
getOperatorOrBuilder() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token
optional .edu.stanford.nlp.pipeline.Operator operator = 27;
getOperatorOrBuilder() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.TokenOrBuilder
optional .edu.stanford.nlp.pipeline.Operator operator = 27;
getOptions(StanfordCoreNLP) - Static method in class edu.stanford.nlp.pipeline.AnnotationOutputter
Populates options from StanfordCoreNLP pipeline
getOracle(Configuration, DependencyTree) - Method in class edu.stanford.nlp.parser.nndep.ArcStandard
getOracle(Configuration, DependencyTree) - Method in class edu.stanford.nlp.parser.nndep.ParsingSystem
Provide a static-oracle recommendation for the next parsing step
to take.
getOrder() - Method in class edu.stanford.nlp.ling.tokensregex.BasicSequenceMatchResult
getOrder() - Method in class edu.stanford.nlp.ling.tokensregex.MatchedExpression
getOrder() - Method in interface edu.stanford.nlp.ling.tokensregex.SequenceMatchResult
getOrderedAntecedents(int, int, List<Mention>, List<List<Mention>>, Mention, int, Map<Integer, CorefCluster>, Dictionaries) - Method in class edu.stanford.nlp.dcoref.sievepasses.DeterministicCorefSieve
Orders the antecedents for the given mention (m1)
getOrderedAntecedents(int, int, List<Mention>, List<List<Mention>>, Mention, int, Map<Integer, CorefCluster>, Dictionaries) - Method in class edu.stanford.nlp.hcoref.sieve.DeterministicCorefSieve
Orders the antecedents for the given mention (m1)
getOrderedAntecedents(Mention, int, int, List<List<Mention>>, Dictionaries) - Static method in class edu.stanford.nlp.hcoref.sieve.Sieve
getOrderedMentions() - Method in class edu.stanford.nlp.dcoref.Document
return the list of predicted mentions
getOrderedMentions() - Method in class edu.stanford.nlp.hcoref.data.Document
return the list of predicted mentions
getOriginal() - Method in class edu.stanford.nlp.ling.IndexedWord
getOriginalRef() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
optional uint32 originalRef = 13;
getOriginalRef() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
optional uint32 originalRef = 13;
getOriginalRef() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MentionOrBuilder
optional uint32 originalRef = 13;
getOriginalSpan(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
repeated .edu.stanford.nlp.pipeline.IndexedWord originalSpan = 51;
getOriginalSpan(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
repeated .edu.stanford.nlp.pipeline.IndexedWord originalSpan = 51;
getOriginalSpan(int) - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MentionOrBuilder
repeated .edu.stanford.nlp.pipeline.IndexedWord originalSpan = 51;
getOriginalSpanBuilder(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
repeated .edu.stanford.nlp.pipeline.IndexedWord originalSpan = 51;
getOriginalSpanBuilderList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
repeated .edu.stanford.nlp.pipeline.IndexedWord originalSpan = 51;
getOriginalSpanCount() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
repeated .edu.stanford.nlp.pipeline.IndexedWord originalSpan = 51;
getOriginalSpanCount() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
repeated .edu.stanford.nlp.pipeline.IndexedWord originalSpan = 51;
getOriginalSpanCount() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MentionOrBuilder
repeated .edu.stanford.nlp.pipeline.IndexedWord originalSpan = 51;
getOriginalSpanList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
repeated .edu.stanford.nlp.pipeline.IndexedWord originalSpan = 51;
getOriginalSpanList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
repeated .edu.stanford.nlp.pipeline.IndexedWord originalSpan = 51;
getOriginalSpanList() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MentionOrBuilder
repeated .edu.stanford.nlp.pipeline.IndexedWord originalSpan = 51;
getOriginalSpanOrBuilder(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
repeated .edu.stanford.nlp.pipeline.IndexedWord originalSpan = 51;
getOriginalSpanOrBuilder(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
repeated .edu.stanford.nlp.pipeline.IndexedWord originalSpan = 51;
getOriginalSpanOrBuilder(int) - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MentionOrBuilder
repeated .edu.stanford.nlp.pipeline.IndexedWord originalSpan = 51;
getOriginalSpanOrBuilderList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
repeated .edu.stanford.nlp.pipeline.IndexedWord originalSpan = 51;
getOriginalSpanOrBuilderList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
repeated .edu.stanford.nlp.pipeline.IndexedWord originalSpan = 51;
getOriginalSpanOrBuilderList() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MentionOrBuilder
repeated .edu.stanford.nlp.pipeline.IndexedWord originalSpan = 51;
getOriginalText() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional string originalText = 7;
getOriginalText() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token
optional string originalText = 7;
getOriginalText() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.TokenOrBuilder
optional string originalText = 7;
getOriginalTextBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional string originalText = 7;
getOriginalTextBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token
optional string originalText = 7;
getOriginalTextBytes() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.TokenOrBuilder
optional string originalText = 7;
getOtherSemanticClassesWords() - Method in class edu.stanford.nlp.patterns.ConstantsAndVariables
getOutDegree(V) - Method in class edu.stanford.nlp.graph.DirectedMultiGraph
getOutDegree(V) - Method in interface edu.stanford.nlp.graph.Graph
getOutEdgesSorted(IndexedWord) - Method in class edu.stanford.nlp.semgraph.SemanticGraph
getOuterMapFactory() - Method in class edu.stanford.nlp.stats.TwoDimensionalCounter
getOuterMapFactory() - Method in class edu.stanford.nlp.stats.TwoDimensionalIntCounter
getOutgoingEdges(V) - Method in class edu.stanford.nlp.graph.DirectedMultiGraph
getOutgoingEdges(V) - Method in interface edu.stanford.nlp.graph.Graph
for undirected graph, it is just the edges from the node
getOutput() - Method in class edu.stanford.nlp.fsm.DFSATransition
getOutput() - Method in class edu.stanford.nlp.fsm.TransducerGraph.Arc
getOutput() - Method in class edu.stanford.nlp.optimization.CmdEvaluator
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.
getOutputFile() - Method in class edu.stanford.nlp.tagger.maxent.TaggerConfig
getOutputFormat() - Method in class edu.stanford.nlp.tagger.maxent.TaggerConfig
getOutputLemmas() - Method in class edu.stanford.nlp.tagger.maxent.TaggerConfig
getOutputOfPathInGraph(List) - Method in class edu.stanford.nlp.fsm.TransducerGraph
For testing only.
getOutputOptions() - Method in class edu.stanford.nlp.tagger.maxent.TaggerConfig
getOutputOptionsContains(String) - Method in class edu.stanford.nlp.tagger.maxent.TaggerConfig
getOutputStream() - Method in class edu.stanford.nlp.util.ByteStreamGobbler
getOutputVerbosity() - Method in class edu.stanford.nlp.tagger.maxent.TaggerConfig
getOverlapping(T) - Method in class edu.stanford.nlp.util.IntervalTree
getOverlapping(IntervalTree.TreeNode<E, T>, E) - Static method in class edu.stanford.nlp.util.IntervalTree
getOverlapping(IntervalTree.TreeNode<E, T>, Interval<E>) - Static method in class edu.stanford.nlp.util.IntervalTree
getOverlapping(IntervalTree.TreeNode<E, T>, E, List<T>) - Static method in class edu.stanford.nlp.util.IntervalTree
getOverlapping(IntervalTree.TreeNode<E, T>, Interval<E>, List<T>) - Static method in class edu.stanford.nlp.util.IntervalTree
getPad() - Method in class edu.stanford.nlp.util.PaddedList
getParagraph() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
optional uint32 paragraph = 19;
getParagraph() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
optional uint32 paragraph = 19;
getParagraph() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MentionOrBuilder
optional uint32 paragraph = 19;
getParagraph() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
optional uint32 paragraph = 11;
getParagraph() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence
optional uint32 paragraph = 11;
getParagraph() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceOrBuilder
optional uint32 paragraph = 11;
getParamDesc() - Method in class edu.stanford.nlp.ling.tokensregex.types.ValueFunctions.BooleanFunction
getParamDesc() - Method in class edu.stanford.nlp.ling.tokensregex.types.ValueFunctions.CompareFunction
getParamDesc() - Method in class edu.stanford.nlp.ling.tokensregex.types.ValueFunctions.NamedValueFunction
getParamDesc(String, int) - Static method in class edu.stanford.nlp.ling.tokensregex.types.ValueFunctions.NamedValueFunction
getParamDesc() - Method in class edu.stanford.nlp.ling.tokensregex.types.ValueFunctions.NumericFunction
getParamDesc() - Method in class edu.stanford.nlp.ling.tokensregex.types.ValueFunctions.StringFunction
getParamDesc() - Method in class edu.stanford.nlp.ling.tokensregex.types.ValueFunctions.TypeCheckedFunction
getParent() - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceEntityMention
getParent() - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceEventMention
getParent() - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceRelationMention
getParent(IndexedWord) - Method in class edu.stanford.nlp.semgraph.SemanticGraph
Return the real syntactic parent of vertex.
getParent() - Method in class edu.stanford.nlp.trees.GrammaticalRelation
Returns the parent of this GrammaticalRelation
.
getParentList(IndexedWord) - Method in class edu.stanford.nlp.semgraph.SemanticGraph
getParents(V) - Method in class edu.stanford.nlp.graph.DirectedMultiGraph
getParents(V) - Method in interface edu.stanford.nlp.graph.Graph
for undirected graph, it is just the neighbors
getParents() - Method in class edu.stanford.nlp.ie.machinereading.structure.EventMention
If this EventMention is a subevent, this will return the parent event.
getParents(IndexedWord) - Method in class edu.stanford.nlp.semgraph.SemanticGraph
getParentsWithReln(IndexedWord, GrammaticalRelation) - Method in class edu.stanford.nlp.semgraph.SemanticGraph
Returns a set of all parents bearing a certain grammatical relation, or an
empty set if none.
getParse(String, boolean) - Method in class edu.stanford.nlp.parser.server.LexicalizedParserClient
Returns the String output of the parse of the given query.
getParser() - Method in class edu.stanford.nlp.ie.machinereading.GenericDataSetReader
getParserForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.CorefMention
getParserForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain
getParserForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Edge
getParserForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph
getParserForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Node
getParserForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document
getParserForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Entity
getParserForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.IndexedWord
getParserForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.MapIntString
getParserForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.MapStringString
getParserForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
getParserForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.NERMention
getParserForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETriple
getParserForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Operator
getParserForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.ParseTree
getParserForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Polarity
getParserForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Quote
getParserForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Relation
getParserForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence
getParserForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceFragment
getParserForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Span
getParserForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.SpeakerInfo
getParserForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Timex
getParserForType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token
getParserFromFile(String, Options) - Static method in class edu.stanford.nlp.parser.lexparser.LexicalizedParser
getParserFromSerializedFile(String) - Static method in class edu.stanford.nlp.parser.lexparser.LexicalizedParser
getParserFromTextFile(String, Options) - Static method in class edu.stanford.nlp.parser.lexparser.LexicalizedParser
getParserFromTreebank(Treebank, Treebank, double, GrammarCompactor, Options, Treebank, List<List<TaggedWord>>) - Static 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.
getParserQueryEvals() - Method in class edu.stanford.nlp.parser.common.ParserGrammar
Return a list of Eval-style objects which care about the whole
ParserQuery, not just the finished tree
getParserQueryEvals() - Method in class edu.stanford.nlp.parser.lexparser.LexicalizedParser
getParserQueryEvals() - Method in class edu.stanford.nlp.parser.shiftreduce.ShiftReduceParser
getParseTree() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
optional .edu.stanford.nlp.pipeline.ParseTree parseTree = 7;
getParseTree() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence
optional .edu.stanford.nlp.pipeline.ParseTree parseTree = 7;
getParseTree() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceOrBuilder
optional .edu.stanford.nlp.pipeline.ParseTree parseTree = 7;
getParseTreeBuilder() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
optional .edu.stanford.nlp.pipeline.ParseTree parseTree = 7;
getParseTreeOrBuilder() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
optional .edu.stanford.nlp.pipeline.ParseTree parseTree = 7;
getParseTreeOrBuilder() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence
optional .edu.stanford.nlp.pipeline.ParseTree parseTree = 7;
getParseTreeOrBuilder() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceOrBuilder
optional .edu.stanford.nlp.pipeline.ParseTree parseTree = 7;
getPartial(Instant, Partial) - Static method in class edu.stanford.nlp.time.JodaTimeUtils
getPartNo() - Method in class edu.stanford.nlp.dcoref.CoNLL2011DocumentReader.Document
getPartNo() - Method in class edu.stanford.nlp.hcoref.docreader.CoNLLDocumentReader.CoNLLDocument
getPathEvalData(Properties) - Static method in class edu.stanford.nlp.hcoref.CorefProperties
getPathInput(Properties) - Static method in class edu.stanford.nlp.hcoref.CorefProperties
Input data for CorefDocMaker.
getPathModel(Properties, String) - Static method in class edu.stanford.nlp.hcoref.CorefProperties
getPathOutput(Properties) - Static method in class edu.stanford.nlp.hcoref.CorefProperties
getPathOutputs(List<List>) - Method in class edu.stanford.nlp.fsm.TransducerGraph
For testing only.
getPathScorer(Properties) - Static method in class edu.stanford.nlp.hcoref.CorefProperties
getPathSerialized(Properties) - Static method in class edu.stanford.nlp.hcoref.CorefProperties
getPathSerializedWordVectors(Properties) - Static method in class edu.stanford.nlp.hcoref.CorefProperties
getPathSingletonPredictor(Properties) - Static method in class edu.stanford.nlp.hcoref.CorefProperties
getPathToRoot(IndexedWord) - Method in class edu.stanford.nlp.semgraph.SemanticGraph
Find the path from the given node to a root.
getPathTrainData(Properties) - Static method in class edu.stanford.nlp.hcoref.CorefProperties
getPathWord2Vec(Properties) - Static method in class edu.stanford.nlp.hcoref.CorefProperties
getPatsForEachToken() - Method in class edu.stanford.nlp.patterns.GetPatternsFromDataMultiClass
getPattern() - Method in class edu.stanford.nlp.dcoref.Mention
getPattern(List<AbstractCoreLabel>) - Method in class edu.stanford.nlp.dcoref.Mention
getPattern() - Method in class edu.stanford.nlp.hcoref.data.Mention
getPattern(List<AbstractCoreLabel>) - Method in class edu.stanford.nlp.hcoref.data.Mention
getPattern() - Method in class edu.stanford.nlp.ling.tokensregex.ComplexNodePattern.SequenceRegexPattern
getPattern() - Method in class edu.stanford.nlp.ling.tokensregex.ComplexNodePattern.StringAnnotationRegexPattern
getPattern(String[]) - Method in class edu.stanford.nlp.ling.tokensregex.MultiWordStringMatcher
getPattern(String) - Method in class edu.stanford.nlp.ling.tokensregex.MultiWordStringMatcher
getPattern() - Method in class edu.stanford.nlp.patterns.dep.ExtractedPhrase
getPattern() - Method in class edu.stanford.nlp.trees.tregex.gui.InputPanel.TRegexGUITreeVisitor
getPatternExpr() - Method in class edu.stanford.nlp.ling.tokensregex.SequencePattern
getPatterns(String, Set<E>, E, Counter<CandidatePhrase>, Set<E>) - Method in class edu.stanford.nlp.patterns.GetPatternsFromDataMultiClass
getPatternsAroundTokens(DataInstance, Set<CandidatePhrase>) - Static method in class edu.stanford.nlp.patterns.dep.DepPatternFactory
getPatternsAroundTokens(PatternFactory.PatternType, DataInstance, Set<CandidatePhrase>) - Static method in class edu.stanford.nlp.patterns.PatternFactory
getPatternsAroundTokens(DataInstance, Set<CandidatePhrase>) - Static method in class edu.stanford.nlp.patterns.surface.SurfacePatternFactory
getPatternScoringClass(GetPatternsFromDataMultiClass.PatternScoring) - Static method in class edu.stanford.nlp.patterns.GetPatternsFromDataMultiClass
getPatternsForAllTokens(String) - Method in class edu.stanford.nlp.patterns.surface.PatternsForEachToken
getPatternsForAllTokens(Collection<String>) - Method in class edu.stanford.nlp.patterns.surface.PatternsForEachToken
getPatternsForAllTokens(String) - Method in class edu.stanford.nlp.patterns.surface.PatternsForEachTokenDB
getPatternsForAllTokens(Collection<String>) - Method in class edu.stanford.nlp.patterns.surface.PatternsForEachTokenDB
getPatternsForAllTokens(String) - Method in class edu.stanford.nlp.patterns.surface.PatternsForEachTokenInMemory
getPatternsForAllTokens(Collection<String>) - Method in class edu.stanford.nlp.patterns.surface.PatternsForEachTokenInMemory
GetPatternsFromDataMultiClass <E extends Pattern > - Class in edu.stanford.nlp.patterns
Given text and a seed list, this class gives more words like the seed words
by learning surface word or dependency patterns.
GetPatternsFromDataMultiClass(Properties, Map<String, DataInstance>, Set<CandidatePhrase>, boolean, String) - Constructor for class edu.stanford.nlp.patterns.GetPatternsFromDataMultiClass
GetPatternsFromDataMultiClass(Properties, Map<String, DataInstance>, Set<CandidatePhrase>, boolean, Class, String) - Constructor for class edu.stanford.nlp.patterns.GetPatternsFromDataMultiClass
GetPatternsFromDataMultiClass(Properties, Map<String, DataInstance>, Set<CandidatePhrase>, boolean, String, Map<String, Class>, Map<Class, Object>) - Constructor for class edu.stanford.nlp.patterns.GetPatternsFromDataMultiClass
GetPatternsFromDataMultiClass(Properties, Map<String, DataInstance>, Set<CandidatePhrase>, boolean, Class, String, Map<String, Class>, Map<Class, Object>) - Constructor for class edu.stanford.nlp.patterns.GetPatternsFromDataMultiClass
GetPatternsFromDataMultiClass(Properties, Map<String, DataInstance>, Map<String, Set<CandidatePhrase>>, boolean) - Constructor for class edu.stanford.nlp.patterns.GetPatternsFromDataMultiClass
GetPatternsFromDataMultiClass(Properties, Map<String, DataInstance>, Map<String, Set<CandidatePhrase>>, boolean, Map<String, Class<? extends TypesafeMap.Key<String>>>) - Constructor for class edu.stanford.nlp.patterns.GetPatternsFromDataMultiClass
GetPatternsFromDataMultiClass(Properties, Map<String, DataInstance>, Map<String, Set<CandidatePhrase>>, boolean, Map<String, Class<? extends TypesafeMap.Key<String>>>, Map<String, Class>, Map<String, Map<Class, Object>>) - Constructor for class edu.stanford.nlp.patterns.GetPatternsFromDataMultiClass
generalize classes basically maps label strings to a map of generalized
strings and the corresponding class ignoreClasses have to be boolean
GetPatternsFromDataMultiClass.Flags - Class in edu.stanford.nlp.patterns
GetPatternsFromDataMultiClass.LabelWithSeedWords - Class in edu.stanford.nlp.patterns
Warning: sets labels of words that are not in the given seed set as O!!!
GetPatternsFromDataMultiClass.PatternScoring - Enum in edu.stanford.nlp.patterns
RlogF is from Riloff 1996, when R's denominator is (pos+neg+unlabeled)
getPatternsInstance(Properties, ConstantsAndVariables.PatternForEachTokenWay) - Static method in class edu.stanford.nlp.patterns.surface.PatternsForEachToken
getPCFGParser() - Method in interface edu.stanford.nlp.parser.common.ParserQuery
getPCFGParser() - Method in class edu.stanford.nlp.parser.lexparser.LexicalizedParserQuery
getPCFGParser() - Method in class edu.stanford.nlp.parser.lexparser.RerankingParserQuery
getPCFGParser() - Method in class edu.stanford.nlp.parser.shiftreduce.ShiftReduceParserQuery
getPCFGScore() - Method in interface edu.stanford.nlp.parser.common.ParserQuery
getPCFGScore() - Method in class edu.stanford.nlp.parser.lexparser.LexicalizedParserQuery
getPCFGScore() - Method in class edu.stanford.nlp.parser.lexparser.RerankingParserQuery
getPCFGScore() - Method in class edu.stanford.nlp.parser.shiftreduce.ShiftReduceParserQuery
getPercentCorrect() - Method in class edu.stanford.nlp.parser.nndep.Classifier.Cost
getPeriod() - Method in class edu.stanford.nlp.time.SUTime.CompositePartialTime
getPeriod() - Method in class edu.stanford.nlp.time.SUTime.Duration
getPeriod() - Method in class edu.stanford.nlp.time.SUTime.PartialTime
getPeriod() - Method in class edu.stanford.nlp.time.SUTime.PeriodicTemporalSet
getPeriod() - Method in enum edu.stanford.nlp.time.SUTime.StandardTemporalType
getPeriod() - Method in class edu.stanford.nlp.time.SUTime.Temporal
getPeriod() - Method in enum edu.stanford.nlp.time.SUTime.TimeUnit
getPerson() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
optional string person = 6;
getPerson() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
optional string person = 6;
getPerson() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MentionOrBuilder
optional string person = 6;
getPersonBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
optional string person = 6;
getPersonBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
optional string person = 6;
getPersonBytes() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MentionOrBuilder
optional string person = 6;
getPerturbedDistribution(Counter<E>, Random) - Static method in class edu.stanford.nlp.stats.Distribution
getPerturbedUniformDistribution(Collection<E>, Random) - Static method in class edu.stanford.nlp.stats.Distribution
getPhrase() - Method in class edu.stanford.nlp.ling.tokensregex.PhraseTable.PhraseMatch
getPhrase() - Method in class edu.stanford.nlp.patterns.CandidatePhrase
getPhraseLemma() - Method in class edu.stanford.nlp.patterns.CandidatePhrase
getPhraseWeightFromWords(Counter<CandidatePhrase>, CandidatePhrase, double) - Method in class edu.stanford.nlp.patterns.PhraseScorer
getPID() - Static method in class edu.stanford.nlp.util.SystemUtils
Returns the process ID, via an awful hack.
getPIDNoExceptions() - Static method in class edu.stanford.nlp.util.SystemUtils
Returns the process ID, via an awful hack, or else -1.
getPipeline(Properties, boolean) - Static method in class edu.stanford.nlp.time.SUTimeMain
getPlaceHolder(int, U) - Method in class edu.stanford.nlp.util.ConfusionMatrix
getPMIThres(Properties, String) - Static method in class edu.stanford.nlp.hcoref.CorefProperties
getPolarity() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional .edu.stanford.nlp.pipeline.Polarity polarity = 28;
getPolarity() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token
optional .edu.stanford.nlp.pipeline.Polarity polarity = 28;
getPolarity() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.TokenOrBuilder
optional .edu.stanford.nlp.pipeline.Polarity polarity = 28;
getPolarityBuilder() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional .edu.stanford.nlp.pipeline.Polarity polarity = 28;
getPolarityOrBuilder() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional .edu.stanford.nlp.pipeline.Polarity polarity = 28;
getPolarityOrBuilder() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token
optional .edu.stanford.nlp.pipeline.Polarity polarity = 28;
getPolarityOrBuilder() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.TokenOrBuilder
optional .edu.stanford.nlp.pipeline.Polarity polarity = 28;
getPos() - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceToken
getPOS(int) - Method in class edu.stanford.nlp.parser.nndep.Configuration
getPos() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional string pos = 2;
getPos() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token
optional string pos = 2;
getPos() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.TokenOrBuilder
optional string pos = 2;
getPosBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional string pos = 2;
getPosBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token
optional string pos = 2;
getPosBytes() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.TokenOrBuilder
optional string pos = 2;
getPOSDistribution() - Method in class edu.stanford.nlp.parser.lexparser.ChineseCharacterBasedLexicon
getPosID(String) - Method in class edu.stanford.nlp.parser.nndep.DependencyParser
getPosition() - Method in class edu.stanford.nlp.dcoref.Mention
getPosition() - Method in class edu.stanford.nlp.hcoref.data.Mention
getPosition() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.CorefMention.Builder
optional uint32 position = 11;
getPosition() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.CorefMention
optional uint32 position = 11;
getPosition() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.CorefMentionOrBuilder
optional uint32 position = 11;
getPositions(FeatureKey) - Method in class edu.stanford.nlp.tagger.maxent.TemplateHash
getPossibleValues(int) - Method in class edu.stanford.nlp.ie.crf.CRFCliqueTree
getPossibleValues(int) - Method in class edu.stanford.nlp.ie.crf.TestSequenceModel
getPossibleValues(int) - Method in class edu.stanford.nlp.ie.EntityCachingAbstractSequencePriorBIO
getPossibleValues(int) - Method in class edu.stanford.nlp.sequences.FactoredSequenceModel
Return the valid sequence labels (as integer indices) for a particular
position in the sequence.
getPossibleValues(int) - Method in interface edu.stanford.nlp.sequences.SequenceModel
Return the valid sequence labels (as integer indices) for a particular
position in the sequence.
getPossibleValues(int) - Method in class edu.stanford.nlp.tagger.maxent.TestSentence
getPostmodifiers() - Method in class edu.stanford.nlp.dcoref.Mention
getPostmodifiers() - Method in class edu.stanford.nlp.hcoref.data.Mention
getPrecision() - Method in class edu.stanford.nlp.dcoref.CorefScorer
getPrecision() - Method in class edu.stanford.nlp.scoref.EvalUtils.AbstractEvaluator
getPrecision(L) - Method in class edu.stanford.nlp.stats.MultiClassPrecisionRecallStats
getPrecision() - Method in class edu.stanford.nlp.stats.MultiClassPrecisionRecallStats
getPrecision() - Method in class edu.stanford.nlp.stats.PrecisionRecallStats
Returns the current precision: tp/(tp+fp) .
getPrecisionDescription(int) - Method in class edu.stanford.nlp.stats.MultiClassPrecisionRecallStats
Returns a String summarizing precision that will print nicely.
getPrecisionDescription(int, L) - Method in class edu.stanford.nlp.stats.MultiClassPrecisionRecallStats
getPrecisionDescription(int) - Method in class edu.stanford.nlp.stats.PrecisionRecallStats
Returns a String summarizing precision that will print nicely.
getPrecisionInfo(L) - Method in class edu.stanford.nlp.stats.MultiClassPrecisionRecallStats
Returns the current precision: tp/(tp+fp) .
getPrecisionInfo() - Method in class edu.stanford.nlp.stats.MultiClassPrecisionRecallStats
getPredicateNominatives(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
repeated int32 predicateNominatives = 55;
getPredicateNominatives(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
repeated int32 predicateNominatives = 55;
getPredicateNominatives(int) - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MentionOrBuilder
repeated int32 predicateNominatives = 55;
getPredicateNominativesCount() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
repeated int32 predicateNominatives = 55;
getPredicateNominativesCount() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
repeated int32 predicateNominatives = 55;
getPredicateNominativesCount() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MentionOrBuilder
repeated int32 predicateNominatives = 55;
getPredicateNominativesList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
repeated int32 predicateNominatives = 55;
getPredicateNominativesList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
repeated int32 predicateNominatives = 55;
getPredicateNominativesList() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MentionOrBuilder
repeated int32 predicateNominatives = 55;
getPredictedClass(Tree) - Static method in class edu.stanford.nlp.neural.rnn.RNNCoreAnnotations
Return as an int the predicted class.
getPredictionError(Tree) - Static method in class edu.stanford.nlp.neural.rnn.RNNCoreAnnotations
getPredictions() - Method in class edu.stanford.nlp.ie.machinereading.MachineReading
getPredictions(Tree) - Static method in class edu.stanford.nlp.neural.rnn.RNNCoreAnnotations
getPreferredSize() - Method in class edu.stanford.nlp.trees.tregex.gui.ScrollableTreeJPanel
getPrefix() - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceDocument
getPrefixBe() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETriple.Builder
optional bool prefixBe = 10;
getPrefixBe() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETriple
optional bool prefixBe = 10;
getPrefixBe() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETripleOrBuilder
optional bool prefixBe = 10;
getPrefixesAndSuffixes(List<T>, int, int, T, boolean, boolean) - Static method in class edu.stanford.nlp.util.CollectionUtils
Get all prefix/suffix combinations from a list.
getPremodifierContext() - Method in class edu.stanford.nlp.dcoref.Mention
getPremodifierContext() - Method in class edu.stanford.nlp.hcoref.data.Mention
getPremodifiers() - Method in class edu.stanford.nlp.dcoref.Mention
getPremodifiers() - Method in class edu.stanford.nlp.hcoref.data.Mention
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.
getPreprocessedTerms(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
repeated string preprocessedTerms = 53;
getPreprocessedTerms(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
repeated string preprocessedTerms = 53;
getPreprocessedTerms(int) - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MentionOrBuilder
repeated string preprocessedTerms = 53;
getPreprocessedTermsBytes(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
repeated string preprocessedTerms = 53;
getPreprocessedTermsBytes(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
repeated string preprocessedTerms = 53;
getPreprocessedTermsBytes(int) - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MentionOrBuilder
repeated string preprocessedTerms = 53;
getPreprocessedTermsCount() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
repeated string preprocessedTerms = 53;
getPreprocessedTermsCount() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
repeated string preprocessedTerms = 53;
getPreprocessedTermsCount() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MentionOrBuilder
repeated string preprocessedTerms = 53;
getPreprocessedTermsList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
repeated string preprocessedTerms = 53;
getPreprocessedTermsList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
repeated string preprocessedTerms = 53;
getPreprocessedTermsList() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MentionOrBuilder
repeated string preprocessedTerms = 53;
getPreps() - Static method in class edu.stanford.nlp.trees.EnglishGrammaticalRelations
getPrepsC() - Static method in class edu.stanford.nlp.trees.EnglishGrammaticalRelations
getPreTerminal(Tree, int) - Static method in class edu.stanford.nlp.trees.Trees
gets the n
th preterminal in tree
.
getPrettyPrint() - Method in class edu.stanford.nlp.pipeline.StanfordCoreNLP
If true, signal for outputters to pretty-print the output.
getPrevContext() - Method in class edu.stanford.nlp.patterns.surface.SurfacePattern
getPrevContextStr() - Method in class edu.stanford.nlp.patterns.surface.SurfacePattern
getPreviousContextLen() - Method in class edu.stanford.nlp.patterns.surface.SurfacePattern
getPrintSingletons() - Method in class edu.stanford.nlp.pipeline.StanfordCoreNLP
getPrintWriter(File) - Static method in class edu.stanford.nlp.io.IOUtils
getPrintWriter(File, String) - Static method in class edu.stanford.nlp.io.IOUtils
getPrintWriter(String) - Static method in class edu.stanford.nlp.io.IOUtils
getPrintWriter(String, String) - Static method in class edu.stanford.nlp.io.IOUtils
getPrintWriterIgnoringExceptions(String) - Static method in class edu.stanford.nlp.io.IOUtils
getPrintWriterOrDie(String) - Static method in class edu.stanford.nlp.io.IOUtils
getPriority() - Method in class edu.stanford.nlp.ling.tokensregex.MatchedExpression
getPriority() - Method in class edu.stanford.nlp.ling.tokensregex.SequencePattern
getPriority() - Method in class edu.stanford.nlp.util.BinaryHeapPriorityQueue
Gets the priority of the highest-priority element of the queue
(without modifying the queue).
getPriority(E) - Method in class edu.stanford.nlp.util.BinaryHeapPriorityQueue
Get the priority of a key.
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.
getPriorType(String) - Static method in class edu.stanford.nlp.ie.crf.CRFLogConditionalObjectiveFunction
getPriorType(String) - Static method in class edu.stanford.nlp.ie.crf.CRFNonLinearLogConditionalObjectiveFunction
getPriorType(String) - Static method in class edu.stanford.nlp.ie.crf.CRFNonLinearSecondOrderLogConditionalObjectiveFunction
getProbabilities() - Method in class edu.stanford.nlp.stats.SimpleGoodTuring
Returns the probabilities allocated to each type, according to their count
in the underlying collection.
getProbabilityForUnseen() - Method in class edu.stanford.nlp.stats.SimpleGoodTuring
Returns the probability allocated to types not seen in the underlying
collection.
getProcessor() - Method in class edu.stanford.nlp.util.concurrent.InterruptibleMulticoreWrapper
getProjectAlternation() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Polarity.Builder
required .edu.stanford.nlp.pipeline.NaturalLogicRelation projectAlternation = 5;
getProjectAlternation() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Polarity
required .edu.stanford.nlp.pipeline.NaturalLogicRelation projectAlternation = 5;
getProjectAlternation() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.PolarityOrBuilder
required .edu.stanford.nlp.pipeline.NaturalLogicRelation projectAlternation = 5;
getProjectCover() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Polarity.Builder
required .edu.stanford.nlp.pipeline.NaturalLogicRelation projectCover = 6;
getProjectCover() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Polarity
required .edu.stanford.nlp.pipeline.NaturalLogicRelation projectCover = 6;
getProjectCover() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.PolarityOrBuilder
required .edu.stanford.nlp.pipeline.NaturalLogicRelation projectCover = 6;
getProjectEquivalence() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Polarity.Builder
required .edu.stanford.nlp.pipeline.NaturalLogicRelation projectEquivalence = 1;
getProjectEquivalence() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Polarity
required .edu.stanford.nlp.pipeline.NaturalLogicRelation projectEquivalence = 1;
getProjectEquivalence() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.PolarityOrBuilder
required .edu.stanford.nlp.pipeline.NaturalLogicRelation projectEquivalence = 1;
getProjectForwardEntailment() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Polarity.Builder
required .edu.stanford.nlp.pipeline.NaturalLogicRelation projectForwardEntailment = 2;
getProjectForwardEntailment() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Polarity
required .edu.stanford.nlp.pipeline.NaturalLogicRelation projectForwardEntailment = 2;
getProjectForwardEntailment() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.PolarityOrBuilder
required .edu.stanford.nlp.pipeline.NaturalLogicRelation projectForwardEntailment = 2;
getProjectIndependence() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Polarity.Builder
required .edu.stanford.nlp.pipeline.NaturalLogicRelation projectIndependence = 7;
getProjectIndependence() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Polarity
required .edu.stanford.nlp.pipeline.NaturalLogicRelation projectIndependence = 7;
getProjectIndependence() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.PolarityOrBuilder
required .edu.stanford.nlp.pipeline.NaturalLogicRelation projectIndependence = 7;
getProjectNegation() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Polarity.Builder
required .edu.stanford.nlp.pipeline.NaturalLogicRelation projectNegation = 4;
getProjectNegation() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Polarity
required .edu.stanford.nlp.pipeline.NaturalLogicRelation projectNegation = 4;
getProjectNegation() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.PolarityOrBuilder
required .edu.stanford.nlp.pipeline.NaturalLogicRelation projectNegation = 4;
getProjectReverseEntailment() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Polarity.Builder
required .edu.stanford.nlp.pipeline.NaturalLogicRelation projectReverseEntailment = 3;
getProjectReverseEntailment() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Polarity
required .edu.stanford.nlp.pipeline.NaturalLogicRelation projectReverseEntailment = 3;
getProjectReverseEntailment() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.PolarityOrBuilder
required .edu.stanford.nlp.pipeline.NaturalLogicRelation projectReverseEntailment = 3;
getProperties() - Method in class edu.stanford.nlp.pipeline.StanfordCoreNLP
Fetches the Properties object used to construct this Annotator
getPunctClass(String) - Static method in class edu.stanford.nlp.parser.tools.PunctEquivalenceClasser
Return the equivalence class of the argument.
getQuantification(Dictionaries) - Method in class edu.stanford.nlp.dcoref.Mention
getQuantification(Dictionaries) - Method in class edu.stanford.nlp.hcoref.data.Mention
getQuantifierSpanBegin() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Operator.Builder
required int32 quantifierSpanBegin = 2;
getQuantifierSpanBegin() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Operator
required int32 quantifierSpanBegin = 2;
getQuantifierSpanBegin() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.OperatorOrBuilder
required int32 quantifierSpanBegin = 2;
getQuantifierSpanEnd() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Operator.Builder
required int32 quantifierSpanEnd = 3;
getQuantifierSpanEnd() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Operator
required int32 quantifierSpanEnd = 3;
getQuantifierSpanEnd() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.OperatorOrBuilder
required int32 quantifierSpanEnd = 3;
getQueueLabel(State, int) - Static method in class edu.stanford.nlp.parser.shiftreduce.FeatureFactory
getQueueLabel(List<Tree>, int, int) - Static method in class edu.stanford.nlp.parser.shiftreduce.FeatureFactory
getQuotationIndex() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional int32 quotationIndex = 31;
getQuotationIndex() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token
optional int32 quotationIndex = 31;
getQuotationIndex() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.TokenOrBuilder
optional int32 quotationIndex = 31;
getQuote(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document.Builder
repeated .edu.stanford.nlp.pipeline.Quote quote = 6;
getQuote(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document
repeated .edu.stanford.nlp.pipeline.Quote quote = 6;
getQuote(int) - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.DocumentOrBuilder
repeated .edu.stanford.nlp.pipeline.Quote quote = 6;
getQuoteBuilder(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document.Builder
repeated .edu.stanford.nlp.pipeline.Quote quote = 6;
getQuoteBuilderList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document.Builder
repeated .edu.stanford.nlp.pipeline.Quote quote = 6;
getQuoteComparator() - Static method in class edu.stanford.nlp.pipeline.QuoteAnnotator
getQuoteCount() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document.Builder
repeated .edu.stanford.nlp.pipeline.Quote quote = 6;
getQuoteCount() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document
repeated .edu.stanford.nlp.pipeline.Quote quote = 6;
getQuoteCount() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.DocumentOrBuilder
repeated .edu.stanford.nlp.pipeline.Quote quote = 6;
getQuoteList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document.Builder
repeated .edu.stanford.nlp.pipeline.Quote quote = 6;
getQuoteList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document
repeated .edu.stanford.nlp.pipeline.Quote quote = 6;
getQuoteList() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.DocumentOrBuilder
repeated .edu.stanford.nlp.pipeline.Quote quote = 6;
getQuoteOrBuilder(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document.Builder
repeated .edu.stanford.nlp.pipeline.Quote quote = 6;
getQuoteOrBuilder(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document
repeated .edu.stanford.nlp.pipeline.Quote quote = 6;
getQuoteOrBuilder(int) - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.DocumentOrBuilder
repeated .edu.stanford.nlp.pipeline.Quote quote = 6;
getQuoteOrBuilderList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document.Builder
repeated .edu.stanford.nlp.pipeline.Quote quote = 6;
getQuoteOrBuilderList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document
repeated .edu.stanford.nlp.pipeline.Quote quote = 6;
getQuoteOrBuilderList() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.DocumentOrBuilder
repeated .edu.stanford.nlp.pipeline.Quote quote = 6;
getQuotes(String) - Method in class edu.stanford.nlp.pipeline.QuoteAnnotator
getRadical(char) - Static method in class edu.stanford.nlp.trees.international.pennchinese.RadicalMap
What is the primary radical of this char?
getRadius(Interval<Integer>) - Static method in class edu.stanford.nlp.util.Interval
getRandomBoolean(Random, double) - Static method in class edu.stanford.nlp.patterns.surface.LearnImportantFeatures
getRandomSequence(SequenceModel) - Static method in class edu.stanford.nlp.sequences.SequenceGibbsSampler
getRandomSubDataset(double, int) - Method in class edu.stanford.nlp.classify.Dataset
getRange(int, SUTime.Duration) - Method in class edu.stanford.nlp.time.JollyDayHolidays.JollyHoliday
getRange(int, SUTime.Duration) - Method in class edu.stanford.nlp.time.SUTime.CompositePartialTime
getRange(int, SUTime.Duration) - Method in class edu.stanford.nlp.time.SUTime.Duration
getRange(int, SUTime.Duration) - Method in class edu.stanford.nlp.time.SUTime.ExplicitTemporalSet
getRange(int, SUTime.Duration) - Method in class edu.stanford.nlp.time.SUTime.GroundedTime
getRange(int, SUTime.Duration) - Method in class edu.stanford.nlp.time.SUTime.InexactTime
getRange(int, SUTime.Duration) - Method in class edu.stanford.nlp.time.SUTime.PartialTime
getRange(int, SUTime.Duration) - Method in class edu.stanford.nlp.time.SUTime.PeriodicTemporalSet
getRange(int, SUTime.Duration) - Method in class edu.stanford.nlp.time.SUTime.Range
getRange(int, SUTime.Duration) - Method in class edu.stanford.nlp.time.SUTime.RelativeTime
getRange() - Method in class edu.stanford.nlp.time.SUTime.Temporal
getRange(int) - Method in class edu.stanford.nlp.time.SUTime.Temporal
getRange(int, SUTime.Duration) - Method in class edu.stanford.nlp.time.SUTime.Temporal
getRange(int, SUTime.Duration) - Method in class edu.stanford.nlp.time.SUTime.Time
getRange(int, SUTime.Duration) - Method in class edu.stanford.nlp.time.SUTime.TimeWithRange
getRange() - Method in class edu.stanford.nlp.time.Timex
Gets two Calendars, marking the beginning and ending of this Timex's range.
getRange(Timex) - Method in class edu.stanford.nlp.time.Timex
Gets two Calendars, marking the beginning and ending of this Timex's range.
getRareWordMinFeatureThresh() - Method in class edu.stanford.nlp.tagger.maxent.TaggerConfig
getRareWordThresh() - Method in class edu.stanford.nlp.tagger.maxent.TaggerConfig
getRawByteEnd() - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceToken
getRawByteOffset() - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceToken
getRawByteStart() - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceToken
getReader() - Method in class edu.stanford.nlp.ie.machinereading.MachineReading
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.
getRecall() - Method in class edu.stanford.nlp.dcoref.CorefScorer
getRecall() - Method in class edu.stanford.nlp.scoref.EvalUtils.AbstractEvaluator
getRecall(L) - Method in class edu.stanford.nlp.stats.MultiClassPrecisionRecallStats
getRecall() - Method in class edu.stanford.nlp.stats.MultiClassPrecisionRecallStats
getRecall() - Method in class edu.stanford.nlp.stats.PrecisionRecallStats
Returns the current recall: tp/(tp+fn) .
getRecallDescription(int) - Method in class edu.stanford.nlp.stats.MultiClassPrecisionRecallStats
Returns a String summarizing precision that will print nicely.
getRecallDescription(int, L) - Method in class edu.stanford.nlp.stats.MultiClassPrecisionRecallStats
getRecallDescription(int) - Method in class edu.stanford.nlp.stats.PrecisionRecallStats
Returns a String summarizing recall that will print nicely.
getRecallInfo(L) - Method in class edu.stanford.nlp.stats.MultiClassPrecisionRecallStats
getRecallInfo() - Method in class edu.stanford.nlp.stats.MultiClassPrecisionRecallStats
getRecentDependent(TreeShapedStack<Tree>, FeatureFactory.Transition, int) - Static method in class edu.stanford.nlp.parser.shiftreduce.FeatureFactory
getRegex(String[]) - Method in class edu.stanford.nlp.ling.tokensregex.MultiWordStringMatcher
getRegex(String) - Method in class edu.stanford.nlp.ling.tokensregex.MultiWordStringMatcher
getRegL1() - Method in class edu.stanford.nlp.tagger.maxent.TaggerConfig
getRegularizerParamRange(double[]) - Method in class edu.stanford.nlp.ie.crf.CRFNonLinearLogConditionalObjectiveFunction
getRegularizerParamRange(double[]) - Method in interface edu.stanford.nlp.optimization.HasRegularizerParamRange
getRelatedNodes(TreeGraphNode, TreeGraphNode, HeadFinder) - 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, with t
as the governor.
getRelation() - Method in class edu.stanford.nlp.dcoref.Mention
getRelation() - Method in class edu.stanford.nlp.hcoref.data.Mention
getRelation(String) - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceDocument
getRelation(RelationMentionFactory, CoreMap, ExtractionObject...) - Static method in class edu.stanford.nlp.ie.machinereading.structure.AnnotationUtils
Return the relation that holds between the given entities.
getRelation() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETriple.Builder
optional string relation = 2;
getRelation() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETriple
optional string relation = 2;
getRelation() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETripleOrBuilder
optional string relation = 2;
getRelation(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.Relation relation = 53;
getRelation(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence
repeated .edu.stanford.nlp.pipeline.Relation relation = 53;
getRelation(int) - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceOrBuilder
repeated .edu.stanford.nlp.pipeline.Relation relation = 53;
getRelation() - Method in class edu.stanford.nlp.semgraph.SemanticGraphEdge
getRelation(Interval<E>) - Method in class edu.stanford.nlp.util.FuzzyInterval
getRelation(Interval<E>) - Method in class edu.stanford.nlp.util.Interval
Returns the relationship of this interval to the other interval
The most specific relationship from the following is returned.
getRelationBuilder(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.Relation relation = 53;
getRelationBuilderList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.Relation relation = 53;
getRelationBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETriple.Builder
optional string relation = 2;
getRelationBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETriple
optional string relation = 2;
getRelationBytes() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETripleOrBuilder
optional string relation = 2;
getRelationCount() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.Relation relation = 53;
getRelationCount() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence
repeated .edu.stanford.nlp.pipeline.Relation relation = 53;
getRelationCount() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceOrBuilder
repeated .edu.stanford.nlp.pipeline.Relation relation = 53;
getRelationFlags(Interval<E>) - Method in class edu.stanford.nlp.util.FuzzyInterval
getRelationFlags(Interval<E>) - Method in class edu.stanford.nlp.util.Interval
Return set of flags indicating possible relationships between
this interval and another interval.
getRelationList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.Relation relation = 53;
getRelationList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence
repeated .edu.stanford.nlp.pipeline.Relation relation = 53;
getRelationList() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceOrBuilder
repeated .edu.stanford.nlp.pipeline.Relation relation = 53;
getRelationMention(String) - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceDocument
getRelationMentions(int) - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceDocument
getRelationMentions() - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceDocument
getRelationMentions() - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceEntityMention
getRelationMentions(CoreMap) - Method in class edu.stanford.nlp.ie.machinereading.structure.AnnotationUtils
getRelationNames() - Method in class edu.stanford.nlp.semgraph.semgrex.SemgrexMatcher
Returns the set of names for named relations in this pattern.
getRelationOrBuilder(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.Relation relation = 53;
getRelationOrBuilder(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence
repeated .edu.stanford.nlp.pipeline.Relation relation = 53;
getRelationOrBuilder(int) - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceOrBuilder
repeated .edu.stanford.nlp.pipeline.Relation relation = 53;
getRelationOrBuilderList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.Relation relation = 53;
getRelationOrBuilderList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence
repeated .edu.stanford.nlp.pipeline.Relation relation = 53;
getRelationOrBuilderList() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceOrBuilder
repeated .edu.stanford.nlp.pipeline.Relation relation = 53;
getRelationResultsPrinterSet() - Method in class edu.stanford.nlp.ie.machinereading.MachineReading
getRelations(RelationMentionFactory, CoreMap, ExtractionObject...) - Static method in class edu.stanford.nlp.ie.machinereading.structure.AnnotationUtils
Return all the relations that holds between the given entities.
getRelationTokens(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETriple.Builder
repeated uint32 relationTokens = 6;
getRelationTokens(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETriple
repeated uint32 relationTokens = 6;
getRelationTokens(int) - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETripleOrBuilder
repeated uint32 relationTokens = 6;
getRelationTokensCount() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETriple.Builder
repeated uint32 relationTokens = 6;
getRelationTokensCount() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETriple
repeated uint32 relationTokens = 6;
getRelationTokensCount() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETripleOrBuilder
repeated uint32 relationTokens = 6;
getRelationTokensList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETriple.Builder
repeated uint32 relationTokens = 6;
getRelationTokensList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETriple
repeated uint32 relationTokens = 6;
getRelationTokensList() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETripleOrBuilder
repeated uint32 relationTokens = 6;
getRelativePronouns(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
repeated int32 relativePronouns = 56;
getRelativePronouns(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
repeated int32 relativePronouns = 56;
getRelativePronouns(int) - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MentionOrBuilder
repeated int32 relativePronouns = 56;
getRelativePronounsCount() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
repeated int32 relativePronouns = 56;
getRelativePronounsCount() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
repeated int32 relativePronouns = 56;
getRelativePronounsCount() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MentionOrBuilder
repeated int32 relativePronouns = 56;
getRelativePronounsList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
repeated int32 relativePronouns = 56;
getRelativePronounsList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
repeated int32 relativePronouns = 56;
getRelativePronounsList() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MentionOrBuilder
repeated int32 relativePronouns = 56;
getRelevant(L) - Method in class edu.stanford.nlp.stats.MultiClassPrecisionRecallExtendedStats
getRelevant() - Method in class edu.stanford.nlp.stats.MultiClassPrecisionRecallExtendedStats
getRelevantWords() - Method in class edu.stanford.nlp.patterns.dep.DepPattern
getRelevantWords() - Method in class edu.stanford.nlp.patterns.Pattern
getRelevantWords() - Method in class edu.stanford.nlp.patterns.surface.SurfacePattern
getRelevantWordsBase(Token[], CollectionValuedMap<String, String>) - Static method in class edu.stanford.nlp.patterns.Pattern
getRelevantWordsBase(Token, CollectionValuedMap<String, String>) - Static method in class edu.stanford.nlp.patterns.Pattern
getRelnString(String) - Method in class edu.stanford.nlp.semgraph.semgrex.SemgrexMatcher
getRemaining1() - Method in class edu.stanford.nlp.semgraph.SemanticGraphUtils.EdgeDiffResult
getRemaining2() - Method in class edu.stanford.nlp.semgraph.SemanticGraphUtils.EdgeDiffResult
getReportEmbedding(Dictionaries) - Method in class edu.stanford.nlp.dcoref.Mention
getReportEmbedding(Dictionaries) - Method in class edu.stanford.nlp.hcoref.data.Mention
getRepresentative() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.Builder
required uint32 representative = 3;
getRepresentative() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain
required uint32 representative = 3;
getRepresentative() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChainOrBuilder
required uint32 representative = 3;
getRepresentativeMention() - Method in class edu.stanford.nlp.dcoref.CorefChain
Return the most representative mention in the chain.
getRepresentativeMention() - Method in class edu.stanford.nlp.dcoref.CorefCluster
getRepresentativeMention() - Method in class edu.stanford.nlp.hcoref.data.CorefChain
Return the most representative mention in the chain.
getRepresentativeMention() - Method in class edu.stanford.nlp.hcoref.data.CorefCluster
getReservedMass() - Method in class edu.stanford.nlp.stats.Distribution
getRetrieved(L) - Method in class edu.stanford.nlp.stats.MultiClassPrecisionRecallExtendedStats
getRetrieved() - Method in class edu.stanford.nlp.stats.MultiClassPrecisionRecallExtendedStats
getReverseMap() - Method in class edu.stanford.nlp.trees.international.pennchinese.ChineseEnglishWordMap
Returns a reversed map of the current map.
getRho(int) - Method in class edu.stanford.nlp.optimization.QNMinimizer.QNInfo
getRightChild(int, int) - Method in class edu.stanford.nlp.parser.nndep.Configuration
getRightChild(int) - Method in class edu.stanford.nlp.parser.nndep.Configuration
getRightLabelSet(int) - Method in class edu.stanford.nlp.parser.nndep.Configuration
getRightmostNode(IntervalTree.TreeNode<E, T>) - Method in class edu.stanford.nlp.util.IntervalTree
getRightValency(int) - Method in class edu.stanford.nlp.parser.nndep.Configuration
getRole() - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceMentionArgument
getRoles() - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceEventMention
getRoot(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Builder
repeated uint32 root = 3 [packed = true];
getRoot(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph
repeated uint32 root = 3 [packed = true];
getRoot(int) - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraphOrBuilder
repeated uint32 root = 3 [packed = true];
getRoot() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceFragment.Builder
optional uint32 root = 2;
getRoot() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceFragment
optional uint32 root = 2;
getRoot() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceFragmentOrBuilder
optional uint32 root = 2;
getRoot() - Method in class edu.stanford.nlp.trees.tregex.gui.FileTreeModel
getRootCount() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Builder
repeated uint32 root = 3 [packed = true];
getRootCount() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph
repeated uint32 root = 3 [packed = true];
getRootCount() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraphOrBuilder
repeated uint32 root = 3 [packed = true];
getRootList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Builder
repeated uint32 root = 3 [packed = true];
getRootList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph
repeated uint32 root = 3 [packed = true];
getRootList() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraphOrBuilder
repeated uint32 root = 3 [packed = true];
getRoots() - Method in class edu.stanford.nlp.semgraph.SemanticGraph
getRoots(Collection<TypedDependency>) - Static 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
getRVFDatum(int) - Method in class edu.stanford.nlp.classify.Dataset
getRVFDatum(int) - Method in class edu.stanford.nlp.classify.GeneralDataset
getRVFDatum(int) - Method in class edu.stanford.nlp.classify.RVFDataset
getRVFDatumId(int) - Method in class edu.stanford.nlp.classify.RVFDataset
getRVFDatumSource(int) - Method in class edu.stanford.nlp.classify.RVFDataset
getRVFDatumWithId(int) - Method in class edu.stanford.nlp.classify.RVFDataset
getS(int) - Method in class edu.stanford.nlp.optimization.QNMinimizer.QNInfo
getSameEdges() - Method in class edu.stanford.nlp.semgraph.SemanticGraphUtils.EdgeDiffResult
getSample(int) - Method in class edu.stanford.nlp.optimization.AbstractStochasticCachingDiffUpdateFunction
Gets a random sample (this is sampling with replacement).
getSampler(List<IN>) - Method in class edu.stanford.nlp.ie.AbstractSequenceClassifier
getScore(CorefScorer.SubScoreType) - Method in class edu.stanford.nlp.dcoref.CorefScorer
getScore() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.ParseTree.Builder
optional double score = 5;
getScore() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.ParseTree
optional double score = 5;
getScore() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.ParseTreeOrBuilder
optional double score = 5;
getScore() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceFragment.Builder
optional double score = 4;
getScore() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceFragment
optional double score = 4;
getScore() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceFragmentOrBuilder
optional double score = 4;
getScore(List<List<Integer>>, Map<Integer, List<Integer>>) - Method in class edu.stanford.nlp.scoref.EvalUtils.AbstractEvaluator
getScore(List<List<Integer>>, Map<Integer, List<Integer>>) - Method in class edu.stanford.nlp.scoref.EvalUtils.B3Evaluator
getScore(List<List<Integer>>, Map<Integer, List<Integer>>) - Method in class edu.stanford.nlp.scoref.EvalUtils.MUCEvaluator
getScore() - Method in class edu.stanford.nlp.semgraph.semgrex.Alignment
getScore() - Method in class edu.stanford.nlp.trees.DeepTree
getScorer() - Method in class edu.stanford.nlp.classify.SVMLightClassifierFactory
getScoreWForNode(Tree) - Method in class edu.stanford.nlp.parser.dvparser.DVModel
getSearch() - Method in class edu.stanford.nlp.tagger.maxent.TaggerConfig
getSecondKey() - Method in class edu.stanford.nlp.util.TwoDimensionalMap.Entry
getSeed(Properties) - Static method in class edu.stanford.nlp.hcoref.CorefProperties
getSeedLabelDictionary() - Method in class edu.stanford.nlp.patterns.ConstantsAndVariables
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
getSelectedMatch() - Method in class edu.stanford.nlp.trees.tregex.gui.MatchesPanel
Get the selected tree and its corresponding matched parts
getSemGrexPatternNodes(SemanticGraph, List<String>, Collection<String>, Collection<IntPair>, SemgrexPattern, boolean, Collection<ExtractedPhrase>, boolean, Function<CoreLabel, Boolean>) - Method in class edu.stanford.nlp.patterns.dep.ExtractPhraseFromPattern
getSentAveF1() - Method in class edu.stanford.nlp.parser.metrics.AbstractEval
getSentence(int) - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceDocument
getSentence(AceDocument) - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceRelationMention
Fetches the id of the sentence that contains this mention
getSentence() - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceToken
getSentence(CoreMap, int) - Static method in class edu.stanford.nlp.ie.machinereading.structure.AnnotationUtils
getSentence() - Method in class edu.stanford.nlp.ie.machinereading.structure.ExtractionObject
getSentence(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document.Builder
repeated .edu.stanford.nlp.pipeline.Sentence sentence = 2;
getSentence(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document
repeated .edu.stanford.nlp.pipeline.Sentence sentence = 2;
getSentence(int) - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.DocumentOrBuilder
repeated .edu.stanford.nlp.pipeline.Sentence sentence = 2;
getSentenceBegin() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Quote.Builder
optional uint32 sentenceBegin = 5;
getSentenceBegin() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Quote
optional uint32 sentenceBegin = 5;
getSentenceBegin() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.QuoteOrBuilder
optional uint32 sentenceBegin = 5;
getSentenceBuilder(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document.Builder
repeated .edu.stanford.nlp.pipeline.Sentence sentence = 2;
getSentenceBuilderList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document.Builder
repeated .edu.stanford.nlp.pipeline.Sentence sentence = 2;
getSentenceCount() - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceDocument
getSentenceCount() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document.Builder
repeated .edu.stanford.nlp.pipeline.Sentence sentence = 2;
getSentenceCount() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document
repeated .edu.stanford.nlp.pipeline.Sentence sentence = 2;
getSentenceCount() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.DocumentOrBuilder
repeated .edu.stanford.nlp.pipeline.Sentence sentence = 2;
getSentenceDelimiter() - Method in class edu.stanford.nlp.tagger.maxent.TaggerConfig
This returns the sentence delimiter used when tokenizing text
using the tokenizer requested in this config.
getSentenceEnd() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Quote.Builder
optional uint32 sentenceEnd = 6;
getSentenceEnd() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Quote
optional uint32 sentenceEnd = 6;
getSentenceEnd() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.QuoteOrBuilder
optional uint32 sentenceEnd = 6;
getSentenceID() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
optional string sentenceID = 58;
getSentenceID() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence
optional string sentenceID = 58;
getSentenceID() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceOrBuilder
optional string sentenceID = 58;
getSentenceId() - Method in class edu.stanford.nlp.trees.tregex.gui.TreeFromFile
getSentenceIDBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
optional string sentenceID = 58;
getSentenceIDBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence
optional string sentenceID = 58;
getSentenceIDBytes() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceOrBuilder
optional string sentenceID = 58;
getSentenceIndex() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.CorefMention.Builder
optional uint32 sentenceIndex = 10;
getSentenceIndex() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.CorefMention
optional uint32 sentenceIndex = 10;
getSentenceIndex() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.CorefMentionOrBuilder
optional uint32 sentenceIndex = 10;
getSentenceIndex() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Node.Builder
required uint32 sentenceIndex = 1;
getSentenceIndex() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Node
required uint32 sentenceIndex = 1;
getSentenceIndex() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.NodeOrBuilder
required uint32 sentenceIndex = 1;
getSentenceIndex() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.NERMention.Builder
optional uint32 sentenceIndex = 1;
getSentenceIndex() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.NERMention
optional uint32 sentenceIndex = 1;
getSentenceIndex() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.NERMentionOrBuilder
optional uint32 sentenceIndex = 1;
getSentenceIndex() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
optional uint32 sentenceIndex = 4;
getSentenceIndex() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence
optional uint32 sentenceIndex = 4;
getSentenceIndex() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceOrBuilder
optional uint32 sentenceIndex = 4;
getSentencelessToken(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document.Builder
repeated .edu.stanford.nlp.pipeline.Token sentencelessToken = 5;
getSentencelessToken(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document
repeated .edu.stanford.nlp.pipeline.Token sentencelessToken = 5;
getSentencelessToken(int) - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.DocumentOrBuilder
repeated .edu.stanford.nlp.pipeline.Token sentencelessToken = 5;
getSentencelessTokenBuilder(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document.Builder
repeated .edu.stanford.nlp.pipeline.Token sentencelessToken = 5;
getSentencelessTokenBuilderList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document.Builder
repeated .edu.stanford.nlp.pipeline.Token sentencelessToken = 5;
getSentencelessTokenCount() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document.Builder
repeated .edu.stanford.nlp.pipeline.Token sentencelessToken = 5;
getSentencelessTokenCount() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document
repeated .edu.stanford.nlp.pipeline.Token sentencelessToken = 5;
getSentencelessTokenCount() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.DocumentOrBuilder
repeated .edu.stanford.nlp.pipeline.Token sentencelessToken = 5;
getSentencelessTokenList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document.Builder
repeated .edu.stanford.nlp.pipeline.Token sentencelessToken = 5;
getSentencelessTokenList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document
repeated .edu.stanford.nlp.pipeline.Token sentencelessToken = 5;
getSentencelessTokenList() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.DocumentOrBuilder
repeated .edu.stanford.nlp.pipeline.Token sentencelessToken = 5;
getSentencelessTokenOrBuilder(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document.Builder
repeated .edu.stanford.nlp.pipeline.Token sentencelessToken = 5;
getSentencelessTokenOrBuilder(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document
repeated .edu.stanford.nlp.pipeline.Token sentencelessToken = 5;
getSentencelessTokenOrBuilder(int) - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.DocumentOrBuilder
repeated .edu.stanford.nlp.pipeline.Token sentencelessToken = 5;
getSentencelessTokenOrBuilderList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document.Builder
repeated .edu.stanford.nlp.pipeline.Token sentencelessToken = 5;
getSentencelessTokenOrBuilderList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document
repeated .edu.stanford.nlp.pipeline.Token sentencelessToken = 5;
getSentencelessTokenOrBuilderList() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.DocumentOrBuilder
repeated .edu.stanford.nlp.pipeline.Token sentencelessToken = 5;
getSentenceList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document.Builder
repeated .edu.stanford.nlp.pipeline.Sentence sentence = 2;
getSentenceList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document
repeated .edu.stanford.nlp.pipeline.Sentence sentence = 2;
getSentenceList() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.DocumentOrBuilder
repeated .edu.stanford.nlp.pipeline.Sentence sentence = 2;
getSentenceNum() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.IndexedWord.Builder
optional uint32 sentenceNum = 1;
getSentenceNum() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.IndexedWord
optional uint32 sentenceNum = 1;
getSentenceNum() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.IndexedWordOrBuilder
optional uint32 sentenceNum = 1;
getSentenceOrBuilder(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document.Builder
repeated .edu.stanford.nlp.pipeline.Sentence sentence = 2;
getSentenceOrBuilder(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document
repeated .edu.stanford.nlp.pipeline.Sentence sentence = 2;
getSentenceOrBuilder(int) - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.DocumentOrBuilder
repeated .edu.stanford.nlp.pipeline.Sentence sentence = 2;
getSentenceOrBuilderList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document.Builder
repeated .edu.stanford.nlp.pipeline.Sentence sentence = 2;
getSentenceOrBuilderList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document
repeated .edu.stanford.nlp.pipeline.Sentence sentence = 2;
getSentenceOrBuilderList() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.DocumentOrBuilder
repeated .edu.stanford.nlp.pipeline.Sentence sentence = 2;
getSentences() - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceDocument
getSentences(Map<E, Set<String>>) - Method in class edu.stanford.nlp.patterns.ScorePhrases
getSentenceSize() - Method in class edu.stanford.nlp.parser.nndep.Configuration
getSentenceWordLists() - Method in class edu.stanford.nlp.dcoref.CoNLL2011DocumentReader.Document
getSentenceWordLists() - Method in class edu.stanford.nlp.hcoref.docreader.CoNLLDocumentReader.CoNLLDocument
getSentenceWords(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
repeated .edu.stanford.nlp.pipeline.IndexedWord sentenceWords = 50;
getSentenceWords(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
repeated .edu.stanford.nlp.pipeline.IndexedWord sentenceWords = 50;
getSentenceWords(int) - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MentionOrBuilder
repeated .edu.stanford.nlp.pipeline.IndexedWord sentenceWords = 50;
getSentenceWordsBuilder(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
repeated .edu.stanford.nlp.pipeline.IndexedWord sentenceWords = 50;
getSentenceWordsBuilderList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
repeated .edu.stanford.nlp.pipeline.IndexedWord sentenceWords = 50;
getSentenceWordsCount() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
repeated .edu.stanford.nlp.pipeline.IndexedWord sentenceWords = 50;
getSentenceWordsCount() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
repeated .edu.stanford.nlp.pipeline.IndexedWord sentenceWords = 50;
getSentenceWordsCount() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MentionOrBuilder
repeated .edu.stanford.nlp.pipeline.IndexedWord sentenceWords = 50;
getSentenceWordsList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
repeated .edu.stanford.nlp.pipeline.IndexedWord sentenceWords = 50;
getSentenceWordsList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
repeated .edu.stanford.nlp.pipeline.IndexedWord sentenceWords = 50;
getSentenceWordsList() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MentionOrBuilder
repeated .edu.stanford.nlp.pipeline.IndexedWord sentenceWords = 50;
getSentenceWordsOrBuilder(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
repeated .edu.stanford.nlp.pipeline.IndexedWord sentenceWords = 50;
getSentenceWordsOrBuilder(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
repeated .edu.stanford.nlp.pipeline.IndexedWord sentenceWords = 50;
getSentenceWordsOrBuilder(int) - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MentionOrBuilder
repeated .edu.stanford.nlp.pipeline.IndexedWord sentenceWords = 50;
getSentenceWordsOrBuilderList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
repeated .edu.stanford.nlp.pipeline.IndexedWord sentenceWords = 50;
getSentenceWordsOrBuilderList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
repeated .edu.stanford.nlp.pipeline.IndexedWord sentenceWords = 50;
getSentenceWordsOrBuilderList() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MentionOrBuilder
repeated .edu.stanford.nlp.pipeline.IndexedWord sentenceWords = 50;
getSentiment() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.ParseTree.Builder
optional .edu.stanford.nlp.pipeline.Sentiment sentiment = 6;
getSentiment() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.ParseTree
optional .edu.stanford.nlp.pipeline.Sentiment sentiment = 6;
getSentiment() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.ParseTreeOrBuilder
optional .edu.stanford.nlp.pipeline.Sentiment sentiment = 6;
getSentiment() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
optional string sentiment = 33;
getSentiment() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence
optional string sentiment = 33;
getSentiment() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceOrBuilder
optional string sentiment = 33;
getSentiment() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional string sentiment = 30;
getSentiment() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token
optional string sentiment = 30;
getSentiment() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.TokenOrBuilder
optional string sentiment = 30;
getSentimentBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
optional string sentiment = 33;
getSentimentBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence
optional string sentiment = 33;
getSentimentBytes() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceOrBuilder
optional string sentiment = 33;
getSentimentBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional string sentiment = 30;
getSentimentBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token
optional string sentiment = 30;
getSentimentBytes() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.TokenOrBuilder
optional string sentiment = 30;
getSentNum() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
optional uint32 sentNum = 17;
getSentNum() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
optional uint32 sentNum = 17;
getSentNum() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MentionOrBuilder
optional uint32 sentNum = 17;
getSequenceMatchResultExtractor() - Method in class edu.stanford.nlp.ling.tokensregex.Env
getSequenceModel(List<IN>) - Method in class edu.stanford.nlp.ie.AbstractSequenceClassifier
getSequenceModel(List<IN>) - Method in class edu.stanford.nlp.ie.crf.CRFClassifier
getSequenceModel(List<IN>) - Method in class edu.stanford.nlp.ie.ner.CMMClassifier
getSequencePatternExpr(String, boolean) - Method in class edu.stanford.nlp.ling.tokensregex.Env
getSerializedSize() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.CorefMention
getSerializedSize() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain
getSerializedSize() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Edge
getSerializedSize() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph
getSerializedSize() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Node
getSerializedSize() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document
getSerializedSize() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Entity
getSerializedSize() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.IndexedWord
getSerializedSize() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.MapIntString
getSerializedSize() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.MapStringString
getSerializedSize() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
getSerializedSize() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.NERMention
getSerializedSize() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETriple
getSerializedSize() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Operator
getSerializedSize() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.ParseTree
getSerializedSize() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Polarity
getSerializedSize() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Quote
getSerializedSize() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Relation
getSerializedSize() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence
getSerializedSize() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceFragment
getSerializedSize() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Span
getSerializedSize() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.SpeakerInfo
getSerializedSize() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Timex
getSerializedSize() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token
getSetWordsAsJson(Map<String, Counter<CandidatePhrase>>) - Method in class edu.stanford.nlp.patterns.ConstantsAndVariables
getSGML() - Method in class edu.stanford.nlp.tagger.maxent.TaggerConfig
getShortClassName(Object) - Static method in class edu.stanford.nlp.util.StringUtils
Returns a short class name for an object.
getShortestDirectedPathEdges(IndexedWord, IndexedWord) - Method in class edu.stanford.nlp.semgraph.SemanticGraph
getShortestDirectedPathNodes(IndexedWord, IndexedWord) - Method in class edu.stanford.nlp.semgraph.SemanticGraph
Returns the shortest directed path between two edges in the graph.
getShortestPath(Graph<V, E>, V, V, boolean) - Static method in class edu.stanford.nlp.graph.DijkstraShortestPath
getShortestPath(V, V) - Method in class edu.stanford.nlp.graph.DirectedMultiGraph
direction insensitive (the paths can go "up" or through the parents)
getShortestPath(V, V, boolean) - Method in class edu.stanford.nlp.graph.DirectedMultiGraph
can specify the direction sensitivity
getShortestPathEdges(V, V) - Method in class edu.stanford.nlp.graph.DirectedMultiGraph
getShortestPathEdges(V, V, boolean) - Method in class edu.stanford.nlp.graph.DirectedMultiGraph
getShortestUndirectedPathEdges(IndexedWord, IndexedWord) - Method in class edu.stanford.nlp.semgraph.SemanticGraph
getShortestUndirectedPathNodes(IndexedWord, IndexedWord) - Method in class edu.stanford.nlp.semgraph.SemanticGraph
Returns the nodes in the shortest undirected path between two edges in the
graph.
getShortName() - Method in class edu.stanford.nlp.trees.GrammaticalRelation
getSiblings(IndexedWord) - Method in class edu.stanford.nlp.semgraph.SemanticGraph
Method for getting the siblings of a particular node.
getSieves(Properties) - Static method in class edu.stanford.nlp.hcoref.CorefProperties
getSigma() - Method in class edu.stanford.nlp.classify.LinearClassifierFactory
getSigma() - Method in class edu.stanford.nlp.classify.LogPrior
getSigmaSquared() - Method in class edu.stanford.nlp.classify.LogPrior
getSigmaSquared() - Method in class edu.stanford.nlp.tagger.maxent.TaggerConfig
getSigmaSquaredM() - Method in class edu.stanford.nlp.classify.LogPrior
getSignature() - Method in class edu.stanford.nlp.ie.machinereading.structure.RelationMention
getSignature(String, int) - Method in class edu.stanford.nlp.parser.lexparser.ArabicUnknownWordModel
6-9 were added for Arabic.
getSignature(String, int) - Method in class edu.stanford.nlp.parser.lexparser.BaseUnknownWordModel
Signature for a specific word; loc parameter is ignored.
getSignature(String, int) - Method in class edu.stanford.nlp.parser.lexparser.ChineseUnknownWordModel
getSignature(String, int) - Method in class edu.stanford.nlp.parser.lexparser.EnglishUnknownWordModel
This routine returns a String that is the "signature" of the class of a
word.
getSignature(String, int) - Method in class edu.stanford.nlp.parser.lexparser.FrenchUnknownWordModel
TODO Can add various signatures, setting the signature via Options.
getSignature(String, int) - Method in class edu.stanford.nlp.parser.lexparser.SpanishUnknownWordModel
TODO Can add various signatures, setting the signature via Options.
getSignature(String, int) - Method in interface edu.stanford.nlp.parser.lexparser.UnknownWordModel
This routine returns a String that is the "signature" of the class of a
word.
getSignature() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Relation.Builder
optional string signature = 8;
getSignature() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Relation
optional string signature = 8;
getSignature() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.RelationOrBuilder
optional string signature = 8;
getSignature(String, Properties, PropertiesUtils.Property[]) - Static method in class edu.stanford.nlp.util.PropertiesUtils
getSignature(String, Properties) - Static method in class edu.stanford.nlp.util.PropertiesUtils
getSignatureBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Relation.Builder
optional string signature = 8;
getSignatureBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Relation
optional string signature = 8;
getSignatureBytes() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.RelationOrBuilder
optional string signature = 8;
getSignatureIndex(int, int, String) - Method in class edu.stanford.nlp.parser.lexparser.ArabicUnknownWordModel
Returns the index of the signature of the word numbered wordIndex, where
the signature is the String representation of unknown word features.
getSignatureIndex(int, int, String) - Method in class edu.stanford.nlp.parser.lexparser.BaseUnknownWordModel
getSignatureIndex(int, int, String) - Method in class edu.stanford.nlp.parser.lexparser.EnglishUnknownWordModel
Returns the index of the signature of the word numbered wordIndex, where
the signature is the String representation of unknown word features.
getSignatureIndex(int, int, String) - Method in class edu.stanford.nlp.parser.lexparser.FrenchUnknownWordModel
Returns the index of the signature of the word numbered wordIndex, where
the signature is the String representation of unknown word features.
getSignatureIndex(int, int, String) - Method in class edu.stanford.nlp.parser.lexparser.SpanishUnknownWordModel
Returns the index of the signature of the word numbered wordIndex, where
the signature is the String representation of unknown word features.
getSignatureIndex(int, int, String) - Method in interface edu.stanford.nlp.parser.lexparser.UnknownWordModel
Returns an unknown word signature as an integer index rather than as a String.
getSimple() - Method in class edu.stanford.nlp.patterns.surface.Token
getSimplerTokens(Token[]) - Method in class edu.stanford.nlp.patterns.surface.SurfacePattern
getSimplerTokensNext() - Method in class edu.stanford.nlp.patterns.surface.SurfacePattern
getSimplerTokensPrev() - Method in class edu.stanford.nlp.patterns.surface.SurfacePattern
getSingleParent(CoreMap) - Method in class edu.stanford.nlp.ie.machinereading.structure.EventMention
getSingletonFeatures(Dictionaries) - Method in class edu.stanford.nlp.dcoref.Mention
Returns the features used by the singleton predictor (logistic
classifier) to decide whether the mention belongs to a singleton entity
getSingletonFeatures(Dictionaries) - Method in class edu.stanford.nlp.hcoref.data.Mention
Returns the features used by the singleton predictor (logistic
classifier) to decide whether the mention belongs to a singleton entity
getSingletonPredictorFromSerializedFile(String) - Static method in class edu.stanford.nlp.dcoref.SieveCoreferenceSystem
getSingletonPredictorFromSerializedFile(String) - Static method in class edu.stanford.nlp.hcoref.CorefDocMaker
getSize() - Method in class edu.stanford.nlp.tagger.maxent.PairsHolder
getSize() - Method in class edu.stanford.nlp.tagger.maxent.ReadDataTagged
Returns the number of tokens in the data read, which is the number of words
plus one end sentence token per sentence.
getSize() - Method in class edu.stanford.nlp.tagger.maxent.TTags
getSkipAntecedentType(Properties) - Static method in class edu.stanford.nlp.hcoref.CorefProperties
getSkipMentionType(Properties) - Static method in class edu.stanford.nlp.hcoref.CorefProperties
getSlice(int) - Method in class edu.stanford.nlp.neural.SimpleTensor
Returns the SimpleMatrix at slice
.
getSmallerLabel(int) - Method in class edu.stanford.nlp.ie.crf.CRFLabel
getSortedEntries(Properties) - Static method in class edu.stanford.nlp.util.PropertiesUtils
getSortedMentions(Document) - Static method in class edu.stanford.nlp.scoref.StatisticalCorefUtils
getSource() - Method in class edu.stanford.nlp.fsm.DFSATransition
getSource() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Edge.Builder
required uint32 source = 1;
getSource() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Edge
required uint32 source = 1;
getSource() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.EdgeOrBuilder
required uint32 source = 1;
getSource() - Method in class edu.stanford.nlp.semgraph.SemanticGraphEdge
getSource() - Method in class edu.stanford.nlp.util.IntPair
Return the first element of the pair
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
getSourceCopy() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Edge.Builder
optional uint32 sourceCopy = 5;
getSourceCopy() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Edge
optional uint32 sourceCopy = 5;
getSourceCopy() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.EdgeOrBuilder
optional uint32 sourceCopy = 5;
getSourceNode() - Method in class edu.stanford.nlp.fsm.TransducerGraph.Arc
getSpan(ExtractionObject...) - Static method in class edu.stanford.nlp.ie.machinereading.structure.ExtractionObject
Returns the smallest span that covers the extent of all these objects
getSpan(List<CoreLabel>, Function<CoreLabel, Integer>, Function<CoreLabel, Integer>) - Method in class edu.stanford.nlp.ie.util.RelationTriple
getSpan() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional .edu.stanford.nlp.pipeline.Span span = 29;
getSpan() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token
optional .edu.stanford.nlp.pipeline.Span span = 29;
getSpan() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.TokenOrBuilder
optional .edu.stanford.nlp.pipeline.Span span = 29;
getSpan() - Method in class edu.stanford.nlp.trees.Tree
Returns SpanAnnotation of this node, or null if annotation is not assigned.
getSpanBuilder() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional .edu.stanford.nlp.pipeline.Span span = 29;
getSpanOrBuilder() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional .edu.stanford.nlp.pipeline.Span span = 29;
getSpanOrBuilder() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token
optional .edu.stanford.nlp.pipeline.Span span = 29;
getSpanOrBuilder() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.TokenOrBuilder
optional .edu.stanford.nlp.pipeline.Span span = 29;
getSpeaker() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional string speaker = 14;
getSpeaker() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token
optional string speaker = 14;
getSpeaker() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.TokenOrBuilder
optional string speaker = 14;
getSpeakerBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional string speaker = 14;
getSpeakerBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token
optional string speaker = 14;
getSpeakerBytes() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.TokenOrBuilder
optional string speaker = 14;
getSpeakerClusterId(Document, String) - Static method in class edu.stanford.nlp.dcoref.Rules
Given the name of a speaker, returns the coref cluster id it belongs to (-1 if no cluster)
getSpeakerClusterId(Document, String) - Static method in class edu.stanford.nlp.hcoref.Rules
Given the name of a speaker, returns the coref cluster id it belongs to (-1 if no cluster)
getSpeakerDesc() - Method in class edu.stanford.nlp.dcoref.SpeakerInfo
getSpeakerDesc() - Method in class edu.stanford.nlp.hcoref.data.SpeakerInfo
getSpeakerInfo(String) - Method in class edu.stanford.nlp.dcoref.Document
getSpeakerInfo(String) - Method in class edu.stanford.nlp.hcoref.data.Document
getSpeakerInfo() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
optional .edu.stanford.nlp.pipeline.SpeakerInfo speakerInfo = 33;
getSpeakerInfo() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
optional .edu.stanford.nlp.pipeline.SpeakerInfo speakerInfo = 33;
getSpeakerInfo() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MentionOrBuilder
optional .edu.stanford.nlp.pipeline.SpeakerInfo speakerInfo = 33;
getSpeakerInfoBuilder() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
optional .edu.stanford.nlp.pipeline.SpeakerInfo speakerInfo = 33;
getSpeakerInfoOrBuilder() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
optional .edu.stanford.nlp.pipeline.SpeakerInfo speakerInfo = 33;
getSpeakerInfoOrBuilder() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
optional .edu.stanford.nlp.pipeline.SpeakerInfo speakerInfo = 33;
getSpeakerInfoOrBuilder() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MentionOrBuilder
optional .edu.stanford.nlp.pipeline.SpeakerInfo speakerInfo = 33;
getSpeakerName() - Method in class edu.stanford.nlp.dcoref.SpeakerInfo
getSpeakerName() - Method in class edu.stanford.nlp.hcoref.data.SpeakerInfo
getSpeakerName() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.SpeakerInfo.Builder
optional string speakerName = 1;
getSpeakerName() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.SpeakerInfo
optional string speakerName = 1;
getSpeakerName() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.SpeakerInfoOrBuilder
optional string speakerName = 1;
getSpeakerNameBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.SpeakerInfo.Builder
optional string speakerName = 1;
getSpeakerNameBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.SpeakerInfo
optional string speakerName = 1;
getSpeakerNameBytes() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.SpeakerInfoOrBuilder
optional string speakerName = 1;
getSpeakerNameStrings() - Method in class edu.stanford.nlp.dcoref.SpeakerInfo
getSpeakerNameStrings() - Method in class edu.stanford.nlp.hcoref.data.SpeakerInfo
getSpecific() - Method in class edu.stanford.nlp.trees.GrammaticalRelation
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.
getSplitPattern() - Method in class edu.stanford.nlp.dcoref.Mention
getSplitPattern() - Method in class edu.stanford.nlp.hcoref.data.Mention
getStack(int) - Method in class edu.stanford.nlp.parser.nndep.Configuration
Get the sentence index of the kth word on the stack.
getStackLabel(TreeShapedStack<Tree>, int, FeatureFactory.Transition...) - Static method in class edu.stanford.nlp.parser.shiftreduce.FeatureFactory
getStackSize() - Method in class edu.stanford.nlp.parser.nndep.Configuration
getStandardTemporalType() - Method in class edu.stanford.nlp.time.SUTime.Temporal
getStart() - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.RobustTokenizer.WordToken
getStartDate() - Method in class edu.stanford.nlp.ie.pascal.ISODateInstance
Returns this date or if it is a range,
the date the range starts.
getStartIndex() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
optional uint32 startIndex = 7;
getStartIndex() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
optional uint32 startIndex = 7;
getStartIndex() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MentionOrBuilder
optional uint32 startIndex = 7;
getStartNode() - Method in class edu.stanford.nlp.fsm.TransducerGraph
getStartWordVector() - Method in class edu.stanford.nlp.neural.Embedding
getStartWordVector() - Method in class edu.stanford.nlp.parser.dvparser.DVModel
getStateSplitCount(Tree) - Method in class edu.stanford.nlp.parser.lexparser.SplittingGrammarExtractor
getStateSplitCount(String) - Method in class edu.stanford.nlp.parser.lexparser.SplittingGrammarExtractor
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.
getStopWords() - Static method in class edu.stanford.nlp.patterns.ConstantsAndVariables
getStoreWay() - Method in class edu.stanford.nlp.patterns.surface.PatternsForEachToken
getStr() - Method in class edu.stanford.nlp.parser.nndep.Configuration
getString(Class<KEY>) - Method in interface edu.stanford.nlp.ling.AbstractCoreLabel
Return a non-null String value for a key.
getString(Class<KEY>, String) - Method in interface edu.stanford.nlp.ling.AbstractCoreLabel
getString(Class<KEY>) - Method in class edu.stanford.nlp.ling.CoreLabel
Return a non-null String value for a key.
getString(Class<KEY>, String) - Method in class edu.stanford.nlp.ling.CoreLabel
getString(Class<KEY>) - Method in class edu.stanford.nlp.ling.IndexedWord
getString(Class<KEY>, String) - Method in class edu.stanford.nlp.ling.IndexedWord
getString() - Method in class edu.stanford.nlp.ling.tokensregex.ComplexNodePattern.StringAnnotationPattern
getString(Properties, String, String) - Static method in class edu.stanford.nlp.util.PropertiesUtils
Load an integer property.
getStringArray(Properties, String) - Static method in class edu.stanford.nlp.util.PropertiesUtils
Loads a comma-separated list of strings from Properties.
getStringArray(Properties, String, String[]) - Static method in class edu.stanford.nlp.util.PropertiesUtils
getStringMatchResultExtractor() - Method in class edu.stanford.nlp.ling.tokensregex.Env
getStringPattern(String) - Method in class edu.stanford.nlp.ling.tokensregex.Env
getStringRepresentationComparator() - Static method in class edu.stanford.nlp.util.Comparators
A Comparator
that compares objects by comparing their
String
representations, as determined by invoking
toString()
on the objects in question.
getSubgraphVertices(IndexedWord) - Method in class edu.stanford.nlp.semgraph.SemanticGraph
Returns all nodes reachable from root
.
getSubject() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETriple.Builder
optional string subject = 1;
getSubject() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETriple
optional string subject = 1;
getSubject() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETripleOrBuilder
optional string subject = 1;
getSubjectBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETriple.Builder
optional string subject = 1;
getSubjectBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETriple
optional string subject = 1;
getSubjectBytes() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETripleOrBuilder
optional string subject = 1;
getSubjectSpanBegin() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Operator.Builder
required int32 subjectSpanBegin = 4;
getSubjectSpanBegin() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Operator
required int32 subjectSpanBegin = 4;
getSubjectSpanBegin() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.OperatorOrBuilder
required int32 subjectSpanBegin = 4;
getSubjectSpanEnd() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Operator.Builder
required int32 subjectSpanEnd = 5;
getSubjectSpanEnd() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Operator
required int32 subjectSpanEnd = 5;
getSubjectSpanEnd() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.OperatorOrBuilder
required int32 subjectSpanEnd = 5;
getSubjectTokens(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETriple.Builder
repeated uint32 subjectTokens = 5;
getSubjectTokens(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETriple
repeated uint32 subjectTokens = 5;
getSubjectTokens(int) - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETripleOrBuilder
repeated uint32 subjectTokens = 5;
getSubjectTokensCount() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETriple.Builder
repeated uint32 subjectTokens = 5;
getSubjectTokensCount() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETriple
repeated uint32 subjectTokens = 5;
getSubjectTokensCount() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETripleOrBuilder
repeated uint32 subjectTokens = 5;
getSubjectTokensList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETriple.Builder
repeated uint32 subjectTokens = 5;
getSubjectTokensList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETriple
repeated uint32 subjectTokens = 5;
getSubjectTokensList() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETripleOrBuilder
repeated uint32 subjectTokens = 5;
getSubListIndex(String[], String[], String[], Set<String>, HashSet<String>, int, boolean, boolean) - Static method in class edu.stanford.nlp.patterns.GetPatternsFromDataMultiClass
If l1 is a part of l2, it finds the starting index of l1 in l2 If l1 is not
a sub-array of l2, then it returns -1 note that l2 should have the exact
elements and order as in l1
getSubListIndex(Object[], Object[]) - Static method in class edu.stanford.nlp.util.ArrayUtils
getSubListIndex(Object[], Object[], Function<Pair, Boolean>) - Static method in class edu.stanford.nlp.util.ArrayUtils
If tofind is a part of tokens, it finds the ****starting index***** of tofind in tokens
If tofind is not a sub-array of tokens, then it returns null
note that tokens sublist should have the exact elements and order as in tofind
getSubTreeEdges(IndexedWord, SemanticGraph, SemanticGraphEdge) - Static method in class edu.stanford.nlp.semgraph.SemanticGraphUtils
Given a starting vertice, grabs the subtree encapsulated by portion of the semantic graph, excluding
a given edge.
getSubTreeEdgesHelper(IndexedWord, SemanticGraph, Set<SemanticGraphEdge>) - Static method in class edu.stanford.nlp.semgraph.SemanticGraphUtils
getSubtype() - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceEntity
getSubtype() - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceEvent
getSubtype() - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceRelation
getSubType() - Method in class edu.stanford.nlp.ie.machinereading.structure.ExtractionObject
getSubtype() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Entity.Builder
optional string subtype = 5;
getSubtype() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Entity
optional string subtype = 5;
getSubtype() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.EntityOrBuilder
optional string subtype = 5;
getSubtype() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Relation.Builder
optional string subtype = 5;
getSubtype() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Relation
optional string subtype = 5;
getSubtype() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.RelationOrBuilder
optional string subtype = 5;
getSubtypeBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Entity.Builder
optional string subtype = 5;
getSubtypeBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Entity
optional string subtype = 5;
getSubtypeBytes() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.EntityOrBuilder
optional string subtype = 5;
getSubtypeBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Relation.Builder
optional string subtype = 5;
getSubtypeBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Relation
optional string subtype = 5;
getSubtypeBytes() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.RelationOrBuilder
optional string subtype = 5;
getSuffixBe() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETriple.Builder
optional bool suffixBe = 11;
getSuffixBe() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETriple
optional bool suffixBe = 11;
getSuffixBe() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETripleOrBuilder
optional bool suffixBe = 11;
getSuffixes() - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceToken
getSuffixOf() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETriple.Builder
optional bool suffixOf = 12;
getSuffixOf() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETriple
optional bool suffixOf = 12;
getSuffixOf() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETripleOrBuilder
optional bool suffixOf = 12;
getSupportedDurationFields(Partial) - Static method in class edu.stanford.nlp.time.JodaTimeUtils
getSvmLightVerbosity() - Method in class edu.stanford.nlp.classify.SVMLightClassifierFactory
getSymbol() - Method in enum edu.stanford.nlp.time.SUTime.TimexMod
getSymbols() - Method in class edu.stanford.nlp.fsm.FastExactAutomatonMinimizer
getSyntacticHeadToken() - Method in class edu.stanford.nlp.ie.machinereading.structure.EntityMention
getSyntacticHeadTokenPosition() - Method in class edu.stanford.nlp.ie.machinereading.structure.EntityMention
getSyntacticHeadTree() - Method in class edu.stanford.nlp.ie.machinereading.structure.EntityMention
getSystemFreeMemory(boolean) - Method in class edu.stanford.nlp.util.MemoryMonitor
getSystemSwapsPerSec() - Method in class edu.stanford.nlp.util.MemoryMonitor
getSystemUsedSwap() - Method in class edu.stanford.nlp.util.MemoryMonitor
getTable() - Method in class edu.stanford.nlp.wordseg.CorpusDictionary
getTag(String) - Method in class edu.stanford.nlp.international.arabic.ArabicMorphoFeatureSpecification.ArabicMorphoFeatures
getTag(String) - Method in class edu.stanford.nlp.international.morph.MorphoFeatures
Build a POS tag consisting of a base category plus inflectional features.
getTag() - Method in class edu.stanford.nlp.ling.tokensregex.PhraseTable.Phrase
getTag(String) - Method in class edu.stanford.nlp.ling.tokensregex.types.Tags
getTag(String, String) - Static method in class edu.stanford.nlp.tagger.maxent.ASBCunkDict
getTag(String, String) - Static method in class edu.stanford.nlp.tagger.maxent.CTBunkDict
Returns "1" as true if the dictionary listed this word with this tag,
and "0" otherwise.
getTag(int) - Method in class edu.stanford.nlp.tagger.maxent.MaxentTagger
getTag(int) - Method in class edu.stanford.nlp.tagger.maxent.TTags
getTag(String, String) - Method in class edu.stanford.nlp.wordseg.CorpusChar
getTagElementsFromFile(File, String) - Static method in class edu.stanford.nlp.util.XMLUtils
Returns the text content of all nodes in the given file with the given tag.
getTagElementsFromFileSAXException(File, String) - Static method in class edu.stanford.nlp.util.XMLUtils
Returns the text content of all nodes in the given file with the given tag.
getTaggerFeatures() - Method in class edu.stanford.nlp.tagger.maxent.TaggerExperiments
getTagIndex(String) - Method in class edu.stanford.nlp.tagger.maxent.MaxentTagger
Will return the index of a tag if known, -1 if not already known
getTagInside() - Method in class edu.stanford.nlp.tagger.maxent.TaggerConfig
Return a regex of XML elements to tag inside of.
getTagPre(String, String) - Static method in class edu.stanford.nlp.tagger.maxent.CtbDict
getTags() - Method in class edu.stanford.nlp.ie.ner.CMMClassifier
Returns the Set of entities recognized by this Classifier.
getTags() - Method in interface edu.stanford.nlp.ling.tokensregex.types.Expression
Returns tags associated with this expression.
getTags() - Method in class edu.stanford.nlp.ling.tokensregex.types.Expressions.TypedExpression
getTags() - Method in class edu.stanford.nlp.ling.tokensregex.types.Expressions.WrappedExpression
getTags() - Method in class edu.stanford.nlp.ling.tokensregex.types.Tags
getTags(String) - Method in class edu.stanford.nlp.tagger.maxent.Dictionary
getTagScore() - Method in class edu.stanford.nlp.parser.lexparser.EvaluateTreebank
getTagSeparator(Properties) - Static method in class edu.stanford.nlp.tagger.io.TaggedFileRecord
getTagSeparator() - Method in class edu.stanford.nlp.tagger.maxent.TaggerConfig
getTagSuf(String, String) - Static method in class edu.stanford.nlp.tagger.maxent.CtbDict
getTagType(String) - Method in class edu.stanford.nlp.pipeline.LabeledChunkIdentifier
getTarget() - Method in class edu.stanford.nlp.fsm.DFSATransition
getTarget() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Edge.Builder
required uint32 target = 2;
getTarget() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Edge
required uint32 target = 2;
getTarget() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.EdgeOrBuilder
required uint32 target = 2;
getTarget() - Method in class edu.stanford.nlp.semgraph.SemanticGraphEdge
getTarget() - Method in class edu.stanford.nlp.util.IntPair
Return the second element of the pair
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
getTargetCopy() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Edge.Builder
optional uint32 targetCopy = 6;
getTargetCopy() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Edge
optional uint32 targetCopy = 6;
getTargetCopy() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.EdgeOrBuilder
optional uint32 targetCopy = 6;
getTargetNode() - Method in class edu.stanford.nlp.fsm.TransducerGraph.Arc
getTargets() - Method in class edu.stanford.nlp.ling.tokensregex.ComplexNodePattern.StringInSetAnnotationPattern
getTemperature(int) - Method in class edu.stanford.nlp.sequences.CoolingSchedule
getTemporal(String) - Method in class edu.stanford.nlp.time.SUTime.TimeIndex
getTemporal(int) - Method in class edu.stanford.nlp.time.SUTime.TimeIndex
getTemporal() - Method in class edu.stanford.nlp.time.TimeExpression
getTemporalExpr(String) - Method in class edu.stanford.nlp.time.SUTime.TimeIndex
getTemporalExpr(int) - Method in class edu.stanford.nlp.time.SUTime.TimeIndex
getTemporalFunc(int) - Method in class edu.stanford.nlp.time.SUTime.TimeIndex
getTense() - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceEvent
getTensorForNode(Tree) - Method in class edu.stanford.nlp.sentiment.SentimentModel
getTerminal(Tree, int) - Static method in class edu.stanford.nlp.trees.Trees
gets the n
th terminal in tree
.
getText() - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceCharSeq
getText() - Method in class edu.stanford.nlp.ling.tokensregex.MatchedExpression
getText() - Method in class edu.stanford.nlp.ling.tokensregex.PhraseTable.Phrase
getText() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document.Builder
required string text = 1;
getText() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document
required string text = 1;
getText() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.DocumentOrBuilder
required string text = 1;
getText() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Quote.Builder
optional string text = 1;
getText() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Quote
optional string text = 1;
getText() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.QuoteOrBuilder
optional string text = 1;
getText() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
optional string text = 12;
getText() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence
optional string text = 12;
getText() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceOrBuilder
optional string text = 12;
getText() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Timex.Builder
optional string text = 3;
getText() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Timex
optional string text = 3;
getText() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.TimexOrBuilder
optional string text = 3;
getText(Label) - Method in class edu.stanford.nlp.trees.UnnamedDependency
getTextBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document.Builder
required string text = 1;
getTextBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document
required string text = 1;
getTextBytes() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.DocumentOrBuilder
required string text = 1;
getTextBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Quote.Builder
optional string text = 1;
getTextBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Quote
optional string text = 1;
getTextBytes() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.QuoteOrBuilder
optional string text = 1;
getTextBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
optional string text = 12;
getTextBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence
optional string text = 12;
getTextBytes() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceOrBuilder
optional string text = 12;
getTextBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Timex.Builder
optional string text = 3;
getTextBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Timex
optional string text = 3;
getTextBytes() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.TimexOrBuilder
optional string text = 3;
getTextContent(CoreMap, Span) - Static method in class edu.stanford.nlp.ie.machinereading.structure.AnnotationUtils
Fetches the sentence text in a given token span
getTextContentFromTagsFromFile(File, String) - Static method in class edu.stanford.nlp.util.XMLUtils
Returns the text content of all nodes in the given file with the given tag.
getTextContentFromTagsFromFileSAXException(File, String) - Static method in class edu.stanford.nlp.util.XMLUtils
Returns the text content of all nodes in the given file with the given tag.
getTextPattern() - Method in class edu.stanford.nlp.time.TimeFormatter.CustomDateFormatExtractor
getTfid(SUTime.TimeIndex) - Method in class edu.stanford.nlp.time.SUTime.Temporal
getTfidString(SUTime.TimeIndex) - Method in class edu.stanford.nlp.time.SUTime.Temporal
getThreadBatches(List<E>, int) - Static method in class edu.stanford.nlp.patterns.GetPatternsFromDataMultiClass
getThreadCounts(Properties) - Static method in class edu.stanford.nlp.hcoref.CorefProperties
getTid() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Timex.Builder
optional string tid = 5;
getTid() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Timex
optional string tid = 5;
getTid() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.TimexOrBuilder
optional string tid = 5;
getTid(SUTime.TimeIndex) - Method in class edu.stanford.nlp.time.SUTime.Temporal
getTidBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Timex.Builder
optional string tid = 5;
getTidBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Timex
optional string tid = 5;
getTidBytes() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.TimexOrBuilder
optional string tid = 5;
getTidString(SUTime.TimeIndex) - Method in class edu.stanford.nlp.time.SUTime.Temporal
getTime() - Method in class edu.stanford.nlp.time.JollyDayHolidays.JollyHoliday
getTime() - Method in class edu.stanford.nlp.time.SUTime.Duration
getTime() - Method in class edu.stanford.nlp.time.SUTime.ExplicitTemporalSet
getTime() - Method in class edu.stanford.nlp.time.SUTime.InexactTime
getTime() - Method in class edu.stanford.nlp.time.SUTime.PeriodicTemporalSet
getTime() - Method in class edu.stanford.nlp.time.SUTime.Range
getTime() - Method in class edu.stanford.nlp.time.SUTime.Temporal
getTime() - Method in class edu.stanford.nlp.time.SUTime.Time
getTimeLabel() - Method in class edu.stanford.nlp.time.SUTime.Temporal
getTimex() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.NERMention.Builder
optional .edu.stanford.nlp.pipeline.Timex timex = 7;
getTimex() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.NERMention
optional .edu.stanford.nlp.pipeline.Timex timex = 7;
getTimex() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.NERMentionOrBuilder
optional .edu.stanford.nlp.pipeline.Timex timex = 7;
getTimexAttributes(SUTime.TimeIndex) - Method in class edu.stanford.nlp.time.SUTime.PeriodicTemporalSet
getTimexAttributes(SUTime.TimeIndex) - Method in class edu.stanford.nlp.time.SUTime.Range
getTimexAttributes(SUTime.TimeIndex) - Method in class edu.stanford.nlp.time.SUTime.RelativeTime
getTimexAttributes(SUTime.TimeIndex) - Method in class edu.stanford.nlp.time.SUTime.Temporal
getTimexBuilder() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.NERMention.Builder
optional .edu.stanford.nlp.pipeline.Timex timex = 7;
getTimexOrBuilder() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.NERMention.Builder
optional .edu.stanford.nlp.pipeline.Timex timex = 7;
getTimexOrBuilder() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.NERMention
optional .edu.stanford.nlp.pipeline.Timex timex = 7;
getTimexOrBuilder() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.NERMentionOrBuilder
optional .edu.stanford.nlp.pipeline.Timex timex = 7;
getTimexType() - Method in class edu.stanford.nlp.time.SUTime.CompositePartialTime
getTimexType() - Method in class edu.stanford.nlp.time.SUTime.Duration
getTimexType() - Method in class edu.stanford.nlp.time.SUTime.PartialTime
getTimexType() - Method in class edu.stanford.nlp.time.SUTime.Range
getTimexType() - Method in enum edu.stanford.nlp.time.SUTime.StandardTemporalType
getTimexType() - Method in class edu.stanford.nlp.time.SUTime.Temporal
getTimexType() - Method in class edu.stanford.nlp.time.SUTime.TemporalSet
getTimexType() - Method in class edu.stanford.nlp.time.SUTime.Time
getTimexValue() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional .edu.stanford.nlp.pipeline.Timex timexValue = 19;
getTimexValue() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token
optional .edu.stanford.nlp.pipeline.Timex timexValue = 19;
getTimexValue() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.TokenOrBuilder
optional .edu.stanford.nlp.pipeline.Timex timexValue = 19;
getTimexValue() - Method in class edu.stanford.nlp.time.SUTime.Temporal
getTimexValueBuilder() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional .edu.stanford.nlp.pipeline.Timex timexValue = 19;
getTimexValueOrBuilder() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional .edu.stanford.nlp.pipeline.Timex timexValue = 19;
getTimexValueOrBuilder() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token
optional .edu.stanford.nlp.pipeline.Timex timexValue = 19;
getTimexValueOrBuilder() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.TokenOrBuilder
optional .edu.stanford.nlp.pipeline.Timex timexValue = 19;
getTLPParams() - Method in class edu.stanford.nlp.parser.common.ParserGrammar
getTLPParams() - Method in class edu.stanford.nlp.parser.lexparser.LexicalizedParser
getTLPParams() - Method in class edu.stanford.nlp.parser.shiftreduce.ShiftReduceParser
getToken(int) - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceDocument
getToken(int) - Method in class edu.stanford.nlp.ling.tokensregex.parser.TokenSequenceParser
Get the specific Token.
getToken() - Method in class edu.stanford.nlp.patterns.surface.SurfacePattern
getToken(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.Token token = 1;
getToken(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence
repeated .edu.stanford.nlp.pipeline.Token token = 1;
getToken(int) - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceOrBuilder
repeated .edu.stanford.nlp.pipeline.Token token = 1;
getTokenBegin() - Method in class edu.stanford.nlp.ling.tokensregex.PhraseTable.PhraseMatch
getTokenBegin() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Quote.Builder
optional uint32 tokenBegin = 7;
getTokenBegin() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Quote
optional uint32 tokenBegin = 7;
getTokenBegin() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.QuoteOrBuilder
optional uint32 tokenBegin = 7;
getTokenBeginIndex() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional uint32 tokenBeginIndex = 17;
getTokenBeginIndex() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token
optional uint32 tokenBeginIndex = 17;
getTokenBeginIndex() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.TokenOrBuilder
optional uint32 tokenBeginIndex = 17;
getTokenBuilder(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.Token token = 1;
getTokenBuilderList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.Token token = 1;
getTokenCount() - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceDocument
getTokenCount() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.Token token = 1;
getTokenCount() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence
repeated .edu.stanford.nlp.pipeline.Token token = 1;
getTokenCount() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceOrBuilder
repeated .edu.stanford.nlp.pipeline.Token token = 1;
getTokenEnd() - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceCharSeq
getTokenEnd() - Method in class edu.stanford.nlp.ling.tokensregex.PhraseTable.PhraseMatch
getTokenEnd() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Quote.Builder
optional uint32 tokenEnd = 8;
getTokenEnd() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Quote
optional uint32 tokenEnd = 8;
getTokenEnd() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.QuoteOrBuilder
optional uint32 tokenEnd = 8;
getTokenEndIndex() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional uint32 tokenEndIndex = 18;
getTokenEndIndex() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token
optional uint32 tokenEndIndex = 18;
getTokenEndIndex() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.TokenOrBuilder
optional uint32 tokenEndIndex = 18;
getTokenEndInSentenceExclusive() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.NERMention.Builder
required uint32 tokenEndInSentenceExclusive = 3;
getTokenEndInSentenceExclusive() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.NERMention
required uint32 tokenEndInSentenceExclusive = 3;
getTokenEndInSentenceExclusive() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.NERMentionOrBuilder
required uint32 tokenEndInSentenceExclusive = 3;
getTokenIndex() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.IndexedWord.Builder
optional uint32 tokenIndex = 2;
getTokenIndex() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.IndexedWord
optional uint32 tokenIndex = 2;
getTokenIndex() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.IndexedWordOrBuilder
optional uint32 tokenIndex = 2;
getTokenIndex(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceFragment.Builder
repeated uint32 tokenIndex = 1;
getTokenIndex(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceFragment
repeated uint32 tokenIndex = 1;
getTokenIndex(int) - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceFragmentOrBuilder
repeated uint32 tokenIndex = 1;
getTokenIndexCount() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceFragment.Builder
repeated uint32 tokenIndex = 1;
getTokenIndexCount() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceFragment
repeated uint32 tokenIndex = 1;
getTokenIndexCount() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceFragmentOrBuilder
repeated uint32 tokenIndex = 1;
getTokenIndexList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceFragment.Builder
repeated uint32 tokenIndex = 1;
getTokenIndexList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceFragment
repeated uint32 tokenIndex = 1;
getTokenIndexList() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceFragmentOrBuilder
repeated uint32 tokenIndex = 1;
getTokenize() - Method in class edu.stanford.nlp.tagger.maxent.TaggerConfig
getTokenizedText(String) - Method in class edu.stanford.nlp.parser.server.LexicalizedParserClient
Tokenize the text according to the parser's tokenizer,
return it as whitespace tokenized text.
getTokenizer(Reader) - Method in class edu.stanford.nlp.international.arabic.process.ArabicTokenizer.ArabicTokenizerFactory
getTokenizer(Reader, String) - Method in class edu.stanford.nlp.international.arabic.process.ArabicTokenizer.ArabicTokenizerFactory
getTokenizer(Reader) - Method in class edu.stanford.nlp.international.french.process.FrenchTokenizer.FrenchTokenizerFactory
getTokenizer(Reader, String) - Method in class edu.stanford.nlp.international.french.process.FrenchTokenizer.FrenchTokenizerFactory
getTokenizer(Reader) - Method in class edu.stanford.nlp.international.spanish.process.SpanishTokenizer.SpanishTokenizerFactory
getTokenizer(Reader, String) - Method in class edu.stanford.nlp.international.spanish.process.SpanishTokenizer.SpanishTokenizerFactory
getTokenizer(Reader) - Method in class edu.stanford.nlp.pipeline.TokenizerAnnotator
Returns a thread-safe tokenizer
getTokenizer(Reader) - Method in class edu.stanford.nlp.process.PTBTokenizer.PTBTokenizerFactory
Returns a tokenizer wrapping the given Reader.
getTokenizer(Reader, String) - Method in class edu.stanford.nlp.process.PTBTokenizer.PTBTokenizerFactory
getTokenizer(Reader) - Method in interface edu.stanford.nlp.process.TokenizerFactory
getTokenizer(Reader, String) - Method in interface edu.stanford.nlp.process.TokenizerFactory
getTokenizer(Reader) - Method in class edu.stanford.nlp.process.WhitespaceTokenizer.WhitespaceTokenizerFactory
getTokenizer(Reader, String) - Method in class edu.stanford.nlp.process.WhitespaceTokenizer.WhitespaceTokenizerFactory
getTokenizer(Reader) - Method in class edu.stanford.nlp.trees.TreeTokenizerFactory
Gets a tokenizer from a reader.
getTokenizer(Reader, String) - Method in class edu.stanford.nlp.trees.TreeTokenizerFactory
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.tagger.maxent.TaggerConfig
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.french.FrenchTreebankLanguagePack
getTokenizerFactory() - Method in class edu.stanford.nlp.trees.international.negra.NegraPennLanguagePack
Return a tokenizer which might be suitable for tokenizing text that
will be used with this Treebank/Language pair, without tokenizing carriage
returns (i.e., treating them as white space).
getTokenizerFactory() - Method in class edu.stanford.nlp.trees.international.pennchinese.ChineseTreebankLanguagePack
getTokenizerFactory() - Method in class edu.stanford.nlp.trees.international.spanish.SpanishTreebankLanguagePack
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.PennTreebankLanguagePack
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.
getTokenizerInvertible() - Method in class edu.stanford.nlp.tagger.maxent.TaggerConfig
getTokenizerOptions() - Method in class edu.stanford.nlp.tagger.maxent.TaggerConfig
getTokenizerType(Properties) - Static method in enum edu.stanford.nlp.pipeline.TokenizerAnnotator.TokenizerType
Get TokenizerType based on what's in the properties.
getTokenList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.Token token = 1;
getTokenList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence
repeated .edu.stanford.nlp.pipeline.Token token = 1;
getTokenList() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceOrBuilder
repeated .edu.stanford.nlp.pipeline.Token token = 1;
getTokenOffset() - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceCharSeq
getTokenOffsetBegin() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
required uint32 tokenOffsetBegin = 2;
getTokenOffsetBegin() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence
required uint32 tokenOffsetBegin = 2;
getTokenOffsetBegin() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceOrBuilder
required uint32 tokenOffsetBegin = 2;
getTokenOffsetEnd() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
required uint32 tokenOffsetEnd = 3;
getTokenOffsetEnd() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence
required uint32 tokenOffsetEnd = 3;
getTokenOffsetEnd() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceOrBuilder
required uint32 tokenOffsetEnd = 3;
getTokenOffsets() - Method in class edu.stanford.nlp.ling.tokensregex.MatchedExpression
getTokenOrBuilder(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.Token token = 1;
getTokenOrBuilder(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence
repeated .edu.stanford.nlp.pipeline.Token token = 1;
getTokenOrBuilder(int) - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceOrBuilder
repeated .edu.stanford.nlp.pipeline.Token token = 1;
getTokenOrBuilderList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence.Builder
repeated .edu.stanford.nlp.pipeline.Token token = 1;
getTokenOrBuilderList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence
repeated .edu.stanford.nlp.pipeline.Token token = 1;
getTokenOrBuilderList() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceOrBuilder
repeated .edu.stanford.nlp.pipeline.Token token = 1;
getTokens() - Method in class edu.stanford.nlp.patterns.DataInstance
getTokens() - Method in class edu.stanford.nlp.patterns.dep.DataInstanceDep
getTokens() - Method in class edu.stanford.nlp.patterns.surface.DataInstanceSurface
getTokenStart() - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceCharSeq
getTokenStartInSentenceInclusive() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.NERMention.Builder
required uint32 tokenStartInSentenceInclusive = 2;
getTokenStartInSentenceInclusive() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.NERMention
required uint32 tokenStartInSentenceInclusive = 2;
getTokenStartInSentenceInclusive() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.NERMentionOrBuilder
required uint32 tokenStartInSentenceInclusive = 2;
getTokenText(List<? extends CoreMap>, Class) - Static method in class edu.stanford.nlp.pipeline.ChunkAnnotationUtils
getTokenText(List<? extends CoreMap>, Class, String) - Static method in class edu.stanford.nlp.pipeline.ChunkAnnotationUtils
getToolTipText(MouseEvent) - Method in class edu.stanford.nlp.swing.TooltipJList
getTopCategoryOfSyntheticState(String) - Static method in class edu.stanford.nlp.parser.lexparser.GrammarCompactor
getTopFeatures(double, boolean, int) - Method in class edu.stanford.nlp.classify.LinearClassifier
Returns list of top features with weight above a certain threshold
(list is descending and across all labels).
getTopFeatures(Set<L>, double, boolean, int, boolean) - Method in class edu.stanford.nlp.classify.LinearClassifier
Returns list of top features with weight above a certain threshold
getTopFeatures(Iterator<Pair<Map<String, DataInstance>, File>>, double, double, String) - Method in class edu.stanford.nlp.patterns.surface.LearnImportantFeatures
getTopFeaturesLabelIndices(Set<Integer>, double, boolean, int, boolean) - Method in class edu.stanford.nlp.classify.LinearClassifier
Returns list of top features with weight above a certain threshold
getTopParsesForOneTree(LexicalizedParser, int, Tree, TreeTransformer) - Static method in class edu.stanford.nlp.parser.dvparser.DVParser
getTotalCount(int) - Static method in class edu.stanford.nlp.util.GoogleNGramsSQLBacked
Note that this is really really slow for ngram > 1
TODO: make this fast (if we had been using mysql we could have)
getTotalGroups() - Method in class edu.stanford.nlp.ling.tokensregex.SequencePattern
getTotalTime() - Method in class edu.stanford.nlp.pipeline.AnnotationPipeline
Return the total pipeline annotation time in milliseconds.
getTP() - Method in class edu.stanford.nlp.stats.PrecisionRecallStats
Returns the current count of true positives.
getTransitionID(String) - Method in class edu.stanford.nlp.parser.nndep.ParsingSystem
getTree(String) - Method in class edu.stanford.nlp.parser.server.LexicalizedParserClient
Returs a Tree from the server connected to at host:port.
getTree() - Method in class edu.stanford.nlp.parser.ui.TreeJPanel
getTree() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETriple.Builder
optional .edu.stanford.nlp.pipeline.DependencyGraph tree = 8;
getTree() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETriple
optional .edu.stanford.nlp.pipeline.DependencyGraph tree = 8;
getTree() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETripleOrBuilder
optional .edu.stanford.nlp.pipeline.DependencyGraph tree = 8;
getTree() - Method in class edu.stanford.nlp.trees.DeepTree
getTree() - Method in class edu.stanford.nlp.trees.tregex.gui.TreeFromFile
getTreebank() - Method in class edu.stanford.nlp.trees.tregex.gui.FileTreeNode
getTreebankDescription(String[], int, String) - Static method in class edu.stanford.nlp.parser.common.ArgUtils
getTreeBuilder() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETriple.Builder
optional .edu.stanford.nlp.pipeline.DependencyGraph tree = 8;
getTreeColor() - Static method in class edu.stanford.nlp.trees.tregex.gui.Preferences
getTreeDeps(List<TypedDependency>, DirectedMultiGraph<TreeGraphNode, GrammaticalRelation>, Predicate<TypedDependency>, Predicate<TypedDependency>) - Method in class edu.stanford.nlp.trees.GrammaticalStructure
Look through the tree t and adds to the List basicDep
additional dependencies which aren't
in the List but which satisfy the filter puncTypedDepFilter.
getTreeDeps(List<TypedDependency>, DirectedMultiGraph<TreeGraphNode, GrammaticalRelation>, Predicate<TypedDependency>, Predicate<TypedDependency>) - Method in class edu.stanford.nlp.trees.UniversalEnglishGrammaticalStructure
getTreeDepth(Properties, String) - Static method in class edu.stanford.nlp.hcoref.CorefProperties
getTreeDimension(Tree, Font) - Method in class edu.stanford.nlp.parser.ui.TreeJPanel
getTreeOrBuilder() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETriple.Builder
optional .edu.stanford.nlp.pipeline.DependencyGraph tree = 8;
getTreeOrBuilder() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETriple
optional .edu.stanford.nlp.pipeline.DependencyGraph tree = 8;
getTreeOrBuilder() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETripleOrBuilder
optional .edu.stanford.nlp.pipeline.DependencyGraph tree = 8;
getTreePrint() - Method in class edu.stanford.nlp.parser.lexparser.LexicalizedParser
Return a TreePrint for formatting parsed output trees.
getTreePrint() - Method in class edu.stanford.nlp.parser.lexparser.LexicalizedParserQuery
Return a TreePrint for formatting parsed output trees.
getTreeReaderFactory() - Static method in class edu.stanford.nlp.trees.tregex.gui.Preferences
getTrees(String, int, int, int, int) - Static method in class edu.stanford.nlp.parser.lexparser.TreebankAnnotator
getTregexPatternFromReader(BufferedReader) - Static method in class edu.stanford.nlp.trees.tregex.tsurgeon.Tsurgeon
Assumes that we are at the beginning of a tsurgeon script file and gets the string for the
tregex pattern leading the file.
getTRF() - Static method in class edu.stanford.nlp.trees.tregex.gui.FileTreeModel
getTriggeredPatterns(List<? extends T>) - Method in class edu.stanford.nlp.ling.tokensregex.MultiPatternMatcher
Given a sequence, return the collection of patterns that are triggered by the sequence
(these patterns are the ones that may potentially match a subsequence in the sequence)
getTrimmedText(CoreMap) - Static method in class edu.stanford.nlp.pipeline.ChunkAnnotationUtils
getTrueCase() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional string trueCase = 52;
getTrueCase() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token
optional string trueCase = 52;
getTrueCase() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.TokenOrBuilder
optional string trueCase = 52;
getTrueCaseBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional string trueCase = 52;
getTrueCaseBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token
optional string trueCase = 52;
getTrueCaseBytes() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.TokenOrBuilder
optional string trueCase = 52;
getTrueCaseText() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional string trueCaseText = 53;
getTrueCaseText() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token
optional string trueCaseText = 53;
getTrueCaseText() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.TokenOrBuilder
optional string trueCaseText = 53;
getTrueCaseTextBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional string trueCaseText = 53;
getTrueCaseTextBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token
optional string trueCaseText = 53;
getTrueCaseTextBytes() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.TokenOrBuilder
optional string trueCaseText = 53;
getTsurgeonOperationsFromReader(BufferedReader) - Static method in class edu.stanford.nlp.trees.tregex.tsurgeon.Tsurgeon
Assumes the given reader has only tsurgeon operations (not a tregex pattern), and parses
these out, collecting them into one operation.
getTsurgeonTextFromReader(BufferedReader) - Static method in class edu.stanford.nlp.trees.tregex.tsurgeon.Tsurgeon
Assumes the given reader has only tsurgeon operations (not a tregex pattern), and returns
them as a String, mirroring the way the strings appear in the file.
getTuneCV() - Method in class edu.stanford.nlp.classify.SVMLightClassifierFactory
getTuneHeldOut() - Method in class edu.stanford.nlp.classify.SVMLightClassifierFactory
getTuneMinimizer() - Method in class edu.stanford.nlp.classify.SVMLightClassifierFactory
getTwoDimensionalMap(K1) - Method in class edu.stanford.nlp.util.ThreeDimensionalMap
getType(String) - Static method in class edu.stanford.nlp.classify.LogPrior
getType() - Method in class edu.stanford.nlp.classify.LogPrior
getType() - Method in class edu.stanford.nlp.dcoref.CoNLL2011DocumentReader.CorefMentionAnnotation
getType() - Method in class edu.stanford.nlp.dcoref.CoNLL2011DocumentReader.NamedEntityAnnotation
getType() - Method in class edu.stanford.nlp.dcoref.CorefCoreAnnotations.CorefAnnotation
getType() - Method in class edu.stanford.nlp.dcoref.CorefCoreAnnotations.CorefChainAnnotation
getType() - Method in class edu.stanford.nlp.dcoref.CorefCoreAnnotations.CorefClusterAnnotation
Deprecated.
getType() - Method in class edu.stanford.nlp.dcoref.CorefCoreAnnotations.CorefClusterIdAnnotation
getType() - Method in class edu.stanford.nlp.dcoref.CorefCoreAnnotations.CorefDestAnnotation
getType() - Method in class edu.stanford.nlp.dcoref.CorefCoreAnnotations.CorefGraphAnnotation
Deprecated.
getType() - Method in class edu.stanford.nlp.dcoref.Mention
getType() - Method in class edu.stanford.nlp.hcoref.CorefCoreAnnotations.CorefAnnotation
getType() - Method in class edu.stanford.nlp.hcoref.CorefCoreAnnotations.CorefChainAnnotation
getType() - Method in class edu.stanford.nlp.hcoref.CorefCoreAnnotations.CorefClusterAnnotation
getType() - Method in class edu.stanford.nlp.hcoref.CorefCoreAnnotations.CorefClusterIdAnnotation
getType() - Method in class edu.stanford.nlp.hcoref.CorefCoreAnnotations.CorefDestAnnotation
getType() - Method in class edu.stanford.nlp.hcoref.CorefCoreAnnotations.CorefGraphAnnotation
Deprecated.
getType() - Method in class edu.stanford.nlp.hcoref.CorefCoreAnnotations.CorefMentionsAnnotation
getType() - Method in class edu.stanford.nlp.hcoref.data.Mention
getType() - Method in class edu.stanford.nlp.hcoref.docreader.CoNLLDocumentReader.CorefMentionAnnotation
getType() - Method in class edu.stanford.nlp.hcoref.docreader.CoNLLDocumentReader.NamedEntityAnnotation
getType() - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceEntity
getType() - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceEntityMention
getType() - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceEvent
getType() - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceRelation
getType() - Method in class edu.stanford.nlp.ie.machinereading.structure.ExtractionObject
getType() - Method in class edu.stanford.nlp.ie.machinereading.structure.MachineReadingAnnotations.AllRelationMentionsAnnotation
getType() - Method in class edu.stanford.nlp.ie.machinereading.structure.MachineReadingAnnotations.DependencyAnnotation
Deprecated.
getType() - Method in class edu.stanford.nlp.ie.machinereading.structure.MachineReadingAnnotations.DocumentDirectoryAnnotation
getType() - Method in class edu.stanford.nlp.ie.machinereading.structure.MachineReadingAnnotations.DocumentIdAnnotation
Deprecated.
getType() - Method in class edu.stanford.nlp.ie.machinereading.structure.MachineReadingAnnotations.EntityMentionsAnnotation
getType() - Method in class edu.stanford.nlp.ie.machinereading.structure.MachineReadingAnnotations.EventMentionsAnnotation
getType() - Method in class edu.stanford.nlp.ie.machinereading.structure.MachineReadingAnnotations.GenderAnnotation
getType() - Method in class edu.stanford.nlp.ie.machinereading.structure.MachineReadingAnnotations.RelationMentionsAnnotation
getType() - Method in class edu.stanford.nlp.ie.machinereading.structure.MachineReadingAnnotations.TriggerAnnotation
getType() - Method in class edu.stanford.nlp.international.arabic.process.ArabicDocumentReaderAndWriter.RewrittenArabicAnnotation
getType() - Method in class edu.stanford.nlp.ling.ChineseCoreAnnotations.CharactersAnnotation
getType() - Method in interface edu.stanford.nlp.ling.CoreAnnotation
Returns the type associated with this annotation.
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.AbbrAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.AbgeneAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.AbstrAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.AfterAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.AnswerAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.AnswerObjectAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.AntecedentAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.ArgDescendentAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.ArgumentAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.AuthorAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.BagOfWordsAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.BeAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.BeforeAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.BeginIndexAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.BestCliquesAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.BestFullAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.CalendarAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.CategoryAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.CategoryFunctionalTagAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.CharacterOffsetBeginAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.CharacterOffsetEndAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.CharAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.ChineseCharAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.ChineseIsSegmentedAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.ChineseOrigSegAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.ChineseSegAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.ChunkAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.CoarseTagAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.ColumnDataClassifierAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.CommonWordsAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.CoNLLDepAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.CoNLLDepParentIndexAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.CoNLLDepTypeAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.CoNLLPredicateAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.CoNLLSRLAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.CoNLLUFeats
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.CoNLLUMisc
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.CoNLLUSecondaryDepsAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.CoNLLUTokenSpanAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.ContextsAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.CostMagnificationAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.CovertIDAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.D2_LBeginAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.D2_LEndAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.D2_LMiddleAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.DayAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.DependentsAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.DictAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.DistSimAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.DoAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.DocDateAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.DocIDAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.DocSourceTypeAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.DocTitleAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.DocTypeAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.DomainAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.EndIndexAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.EntityClassAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.EntityRuleAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.EntityTypeAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.ExceptionAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.FeaturesAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.FemaleGazAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.FirstChildAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.ForcedSentenceEndAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.ForcedSentenceUntilEndAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.FreqAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.GazAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.GazetteerAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.GenericTokensAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.GeniaAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.GoldAnswerAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.GovernorAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.GrandparentAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.HaveAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.HeadWordStringAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.HeightAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.IDAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.IDFAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.INAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.IndexAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.InterpretationAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.IsDateRangeAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.IsURLAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.LabelAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.LabelIDAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.LabelWeightAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.LastGazAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.LastTaggedAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.LBeginAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.LeftChildrenNodeAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.LeftTermAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.LemmaAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.LEndAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.LengthAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.LineNumberAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.LinkAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.LMiddleAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.LocationAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.MaleGazAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.MarkingAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.MentionsAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.MentionTokenAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.MonthAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.MorphoCaseAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.MorphoGenAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.MorphoNumAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.MorphoPersAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.NamedEntityTagAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.NeighborsAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.NERIDAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.NormalizedNamedEntityTagAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.NotAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.NumericCompositeObjectAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.NumericCompositeTypeAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.NumericCompositeValueAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.NumericObjectAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.NumericTypeAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.NumericValueAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.NumerizedTokensAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.NumTxtSentencesAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.OriginalCharAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.OriginalTextAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.ParagraphAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.ParagraphsAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.ParaPositionAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.ParentAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.PartOfSpeechAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.PercentAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.PhraseWordsAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.PhraseWordsTagAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.PolarityAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.PositionAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.PossibleAnswersAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.PredictedAnswerAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.PrevChildAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.PriorAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.ProtoAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.QuotationIndexAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.QuotationsAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.RoleAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.SectionAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.SectionDateAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.SectionEndAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.SectionIDAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.SectionStartAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.SemanticHeadTagAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.SemanticHeadWordAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.SemanticTagAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.SemanticWordAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.SentenceBeginAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.SentenceEndAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.SentenceIDAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.SentenceIndexAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.SentencePositionAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.SentencesAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.ShapeAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.SpaceBeforeAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.SpanAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.SpeakerAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.SRLIDAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.SRLInstancesAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.StackedNamedEntityTagAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.StateAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.StemAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.SubcategorizationAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.TagLabelAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.TextAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.TokenBeginAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.TokenEndAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.TokensAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.TopicAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.TrueCaseAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.TrueCaseTextAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.TrueTagAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.UBlockAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.UnaryAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.UnknownAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.UseMarkedDiscourseAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.UtteranceAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.UTypeAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.ValueAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.VerbSenseAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.WebAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.WordFormAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.WordnetSynAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.WordPositionAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.WordSenseAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.XmlContextAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.XmlElementAnnotation
getType() - Method in class edu.stanford.nlp.ling.CoreAnnotations.YearAnnotation
getType() - Method in interface edu.stanford.nlp.ling.tokensregex.types.Expression
Returns a string indicating the type of this expression.
getType() - Method in class edu.stanford.nlp.ling.tokensregex.types.Expressions.ConditionalExpression
getType() - Method in class edu.stanford.nlp.ling.tokensregex.types.Expressions.TypedExpression
getType() - Method in class edu.stanford.nlp.ling.tokensregex.types.Expressions.WrappedExpression
getType() - Method in class edu.stanford.nlp.ling.tokensregex.types.Tags.TagsAnnotation
getType() - Method in class edu.stanford.nlp.naturalli.NaturalLogicAnnotations.EntailedSentencesAnnotation
getType() - Method in class edu.stanford.nlp.naturalli.NaturalLogicAnnotations.OperatorAnnotation
getType() - Method in class edu.stanford.nlp.naturalli.NaturalLogicAnnotations.PolarityAnnotation
getType() - Method in class edu.stanford.nlp.naturalli.NaturalLogicAnnotations.RelationTriplesAnnotation
getType() - Method in class edu.stanford.nlp.neural.rnn.RNNCoreAnnotations.GoldClass
getType() - Method in class edu.stanford.nlp.neural.rnn.RNNCoreAnnotations.NodeVector
getType() - Method in class edu.stanford.nlp.neural.rnn.RNNCoreAnnotations.PredictedClass
getType() - Method in class edu.stanford.nlp.neural.rnn.RNNCoreAnnotations.PredictionError
getType() - Method in class edu.stanford.nlp.neural.rnn.RNNCoreAnnotations.Predictions
getType() - Method in class edu.stanford.nlp.parser.common.ParserAnnotations.CandidatePartOfSpeechAnnotation
getType() - Method in class edu.stanford.nlp.parser.common.ParserAnnotations.ConstraintAnnotation
getType() - Method in class edu.stanford.nlp.patterns.PatternsAnnotations.Features
getType() - Method in class edu.stanford.nlp.patterns.PatternsAnnotations.LongestMatchedPhraseForEachLabel
getType() - Method in class edu.stanford.nlp.patterns.PatternsAnnotations.MatchedPattern
getType() - Method in class edu.stanford.nlp.patterns.PatternsAnnotations.MatchedPatterns
getType() - Method in class edu.stanford.nlp.patterns.PatternsAnnotations.MatchedPhrases
getType() - Method in class edu.stanford.nlp.patterns.PatternsAnnotations.OtherSemanticLabel
getType() - Method in class edu.stanford.nlp.patterns.PatternsAnnotations.PatternHumanLabel1
getType() - Method in class edu.stanford.nlp.patterns.PatternsAnnotations.PatternHumanLabel10
getType() - Method in class edu.stanford.nlp.patterns.PatternsAnnotations.PatternHumanLabel2
getType() - Method in class edu.stanford.nlp.patterns.PatternsAnnotations.PatternHumanLabel3
getType() - Method in class edu.stanford.nlp.patterns.PatternsAnnotations.PatternHumanLabel4
getType() - Method in class edu.stanford.nlp.patterns.PatternsAnnotations.PatternHumanLabel5
getType() - Method in class edu.stanford.nlp.patterns.PatternsAnnotations.PatternHumanLabel6
getType() - Method in class edu.stanford.nlp.patterns.PatternsAnnotations.PatternHumanLabel7
getType() - Method in class edu.stanford.nlp.patterns.PatternsAnnotations.PatternHumanLabel8
getType() - Method in class edu.stanford.nlp.patterns.PatternsAnnotations.PatternHumanLabel9
getType() - Method in class edu.stanford.nlp.patterns.PatternsAnnotations.PatternLabel1
getType() - Method in class edu.stanford.nlp.patterns.PatternsAnnotations.PatternLabel10
getType() - Method in class edu.stanford.nlp.patterns.PatternsAnnotations.PatternLabel2
getType() - Method in class edu.stanford.nlp.patterns.PatternsAnnotations.PatternLabel3
getType() - Method in class edu.stanford.nlp.patterns.PatternsAnnotations.PatternLabel4
getType() - Method in class edu.stanford.nlp.patterns.PatternsAnnotations.PatternLabel5
getType() - Method in class edu.stanford.nlp.patterns.PatternsAnnotations.PatternLabel6
getType() - Method in class edu.stanford.nlp.patterns.PatternsAnnotations.PatternLabel7
getType() - Method in class edu.stanford.nlp.patterns.PatternsAnnotations.PatternLabel8
getType() - Method in class edu.stanford.nlp.patterns.PatternsAnnotations.PatternLabel9
getType() - Method in class edu.stanford.nlp.patterns.PatternsAnnotations.ProcessedTextAnnotation
getType() - Method in class edu.stanford.nlp.patterns.PatternsAnnotations.SeedLabeledOrNot
getType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Entity.Builder
optional string type = 4;
getType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Entity
optional string type = 4;
getType() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.EntityOrBuilder
optional string type = 4;
getType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Relation.Builder
optional string type = 4;
getType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Relation
optional string type = 4;
getType() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.RelationOrBuilder
optional string type = 4;
getType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Timex.Builder
optional string type = 4;
getType() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Timex
optional string type = 4;
getType() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.TimexOrBuilder
optional string type = 4;
getType() - Method in class edu.stanford.nlp.semgraph.SemanticGraphCoreAnnotations.AlternativeDependenciesAnnotation
getType() - Method in class edu.stanford.nlp.semgraph.SemanticGraphCoreAnnotations.BasicDependenciesAnnotation
getType() - Method in class edu.stanford.nlp.semgraph.SemanticGraphCoreAnnotations.CollapsedCCProcessedDependenciesAnnotation
getType() - Method in class edu.stanford.nlp.semgraph.SemanticGraphCoreAnnotations.CollapsedDependenciesAnnotation
getType() - Method in class edu.stanford.nlp.sentiment.SentimentCoreAnnotations.SentimentAnnotatedTree
getType() - Method in class edu.stanford.nlp.sentiment.SentimentCoreAnnotations.SentimentClass
getType() - Method in class edu.stanford.nlp.time.TimeAnnotations.TimexAnnotation
getType() - Method in class edu.stanford.nlp.time.TimeAnnotations.TimexAnnotations
getType() - Method in class edu.stanford.nlp.time.TimeExpression.Annotation
getType() - Method in class edu.stanford.nlp.time.TimeExpression.ChildrenAnnotation
getType() - Method in class edu.stanford.nlp.time.TimeExpression.TimeIndexAnnotation
getType() - Method in class edu.stanford.nlp.trees.TreeCoreAnnotations.BinarizedTreeAnnotation
getType() - Method in class edu.stanford.nlp.trees.TreeCoreAnnotations.HeadTagLabelAnnotation
getType() - Method in class edu.stanford.nlp.trees.TreeCoreAnnotations.HeadWordLabelAnnotation
getType() - Method in class edu.stanford.nlp.trees.TreeCoreAnnotations.KBestTreesAnnotation
getType() - Method in class edu.stanford.nlp.trees.TreeCoreAnnotations.TreeAnnotation
getTypeBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Entity.Builder
optional string type = 4;
getTypeBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Entity
optional string type = 4;
getTypeBytes() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.EntityOrBuilder
optional string type = 4;
getTypeBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Relation.Builder
optional string type = 4;
getTypeBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Relation
optional string type = 4;
getTypeBytes() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.RelationOrBuilder
optional string type = 4;
getTypeBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Timex.Builder
optional string type = 4;
getTypeBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Timex
optional string type = 4;
getTypeBytes() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.TimexOrBuilder
optional string type = 4;
getTypedDependencyChains(List<TypedDependency>, int) - Static method in class edu.stanford.nlp.trees.Dependencies
getTypeName(Class) - Static method in class edu.stanford.nlp.ling.tokensregex.types.ValueFunctions.NamedValueFunction
getTypeProbabilities() - Method in class edu.stanford.nlp.ie.machinereading.structure.ExtractionObject
getUAS(List<CoreMap>, List<DependencyTree>, List<DependencyTree>) - Method in class edu.stanford.nlp.parser.nndep.ParsingSystem
getUASnoPunc(List<CoreMap>, List<DependencyTree>, List<DependencyTree>) - Method in class edu.stanford.nlp.parser.nndep.ParsingSystem
getUnaryClassification(String) - Method in class edu.stanford.nlp.sentiment.SentimentModel
getUncertaintyGranularity() - Method in class edu.stanford.nlp.time.SUTime.Temporal
getUniformDistribution(Collection<E>) - Static method in class edu.stanford.nlp.stats.Distribution
getUnknownFields() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain.CorefMention
getUnknownFields() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.CorefChain
getUnknownFields() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Edge
getUnknownFields() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph
getUnknownFields() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.DependencyGraph.Node
getUnknownFields() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Document
getUnknownFields() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Entity
getUnknownFields() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.IndexedWord
getUnknownFields() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.MapIntString
getUnknownFields() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.MapStringString
getUnknownFields() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
getUnknownFields() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.NERMention
getUnknownFields() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.OpenIETriple
getUnknownFields() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Operator
getUnknownFields() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.ParseTree
getUnknownFields() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Polarity
getUnknownFields() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Quote
getUnknownFields() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Relation
getUnknownFields() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Sentence
getUnknownFields() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.SentenceFragment
getUnknownFields() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Span
getUnknownFields() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.SpeakerInfo
getUnknownFields() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Timex
getUnknownFields() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token
getUnknownLevel() - Method in class edu.stanford.nlp.parser.lexparser.ArabicUnknownWordModel
getUnknownLevel() - Method in class edu.stanford.nlp.parser.lexparser.BaseUnknownWordModel
getUnknownLevel() - Method in interface edu.stanford.nlp.parser.lexparser.UnknownWordModel
Get the level of equivalence classing for the model.
getUnknownWordModel() - Method in class edu.stanford.nlp.parser.lexparser.BaseLexicon
getUnknownWordModel() - Method in class edu.stanford.nlp.parser.lexparser.ChineseCharacterBasedLexicon
getUnknownWordModel() - Method in class edu.stanford.nlp.parser.lexparser.ChineseLexiconAndWordSegmenter
getUnknownWordModel() - Method in interface edu.stanford.nlp.parser.lexparser.Lexicon
getUnknownWordVector() - Method in class edu.stanford.nlp.neural.Embedding
getUnknownWordVector() - Method in class edu.stanford.nlp.parser.dvparser.DVModel
getUnlabeledMentionPairs(Document) - Static method in class edu.stanford.nlp.scoref.StatisticalCorefUtils
getUnlabeledMentionPairs(Document, int) - Static method in class edu.stanford.nlp.scoref.StatisticalCorefUtils
getUnminimizedFA() - Method in class edu.stanford.nlp.fsm.FastExactAutomatonMinimizer
getUnsupportedDurationPeriod(Partial, Period) - Static method in class edu.stanford.nlp.time.JodaTimeUtils
getUrlEncoding(URLConnection) - Static method in class edu.stanford.nlp.io.IOUtils
getUsedMemory() - Method in class edu.stanford.nlp.util.MemoryMonitor
getUsedMemory(boolean) - Method in class edu.stanford.nlp.util.MemoryMonitor
getUseSigma() - Method in class edu.stanford.nlp.classify.SVMLightClassifierFactory
Get whether or not to train an overlying platt (sigmoid)
model for producing meaningful probabilities.
getUtter() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention.Builder
optional uint32 utter = 18;
getUtter() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
optional uint32 utter = 18;
getUtter() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MentionOrBuilder
optional uint32 utter = 18;
getUtterance() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional uint32 utterance = 13;
getUtterance() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token
optional uint32 utterance = 13;
getUtterance() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.TokenOrBuilder
optional uint32 utterance = 13;
getval() - Method in class edu.stanford.nlp.math.DoubleAD
getVal(int) - Method in class edu.stanford.nlp.maxent.Feature
Get the value at the index-ed non zero value pair (x,y)
getVal(int, int) - Method in class edu.stanford.nlp.maxent.Feature
This is rarely used because it is slower and requires initHashVals() to be called beforehand
to initialize the hashValues.
getVal(int) - Method in class edu.stanford.nlp.tagger.maxent.TaggerFeature
getVal(int, int) - Method in class edu.stanford.nlp.tagger.maxent.TaggerFeature
getValidAdverbChunk(SemanticGraph, IndexedWord, Optional<String>) - Method in class edu.stanford.nlp.naturalli.RelationTripleSegmenter
Get the yield of a given subtree, if it is a adverb chunk.
getValidatingXmlParser(File) - Static method in class edu.stanford.nlp.util.XMLUtils
Returns a validating XML parser given an XSD (not DTD!).
getValidChunk(SemanticGraph, IndexedWord, Set<String>, Optional<String>, boolean) - Method in class edu.stanford.nlp.naturalli.RelationTripleSegmenter
getValidChunk(SemanticGraph, IndexedWord, Set<String>, Optional<String>) - Method in class edu.stanford.nlp.naturalli.RelationTripleSegmenter
getValidObjectChunk(SemanticGraph, IndexedWord, Optional<String>) - Method in class edu.stanford.nlp.naturalli.RelationTripleSegmenter
Get the yield of a given subtree, if it is a valid object.
getValidSubjectChunk(SemanticGraph, IndexedWord, Optional<String>) - Method in class edu.stanford.nlp.naturalli.RelationTripleSegmenter
Get the yield of a given subtree, if it is a valid subject.
getValue(int) - Method in class edu.stanford.nlp.ie.crf.FactorTable
getValue(int[]) - Method in class edu.stanford.nlp.ie.crf.FactorTable
getValue(int[]) - Method in class edu.stanford.nlp.ie.crf.FloatFactorTable
getValue() - Method in class edu.stanford.nlp.ie.machinereading.structure.EntityMention
Get the text value of this entity.
getValue() - Method in class edu.stanford.nlp.ie.machinereading.structure.ExtractionObject
Returns the text corresponding to the extent of this object
getValue(MorphoFeatureSpecification.MorphoFeatureType) - Method in class edu.stanford.nlp.international.morph.MorphoFeatures
getValue() - Method in class edu.stanford.nlp.ling.tokensregex.ComplexNodePattern.IntegerAnnotationPattern
getValue(String) - Method in class edu.stanford.nlp.ling.tokensregex.CoreMapExpressionExtractor
getValue() - Method in class edu.stanford.nlp.ling.tokensregex.MatchedExpression
getValue() - Method in class edu.stanford.nlp.ling.tokensregex.matcher.Match
getValue() - Method in class edu.stanford.nlp.ling.tokensregex.matcher.TrieMap
getValue(String) - Method in class edu.stanford.nlp.ling.tokensregex.types.Expressions.CompositeValue
getValue() - Method in class edu.stanford.nlp.patterns.dep.ExtractedPhrase
getValue(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.MapIntString.Builder
repeated string value = 2;
getValue(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.MapIntString
repeated string value = 2;
getValue(int) - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MapIntStringOrBuilder
repeated string value = 2;
getValue(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.MapStringString.Builder
repeated string value = 2;
getValue(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.MapStringString
repeated string value = 2;
getValue(int) - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MapStringStringOrBuilder
repeated string value = 2;
getValue() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.ParseTree.Builder
optional string value = 2;
getValue() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.ParseTree
optional string value = 2;
getValue() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.ParseTreeOrBuilder
optional string value = 2;
getValue() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Timex.Builder
optional string value = 1;
getValue() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Timex
optional string value = 1;
getValue() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.TimexOrBuilder
optional string value = 1;
getValue() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional string value = 3;
getValue() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token
optional string value = 3;
getValue() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.TokenOrBuilder
optional string value = 3;
getValue() - Method in class edu.stanford.nlp.util.TwoDimensionalMap.Entry
getValue() - Method in class edu.stanford.nlp.util.ValuedInterval
getValueBytes(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.MapIntString.Builder
repeated string value = 2;
getValueBytes(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.MapIntString
repeated string value = 2;
getValueBytes(int) - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MapIntStringOrBuilder
repeated string value = 2;
getValueBytes(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.MapStringString.Builder
repeated string value = 2;
getValueBytes(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.MapStringString
repeated string value = 2;
getValueBytes(int) - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MapStringStringOrBuilder
repeated string value = 2;
getValueBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.ParseTree.Builder
optional string value = 2;
getValueBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.ParseTree
optional string value = 2;
getValueBytes() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.ParseTreeOrBuilder
optional string value = 2;
getValueBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Timex.Builder
optional string value = 1;
getValueBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Timex
optional string value = 1;
getValueBytes() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.TimexOrBuilder
optional string value = 1;
getValueBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
optional string value = 3;
getValueBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token
optional string value = 3;
getValueBytes() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.TokenOrBuilder
optional string value = 3;
getValueCount() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.MapIntString.Builder
repeated string value = 2;
getValueCount() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.MapIntString
repeated string value = 2;
getValueCount() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MapIntStringOrBuilder
repeated string value = 2;
getValueCount() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.MapStringString.Builder
repeated string value = 2;
getValueCount() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.MapStringString
repeated string value = 2;
getValueCount() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MapStringStringOrBuilder
repeated string value = 2;
getValueDescriptor() - Method in enum edu.stanford.nlp.pipeline.CoreNLPProtos.Language
getValueDescriptor() - Method in enum edu.stanford.nlp.pipeline.CoreNLPProtos.NaturalLogicRelation
getValueDescriptor() - Method in enum edu.stanford.nlp.pipeline.CoreNLPProtos.Sentiment
getValueList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.MapIntString.Builder
repeated string value = 2;
getValueList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.MapIntString
repeated string value = 2;
getValueList() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MapIntStringOrBuilder
repeated string value = 2;
getValueList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.MapStringString.Builder
repeated string value = 2;
getValueList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.MapStringString
repeated string value = 2;
getValueList() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.MapStringStringOrBuilder
repeated string value = 2;
getValues(MorphoFeatureSpecification.MorphoFeatureType) - Method in class edu.stanford.nlp.international.arabic.ArabicMorphoFeatureSpecification
getValues(MorphoFeatureSpecification.MorphoFeatureType) - Method in class edu.stanford.nlp.international.french.FrenchMorphoFeatureSpecification
getValues(MorphoFeatureSpecification.MorphoFeatureType) - Method in class edu.stanford.nlp.international.morph.MorphoFeatureSpecification
getValuesArray() - Method in class edu.stanford.nlp.classify.Dataset
getValuesArray() - Method in class edu.stanford.nlp.classify.GeneralDataset
getValuesArray() - Method in class edu.stanford.nlp.classify.RVFDataset
getValueType(Class<? extends CoreAnnotation>) - Static method in class edu.stanford.nlp.ling.AnnotationLookup
Returns the runtime value type associated with the given key.
getVariables() - Method in class edu.stanford.nlp.ling.tokensregex.Env
getVariableString(String) - Method in class edu.stanford.nlp.trees.tregex.TregexMatcher
If there is a current match, and that match involves setting this
particular variable string, this returns that string.
getVariance(double[]) - Method in class edu.stanford.nlp.optimization.StochasticDiffFunctionTester
getVariance(double[], int) - Method in class edu.stanford.nlp.optimization.StochasticDiffFunctionTester
getVectors() - Method in class edu.stanford.nlp.trees.DeepTree
getVerbose() - Method in class edu.stanford.nlp.tagger.maxent.TaggerConfig
getVerboseResults() - Method in class edu.stanford.nlp.tagger.maxent.TaggerConfig
getVerticesFromEdgeSet(Iterable<SemanticGraphEdge>) - Static method in class edu.stanford.nlp.semgraph.SemanticGraphFactory
Given an iterable set of edges, returns the set of vertices covered by these edges.
getVeryCommonWordThresh() - Method in class edu.stanford.nlp.tagger.maxent.TaggerConfig
getVisibleClasses() - Static method in class edu.stanford.nlp.util.Execution
getViterbiSearchGraph(List<IN>, Class<? extends CoreAnnotation<String>>) - Method in class edu.stanford.nlp.ie.AbstractSequenceClassifier
getVocabWord(String) - Method in class edu.stanford.nlp.parser.dvparser.DVModel
getVocabWord(String) - Method in class edu.stanford.nlp.sentiment.SentimentModel
Get the known vocabulary word associated with the given word.
getW(String) - Method in class edu.stanford.nlp.wordseg.CorpusDictionary
getW1() - Method in class edu.stanford.nlp.parser.nndep.Classifier
getW2() - Method in class edu.stanford.nlp.parser.nndep.Classifier
getWeight() - Method in class edu.stanford.nlp.ling.tokensregex.MatchedExpression
getWeight() - Method in class edu.stanford.nlp.ling.tokensregex.SequencePattern
getWeight() - Method in class edu.stanford.nlp.semgraph.SemanticGraphEdge
getWeightedTreebankDescription(String[], int, String) - Static method in class edu.stanford.nlp.parser.common.ArgUtils
getWeightIndices() - Method in class edu.stanford.nlp.ie.crf.CRFLogConditionalObjectiveFunction
getWeights() - Method in class edu.stanford.nlp.classify.LogisticClassifier
getWeights() - Method in class edu.stanford.nlp.classify.WeightedDataset
getWeights() - Method in class edu.stanford.nlp.classify.WeightedRVFDataset
Get the weight array for this dataset.
getWeights(String) - Static method in class edu.stanford.nlp.optimization.ScaledSGDMinimizer
getWeightVector() - Method in class edu.stanford.nlp.scoref.SimpleLinearClassifier
getWForNode(Tree) - Method in class edu.stanford.nlp.parser.dvparser.DVModel
getWForNode(Tree) - Method in class edu.stanford.nlp.sentiment.SentimentModel
getWord() - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.AceToken
getWord() - Method in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.RobustTokenizer.WordToken
getWord(int) - Method in class edu.stanford.nlp.ling.tokensregex.PhraseTable.StringList
getWord(int) - Method in class edu.stanford.nlp.ling.tokensregex.PhraseTable.TokenList
getWord(int) - Method in interface edu.stanford.nlp.ling.tokensregex.PhraseTable.WordList
getWord(int) - Method in class edu.stanford.nlp.parser.nndep.Configuration
getWord() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
required string word = 1;
getWord() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token
required string word = 1;
getWord() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.TokenOrBuilder
required string word = 1;
getWord(CoreLabel) - Method in class edu.stanford.nlp.sequences.FeatureFactory
Convenience methods for subclasses which use CoreLabel.
getWord() - Method in class edu.stanford.nlp.tagger.maxent.AmbiguityClass
getWord() - Method in class edu.stanford.nlp.tagger.maxent.CountWrapper
getWordBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
required string word = 1;
getWordBytes() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token
required string word = 1;
getWordBytes() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.TokenOrBuilder
required string word = 1;
getWordClassClusters() - Method in class edu.stanford.nlp.patterns.ConstantsAndVariables
getWordFunction() - Method in class edu.stanford.nlp.tagger.maxent.TaggerConfig
getWordID(String) - Method in class edu.stanford.nlp.parser.nndep.DependencyParser
Get an integer ID for the given word.
getWordList() - Method in class edu.stanford.nlp.ling.tokensregex.PhraseTable.Phrase
getWordShapeCache() - Method in class edu.stanford.nlp.patterns.ConstantsAndVariables
getWordShapeScore(String, String) - Method in class edu.stanford.nlp.patterns.PhraseScorer
getWordShapesForLabels() - Method in class edu.stanford.nlp.patterns.ConstantsAndVariables
getWordsOverSpan(int, int) - Method in class edu.stanford.nlp.parser.lexparser.HTKLatticeReader
getWordVector(String) - Method in class edu.stanford.nlp.parser.dvparser.DVModel
getWordVector(String) - Method in class edu.stanford.nlp.sentiment.SentimentModel
Retrieve a learned word vector for the given word.
getWordVectors() - Method in class edu.stanford.nlp.neural.Embedding
getWrappedList() - Method in class edu.stanford.nlp.util.PaddedList
Deprecated.
getX(int) - Method in class edu.stanford.nlp.maxent.Feature
getX() - Method in class edu.stanford.nlp.tagger.maxent.History
getX(int) - Method in class edu.stanford.nlp.tagger.maxent.TaggerFeature
getXmlContext(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
repeated string xmlContext = 22;
getXmlContext(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token
repeated string xmlContext = 22;
getXmlContext(int) - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.TokenOrBuilder
repeated string xmlContext = 22;
getXmlContextBytes(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
repeated string xmlContext = 22;
getXmlContextBytes(int) - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token
repeated string xmlContext = 22;
getXmlContextBytes(int) - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.TokenOrBuilder
repeated string xmlContext = 22;
getXmlContextCount() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
repeated string xmlContext = 22;
getXmlContextCount() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token
repeated string xmlContext = 22;
getXmlContextCount() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.TokenOrBuilder
repeated string xmlContext = 22;
getXmlContextList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token.Builder
repeated string xmlContext = 22;
getXmlContextList() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.Token
repeated string xmlContext = 22;
getXmlContextList() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.TokenOrBuilder
repeated string xmlContext = 22;
getXMLInput() - Method in class edu.stanford.nlp.tagger.maxent.TaggerConfig
getXmlParser() - Static method in class edu.stanford.nlp.util.XMLUtils
Returns a non-validating XML parser.
getXValues(Pair<Integer, String>) - Method in class edu.stanford.nlp.tagger.maxent.TemplateHash
getY() - Method in class edu.stanford.nlp.maxent.DataGeneric
getY(int) - Method in class edu.stanford.nlp.maxent.Feature
getY(int) - Method in class edu.stanford.nlp.optimization.QNMinimizer.QNInfo
getY() - Method in class edu.stanford.nlp.tagger.maxent.DataWordTag
getY(int) - Method in class edu.stanford.nlp.tagger.maxent.TaggerFeature
getYear() - Method in class edu.stanford.nlp.time.SUTime.IsoDate
getYieldBeginIndex() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.ParseTree.Builder
optional uint32 yieldBeginIndex = 3;
getYieldBeginIndex() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.ParseTree
optional uint32 yieldBeginIndex = 3;
getYieldBeginIndex() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.ParseTreeOrBuilder
optional uint32 yieldBeginIndex = 3;
getYieldEndIndex() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.ParseTree.Builder
optional uint32 yieldEndIndex = 4;
getYieldEndIndex() - Method in class edu.stanford.nlp.pipeline.CoreNLPProtos.ParseTree
optional uint32 yieldEndIndex = 4;
getYieldEndIndex() - Method in interface edu.stanford.nlp.pipeline.CoreNLPProtos.ParseTreeOrBuilder
optional uint32 yieldEndIndex = 4;
getYInd() - Method in class edu.stanford.nlp.tagger.maxent.DataWordTag
getYTag() - Method in class edu.stanford.nlp.tagger.maxent.TaggerFeature
getYYEOF() - Method in interface edu.stanford.nlp.io.Lexer
returns value for YYEOF
gfCharacter - Variable in class edu.stanford.nlp.trees.AbstractTreebankLanguagePack
Default character for indicating that something is a grammatical fn; probably should be overridden by
lang specific ones
globalEnv - Static variable in class edu.stanford.nlp.patterns.ConstantsAndVariables
globalIntern(T) - Static method in class edu.stanford.nlp.util.concurrent.SynchronizedInterner
Returns a unique object o' that .equals the argument o.
globalIntern(T) - Static method in class edu.stanford.nlp.util.Interner
Returns a unique object o' that .equals the argument o.
globalMutex - Static variable in class edu.stanford.nlp.util.concurrent.SynchronizedInterner
GLOSSES - Static variable in enum edu.stanford.nlp.naturalli.Operator
goal - Variable in class edu.stanford.nlp.parser.lexparser.BiLexPCFGParser
goalStr - Variable in class edu.stanford.nlp.parser.lexparser.ExhaustivePCFGParser
GOES_WITH - Static variable in class edu.stanford.nlp.trees.EnglishGrammaticalRelations
The "goes with" grammatical relation.
GOES_WITH - Static variable in class edu.stanford.nlp.trees.UniversalEnglishGrammaticalRelations
The "goes with" grammatical relation.
GoldAnswerAnnotation() - Constructor for class edu.stanford.nlp.ling.CoreAnnotations.GoldAnswerAnnotation
GoldClass() - Constructor for class edu.stanford.nlp.neural.rnn.RNNCoreAnnotations.GoldClass
goldClusters - Variable in class edu.stanford.nlp.scoref.ClustererDataLoader.ClustererDoc
goldClustersFile - Static variable in class edu.stanford.nlp.scoref.StatisticalCorefTrainer
goldCorefClusterID - Variable in class edu.stanford.nlp.dcoref.Mention
goldCorefClusterID - Variable in class edu.stanford.nlp.hcoref.data.Mention
GOLDCOREFCLUSTERID_FIELD_NUMBER - Static variable in class edu.stanford.nlp.pipeline.CoreNLPProtos.Mention
goldCorefClusters - Variable in class edu.stanford.nlp.dcoref.Document
Gold Clusters for coreferent mentions
goldCorefClusters - Variable in class edu.stanford.nlp.hcoref.data.Document
Gold Clusters for coreferent mentions
GoldenSectionLineSearch - Class in edu.stanford.nlp.optimization
A class to do golden section line search.
GoldenSectionLineSearch(double, double, double) - Constructor for class edu.stanford.nlp.optimization.GoldenSectionLineSearch
GoldenSectionLineSearch(double, double, double, boolean) - Constructor for class edu.stanford.nlp.optimization.GoldenSectionLineSearch
GoldenSectionLineSearch(boolean) - Constructor for class edu.stanford.nlp.optimization.GoldenSectionLineSearch
GoldenSectionLineSearch(boolean, double, double, double) - Constructor for class edu.stanford.nlp.optimization.GoldenSectionLineSearch
GoldenSectionLineSearch(boolean, double, double, double, boolean) - Constructor for class edu.stanford.nlp.optimization.GoldenSectionLineSearch
goldEntitiesEvalFiles - Variable in class edu.stanford.nlp.patterns.ConstantsAndVariables
goldMentions - Variable in class edu.stanford.nlp.hcoref.data.Document
The list of gold mentions
goldMentions - Variable in class edu.stanford.nlp.hcoref.data.InputDoc
Gold mentions with coreference information for evaluation.
goldMentionsByID - Variable in class edu.stanford.nlp.hcoref.data.Document
goldOrderedMentionsBySentence - Variable in class edu.stanford.nlp.dcoref.Document
The list of gold mentions
goodTuringSmoothedCounter(Counter<E>, int) - Static method in class edu.stanford.nlp.stats.Distribution
Creates a Good-Turing smoothed Distribution from the given counter.
goodTuringWithExplicitUnknown(Counter<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.
GoogleNGramsSQLBacked - Class in edu.stanford.nlp.util
To query Google Ngrams counts from SQL in a memory efficient manner.
GoogleNGramsSQLBacked() - Constructor for class edu.stanford.nlp.util.GoogleNGramsSQLBacked
gov() - Method in class edu.stanford.nlp.trees.TypedDependency
governor(Properties, int, SemanticGraphFactory.Mode) - Method in class edu.stanford.nlp.simple.Sentence
Returns the governor of the given index, according to the passed dependency type.
governor(Properties, int) - Method in class edu.stanford.nlp.simple.Sentence
governor(int, SemanticGraphFactory.Mode) - Method in class edu.stanford.nlp.simple.Sentence
governor(int) - Method in class edu.stanford.nlp.simple.Sentence
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
GovernorAnnotation() - Constructor for class edu.stanford.nlp.ling.CoreAnnotations.GovernorAnnotation
governors(Properties, SemanticGraphFactory.Mode) - Method in class edu.stanford.nlp.simple.Sentence
Returns the governors of a sentence, according to the passed dependency type.
governors(Properties) - Method in class edu.stanford.nlp.simple.Sentence
governors(SemanticGraphFactory.Mode) - Method in class edu.stanford.nlp.simple.Sentence
governors() - Method in class edu.stanford.nlp.simple.Sentence
govToDepMap(List<TypedDependency>) - Static method in class edu.stanford.nlp.trees.Dependencies
gPA - Variable in class edu.stanford.nlp.parser.lexparser.TrainOptions
This variable controls doing 2 levels of parent annotation.
gpaAD - Variable in class edu.stanford.nlp.parser.lexparser.ChineseTreebankParserParams
Grandparent annotate all AD.
gpaRootVP - Variable in class edu.stanford.nlp.parser.lexparser.EnglishTreebankParserParams.EnglishTrain
Grand-parent annotate (root mark) VP below ROOT.
GPEPronouns - Variable in class edu.stanford.nlp.dcoref.Dictionaries
GPEPronouns - Variable in class edu.stanford.nlp.hcoref.data.Dictionaries
GPEPronounsEn - Static variable in class edu.stanford.nlp.hcoref.data.WordLists
GPEPronounsZh - Static variable in class edu.stanford.nlp.hcoref.data.WordLists
grad - Variable in class edu.stanford.nlp.optimization.StochasticMinimizer
gradientCheck() - Method in class edu.stanford.nlp.optimization.AbstractCachingDiffFunction
gradientCheck(int, int, double[]) - Method in class edu.stanford.nlp.optimization.AbstractCachingDiffFunction
gradientDebug - Variable in class edu.stanford.nlp.sequences.SeqClassifierFlags
gradientsOnly - Variable in class edu.stanford.nlp.ie.crf.CRFNonLinearLogConditionalObjectiveFunction
gradList - Variable in class edu.stanford.nlp.optimization.StochasticMinimizer
gradPerturbed - Variable in class edu.stanford.nlp.optimization.AbstractStochasticCachingDiffFunction
GrammarCompactor - Class in edu.stanford.nlp.parser.lexparser
GrammarCompactor(Options) - Constructor for class edu.stanford.nlp.parser.lexparser.GrammarCompactor
GrammarProjection - Interface in edu.stanford.nlp.parser.lexparser
Maps between the states of a more split and less split grammar.
GrammaticalFunctionTreeNormalizer - Class in edu.stanford.nlp.trees
Tree normalizer for cleaning up labels and preserving the whole node label,
the grammatical function and category information from the label, or only
the category information.
GrammaticalFunctionTreeNormalizer(TreebankLanguagePack, int) - Constructor for class edu.stanford.nlp.trees.GrammaticalFunctionTreeNormalizer
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(Language, String, String, GrammaticalRelation, String, TregexPatternCompiler, String...) - Constructor for class edu.stanford.nlp.trees.GrammaticalRelation
GrammaticalRelation(Language, String, String, GrammaticalRelation) - Constructor for class edu.stanford.nlp.trees.GrammaticalRelation
GrammaticalRelation(Language, String, String, GrammaticalRelation, String) - Constructor for class edu.stanford.nlp.trees.GrammaticalRelation
GrammaticalStructure - Class in edu.stanford.nlp.trees
A GrammaticalStructure
stores dependency relations between
nodes in a tree.
GrammaticalStructure(Tree, Collection<GrammaticalRelation>, Lock, TreeTransformer, HeadFinder, Predicate<String>, Predicate<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.
GrammaticalStructure(List<TypedDependency>, TreeGraphNode) - Constructor for class edu.stanford.nlp.trees.GrammaticalStructure
GrammaticalStructure.Extras - Enum in edu.stanford.nlp.trees
A specification for the types of extra edges to add to the dependency tree.
grammaticalStructureFactory() - Method in class edu.stanford.nlp.trees.AbstractTreebankLanguagePack
Return a GrammaticalStructureFactory suitable for this language/treebank.
grammaticalStructureFactory(Predicate<String>) - Method in class edu.stanford.nlp.trees.AbstractTreebankLanguagePack
Return a GrammaticalStructureFactory suitable for this language/treebank.
grammaticalStructureFactory(Predicate<String>, HeadFinder) - Method in class edu.stanford.nlp.trees.AbstractTreebankLanguagePack
Return a GrammaticalStructureFactory suitable for this language/treebank.
GrammaticalStructureFactory - Interface in edu.stanford.nlp.trees
grammaticalStructureFactory() - Method in class edu.stanford.nlp.trees.international.pennchinese.ChineseTreebankLanguagePack
grammaticalStructureFactory(Predicate<String>) - Method in class edu.stanford.nlp.trees.international.pennchinese.ChineseTreebankLanguagePack
grammaticalStructureFactory(Predicate<String>, HeadFinder) - 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(Predicate<String>) - Method in class edu.stanford.nlp.trees.PennTreebankLanguagePack
Return a GrammaticalStructure suitable for this language/treebank.
grammaticalStructureFactory(Predicate<String>, HeadFinder) - Method in class edu.stanford.nlp.trees.PennTreebankLanguagePack
grammaticalStructureFactory() - Method in interface edu.stanford.nlp.trees.TreebankLanguagePack
Return a GrammaticalStructureFactory suitable for this language/treebank.
grammaticalStructureFactory(Predicate<String>) - Method in interface edu.stanford.nlp.trees.TreebankLanguagePack
Return a GrammaticalStructureFactory suitable for this language/treebank.
grammaticalStructureFactory(Predicate<String>, HeadFinder) - Method in interface edu.stanford.nlp.trees.TreebankLanguagePack
Return a GrammaticalStructureFactory suitable for this language/treebank.
GrammaticalStructureFromDependenciesFactory - Interface in edu.stanford.nlp.trees
An interface for a factory that builds a GrammaticalStructure from
a list of TypedDependencies and a TreeGraphNode.
GrandparentAnnotation() - Constructor for class edu.stanford.nlp.ling.CoreAnnotations.GrandparentAnnotation
Graph <V ,E > - Interface in edu.stanford.nlp.graph
GREATER - Static variable in class edu.stanford.nlp.ie.machinereading.domains.ace.reader.RobustTokenizer
greekifyNGrams - Variable in class edu.stanford.nlp.sequences.SeqClassifierFlags
GREEN - Static variable in class edu.stanford.nlp.util.logging.Redwood.Util
GroundedTime(SUTime.Time, ReadableInstant) - Constructor for class edu.stanford.nlp.time.SUTime.GroundedTime
GroundedTime(ReadableInstant) - Constructor for class edu.stanford.nlp.time.SUTime.GroundedTime
group() - Method in class edu.stanford.nlp.ling.tokensregex.BasicSequenceMatchResult
group(int) - Method in class edu.stanford.nlp.ling.tokensregex.BasicSequenceMatchResult
group(String) - Method in class edu.stanford.nlp.ling.tokensregex.BasicSequenceMatchResult
group(String) - Method in interface edu.stanford.nlp.ling.tokensregex.SequenceMatchResult
Returns the String
representing the matched group.
group(Iterable<V>, Comparator<V>) - Static method in class edu.stanford.nlp.util.Iterables
Groups consecutive elements from the given iterable based on the value
in the given comparator.
GROUP_AFTER_MATCH - Static variable in interface edu.stanford.nlp.ling.tokensregex.SequenceMatchResult
GROUP_BEFORE_MATCH - Static variable in interface edu.stanford.nlp.ling.tokensregex.SequenceMatchResult
GROUP_FIELD - Static variable in class edu.stanford.nlp.pipeline.TokensRegexNERAnnotator
groupByFeatureTemplate - Variable in class edu.stanford.nlp.sequences.SeqClassifierFlags
groupByHiddenUnit - Variable in class edu.stanford.nlp.sequences.SeqClassifierFlags
groupByInput - Variable in class edu.stanford.nlp.sequences.SeqClassifierFlags
groupByOutputClass - Variable in class edu.stanford.nlp.sequences.SeqClassifierFlags
groupCount() - Method in class edu.stanford.nlp.ling.tokensregex.BasicSequenceMatchResult
groupInfo() - Method in class edu.stanford.nlp.ling.tokensregex.BasicSequenceMatchResult
groupInfo(int) - Method in class edu.stanford.nlp.ling.tokensregex.BasicSequenceMatchResult
groupInfo(String) - Method in class edu.stanford.nlp.ling.tokensregex.BasicSequenceMatchResult
groupInfo(int) - Method in class edu.stanford.nlp.ling.tokensregex.SequenceMatcher
groupInfo() - Method in interface edu.stanford.nlp.ling.tokensregex.SequenceMatchResult
groupInfo(int) - Method in interface edu.stanford.nlp.ling.tokensregex.SequenceMatchResult
groupInfo(String) - Method in interface edu.stanford.nlp.ling.tokensregex.SequenceMatchResult
GroupMatchReplacement(int) - Constructor for class edu.stanford.nlp.ling.tokensregex.SequenceMatcher.GroupMatchReplacement
groupMatchResult(int, int) - Method in class edu.stanford.nlp.ling.tokensregex.BasicSequenceMatchResult
groupMatchResult(String, int) - Method in class edu.stanford.nlp.ling.tokensregex.BasicSequenceMatchResult
groupMatchResult(int, int) - Method in class edu.stanford.nlp.ling.tokensregex.SequenceMatcher
groupMatchResult(int, int) - Method in interface edu.stanford.nlp.ling.tokensregex.SequenceMatchResult
Returns an Object representing the result for the match for a particular node in a group.
groupMatchResult(String, int) - Method in interface edu.stanford.nlp.ling.tokensregex.SequenceMatchResult
Returns an Object representing the result for the match for a particular node in a group.
groupMatchResults() - Method in class edu.stanford.nlp.ling.tokensregex.BasicSequenceMatchResult
groupMatchResults(int) - Method in class edu.stanford.nlp.ling.tokensregex.BasicSequenceMatchResult
groupMatchResults(String) - Method in class edu.stanford.nlp.ling.tokensregex.BasicSequenceMatchResult
groupMatchResults(int) - Method in class edu.stanford.nlp.ling.tokensregex.SequenceMatcher
groupMatchResults() - Method in interface edu.stanford.nlp.ling.tokensregex.SequenceMatchResult
Returns a list of Objects representing the match results for the entire sequence.
groupMatchResults(int) - Method in interface edu.stanford.nlp.ling.tokensregex.SequenceMatchResult
Returns a list of Objects representing the match results for the nodes in the group.
groupMatchResults(String) - Method in interface edu.stanford.nlp.ling.tokensregex.SequenceMatchResult
Returns a list of Objects representing the match results for the nodes in the group.
groupNodes() - Method in class edu.stanford.nlp.ling.tokensregex.BasicSequenceMatchResult
groupNodes(int) - Method in class edu.stanford.nlp.ling.tokensregex.BasicSequenceMatchResult
groupNodes(String) - Method in class edu.stanford.nlp.ling.tokensregex.BasicSequenceMatchResult
groupNodes(int) - Method in class edu.stanford.nlp.ling.tokensregex.SequenceMatcher
groupNodes() - Method in interface edu.stanford.nlp.ling.tokensregex.SequenceMatchResult
Returns the entire matched subsequence as a list.
groupNodes(int) - Method in interface edu.stanford.nlp.ling.tokensregex.SequenceMatchResult
Returns the matched group as a list.
groupNodes(String) - Method in interface edu.stanford.nlp.ling.tokensregex.SequenceMatchResult
Returns the matched group as a list.
GroupPatternExpr(SequencePattern.PatternExpr) - Constructor for class edu.stanford.nlp.ling.tokensregex.SequencePattern.GroupPatternExpr
GroupPatternExpr(SequencePattern.PatternExpr, boolean) - Constructor for class edu.stanford.nlp.ling.tokensregex.SequencePattern.GroupPatternExpr
GroupPatternExpr(SequencePattern.PatternExpr, String) - Constructor for class edu.stanford.nlp.ling.tokensregex.SequencePattern.GroupPatternExpr
GroupToIntervalFunc(int) - Constructor for class edu.stanford.nlp.ling.tokensregex.SequenceMatchResult.GroupToIntervalFunc
groupValue() - Method in class edu.stanford.nlp.ling.tokensregex.BasicSequenceMatchResult
groupValue(int) - Method in class edu.stanford.nlp.ling.tokensregex.BasicSequenceMatchResult
groupValue(String) - Method in class edu.stanford.nlp.ling.tokensregex.BasicSequenceMatchResult
groupValue(int) - Method in class edu.stanford.nlp.ling.tokensregex.SequenceMatcher
groupValue() - Method in interface edu.stanford.nlp.ling.tokensregex.SequenceMatchResult
Returns the value (some Object) associated with the entire matched sequence.
groupValue(int) - Method in interface edu.stanford.nlp.ling.tokensregex.SequenceMatchResult
Returns the value (some Object) associated with the captured group.
groupValue(String) - Method in interface edu.stanford.nlp.ling.tokensregex.SequenceMatchResult
Returns the value (some Object) associated with the captured group.
guessNER(List<CoreLabel>, Span) - Static method in class edu.stanford.nlp.naturalli.Util
TODO(gabor) JavaDoc
guessNER(List<CoreLabel>) - Static method in class edu.stanford.nlp.naturalli.Util
TODO(gabor) JavaDoc
gui() - Method in class edu.stanford.nlp.util.ConfusionMatrix
Show the confusion matrix in a GUI.
GUTIME_OUTPUT_RESULTS - Static variable in class edu.stanford.nlp.time.GUTimeAnnotator
GUTIME_PATH_PROPERTY - Static variable in class edu.stanford.nlp.time.GUTimeAnnotator
GUTIME_REQUIREMENT - Static variable in interface edu.stanford.nlp.pipeline.Annotator
These are annotators which StanfordCoreNLP does not know how to
create by itself, meaning you would need to use the custom
annotator mechanism to create them.
GUTimeAnnotator - Class in edu.stanford.nlp.time
Annotates text using GUTime perl script.
GUTimeAnnotator() - Constructor for class edu.stanford.nlp.time.GUTimeAnnotator
GUTimeAnnotator(File) - Constructor for class edu.stanford.nlp.time.GUTimeAnnotator
GUTimeAnnotator(String, Properties) - Constructor for class edu.stanford.nlp.time.GUTimeAnnotator