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

T

TAG - Static variable in class opennlp.tools.parser.ParserEventTypeEnum
 
tag(List) - Method in interface opennlp.tools.postag.POSTagger
Assigns the sentence of tokens pos tags.
tag(String[]) - Method in interface opennlp.tools.postag.POSTagger
Assigns the sentence of tokens pos tags.
tag(String) - Method in interface opennlp.tools.postag.POSTagger
Assigns the sentence of space-delimied tokens pos tags.
tag(List) - Method in class opennlp.tools.postag.POSTaggerME
 
tag(String[]) - Method in class opennlp.tools.postag.POSTaggerME
 
tag(int, String[]) - Method in class opennlp.tools.postag.POSTaggerME
Returns at most the specified number of taggings for the specified sentence.
tag(String) - Method in class opennlp.tools.postag.POSTaggerME
 
tagDictionary - Variable in class opennlp.tools.postag.POSTaggerME
Tag dictionary used for restricting words to a fixed set of tags.
TagDictionary - Interface in opennlp.tools.postag
Interface to determine which tags are valid for a particular word based on a tag dictionary.
tagger - Variable in class opennlp.tools.parser.AbstractBottomUpParser
The pos-tagger that the parser uses.
TEST - Static variable in class opennlp.tools.coref.LinkerMode
Testing mode, used to identify coreference relationships in un-annotatoed text.
TEST - Static variable in class opennlp.tools.coref.resolver.ResolverMode
 
TestGenderModel - Interface in opennlp.tools.coref.sim
Interface for testing a gender model.
testModel(String) - Static method in class opennlp.tools.coref.sim.GenderModel
 
testModel(String) - Static method in class opennlp.tools.coref.sim.NumberModel
 
testModel(String) - Static method in class opennlp.tools.coref.sim.SimilarityModel
 
TestNumberModel - Interface in opennlp.tools.coref.sim
Interface for testing a number model.
TestSimilarityModel - Interface in opennlp.tools.coref.sim
Interface for testing a similarity model.
thirdPersonPronounPattern - Static variable in interface opennlp.tools.coref.Linker
Regular expression for English third person pronouns.
toArray() - Method in class opennlp.tools.util.CountedNumberedSet
 
toArray(Object[]) - Method in class opennlp.tools.util.CountedNumberedSet
 
toArray() - Method in class opennlp.tools.util.CountedSet
 
toArray(Object[]) - Method in class opennlp.tools.util.CountedSet
 
toArray() - Method in class opennlp.tools.util.NumberedSet
 
toArray(Object[]) - Method in class opennlp.tools.util.NumberedSet
 
toDictionary() - Method in class opennlp.tools.ngram.NGramModel
 
toDictionary(boolean) - Method in class opennlp.tools.ngram.NGramModel
Creates a dictionary which contains all TokenLists which are in the current NGramModel.
TOK_NODE - Static variable in class opennlp.tools.parser.AbstractBottomUpParser
The label for a token node.
Token - Class in opennlp.tools.ngram
Representation of a token which is shared by all instances of that token.
TokenChunker - Class in opennlp.tools.lang.spanish
Class which identifies multi-token chunk which are treated as a single token in for POS-tagging.
TokenChunker(String) - Constructor for class opennlp.tools.lang.spanish.TokenChunker
 
TokenClassFeatureGenerator - Class in opennlp.tools.namefind
Generates features for different for the class of the token.
TokenClassFeatureGenerator() - Constructor for class opennlp.tools.namefind.TokenClassFeatureGenerator
 
TokenClassFeatureGenerator(boolean) - Constructor for class opennlp.tools.namefind.TokenClassFeatureGenerator
 
TokenContextGenerator - Interface in opennlp.tools.tokenize
Interface for TokenizerME context generators.
tokenFeature(String) - Static method in class opennlp.tools.namefind.FeatureGeneratorUtil
Generates a class name for the specified token.
TokenFeatureGenerator - Class in opennlp.tools.namefind
Generates a feature which contains the token itself.
TokenFeatureGenerator(boolean) - Constructor for class opennlp.tools.namefind.TokenFeatureGenerator
 
TokenFeatureGenerator() - Constructor for class opennlp.tools.namefind.TokenFeatureGenerator
 
tokenize(String) - Method in interface opennlp.tools.tokenize.Tokenizer
Tokenize a string.
tokenizePos(String) - Method in class opennlp.tools.tokenize.SimpleTokenizer
 
tokenizePos(String) - Method in interface opennlp.tools.tokenize.Tokenizer
Tokenize a string.
tokenizePos(String) - Method in class opennlp.tools.tokenize.TokenizerME
Tokenizes the string.
tokenizePos(String) - Method in class opennlp.tools.tokenize.WhitespaceTokenizer
 
Tokenizer - Class in opennlp.tools.lang.english
A tokenizer which uses default English data for the maxent model.
Tokenizer(String) - Constructor for class opennlp.tools.lang.english.Tokenizer
 
Tokenizer(MaxentModel) - Constructor for class opennlp.tools.lang.english.Tokenizer
 
Tokenizer - Class in opennlp.tools.lang.german
A tokenizer which uses default German data for the maxent model.
Tokenizer(String) - Constructor for class opennlp.tools.lang.german.Tokenizer
 
Tokenizer(MaxentModel) - Constructor for class opennlp.tools.lang.german.Tokenizer
 
Tokenizer - Class in opennlp.tools.lang.spanish
A tokenizer for Spanish text whish uses a maxent model.
Tokenizer(String) - Constructor for class opennlp.tools.lang.spanish.Tokenizer
 
Tokenizer(MaxentModel) - Constructor for class opennlp.tools.lang.spanish.Tokenizer
 
Tokenizer - Class in opennlp.tools.lang.thai
Tokenizer for Thai text.
Tokenizer(String) - Constructor for class opennlp.tools.lang.thai.Tokenizer
 
Tokenizer(MaxentModel) - Constructor for class opennlp.tools.lang.thai.Tokenizer
 
Tokenizer - Interface in opennlp.tools.tokenize
The interface for tokenizers, which turn messy text into nicely segmented text tokens.
TokenizerME - Class in opennlp.tools.tokenize
A Tokenizer for converting raw text into separated tokens.
TokenizerME(MaxentModel) - Constructor for class opennlp.tools.tokenize.TokenizerME
Class constructor which takes the string locations of the information which the maxent model needs.
TokenList - Class in opennlp.tools.ngram
Representation of multiple tokens using the Token class.
TokenList(Token[]) - Constructor for class opennlp.tools.ngram.TokenList
Initializes the current instance.
TokenList(String[]) - Constructor for class opennlp.tools.ngram.TokenList
 
TokenNameFinder - Interface in opennlp.tools.namefind
The interface for name finders which provide name tags for a sequence of tokens.
TokenPatternFeatureGenerator - Class in opennlp.tools.namefind
Partitions tokens into sub-tokens based on character classes and generates class features for each of the sub-tokens and combinations of those sub-tokens.
TokenPatternFeatureGenerator() - Constructor for class opennlp.tools.namefind.TokenPatternFeatureGenerator
Initializes a new instance.
TokenPatternFeatureGenerator(Tokenizer) - Constructor for class opennlp.tools.namefind.TokenPatternFeatureGenerator
Initializes a new instance.
tokens - Variable in class opennlp.tools.coref.sim.Context
 
TokenSet - Class in opennlp.tools.ngram
The token cache is based on a WeakHashMap.
TokEventCollector - Class in opennlp.tools.tokenize
Generate event contexts for maxent decisions for tokenization detection.
TokEventCollector(Reader) - Constructor for class opennlp.tools.tokenize.TokEventCollector
Class constructor.
TokSpanEventStream - Class in opennlp.tools.tokenize
An implementation of EventStream which allows events to be added by offset and returns events for these offset-based tokens.
TokSpanEventStream(boolean, TokenContextGenerator) - Constructor for class opennlp.tools.tokenize.TokSpanEventStream
Initializes the current instance.
TokSpanEventStream(boolean) - Constructor for class opennlp.tools.tokenize.TokSpanEventStream
Initializes the current instance.
TOP_NODE - Static variable in class opennlp.tools.parser.AbstractBottomUpParser
The label for the top node.
topKSequences(List, List) - Method in class opennlp.tools.lang.english.ParserChunker
 
topKSequences(String[], String[], double) - Method in class opennlp.tools.lang.english.ParserChunker
 
topKSequences(List) - Method in class opennlp.tools.lang.english.ParserTagger
 
topKSequences(String[]) - Method in class opennlp.tools.lang.english.ParserTagger
 
topKSequences(List, List) - Method in interface opennlp.tools.parser.ParserChunker
Returns the top k chunk sequences for the specified sentence with the specified pos-tags
topKSequences(String[], String[], double) - Method in interface opennlp.tools.parser.ParserChunker
Returns the top k chunk sequences for the specified sentence with the specified pos-tags
topKSequences(List) - Method in interface opennlp.tools.parser.ParserTagger
 
topKSequences(String[]) - Method in interface opennlp.tools.parser.ParserTagger
 
toString() - Method in class opennlp.tools.coref.DiscourseElement
 
toString() - Method in class opennlp.tools.coref.LinkerMode
 
toString() - Method in class opennlp.tools.coref.mention.DefaultParse
 
toString() - Method in class opennlp.tools.coref.mention.Mention
 
toString() - Method in interface opennlp.tools.coref.mention.Parse
 
toString() - Method in class opennlp.tools.coref.resolver.ResolverMode
 
toString() - Method in class opennlp.tools.coref.sim.Context
 
toString() - Method in class opennlp.tools.coref.sim.GenderEnum
 
toString() - Method in class opennlp.tools.coref.sim.NumberEnum
 
toString() - Method in class opennlp.tools.coref.sim.SemanticEnum
 
toString() - Method in class opennlp.tools.dictionary.Dictionary
 
toString() - Method in class opennlp.tools.namefind.CachedFeatureGenerator
 
toString() - Method in class opennlp.tools.namefind.NameSample
 
toString() - Method in class opennlp.tools.namefind.WindowFeatureGenerator
 
toString() - Method in class opennlp.tools.ngram.NGramModel
 
toString() - Method in class opennlp.tools.ngram.Token
Represents the token as human-readable string.
toString() - Method in class opennlp.tools.ngram.TokenList
 
toString() - Method in class opennlp.tools.parser.Parse
 
toString() - Method in class opennlp.tools.parser.ParserEventTypeEnum
 
toString() - Method in class opennlp.tools.util.Pair
 
toString() - Method in class opennlp.tools.util.Sequence
 
toString() - Method in class opennlp.tools.util.Span
Generates a human readable string.
toText() - Method in class opennlp.tools.coref.mention.MentionContext
Returns the text of this mention.
train(EventStream, int, int) - Static method in class opennlp.tools.chunker.ChunkerME
Trains a new model for the ChunkerME.
train() - Method in class opennlp.tools.coref.AbstractLinker
 
train() - Method in interface opennlp.tools.coref.Linker
Trains the linker based on the data specified via calls to setEntities.
TRAIN - Static variable in class opennlp.tools.coref.LinkerMode
Trianing mode, used to learn coreference relationships in annotatoed text.
train() - Method in class opennlp.tools.coref.resolver.AbstractResolver
 
train() - Method in class opennlp.tools.coref.resolver.DefaultNonReferentialResolver
 
train() - Method in class opennlp.tools.coref.resolver.FixedNonReferentialResolver
 
train() - Method in class opennlp.tools.coref.resolver.MaxentResolver
 
train() - Method in interface opennlp.tools.coref.resolver.NonReferentialResolver
Trains a model based on the events given to this resolver via #addEvent.
train() - Method in interface opennlp.tools.coref.resolver.Resolver
Retrains model on examples for which retain was called.
TRAIN - Static variable in class opennlp.tools.coref.resolver.ResolverMode
 
train() - Method in class opennlp.tools.coref.resolver.SingletonNonReferentialResolver
 
train(DocumentCategorizerEventStream) - Static method in class opennlp.tools.doccat.DocumentCategorizerME
Trains a new model for the DocumentCategorizerME.
train(EventStream, int, int) - Static method in class opennlp.tools.namefind.NameFinderME
 
train(EventStream, int, int) - Static method in class opennlp.tools.parser.chunking.Parser
 
train(EventStream, File) - Static method in class opennlp.tools.postag.POSTaggerME
Trains a new model.
train(EventStream, int, int) - Static method in class opennlp.tools.postag.POSTaggerME
Trains a new model
train(EventStream, int, int) - Static method in class opennlp.tools.sentdetect.SentenceDetectorME
Trains a new model for the SentenceDetectorME.
train(File, int, int, EndOfSentenceScanner) - Static method in class opennlp.tools.sentdetect.SentenceDetectorME
Use this training method if you wish to supply an end of sentence scanner which provides a different set of ending chars other than the default ones.
train(EventStream) - Static method in class opennlp.tools.tokenize.TokenizerME
Trains the TokenizerME, use this to create a new model.
train(EventStream, File, String) - Static method in class opennlp.tools.tokenize.TokenizerME
Trains the TokenizerME, use this to create a new model.
trainModel(String) - Static method in class opennlp.tools.coref.sim.GenderModel
 
trainModel() - Method in class opennlp.tools.coref.sim.GenderModel
 
trainModel(String) - Static method in class opennlp.tools.coref.sim.NumberModel
 
trainModel() - Method in class opennlp.tools.coref.sim.NumberModel
 
trainModel(String) - Static method in class opennlp.tools.coref.sim.SimilarityModel
 
trainModel() - Method in class opennlp.tools.coref.sim.SimilarityModel
Train a model based on the previously supplied evidence.
trainModel() - Method in interface opennlp.tools.coref.sim.TrainSimilarityModel
 
TrainSimilarityModel - Interface in opennlp.tools.coref.sim
Interface for training a similarity, gender, or number model.
TreebankChunker - Class in opennlp.tools.lang.english
This is a chunker based on the CONLL chunking task which uses Penn Treebank constituents as the basis for the chunks.
TreebankChunker(String) - Constructor for class opennlp.tools.lang.english.TreebankChunker
Creates an English Treebank Chunker which uses the specified model file.
TreebankChunker(MaxentModel) - Constructor for class opennlp.tools.lang.english.TreebankChunker
Creates an English Treebank Chunker which uses the specified model.
TreebankChunker(MaxentModel, ChunkerContextGenerator) - Constructor for class opennlp.tools.lang.english.TreebankChunker
Creates an English Treebank Chunker which uses the specified model and context generator.
TreebankChunker(MaxentModel, ChunkerContextGenerator, int) - Constructor for class opennlp.tools.lang.english.TreebankChunker
Creates an English Treebank Chunker which uses the specified model and context generator which will be decoded using the specified beamSize.
TreebankLinker - Class in opennlp.tools.lang.english
This class perform coreference for treebank style parses.
TreebankLinker(String, LinkerMode) - Constructor for class opennlp.tools.lang.english.TreebankLinker
 
TreebankLinker(String, LinkerMode, boolean) - Constructor for class opennlp.tools.lang.english.TreebankLinker
 
TreebankLinker(String, LinkerMode, boolean, double) - Constructor for class opennlp.tools.lang.english.TreebankLinker
 
TreebankParser - Class in opennlp.tools.lang.english
Class for performing full parsing on English text.
TreebankParser() - Constructor for class opennlp.tools.lang.english.TreebankParser
 
TreeHeap - Class in opennlp.tools.util
An implementation of the Heap interface based on SortedSet.
TreeHeap() - Constructor for class opennlp.tools.util.TreeHeap
Creates a new tree heap.
TreeHeap(int) - Constructor for class opennlp.tools.util.TreeHeap
Creates a new tree heap of the specified size.
type - Variable in class opennlp.tools.coref.mention.Mention
A string representing the type of this extent.

A B C D E F G H I J K L M N O P Q R S T U V W Z
Copyright 2008 Jason Baldridge, Gann Bierner, and Thomas Morton. All Rights Reserved.