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

A

a - Variable in class opennlp.tools.util.Pair
 
AbstractBottomUpParser - Class in opennlp.tools.parser
Abstract class which contains code to tag and chunk parses for bottom up parsing and leaves implmentation of advancing parses and completing parses to extend class.
AbstractBottomUpParser(ParserTagger, ParserChunker, HeadRules, int, double) - Constructor for class opennlp.tools.parser.AbstractBottomUpParser
 
AbstractContextGenerator - Class in opennlp.tools.parser
Abstract class containing many of the methods used to generate contexts for parsing.
AbstractContextGenerator() - Constructor for class opennlp.tools.parser.AbstractContextGenerator
 
AbstractEndOfSentenceScanner - Class in opennlp.tools.sentdetect
Abstract class for common methods related to identifying potential ends of sentences.
AbstractEndOfSentenceScanner() - Constructor for class opennlp.tools.sentdetect.AbstractEndOfSentenceScanner
 
AbstractLinker - Class in opennlp.tools.coref
Provides a default implementation of many of the methods in Linker that most implementations of Linker will want to extend.
AbstractLinker(String, LinkerMode) - Constructor for class opennlp.tools.coref.AbstractLinker
Creates a new linker using the models in the specified project directory and using the specified mode.
AbstractLinker(String, LinkerMode, boolean) - Constructor for class opennlp.tools.coref.AbstractLinker
Creates a new linker using the models in the specified project directory, using the specified mode, and combining coreferent entities based on the specified value.
AbstractMentionFinder - Class in opennlp.tools.coref.mention
Provides default implementation of many of the methods in the MentionFinder interface.
AbstractMentionFinder() - Constructor for class opennlp.tools.coref.mention.AbstractMentionFinder
 
AbstractParse - Class in opennlp.tools.coref.mention
Provides default implemenation of many of the methods in the Parse interface.
AbstractParse() - Constructor for class opennlp.tools.coref.mention.AbstractParse
 
AbstractParserEventStream - Class in opennlp.tools.parser
Abstract class extended by parser event streams which perform tagging and chunking.
AbstractParserEventStream(DataStream, HeadRules, ParserEventTypeEnum, Dictionary) - Constructor for class opennlp.tools.parser.AbstractParserEventStream
 
AbstractParserEventStream(DataStream, HeadRules, ParserEventTypeEnum) - Constructor for class opennlp.tools.parser.AbstractParserEventStream
 
AbstractResolver - Class in opennlp.tools.coref.resolver
Default implementation of some methods in the Resolver interface.
AbstractResolver(int) - Constructor for class opennlp.tools.coref.resolver.AbstractResolver
 
AdaptiveFeatureGenerator - Interface in opennlp.tools.namefind
An interface for generating features for name entity identification and for updating document level contexts.
add(TokenList) - Method in class opennlp.tools.ngram.NGramModel
Adds one NGram, if it already exists the count increase by one.
add(TokenList, int, int) - Method in class opennlp.tools.ngram.NGramModel
Adds NGrams up to the specified length to the current instance.
add(String, int, int) - Method in class opennlp.tools.ngram.NGramModel
Adds character NGrams to the current instance.
add(Parse, HeadRules) - Method in class opennlp.tools.parser.Parse
 
add(Object) - Method in class opennlp.tools.util.CountedNumberedSet
 
add(Object) - Method in class opennlp.tools.util.CountedSet
 
add(Object) - Method in class opennlp.tools.util.DataStreamBuilder
Adds the given data object.
add(Object[]) - Method in class opennlp.tools.util.DataStreamBuilder
Adds the given array of data.
add(Collection) - Method in class opennlp.tools.util.DataStreamBuilder
Adds the given collection of data.
add(Object) - Method in interface opennlp.tools.util.Heap
Adds the specified object to the heap.
add(Object) - Method in class opennlp.tools.util.ListHeap
 
add(Object) - Method in class opennlp.tools.util.NumberedSet
 
add(String, double) - Method in class opennlp.tools.util.Sequence
Adds an outcome and probability to this sequence.
add(Object) - Method in class opennlp.tools.util.TreeHeap
 
addAll(Collection) - Method in class opennlp.tools.util.CountedNumberedSet
 
addAll(Collection) - Method in class opennlp.tools.util.CountedSet
 
addAll(Collection) - Method in class opennlp.tools.util.NumberedSet
 
addEntity(DiscourseEntity) - Method in class opennlp.tools.coref.DiscourseModel
Adds the specified entity to this discourse model.
addEntry(String, String) - Method in class opennlp.tools.postag.POSDictionaryWriter
 
addEvent(MentionContext) - Method in class opennlp.tools.coref.resolver.DefaultNonReferentialResolver
 
addEvent(MentionContext) - Method in class opennlp.tools.coref.resolver.FixedNonReferentialResolver
 
addEvent(MentionContext) - Method in interface opennlp.tools.coref.resolver.NonReferentialResolver
Designates that the specified mention be used for training.
addEvent(String[], String[], int) - Method in class opennlp.tools.postag.POSEventGenerator
Adds an event for the tag in the tags array and token in the token array at teh specified index.
addEvents(String[], String[]) - Method in class opennlp.tools.postag.POSEventGenerator
Adds events for each tag/token of the specified arrays.
addEvents(Span[], String) - Method in class opennlp.tools.tokenize.TokSpanEventStream
Adds training events to the event stream for each of the specified tokens.
addFeatureGenerator(AdaptiveFeatureGenerator) - Method in class opennlp.tools.namefind.DefaultNameContextGenerator
 
addFeatureGenerator(AdaptiveFeatureGenerator) - Method in interface opennlp.tools.namefind.NameContextGenerator
Adds a feature generator to this set of feature generators.
additionalContext(String[], Map) - Static method in class opennlp.tools.namefind.NameFinderEventStream
Generated previous decision features for each token based on contents of the specifed map.
AdditionalContextFeatureGenerator - Class in opennlp.tools.namefind
The AdditionalContextFeatureGenerator generates the context from the passed in additional context.
addMention(MentionContext) - Method in class opennlp.tools.coref.DiscourseElement
Adds the specified mention to this discourse element.
addNextPunctuation(Parse) - Method in class opennlp.tools.parser.Parse
Designates that the specifed punctuation follows this parse.
addParseEvents(List, Parse[]) - Method in class opennlp.tools.parser.AbstractParserEventStream
Produces all events for the specified sentence chunks and adds them to the specified list.
addParseEvents(List, Parse[]) - Method in class opennlp.tools.parser.chunking.ParserEventStream
Adds events for parsing (post tagging and chunking to the specified list of events for the specified parse chunks.
addPreviousPunctuation(Parse) - Method in class opennlp.tools.parser.Parse
Designates that the specifed punctuation should is prior to this parse.
addProb(double) - Method in class opennlp.tools.parser.Parse
Adds the specified probability log to this current log for this parse.
adjoin(Parse, HeadRules) - Method in class opennlp.tools.parser.Parse
Sister adjoins this node's last child and the specified sister node and returns their new parent node.
adjoinRoot(Parse, HeadRules, int) - Method in class opennlp.tools.parser.Parse
 
advanceChunks(Parse, double) - Method in class opennlp.tools.parser.AbstractBottomUpParser
Reutrns the top chunk sequences for the specified parse.
advanceParses(Parse, double) - Method in class opennlp.tools.parser.AbstractBottomUpParser
Advances the specified parse and returns the an array advanced parses whose probability accounts for more than the speicficed amount of probability mass.
advanceParses(Parse, double) - Method in class opennlp.tools.parser.chunking.Parser
 
advanceTags(Parse) - Method in class opennlp.tools.parser.AbstractBottomUpParser
Advances the parse by assigning it POS tags and returns multiple tag sequences.
advanceTop(Parse) - Method in class opennlp.tools.parser.AbstractBottomUpParser
Adds the "TOP" node to the specified parse.
advanceTop(Parse) - Method in class opennlp.tools.parser.chunking.Parser
 
alphaNumeric - Static variable in class opennlp.tools.tokenize.TokenizerME
Alpha-Numeric Pattern
ATTACH - Static variable in class opennlp.tools.parser.ParserEventTypeEnum
 
Attributes - Class in opennlp.tools.dictionary.serializer
The Attributes class stores name value pairs.
Attributes() - Constructor for class opennlp.tools.dictionary.serializer.Attributes
 

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.