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

M

M - Variable in class opennlp.tools.parser.AbstractBottomUpParser
The maximum number of parses advanced from all preceeding parses at each derivation step.
main(String[]) - Static method in class opennlp.tools.chunker.ChunkerME
Trains the chunker using the specified parameters.
main(String[]) - Static method in class opennlp.tools.coref.mention.JWNLDictionary
 
main(String[]) - Static method in class opennlp.tools.coref.sim.GenderModel
 
main(String[]) - Static method in class opennlp.tools.coref.sim.SimilarityModel
 
main(String[]) - Static method in class opennlp.tools.lang.english.NameFinder
 
main(String[]) - Static method in class opennlp.tools.lang.english.PosTagger
Part-of-speech tag a string passed in on the command line.
main(String[]) - Static method in class opennlp.tools.lang.english.SentenceDetector
Perform sentence detection the input stream.
main(String[]) - Static method in class opennlp.tools.lang.english.Tokenizer
 
main(String[]) - Static method in class opennlp.tools.lang.english.TreebankChunker
Chunks tokenized input from stdin.
main(String[]) - Static method in class opennlp.tools.lang.english.TreebankLinker
Identitifies corefernce relationships for parsed input passed via standard in.
main(String[]) - Static method in class opennlp.tools.lang.english.TreebankParser
 
main(String[]) - Static method in class opennlp.tools.lang.german.PosTagger
 
main(String[]) - Static method in class opennlp.tools.lang.german.SentenceDetector
 
main(String[]) - Static method in class opennlp.tools.lang.german.Tokenizer
 
main(String[]) - Static method in class opennlp.tools.lang.spanish.PosTagger
Part-of-speech tag a string passed in on the command line.
main(String[]) - Static method in class opennlp.tools.lang.spanish.SentenceDetector
Perform sentence detection the input stream.
main(String[]) - Static method in class opennlp.tools.lang.spanish.TokenChunker
 
main(String[]) - Static method in class opennlp.tools.lang.spanish.Tokenizer
 
main(String[]) - Static method in class opennlp.tools.lang.thai.PosTagger
Part-of-speech tag a string passed in on the command line.
main(String[]) - Static method in class opennlp.tools.lang.thai.SentenceDetector
Perform sentence detection the input stream.
main(String[]) - Static method in class opennlp.tools.lang.thai.Tokenizer
 
main(String[]) - Static method in class opennlp.tools.namefind.NameFinderEventStream
 
main(String[]) - Static method in class opennlp.tools.namefind.NameFinderME
Trains a new named entity model on the specified training file using the specified encoding to read it in.
main(String[]) - Static method in class opennlp.tools.parser.chunking.Parser
 
main(String[]) - Static method in class opennlp.tools.parser.chunking.ParserEventStream
 
main(String[]) - Static method in class opennlp.tools.parser.Parse
Reads training parses (one-sentence-per-line) and displays parse structure.
main(String[]) - Static method in class opennlp.tools.postag.BatchTagger
Applies a pos model.
main(String[]) - Static method in class opennlp.tools.postag.POSDictionary
 
main(String[]) - Static method in class opennlp.tools.postag.POSDictionaryWriter
 
main(String[]) - Static method in class opennlp.tools.postag.POSEventStream
 
main(String[]) - Static method in class opennlp.tools.postag.POSTaggerME
Trains a new pos model.
main(String[]) - Static method in class opennlp.tools.sentdetect.SDEventStream
 
main(String[]) - Static method in class opennlp.tools.sentdetect.SentenceDetectorME
Trains a new sentence detection model.
main(String[]) - Static method in class opennlp.tools.tokenize.SimpleTokenizer
 
main(String[]) - Static method in class opennlp.tools.util.ListHeap
 
main(String[]) - Static method in class opennlp.tools.util.TreeHeap
 
MALE - Static variable in class opennlp.tools.coref.sim.GenderEnum
Male gender.
malePronounPattern - Static variable in interface opennlp.tools.coref.Linker
Regular expression for English male pronouns.
mapParseIndex(int, Parse[], Parse[]) - Method in class opennlp.tools.parser.AbstractBottomUpParser
Determines the mapping between the specified index into the specified parses without punctuation to the coresponding index into the specified parses.
MaxentCompatibilityModel - Class in opennlp.tools.coref.sim
Model of mention compatibiltiy using a maxent model.
MaxentCompatibilityModel(String) - Constructor for class opennlp.tools.coref.sim.MaxentCompatibilityModel
 
MaxentResolver - Class in opennlp.tools.coref.resolver
Provides common functionality used by classes which implement the Resolver class and use maximum entropy models to make resolution decisions.
MaxentResolver(int, boolean) - Constructor for class opennlp.tools.coref.resolver.MaxentResolver
Creates a maximum-entropy-based resolver which will look the specified number of entities back for a referent.
MaxentResolver(String, String, ResolverMode, int, boolean, NonReferentialResolver) - Constructor for class opennlp.tools.coref.resolver.MaxentResolver
Creates a maximum-entropy-based resolver with the specified model name, using the specified mode, which will look the specified number of entities back for a referent and prefer the first referent if specified.
MaxentResolver(String, String, ResolverMode, int) - Constructor for class opennlp.tools.coref.resolver.MaxentResolver
Creates a maximum-entropy-based resolver with the specified model name, using the specified mode, which will look the specified number of entities back for a referent.
MaxentResolver(String, String, ResolverMode, int, NonReferentialResolver) - Constructor for class opennlp.tools.coref.resolver.MaxentResolver
 
MaxentResolver(String, String, ResolverMode, int, boolean) - Constructor for class opennlp.tools.coref.resolver.MaxentResolver
 
MaxentResolver(String, String, ResolverMode, int, boolean, double) - Constructor for class opennlp.tools.coref.resolver.MaxentResolver
 
mcm - Variable in class opennlp.tools.coref.DefaultLinker
 
Mention - Class in opennlp.tools.coref.mention
Data strucure representation of a mention.
Mention(Span, Span, int, Parse, String) - Constructor for class opennlp.tools.coref.mention.Mention
 
Mention(Span, Span, int, Parse, String, String) - Constructor for class opennlp.tools.coref.mention.Mention
 
Mention(Mention) - Constructor for class opennlp.tools.coref.mention.Mention
 
MentionContext - Class in opennlp.tools.coref.mention
Data strucure representation of a mention with additional contextual information.
MentionContext(Span, Span, int, Parse, String, String, int, int, int, int, HeadFinder) - Constructor for class opennlp.tools.coref.mention.MentionContext
 
MentionContext(Mention, int, int, int, int, HeadFinder) - Constructor for class opennlp.tools.coref.mention.MentionContext
Constructs context information for the specified mention.
mentionEntity(DiscourseEntity) - Method in class opennlp.tools.coref.DiscourseModel
Indicates that the specified entity has been mentioned.
mentionFinder - Variable in class opennlp.tools.coref.AbstractLinker
The mention finder used to find mentions.
MentionFinder - Interface in opennlp.tools.coref.mention
Specifies the interface that Objects which determine the space of mentions for coreference should implement.
mergeEntities(DiscourseEntity, DiscourseEntity, float) - Method in class opennlp.tools.coref.DiscourseModel
Merges the specified entities into a single entity with the specified confidence.
mode - Variable in class opennlp.tools.coref.AbstractLinker
The mode in which this linker is running.
model - Variable in class opennlp.tools.chunker.ChunkerME
The model used to assign chunk tags to a sequence of tokens.
model - Variable in class opennlp.tools.namefind.NameFinderME
 
model - Variable in class opennlp.tools.util.BeamSearch
 

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.