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

P

Pair - Class in opennlp.tools.util
Dinky class to package pairs of things
Pair(Object, Object) - Constructor for class opennlp.tools.util.Pair
 
pairedSampleSelection - Variable in class opennlp.tools.coref.resolver.MaxentResolver
When true, this designates that training should consist of a single positive and a single negitive example (when possible) for each mention.
parse - Variable in class opennlp.tools.coref.mention.Mention
The parse node that this extent is based on.
Parse - Interface in opennlp.tools.coref.mention
Interface for syntactic and named-entity information to be used in coreference annotation.
parse(Parse, int) - Method in class opennlp.tools.parser.AbstractBottomUpParser
 
parse(Parse) - Method in class opennlp.tools.parser.AbstractBottomUpParser
 
Parse - Class in opennlp.tools.parser
Data structure for holding parse constitents.
Parse(String, Span, String, double, int) - Constructor for class opennlp.tools.parser.Parse
Creates a new parse node for this specified text and span of the specified type with the specified probability and the specified head index.
Parse(String, Span, String, double, Parse) - Constructor for class opennlp.tools.parser.Parse
Creates a new parse node for this specified text and span of the specified type with the specified probability and the specified head and head index.
parse(Parse, int) - Method in interface opennlp.tools.parser.Parser
Returns the specified number of parses or fewer for the specified tokens.
parse(Parse) - Method in interface opennlp.tools.parser.Parser
Returns a parse for the specified parse of tokens.
parseContext(String) - Static method in class opennlp.tools.coref.sim.Context
 
parseLine(String, Parser, int) - Static method in class opennlp.tools.lang.english.TreebankParser
 
parseOneEntryPerLine(Reader) - Static method in class opennlp.tools.dictionary.Dictionary
Reads a dictionary which has one entry per line.
parseParse(String) - Static method in class opennlp.tools.parser.Parse
Parses the specified tree-bank style parse string and return a Parse structure for that string.
parseParse(String, GapLabeler) - Static method in class opennlp.tools.parser.Parse
Parses the specified tree-bank style parse string and return a Parse structure for that string.
Parser - Class in opennlp.tools.parser.chunking
Class for a shift reduce style parser based on Adwait Ratnaparkhi's 1998 thesis.
Parser(MaxentModel, MaxentModel, ParserTagger, ParserChunker, HeadRules) - Constructor for class opennlp.tools.parser.chunking.Parser
Creates a new parser using the specified models and head rules.
Parser(MaxentModel, MaxentModel, ParserTagger, ParserChunker, HeadRules, int, double) - Constructor for class opennlp.tools.parser.chunking.Parser
Creates a new parser using the specified models and head rules using the specified beam size and advance percentage.
Parser - Interface in opennlp.tools.parser
Interface for full-syntactic parsers.
ParserChunker - Class in opennlp.tools.lang.english
Class which perform chunking for non-recursive constituents.
ParserChunker(String) - Constructor for class opennlp.tools.lang.english.ParserChunker
 
ParserChunker(MaxentModel) - Constructor for class opennlp.tools.lang.english.ParserChunker
 
ParserChunker(String, int, int) - Constructor for class opennlp.tools.lang.english.ParserChunker
 
ParserChunker(MaxentModel, int, int) - Constructor for class opennlp.tools.lang.english.ParserChunker
 
ParserChunker - Interface in opennlp.tools.parser
Interface that a chunker used with the parser should implement.
ParserEventStream - Class in opennlp.tools.parser.chunking
Wrapper class for one of four parser event streams.
ParserEventStream(DataStream, HeadRules, ParserEventTypeEnum, Dictionary) - Constructor for class opennlp.tools.parser.chunking.ParserEventStream
Create an event stream based on the specified data stream of the specified type using the specified head rules.
ParserEventStream(DataStream, HeadRules, ParserEventTypeEnum) - Constructor for class opennlp.tools.parser.chunking.ParserEventStream
 
ParserEventTypeEnum - Class in opennlp.tools.parser
Enumerated type of event types for the parser.
ParserTagger - Class in opennlp.tools.lang.english
Part-of-speech tagger used by the parser.
ParserTagger(MaxentModel, Dictionary) - Constructor for class opennlp.tools.lang.english.ParserTagger
 
ParserTagger(String, Dictionary) - Constructor for class opennlp.tools.lang.english.ParserTagger
 
ParserTagger(MaxentModel, String, boolean) - Constructor for class opennlp.tools.lang.english.ParserTagger
 
ParserTagger(MaxentModel, int, Dictionary, String, boolean, int) - Constructor for class opennlp.tools.lang.english.ParserTagger
 
ParserTagger(String, int, int, Dictionary) - Constructor for class opennlp.tools.lang.english.ParserTagger
 
ParserTagger(String, String, boolean) - Constructor for class opennlp.tools.lang.english.ParserTagger
 
ParserTagger(String, String, boolean, Dictionary) - Constructor for class opennlp.tools.lang.english.ParserTagger
 
ParserTagger(String, int, Dictionary, String, boolean, int) - Constructor for class opennlp.tools.lang.english.ParserTagger
 
ParserTagger - Interface in opennlp.tools.parser
Interface that a pos-tagger used by the parser must implement.
PerfectResolver - Class in opennlp.tools.coref.resolver
Resolver used in training to update the discourse model based on the coreference annotation.
PerfectResolver() - Constructor for class opennlp.tools.coref.resolver.PerfectResolver
 
PLURAL - Static variable in class opennlp.tools.coref.sim.NumberEnum
Plural number type.
PluralNounResolver - Class in opennlp.tools.coref.resolver
Resolves coreference between plural nouns.
PluralNounResolver(String, ResolverMode) - Constructor for class opennlp.tools.coref.resolver.PluralNounResolver
 
PluralNounResolver(String, ResolverMode, NonReferentialResolver) - Constructor for class opennlp.tools.coref.resolver.PluralNounResolver
 
pluralPronounPattern - Static variable in interface opennlp.tools.coref.Linker
Regular expression for English plural pronouns.
PluralPronounResolver - Class in opennlp.tools.coref.resolver
Resolves coreference between plural pronouns and their referents.
PluralPronounResolver(String, ResolverMode) - Constructor for class opennlp.tools.coref.resolver.PluralPronounResolver
 
PluralPronounResolver(String, ResolverMode, NonReferentialResolver) - Constructor for class opennlp.tools.coref.resolver.PluralPronounResolver
 
pluralThirdPersonPronounPattern - Static variable in interface opennlp.tools.coref.Linker
Regular expression for English plural third person pronouns.
POSContextGenerator - Interface in opennlp.tools.postag
The interface for a context generator for the POS Tagger.
POSDictionary - Class in opennlp.tools.postag
Provides a means of determining which tags are valid for a particular word based on a tag dictionary read from a file.
POSDictionary(String) - Constructor for class opennlp.tools.postag.POSDictionary
Creates a tag dictionary with contents of specified file.
POSDictionary(String, boolean) - Constructor for class opennlp.tools.postag.POSDictionary
Creates a tag dictionary with contents of specified file and using specified case to determine how to access entries in the tag dictionary.
POSDictionary(String, String, boolean) - Constructor for class opennlp.tools.postag.POSDictionary
Creates a tag dictionary with contents of specified file and using specified case to determine how to access entries in the tag dictionary.
POSDictionary(BufferedReader, boolean) - Constructor for class opennlp.tools.postag.POSDictionary
Create tag dictionary object with contents of specified file and using specified case to determine how to access entries in the tag dictionary.
POSDictionaryWriter - Class in opennlp.tools.postag
Class for writting a pos-tag-dictionary to a file.
POSDictionaryWriter(String, String) - Constructor for class opennlp.tools.postag.POSDictionaryWriter
 
POSDictionaryWriter(String) - Constructor for class opennlp.tools.postag.POSDictionaryWriter
 
POSEventCollector - Class in opennlp.tools.postag
An event generator for the maxent POS Tagger.
POSEventCollector(Reader, POSContextGenerator) - Constructor for class opennlp.tools.postag.POSEventCollector
Initializes the current instance.
POSEventGenerator - Class in opennlp.tools.postag
Allows individual pos-tag events to be created and then accessed via the event stream interface.
POSEventGenerator(POSContextGenerator) - Constructor for class opennlp.tools.postag.POSEventGenerator
Creates an event generator with the specified context generator.
POSEventGenerator() - Constructor for class opennlp.tools.postag.POSEventGenerator
Creates an event generator with a default context generator.
POSEventStream - Class in opennlp.tools.postag
An implementation of EventStream whcih assumes the data stream gives a sentence at a time with tokens as word_tag pairs.
POSEventStream(DataStream) - Constructor for class opennlp.tools.postag.POSEventStream
Initializes the current instance.
POSEventStream(DataStream, Dictionary) - Constructor for class opennlp.tools.postag.POSEventStream
Initializes the current instance.
POSEventStream(DataStream, POSContextGenerator) - Constructor for class opennlp.tools.postag.POSEventStream
Initializes the current instance.
posModel - Variable in class opennlp.tools.postag.POSTaggerME
The maximum entropy model to use to evaluate contexts.
PosTagger - Class in opennlp.tools.lang.english
A part of speech tagger that uses a model trained on English data from the Wall Street Journal and the Brown corpus.
PosTagger(String, Dictionary, TagDictionary) - Constructor for class opennlp.tools.lang.english.PosTagger
 
PosTagger(String, TagDictionary) - Constructor for class opennlp.tools.lang.english.PosTagger
 
PosTagger(String, Dictionary) - Constructor for class opennlp.tools.lang.english.PosTagger
 
PosTagger - Class in opennlp.tools.lang.german
A part of speech tagger that uses a model trained on German data from the German Treebank.
PosTagger(String, Dictionary, TagDictionary) - Constructor for class opennlp.tools.lang.german.PosTagger
 
PosTagger(String, TagDictionary) - Constructor for class opennlp.tools.lang.german.PosTagger
 
PosTagger(String, Dictionary) - Constructor for class opennlp.tools.lang.german.PosTagger
 
PosTagger - Class in opennlp.tools.lang.spanish
A part of speech tagger that uses a model trained on Spanish data.
PosTagger(String, Dictionary, TagDictionary) - Constructor for class opennlp.tools.lang.spanish.PosTagger
 
PosTagger(String, TagDictionary) - Constructor for class opennlp.tools.lang.spanish.PosTagger
 
PosTagger(String) - Constructor for class opennlp.tools.lang.spanish.PosTagger
 
PosTagger - Class in opennlp.tools.lang.thai
Determines part-of-speech for Thai text.
PosTagger(String, Dictionary, TagDictionary) - Constructor for class opennlp.tools.lang.thai.PosTagger
 
PosTagger(String, TagDictionary) - Constructor for class opennlp.tools.lang.thai.PosTagger
 
PosTagger(String) - Constructor for class opennlp.tools.lang.thai.PosTagger
 
POSTagger - Interface in opennlp.tools.postag
The interface for part of speech taggers.
POSTaggerME - Class in opennlp.tools.postag
A part-of-speech tagger that uses maximum entropy.
POSTaggerME(MaxentModel, TagDictionary) - Constructor for class opennlp.tools.postag.POSTaggerME
Creates a new tagger with the specified model and tag dictionary.
POSTaggerME(MaxentModel, Dictionary) - Constructor for class opennlp.tools.postag.POSTaggerME
Creates a new tagger with the specified model and n-gram dictionary.
POSTaggerME(MaxentModel, Dictionary, TagDictionary) - Constructor for class opennlp.tools.postag.POSTaggerME
Creates a new tagger with the specified model, n-gram dictionary, and tag dictionary.
POSTaggerME(MaxentModel, POSContextGenerator) - Constructor for class opennlp.tools.postag.POSTaggerME
Creates a new tagger with the specified model and context generator.
POSTaggerME(MaxentModel, POSContextGenerator, TagDictionary) - Constructor for class opennlp.tools.postag.POSTaggerME
Creates a new tagger with the specified model, context generator, and tag dictionary.
POSTaggerME(int, MaxentModel, POSContextGenerator, TagDictionary) - Constructor for class opennlp.tools.postag.POSTaggerME
Creates a new tagger with the specified beam size, model, context generator, and tag dictionary.
preferFirstReferent - Variable in class opennlp.tools.coref.resolver.MaxentResolver
When true, this designates that the resolver should use the first referent encountered which it more preferable than non-reference.
PREV_PREFIX - Static variable in class opennlp.tools.namefind.WindowFeatureGenerator
 
PreviousMapFeatureGenerator - Class in opennlp.tools.namefind
This FeatureGeneratorAdapter generates features indicating the outcome associated with a previously occuring word.
PreviousMapFeatureGenerator() - Constructor for class opennlp.tools.namefind.PreviousMapFeatureGenerator
 
probs(double[]) - Method in class opennlp.tools.chunker.ChunkerME
Populates the specified array with the probabilities of the last decoded sequence.
probs() - Method in class opennlp.tools.chunker.ChunkerME
Returns an array with the probabilities of the last decoded sequence.
probs(double[]) - Method in class opennlp.tools.namefind.NameFinderME
Populates the specified array with the probabilities of the last decoded sequence.
probs() - Method in class opennlp.tools.namefind.NameFinderME
Returns an array with the probabilities of the last decoded sequence.
probs(Span[]) - Method in class opennlp.tools.namefind.NameFinderME
Returns an array of probabilities for each of the specified spans which is the product the probabilities for each of the outcomes which make up the span.
probs(double[]) - Method in class opennlp.tools.postag.POSTaggerME
Populates the specified array with the probabilities for each tag of the last tagged sentence.
probs() - Method in class opennlp.tools.postag.POSTaggerME
Returns an array with the probabilities for each tag of the last tagged sentence.
production(Parse, boolean) - Method in class opennlp.tools.parser.AbstractContextGenerator
Generates a string representing the grammar rule production that the specified parse is starting.
PRONOUN_MODIFIER - Static variable in interface opennlp.tools.coref.Linker
String constatant used to label a mention which is a pronoun.
PROPER_NOUN_MODIFIER - Static variable in interface opennlp.tools.coref.Linker
String constatant used to label a mention which is a proper noun modifing another noun.
ProperNounResolver - Class in opennlp.tools.coref.resolver
Resolves coreference between proper nouns.
ProperNounResolver(String, ResolverMode) - Constructor for class opennlp.tools.coref.resolver.ProperNounResolver
 
ProperNounResolver(String, ResolverMode, NonReferentialResolver) - Constructor for class opennlp.tools.coref.resolver.ProperNounResolver
 
pruneParse(Parse) - Static method in class opennlp.tools.parser.Parse
Prune the specified sentence parse of vacuous productions.
PTBHeadFinder - Class in opennlp.tools.coref.mention
Finds head information from Penn Treebank style parses.
PTBMentionFinder - Class in opennlp.tools.coref.mention
Finds mentions from Penn Treebank style parses.
punct(Parse, int) - Method in class opennlp.tools.parser.AbstractContextGenerator
Creates punctuation feature for the specified punctuation at the specified index based on the punctuation mark.
punctbo(Parse, int) - Method in class opennlp.tools.parser.AbstractContextGenerator
Creates punctuation feature for the specified punctuation at the specfied index based on the punctuation's tag.
punctSet - Variable in class opennlp.tools.parser.AbstractBottomUpParser
The set strings which are considered punctuation for the parser.
punctSet - Variable in class opennlp.tools.parser.AbstractContextGenerator
Set of punctuation to be used in generating features.
punctSet - Variable in class opennlp.tools.parser.AbstractParserEventStream
 
put(TokenList) - Method in class opennlp.tools.dictionary.Dictionary
Adds the tokens to the dictionary as one new entry.
put(Object, Object) - Method in class opennlp.tools.util.Cache
 
put(Object, Object) - Method in class opennlp.tools.util.HashList
 
putAll(Map) - Method in class opennlp.tools.util.Cache
 
putAll(Object, Collection) - Method in class opennlp.tools.util.HashList
 

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.