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

C

Cache - Class in opennlp.tools.util
Provides fixed size, pre-allocated, least recently used replacement cache.
Cache(int) - Constructor for class opennlp.tools.util.Cache
Creates a new cache of the specified size.
CachedFeatureGenerator - Class in opennlp.tools.namefind
Caches features of the aggregated AdaptiveFeatureGenerators.
CachedFeatureGenerator(AdaptiveFeatureGenerator[]) - Constructor for class opennlp.tools.namefind.CachedFeatureGenerator
 
canResolve(MentionContext) - Method in class opennlp.tools.coref.resolver.CommonNounResolver
 
canResolve(MentionContext) - Method in class opennlp.tools.coref.resolver.DefiniteNounResolver
 
canResolve(MentionContext) - Method in class opennlp.tools.coref.resolver.IsAResolver
 
canResolve(MentionContext) - Method in class opennlp.tools.coref.resolver.PerfectResolver
 
canResolve(MentionContext) - Method in class opennlp.tools.coref.resolver.PluralNounResolver
 
canResolve(MentionContext) - Method in class opennlp.tools.coref.resolver.PluralPronounResolver
 
canResolve(MentionContext) - Method in class opennlp.tools.coref.resolver.ProperNounResolver
 
canResolve(MentionContext) - Method in interface opennlp.tools.coref.resolver.Resolver
Returns true if this resolver is able to resolve the referening experession of the same type as the specified mention.
canResolve(MentionContext) - Method in class opennlp.tools.coref.resolver.SingularPronounResolver
 
canResolve(MentionContext) - Method in class opennlp.tools.coref.resolver.SpeechPronounResolver
 
categorize(String[]) - Method in interface opennlp.tools.doccat.DocumentCategorizer
Categorizes the given text.
categorize(String) - Method in interface opennlp.tools.doccat.DocumentCategorizer
 
categorize(String[]) - Method in class opennlp.tools.doccat.DocumentCategorizerME
Categorizes the given text.
categorize(String) - Method in class opennlp.tools.doccat.DocumentCategorizerME
 
cg - Variable in class opennlp.tools.util.BeamSearch
 
CharacterNgramFeatureGenerator - Class in opennlp.tools.namefind
The CharacterNgramFeatureGenerator uses character ngrams to generate features about each token.
CharacterNgramFeatureGenerator(int, int) - Constructor for class opennlp.tools.namefind.CharacterNgramFeatureGenerator
 
CharacterNgramFeatureGenerator() - Constructor for class opennlp.tools.namefind.CharacterNgramFeatureGenerator
Initializes the current instance with min 2 length and max 5 length of ngrams.
CHECK - Static variable in class opennlp.tools.parser.ParserEventTypeEnum
 
checkcons(Parse, String, String, List) - Method in class opennlp.tools.parser.AbstractContextGenerator
Produces features to determine whether the specified child node is part of a complete constituent of the specified type and adds those features to the specfied list.
checkcons(Parse, Parse, String, List) - Method in class opennlp.tools.parser.AbstractContextGenerator
 
CheckContextGenerator - Class in opennlp.tools.parser.chunking
Class for generating predictive context for deciding when a constituent is complete.
CheckContextGenerator() - Constructor for class opennlp.tools.parser.chunking.CheckContextGenerator
Creates a new context generator for generating predictive context for deciding when a constituent is complete.
checkForMerges(DiscourseModel, DiscourseEntity[]) - Method in class opennlp.tools.coref.AbstractLinker
 
chunk(List, List) - Method in interface opennlp.tools.chunker.Chunker
Generates chunk tags for the given sequence returning the result in a list.
chunk(Object[], String[]) - Method in interface opennlp.tools.chunker.Chunker
Generates chunk tags for the given sequence returning the result in an array.
chunk(List, List) - Method in class opennlp.tools.chunker.ChunkerME
 
chunk(Object[], String[]) - Method in class opennlp.tools.chunker.ChunkerME
 
CHUNK - Static variable in class opennlp.tools.parser.ParserEventTypeEnum
 
ChunkContextGenerator - Class in opennlp.tools.parser
Creates predivtive context for the pre-chunking phases of parsing.
ChunkContextGenerator() - Constructor for class opennlp.tools.parser.ChunkContextGenerator
 
ChunkContextGenerator(int) - Constructor for class opennlp.tools.parser.ChunkContextGenerator
 
Chunker - Interface in opennlp.tools.chunker
The interface for chunkers which provide chunk tags for a sequence of tokens.
chunker - Variable in class opennlp.tools.parser.AbstractBottomUpParser
The chunker that the parser uses to chunk non-recursive structures.
ChunkerContextGenerator - Interface in opennlp.tools.chunker
Interface for the context generator used in syntactic chunking.
ChunkerEventStream - Class in opennlp.tools.chunker
Class for creating an event stream out of data files for training a chunker.
ChunkerEventStream(DataStream) - Constructor for class opennlp.tools.chunker.ChunkerEventStream
Creates a new event stream based on the specified data stream.
ChunkerEventStream(DataStream, ChunkerContextGenerator) - Constructor for class opennlp.tools.chunker.ChunkerEventStream
Creates a new event stream based on the specified data stream using the specified context generator.
ChunkerME - Class in opennlp.tools.chunker
The class represents a maximum-entropy-based chunker.
ChunkerME(MaxentModel) - Constructor for class opennlp.tools.chunker.ChunkerME
Creates a chunker using the specified model.
ChunkerME(MaxentModel, ChunkerContextGenerator) - Constructor for class opennlp.tools.chunker.ChunkerME
Creates a chunker using the specified model and context generator.
ChunkerME(MaxentModel, ChunkerContextGenerator, int) - Constructor for class opennlp.tools.chunker.ChunkerME
Creates a chunker using the specified model and context generator and decodes the model using a beam search of the specified size.
clear() - Method in class opennlp.tools.coref.DiscourseModel
Removes all elements from this discourse model.
clear() - Method in class opennlp.tools.util.Cache
 
clear() - Method in class opennlp.tools.util.CountedNumberedSet
 
clear() - Method in class opennlp.tools.util.CountedSet
 
clear() - Method in interface opennlp.tools.util.Heap
Clears the contents of the heap.
clear() - Method in class opennlp.tools.util.ListHeap
 
clear() - Method in class opennlp.tools.util.NumberedSet
 
clear() - Method in class opennlp.tools.util.TreeHeap
 
clearAdaptiveData() - Method in interface opennlp.tools.namefind.AdaptiveFeatureGenerator
Informs the feature generator that the context of the adaptive data (typically a document) is no longer valid.
clearAdaptiveData() - Method in class opennlp.tools.namefind.CachedFeatureGenerator
 
clearAdaptiveData() - Method in class opennlp.tools.namefind.DefaultNameContextGenerator
 
clearAdaptiveData() - Method in class opennlp.tools.namefind.FeatureGeneratorAdapter
 
clearAdaptiveData() - Method in interface opennlp.tools.namefind.NameContextGenerator
Informs all the feature generators for a name finder that the context of the adaptive data (typically a document) is no longer valid.
clearAdaptiveData() - Method in class opennlp.tools.namefind.NameFinderME
Forgets all adaptive data which was collected during previous calls to one of the find methods.
clearAdaptiveData() - Method in class opennlp.tools.namefind.PreviousMapFeatureGenerator
Clears the previous map.
clearAdaptiveData() - Method in class opennlp.tools.namefind.WindowFeatureGenerator
 
clone() - Method in class opennlp.tools.parser.Parse
 
clone(Parse) - Method in class opennlp.tools.parser.Parse
Clones the right frontier of parse up to the specified node.
cloneRoot(Parse, int) - Method in class opennlp.tools.parser.Parse
Clones the right frontier of this root parse up to and including the specified node.
collapsePunctuation(Parse[], Set) - Static method in class opennlp.tools.parser.AbstractBottomUpParser
Removes the punctuation from the specified set of chunks, adds it to the parses adjacent to the punctuation is specified, and returns a new array of parses with the punctuation removed.
collectCoordinatedNounPhrases - Variable in class opennlp.tools.coref.mention.AbstractMentionFinder
 
collectFeats - Variable in class opennlp.tools.sentdetect.DefaultSDContextGenerator
List for holding features as they are generated.
collectFeatures(String, String, String, String) - Method in class opennlp.tools.lang.thai.SentenceContextGenerator
 
collectFeatures(String, String, String, String) - Method in class opennlp.tools.sentdetect.DefaultSDContextGenerator
Determines some of the features for the sentence detector and adds them to list features.
CollectionEventStream - Class in opennlp.tools.util
Creates an event stream out of a collection of events.
CollectionEventStream(Collection) - Constructor for class opennlp.tools.util.CollectionEventStream
 
collectPrenominalNamedEntities - Variable in class opennlp.tools.coref.mention.AbstractMentionFinder
 
COMBINED_NPS - Static variable in interface opennlp.tools.coref.Linker
String constatant used to label a mention which consists of two or more noun phrases.
CommonNounResolver - Class in opennlp.tools.coref.resolver
Resolves coreference between common nouns.
CommonNounResolver(String, ResolverMode) - Constructor for class opennlp.tools.coref.resolver.CommonNounResolver
 
CommonNounResolver(String, ResolverMode, NonReferentialResolver) - Constructor for class opennlp.tools.coref.resolver.CommonNounResolver
 
compareTo(Object) - Method in class opennlp.tools.coref.mention.DefaultParse
 
compareTo(Object) - Method in class opennlp.tools.coref.mention.Mention
 
compareTo(Object) - Method in class opennlp.tools.parser.Parse
 
compareTo(Object) - Method in class opennlp.tools.util.Sequence
 
compareTo(Object) - Method in class opennlp.tools.util.Span
Compares the specified span to the current span.
compareToIgnoreCase(TokenList) - Method in class opennlp.tools.ngram.TokenList
Compares to tokens list and ignores the case of the tokens.
COMPATIBLE - Static variable in class opennlp.tools.coref.sim.SemanticEnum
Semantically compatible.
compatible(Context, Context) - Method in class opennlp.tools.coref.sim.SimilarityModel
Returns a number between 0 and 1 which represents the models belief that the specified mentions are compatible.
compatible(Context, Context) - Method in interface opennlp.tools.coref.sim.TestSimilarityModel
 
COMPLETE - Static variable in class opennlp.tools.parser.AbstractBottomUpParser
Outcome used when a constituent is complete.
complete() - Method in class opennlp.tools.parser.Parse
Returns whether this parse is complete.
completeParses - Variable in class opennlp.tools.parser.AbstractBottomUpParser
Completed parses.
computeGender(MentionContext) - Method in class opennlp.tools.coref.AbstractLinker
 
computeGender(MentionContext) - Method in class opennlp.tools.coref.DefaultLinker
 
computeGender(Context) - Method in class opennlp.tools.coref.sim.MaxentCompatibilityModel
 
computeNumber(MentionContext) - Method in class opennlp.tools.coref.AbstractLinker
 
computeNumber(MentionContext) - Method in class opennlp.tools.coref.DefaultLinker
 
computeNumber(Context) - Method in class opennlp.tools.coref.sim.MaxentCompatibilityModel
 
cons(Parse, int) - Method in class opennlp.tools.parser.AbstractContextGenerator
 
Cons - Class in opennlp.tools.parser
Class to hold feature information about a specific parse node.
Cons(String, String, int, boolean) - Constructor for class opennlp.tools.parser.Cons
 
cons2(List, Cons, Cons, Collection, boolean) - Method in class opennlp.tools.parser.AbstractContextGenerator
 
cons3(List, Cons, Cons, Cons, Collection, Collection, boolean, boolean, boolean) - Method in class opennlp.tools.parser.AbstractContextGenerator
Creates cons features involving the 3 specified nodes and adds them to the specified feature list.
consbo(Parse, int) - Method in class opennlp.tools.parser.AbstractContextGenerator
 
Constituent - Class in opennlp.tools.parser
Class used to hold constituents when reading parses.
Constituent(String, Span) - Constructor for class opennlp.tools.parser.Constituent
 
constructContexts(Mention[], HeadFinder) - Static method in class opennlp.tools.coref.sim.Context
 
constructHeadMap(List) - Method in class opennlp.tools.coref.mention.AbstractMentionFinder
Assigns head realtions between noun phrases and the child np which is their head.
constructMentionContexts(Mention[]) - Method in class opennlp.tools.coref.AbstractLinker
 
constructMentionContexts(Mention[]) - Method in interface opennlp.tools.coref.Linker
Creates mention contexts for the specified mention exents.
CONT - Static variable in class opennlp.tools.parser.AbstractBottomUpParser
Prefix for outcomes continuing a constituent.
contains(TokenList) - Method in class opennlp.tools.dictionary.Dictionary
Checks if this dictionary has the given entry.
contains(Token) - Method in class opennlp.tools.dictionary.Index
Checks if at leat one TokenList contains the given Token.
contains(TokenList) - Method in class opennlp.tools.ngram.NGramModel
Checks fit he given tokens are contained by the current instance.
contains(Object) - Method in class opennlp.tools.util.CountedNumberedSet
 
contains(Object) - Method in class opennlp.tools.util.CountedSet
 
contains(Object) - Method in class opennlp.tools.util.NumberedSet
 
contains(Span) - Method in class opennlp.tools.util.Span
Returns true if the specified span is contained by this span.
contains(int) - Method in class opennlp.tools.util.Span
 
containsAll(Collection) - Method in class opennlp.tools.util.CountedNumberedSet
 
containsAll(Collection) - Method in class opennlp.tools.util.CountedSet
 
containsAll(Collection) - Method in class opennlp.tools.util.NumberedSet
 
containsKey(Object) - Method in class opennlp.tools.util.Cache
 
containsValue(Object) - Method in class opennlp.tools.util.Cache
 
Context - Class in opennlp.tools.coref.sim
Specifies the context of a mention for computing gender, number, and semantic compatibility.
Context(Span, Span, int, Parse, String, String, HeadFinder) - Constructor for class opennlp.tools.coref.sim.Context
 
Context(Object[], String, String, String) - Constructor for class opennlp.tools.coref.sim.Context
 
Context(Mention, HeadFinder) - Constructor for class opennlp.tools.coref.sim.Context
 
contextGen - Variable in class opennlp.tools.postag.POSTaggerME
The feature context generator.
contextGenerator - Variable in class opennlp.tools.namefind.NameFinderME
 
CONTINUE - Static variable in class opennlp.tools.namefind.NameFinderME
 
convertAnnotatedString(String) - Static method in class opennlp.tools.postag.POSEventCollector
 
corefProject - Variable in class opennlp.tools.coref.AbstractLinker
The name of the project where the coreference models are stored.
COUNT - Static variable in class opennlp.tools.ngram.NGramModel
 
CountedNumberedSet - Class in opennlp.tools.util
Set which counts the number of times a values are added to it and assigns them a unique positive index.
CountedNumberedSet() - Constructor for class opennlp.tools.util.CountedNumberedSet
Creates a new counted set.
CountedNumberedSet(int) - Constructor for class opennlp.tools.util.CountedNumberedSet
Creates a new counted set of the specified initial size.
CountedSet - Class in opennlp.tools.util
Set which counts the number of times a values are added to it.
CountedSet() - Constructor for class opennlp.tools.util.CountedSet
Creates a new counted set.
CountedSet(int) - Constructor for class opennlp.tools.util.CountedSet
Creates a new counted set of the specified initial size.
create(InputStream, EntryInserter) - Static method in class opennlp.tools.dictionary.serializer.DictionarySerializer
Creates Entrys form the given InputStream and forwards these Entrys to the EntryInserter.
create(String) - Static method in class opennlp.tools.ngram.Token
Creates a new Token instance.
create(String[]) - Static method in class opennlp.tools.ngram.Token
Creates a token array from the provdided string array.
createDerivationString - Variable in class opennlp.tools.parser.AbstractBottomUpParser
Specifies whether a derivation string should be created during parsing.
createFeatures(List, String[], int, String[]) - Method in interface opennlp.tools.namefind.AdaptiveFeatureGenerator
Adds the appropriate features for the token at the specified index with the specified array of previous outcomes to the specified list of features.
createFeatures(List, String[], int, String[]) - Method in class opennlp.tools.namefind.AdditionalContextFeatureGenerator
 
createFeatures(List, String[], int, String[]) - Method in class opennlp.tools.namefind.CachedFeatureGenerator
 
createFeatures(List, String[], int, String[]) - Method in class opennlp.tools.namefind.CharacterNgramFeatureGenerator
 
createFeatures(List, String[], int, String[]) - Method in class opennlp.tools.namefind.DictionaryFeatureGenerator
 
createFeatures(List, String[], int, String[]) - Method in class opennlp.tools.namefind.PreviousMapFeatureGenerator
 
createFeatures(List, String[], int, String[]) - Method in class opennlp.tools.namefind.TokenClassFeatureGenerator
 
createFeatures(List, String[], int, String[]) - Method in class opennlp.tools.namefind.TokenFeatureGenerator
 
createFeatures(List, String[], int, String[]) - Method in class opennlp.tools.namefind.TokenPatternFeatureGenerator
 
createFeatures(List, String[], int, String[]) - Method in class opennlp.tools.namefind.WindowFeatureGenerator
 
crosses(Span) - Method in class opennlp.tools.util.Span
Returns true is the specified span crosses this span.
cutoff(int, int) - Method in class opennlp.tools.ngram.NGramModel
Deletes all ngram which do appear less than the cutoffUnder value and more often than the cutoffOver value.

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.