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

D

DataStreamBuilder - Class in opennlp.tools.util
This is a DataStream of elements contained in a collection.
DataStreamBuilder() - Constructor for class opennlp.tools.util.DataStreamBuilder
Initializes the current instance.
DataStreamBuilder(Object) - Constructor for class opennlp.tools.util.DataStreamBuilder
Initializes the current instance.
DataStreamBuilder(Object[]) - Constructor for class opennlp.tools.util.DataStreamBuilder
Initializes the current instance.
DataStreamBuilder(Collection) - Constructor for class opennlp.tools.util.DataStreamBuilder
Initializes the current instance.
debug - Variable in class opennlp.tools.coref.AbstractLinker
Specifies whether debug print is generated.
debugOn - Variable in class opennlp.tools.parser.AbstractBottomUpParser
Turns debug print on or off.
DEFAULT - Static variable in class opennlp.tools.coref.resolver.MaxentResolver
Default feature value.
defaultAdvancePercentage - Static variable in class opennlp.tools.parser.AbstractBottomUpParser
The default amount of probability mass required of advanced outcomes.
defaultBeamSize - Static variable in class opennlp.tools.parser.AbstractBottomUpParser
The default beam size used if no beam size is given.
DefaultChunkerContextGenerator - Class in opennlp.tools.chunker
Features based on chunking model described in Fei Sha and Fernando Pereira.
DefaultChunkerContextGenerator() - Constructor for class opennlp.tools.chunker.DefaultChunkerContextGenerator
Creates the default context generator a chunker.
DefaultLinker - Class in opennlp.tools.coref
This class perform coreference for treebank style parses or for noun-phrase chunked data.
DefaultLinker(String, LinkerMode) - Constructor for class opennlp.tools.coref.DefaultLinker
Creates a new linker with the specified model directory, running in the specified mode.
DefaultLinker(String, LinkerMode, boolean) - Constructor for class opennlp.tools.coref.DefaultLinker
Creates a new linker with the specified model directory, running in the specified mode which uses a discourse model based on the specified parameter.
DefaultLinker(String, LinkerMode, boolean, double) - Constructor for class opennlp.tools.coref.DefaultLinker
Creates a new linker with the specified model directory, running in the specified mode which uses a discourse model based on the specified parameter and uses the specified fixed non-referential probability.
DefaultNameContextGenerator - Class in opennlp.tools.namefind
Class for determining contextual features for a tag/chunk style named-entity recognizer.
DefaultNameContextGenerator() - Constructor for class opennlp.tools.namefind.DefaultNameContextGenerator
Creates a name context generator.
DefaultNameContextGenerator(AdaptiveFeatureGenerator[]) - Constructor for class opennlp.tools.namefind.DefaultNameContextGenerator
Creates a name context generator with the specified cache size.
DefaultNonReferentialResolver - Class in opennlp.tools.coref.resolver
Default implementation of the NonReferentialResolver interface.
DefaultNonReferentialResolver(String, String, ResolverMode) - Constructor for class opennlp.tools.coref.resolver.DefaultNonReferentialResolver
 
DefaultParse - Class in opennlp.tools.coref.mention
This class is a wrapper for Parse mapping it to the API specified in Parse.
DefaultParse(Parse, int) - Constructor for class opennlp.tools.coref.mention.DefaultParse
Initializes the current instance.
DefaultPOSContextGenerator - Class in opennlp.tools.postag
A context generator for the POS Tagger.
DefaultPOSContextGenerator(Dictionary) - Constructor for class opennlp.tools.postag.DefaultPOSContextGenerator
Initializes the current instance.
DefaultPOSContextGenerator(int, Dictionary) - Constructor for class opennlp.tools.postag.DefaultPOSContextGenerator
Initializes the current instance.
defaultReferent(DiscourseEntity) - Method in class opennlp.tools.coref.resolver.IsAResolver
 
defaultReferent(DiscourseEntity) - Method in class opennlp.tools.coref.resolver.MaxentResolver
Returns whether the specified entity satisfies the criteria for being a default referent.
DefaultSDContextGenerator - Class in opennlp.tools.sentdetect
Generate event contexts for maxent decisions for sentence detection.
DefaultSDContextGenerator(char[]) - Constructor for class opennlp.tools.sentdetect.DefaultSDContextGenerator
Creates a new SDContextGenerator instance with no induced abbreviations.
DefaultSDContextGenerator(Set, char[]) - Constructor for class opennlp.tools.sentdetect.DefaultSDContextGenerator
Creates a new SDContextGenerator instance which uses the set of induced abbreviations.
DefaultTokenContextGenerator - Class in opennlp.tools.tokenize
Generate events for maxent decisions for tokenization.
DefaultTokenContextGenerator() - Constructor for class opennlp.tools.tokenize.DefaultTokenContextGenerator
 
definiteArticle(String, String) - Method in class opennlp.tools.coref.resolver.MaxentResolver
Returns whether the specified token is a definite article.
DefiniteNounResolver - Class in opennlp.tools.coref.resolver
Resolves coreference between definite noun-phrases.
DefiniteNounResolver(String, ResolverMode) - Constructor for class opennlp.tools.coref.resolver.DefiniteNounResolver
 
DefiniteNounResolver(String, ResolverMode, NonReferentialResolver) - Constructor for class opennlp.tools.coref.resolver.DefiniteNounResolver
 
DESCRIPTOR - Static variable in interface opennlp.tools.coref.Linker
String constant used to label a mention which is a description.
designatorsPattern - Static variable in interface opennlp.tools.coref.Linker
Regular expression for English corporate designators.
dict - Variable in class opennlp.tools.parser.AbstractParserEventStream
 
Dictionary - Interface in opennlp.tools.coref.mention
Interface to provide dictionary information to the coreference modulue assuming a heirarachly structured dictionary (such as WordNet) is avaliable.
Dictionary - Class in opennlp.tools.dictionary
This class is a dictionary.
Dictionary() - Constructor for class opennlp.tools.dictionary.Dictionary
Initializes an empty Dictionary.
Dictionary(boolean) - Constructor for class opennlp.tools.dictionary.Dictionary
 
Dictionary(InputStream) - Constructor for class opennlp.tools.dictionary.Dictionary
Initializes the Dictionary from an existing dictionary resource.
Dictionary(InputStream, boolean) - Constructor for class opennlp.tools.dictionary.Dictionary
 
DictionaryFactory - Class in opennlp.tools.coref.mention
Factory class used to get an instance of a dictionary object.
DictionaryFactory() - Constructor for class opennlp.tools.coref.mention.DictionaryFactory
 
DictionaryFeatureGenerator - Class in opennlp.tools.namefind
Generates features if the tokens are contained in the dictionary.
DictionaryFeatureGenerator(TokenNameFinder) - Constructor for class opennlp.tools.namefind.DictionaryFeatureGenerator
Initializes the current instance.
DictionaryNameFinder - Class in opennlp.tools.namefind
This is a dictionary based name finder, it scans text for names inside a dictionary.
DictionaryNameFinder(Dictionary) - Constructor for class opennlp.tools.namefind.DictionaryNameFinder
Initializes the current instance.
DictionarySerializer - Class in opennlp.tools.dictionary.serializer
 
DictionarySerializer() - Constructor for class opennlp.tools.dictionary.serializer.DictionarySerializer
 
DIFF - Static variable in class opennlp.tools.coref.resolver.MaxentResolver
Outcome when two mentions are not corefernt.
DiscourseElement - Class in opennlp.tools.coref
Represents an item in which can be put into the discourse model.
DiscourseElement(MentionContext) - Constructor for class opennlp.tools.coref.DiscourseElement
Creates a new discourse element which contains the specified mention.
DiscourseEntity - Class in opennlp.tools.coref
Represents an entity in a discourse model.
DiscourseEntity(MentionContext, GenderEnum, double, NumberEnum, double) - Constructor for class opennlp.tools.coref.DiscourseEntity
Creates a new entity based on the specified mention and its specified gender and number properties.
DiscourseEntity(MentionContext) - Constructor for class opennlp.tools.coref.DiscourseEntity
Creates a new entity based on the specified mention.
DiscourseModel - Class in opennlp.tools.coref
Represents the elements which are part of a discourse.
DiscourseModel() - Constructor for class opennlp.tools.coref.DiscourseModel
Creates a new discourse model.
distances - Variable in class opennlp.tools.coref.resolver.AbstractResolver
Debugging variable which holds statistics about mention distances durring training.
DocumentCategorizer - Interface in opennlp.tools.doccat
Interface for classes which categorize documents.
DocumentCategorizerEventStream - Class in opennlp.tools.doccat
Iterator-like class for modeling document classification events.
DocumentCategorizerEventStream(DataStream, FeatureGenerator[]) - Constructor for class opennlp.tools.doccat.DocumentCategorizerEventStream
Initializes the current instance.
DocumentCategorizerEventStream(DataStream) - Constructor for class opennlp.tools.doccat.DocumentCategorizerEventStream
Initializes the current instance.
DocumentCategorizerME - Class in opennlp.tools.doccat
Maxent implementation of DocumentCategorizer.
DocumentCategorizerME(MaxentModel) - Constructor for class opennlp.tools.doccat.DocumentCategorizerME
Initializes the current instance with the given MaxentModel.
DocumentCategorizerME(MaxentModel, FeatureGenerator[]) - Constructor for class opennlp.tools.doccat.DocumentCategorizerME
Initializes the current instance with a the given MaxentModel and FeatureGenerators.
DocumentNameFinder - Interface in opennlp.tools.namefind
Name finding interface which processes an entire document allowing the name finder to use context from the entire document.
DocumentSample - Class in opennlp.tools.doccat
Class which holds a classified document and its category.
DocumentSample(String, String) - Constructor for class opennlp.tools.doccat.DocumentSample
 
DocumentSample(String, String[]) - Constructor for class opennlp.tools.doccat.DocumentSample
 

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.