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

N

NAME_TYPES - Static variable in class opennlp.tools.lang.english.NameFinder
 
NameContextGenerator - Interface in opennlp.tools.namefind
Interface for generating the context for an name finder by specifying a set of geature generators.
NameFinder - Class in opennlp.tools.lang.english
Class is used to create a name finder for English.
NameFinder(MaxentModel) - Constructor for class opennlp.tools.lang.english.NameFinder
Creates an English name finder using the specified model.
NameFinderEventStream - Class in opennlp.tools.namefind
Class for creating an event stream out of data files for training an name finder.
NameFinderEventStream(NameSampleStream, NameContextGenerator) - Constructor for class opennlp.tools.namefind.NameFinderEventStream
Creates a new name finder event stream using the specified data stream and context generator.
NameFinderEventStream(NameSampleStream) - Constructor for class opennlp.tools.namefind.NameFinderEventStream
 
NameFinderME - Class in opennlp.tools.namefind
Class for creating a maximum-entropy-based name finder.
NameFinderME(MaxentModel) - Constructor for class opennlp.tools.namefind.NameFinderME
Creates a new name finder with the specified model.
NameFinderME(MaxentModel, NameContextGenerator) - Constructor for class opennlp.tools.namefind.NameFinderME
Creates a new name finder with the specified model and context generator.
NameFinderME(MaxentModel, NameContextGenerator, int) - Constructor for class opennlp.tools.namefind.NameFinderME
Creates a new name finder with the specified model and context generator.
NameSample - Class in opennlp.tools.namefind
Class for holding names for a single unit of text.
NameSample(Token[], Span[], String[], String[][], boolean) - Constructor for class opennlp.tools.namefind.NameSample
Initializes the current instance.
NameSample(Token[], Span[], boolean) - Constructor for class opennlp.tools.namefind.NameSample
Initializes the current instance.
NameSample(Token[], Span[], String[], boolean) - Constructor for class opennlp.tools.namefind.NameSample
 
NameSampleDataStream - Class in opennlp.tools.namefind
Creates name stream from annotated data which is one-sentence per line and tokenized with names identified by <START> and <END> tags.
NameSampleDataStream(DataStream) - Constructor for class opennlp.tools.namefind.NameSampleDataStream
 
NameSampleStream - Interface in opennlp.tools.namefind
Interface for provinding a stream of names.
nameType - Variable in class opennlp.tools.coref.mention.Mention
A string representing the name type for this extent.
ndh - Variable in class opennlp.tools.parser.AbstractBottomUpParser
Incomplete parses which have been advanced.
NEUTER - Static variable in class opennlp.tools.coref.sim.GenderEnum
Nueter gender.
neuterPronounPattern - Static variable in interface opennlp.tools.coref.Linker
Regular expression for English nueter pronouns.
next() - Method in class opennlp.tools.namefind.NameSampleDataStream
 
next() - Method in interface opennlp.tools.namefind.NameSampleStream
 
next() - Method in class opennlp.tools.util.ReverseListIterator
 
NEXT_PREFIX - Static variable in class opennlp.tools.namefind.WindowFeatureGenerator
 
nextEvent() - Method in class opennlp.tools.chunker.ChunkerEventStream
 
nextEvent() - Method in class opennlp.tools.doccat.DocumentCategorizerEventStream
 
nextEvent() - Method in class opennlp.tools.namefind.NameFinderEventStream
 
nextEvent() - Method in class opennlp.tools.parser.AbstractParserEventStream
 
nextEvent() - Method in class opennlp.tools.postag.POSEventGenerator
 
nextEvent() - Method in class opennlp.tools.postag.POSEventStream
 
nextEvent() - Method in class opennlp.tools.sentdetect.SDEventStream
 
nextEvent() - Method in class opennlp.tools.tokenize.TokSpanEventStream
 
nextEvent() - Method in class opennlp.tools.util.CollectionEventStream
 
nextToken() - Method in class opennlp.tools.util.DataStreamBuilder
Retrives the next token.
ngramDictionary - Variable in class opennlp.tools.postag.POSTaggerME
 
NGramModel - Class in opennlp.tools.ngram
The NGramModel can be used to crate ngrams and character ngrams.
NGramModel() - Constructor for class opennlp.tools.ngram.NGramModel
Initializes an empty instance.
NGramModel(InputStream) - Constructor for class opennlp.tools.ngram.NGramModel
Initializes the current instance.
NO_SPLIT - Static variable in class opennlp.tools.tokenize.DefaultTokenContextGenerator
Constant indicates no token split.
nonReferentialResolver - Variable in class opennlp.tools.coref.resolver.MaxentResolver
The model for computing non-referential probabilities.
NonReferentialResolver - Interface in opennlp.tools.coref.resolver
Provides the interface for a object to provide a resolver with a non-referential probability.
NP - Static variable in interface opennlp.tools.coref.Linker
String constatant used to label a mention which consists of a single noun phrase.
Number - Class in opennlp.tools.coref.sim
Class which models the number of an enity and the confidence of that association.
Number(NumberEnum, double) - Constructor for class opennlp.tools.coref.sim.Number
 
numberDist(Context) - Method in class opennlp.tools.coref.sim.NumberModel
 
numberDist(Context) - Method in interface opennlp.tools.coref.sim.TestNumberModel
 
NumberedSet - Class in opennlp.tools.util
Class which keeps a set of values and assigns each value a unique positive index.
NumberedSet() - Constructor for class opennlp.tools.util.NumberedSet
 
NumberedSet(int) - Constructor for class opennlp.tools.util.NumberedSet
 
NumberEnum - Class in opennlp.tools.coref.sim
Enumeration of number types.
NumberModel - Class in opennlp.tools.coref.sim
Class which models the number of particular mentions and the entities made up of mentions.
numberOfGrams() - Method in class opennlp.tools.ngram.NGramModel
Retrives the total count of all Ngrams.
numEntitiesBack - Variable in class opennlp.tools.coref.resolver.AbstractResolver
The number of previous entities that resolver should consider.
numSentencesBack - Variable in class opennlp.tools.coref.resolver.AbstractResolver
The number of senteces back this resolver should look for a referent.

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.