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

T

tag(List) - Method in class opennlp.grok.preprocess.cattag.CatterME
 
tag(List) - Method in class opennlp.grok.preprocess.chunk.ChunkerME
 
tag(List) - Method in class opennlp.grok.preprocess.postag.POSTaggerME
 
tag(List, List) - Method in class opennlp.grok.preprocess.chunk.ChunkerME
 
tag(String) - Method in class opennlp.grok.preprocess.cattag.CatterME
 
tag(String) - Method in class opennlp.grok.preprocess.chunk.ChunkerME
 
tag(String) - Method in class opennlp.grok.preprocess.postag.POSTaggerME
 
tag(String[]) - Method in class opennlp.grok.preprocess.cattag.CatterME
 
tag(String[]) - Method in class opennlp.grok.preprocess.chunk.ChunkerME
 
tag(String[]) - Method in class opennlp.grok.preprocess.postag.POSTaggerME
 
tagTest(String) - Method in class opennlp.grok.preprocess.chunk.ChunkerME
 
TargetCat - interface opennlp.grok.expression.TargetCat.
A category that can be a target of a curried cat.
targets - Variable in class opennlp.grok.realize.EdgeFactory
The target phrases for computing n-gram precision.
TextGrok - class opennlp.grok.TextGrok.
A text interface for testing grammars.
TextGrok() - Constructor for class opennlp.grok.TextGrok
 
timeLimitMS - Variable in class opennlp.grok.realize.Realizer
Default time limit.
timeTilBest - Variable in class opennlp.grok.realize.Chart
The time in ms until the best edge was found.
timeTilDone - Variable in class opennlp.grok.realize.Chart
The time in ms until the search was finished.
timeTilFirst - Variable in class opennlp.grok.realize.Chart
The time in ms until the first complete edge was found.
timeTilStopped - Variable in class opennlp.grok.realize.Chart
The time in ms until the search was stopped.
Toggle(String) - Static method in class opennlp.grok.util.Debug
 
TokContextGenerator - class opennlp.grok.preprocess.tokenize.TokContextGenerator.
Generate events for maxent decisions for tokenization.
TokContextGenerator() - Constructor for class opennlp.grok.preprocess.tokenize.TokContextGenerator
 
tokenize(String) - Method in class opennlp.grok.preprocess.tokenize.TokenizerME
Tokenize a String.
TokenizerME - class opennlp.grok.preprocess.tokenize.TokenizerME.
A Tokenizer for converting raw text into separated tokens.
TokenizerME(MaxentModel) - Constructor for class opennlp.grok.preprocess.tokenize.TokenizerME
Class constructor which takes the string locations of the information which the maxent model needs.
TokEventCollector - class opennlp.grok.preprocess.tokenize.TokEventCollector.
Generate event contexts for maxent decisions for sentence detection.
TokEventCollector(Reader) - Constructor for class opennlp.grok.preprocess.tokenize.TokEventCollector
Class constructor.
tooLong() - Static method in class opennlp.grok.expression.AbstractCat
 
toString() - Method in class opennlp.grok.expression.VarModality
 
toString() - Method in class opennlp.grok.expression.SlashMode
 
toString() - Method in class opennlp.grok.expression.Slash
 
toString() - Method in class opennlp.grok.expression.SignHash
 
toString() - Method in class opennlp.grok.expression.SetArg
 
toString() - Method in class opennlp.grok.expression.NullArg
 
toString() - Method in class opennlp.grok.expression.GSign
 
toString() - Method in class opennlp.grok.expression.Dollar
 
toString() - Method in class opennlp.grok.expression.ComplexCat
 
toString() - Method in class opennlp.grok.expression.BasicArg
 
toString() - Method in class opennlp.grok.expression.AtomCat
 
toString() - Method in class opennlp.grok.expression.ArgStack
 
toString() - Method in class opennlp.grok.expression.AbstractCat
 
toString() - Method in class opennlp.grok.grammar.GenericRule
 
toString() - Method in class opennlp.grok.grammar.ForwardTypeRaising
 
toString() - Method in class opennlp.grok.grammar.ForwardSubstitution
 
toString() - Method in class opennlp.grok.grammar.ForwardComposition
 
toString() - Method in class opennlp.grok.grammar.ForwardApplication
 
toString() - Method in class opennlp.grok.grammar.BackwardTypeRaising
 
toString() - Method in class opennlp.grok.grammar.BackwardSubstitution
 
toString() - Method in class opennlp.grok.grammar.BackwardComposition
 
toString() - Method in class opennlp.grok.grammar.BackwardApplication
 
toString() - Method in class opennlp.grok.grammar.AbstractRule
 
toString() - Method in class opennlp.grok.lexicon.MorphItem
 
toString() - Method in class opennlp.grok.lexicon.EntriesItem
 
toString() - Method in class opennlp.grok.parse.DerivationHistory
 
toString() - Method in class opennlp.grok.parse.Chart
 
toString() - Method in class opennlp.grok.preprocess.mwe.VariableMWEModel.ModelData
 
toString() - Method in class opennlp.grok.unify.GSubstitution
 
toString() - Method in class opennlp.grok.unify.GFeatVar
 
toString() - Method in class opennlp.grok.unify.GFeatStruc
 
toString() - Method in class opennlp.grok.util.SlashStack
 
toString() - Method in class opennlp.grok.util.SlashList
 
toString() - Method in class opennlp.grok.util.CatStack
 
toString() - Method in class opennlp.grok.util.CatList
 
toString() - Method in class opennlp.grok.util.CatHashSet
 
toString() - Method in class opennlp.grok.realize.Edge
Returns a string for the edge in the format {completeness} [nGramPrecision] orthography {bitset} :- category, where {completeness} and {bitset} are left out if SHOW_COMPLETENESS is false.
toString(byte) - Method in class opennlp.grok.expression.VarModality
 
toString(byte) - Method in class opennlp.grok.expression.SlashMode
 
toString(byte) - Method in interface opennlp.grok.expression.Modality
 
toXml() - Method in class opennlp.grok.lexicon.MorphItem
 
train(EventStream, int, int) - Static method in class opennlp.grok.preprocess.sentdetect.SentenceDetectorME
 
train(File, int, int, EndOfSentenceScanner) - Static method in class opennlp.grok.preprocess.sentdetect.SentenceDetectorME
Use this training method if you wish to supply an end of sentence scanner which provides a different set of ending chars than the default one, which is "\\.|!|\\?|\\\"|\\)".
train(String[]) - Static method in class opennlp.grok.preprocess.tokenize.TokenizerME
 

A B C D E F G H I K L M N O P R S T U V W _
Copyright © 2003 Jason Baldridge and Gann Bierner. All Rights Reserved.