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

G

GapLabeler - Interface in opennlp.tools.parser
Interface for labeling nodes which contain traces so that these traces can be predicted by the parser.
Gender - Class in opennlp.tools.coref.sim
Class which models the gender of an enity and the confidence of that association.
Gender(GenderEnum, double) - Constructor for class opennlp.tools.coref.sim.Gender
 
genderDistribution(Context) - Method in class opennlp.tools.coref.sim.GenderModel
 
genderDistribution(Context) - Method in interface opennlp.tools.coref.sim.TestGenderModel
 
GenderEnum - Class in opennlp.tools.coref.sim
Enumeration of gender types.
GenderModel - Class in opennlp.tools.coref.sim
Class which models the gender of a particular mentions and entities made up of mentions.
generateOutcomes(Span[], String[], int) - Static method in class opennlp.tools.namefind.NameFinderEventStream
Generates the name tag outcomes (start, continue, other) for each token in a sentence with the specified length using the specified name spans.
get(Object) - Method in class opennlp.tools.util.Cache
 
get(Object, int) - Method in class opennlp.tools.util.HashList
 
getAcronymFeatures(MentionContext, DiscourseEntity) - Method in class opennlp.tools.coref.resolver.ProperNounResolver
 
getAdditionalContext() - Method in class opennlp.tools.namefind.NameSample
 
getAllResults(double[]) - Method in interface opennlp.tools.doccat.DocumentCategorizer
 
getAllResults(double[]) - Method in class opennlp.tools.doccat.DocumentCategorizerME
 
getAttributes() - Method in class opennlp.tools.dictionary.serializer.Entry
Retrives the Attributes.
getBestCategory(double[]) - Method in interface opennlp.tools.doccat.DocumentCategorizer
 
getBestCategory(double[]) - Method in class opennlp.tools.doccat.DocumentCategorizerME
 
getCategory() - Method in class opennlp.tools.coref.DiscourseEntity
Returns the semantic category of this entity.
getCategory(int) - Method in interface opennlp.tools.doccat.DocumentCategorizer
 
getCategory(int) - Method in class opennlp.tools.doccat.DocumentCategorizerME
 
getChildCount() - Method in class opennlp.tools.parser.Parse
Returns the number of children for this parse node.
getChildren() - Method in class opennlp.tools.coref.mention.DefaultParse
 
getChildren() - Method in interface opennlp.tools.coref.mention.Parse
Returns a list of the children to this object.
getChildren() - Method in class opennlp.tools.parser.Parse
Returns the child constituents of this constiuent.
getCommonParent(Parse) - Method in class opennlp.tools.parser.Parse
Returns the deepest shared parent of this node and the specified node.
getConfidence() - Method in class opennlp.tools.coref.sim.Gender
 
getConfidence() - Method in class opennlp.tools.coref.sim.Number
 
getConfidence() - Method in class opennlp.tools.coref.sim.SemanticCompatibility
 
getContext(int, Object[], String[], String[]) - Method in interface opennlp.tools.chunker.ChunkerContextGenerator
Returns the contexts for chunking of the specified index.
getContext(int, Object[], String[], Object[]) - Method in class opennlp.tools.chunker.DefaultChunkerContextGenerator
 
getContext(int, Object[], String[], String[]) - Method in class opennlp.tools.chunker.DefaultChunkerContextGenerator
 
getContext(int, Object[], String[], Object[]) - Method in class opennlp.tools.namefind.DefaultNameContextGenerator
 
getContext(int, Object[], String[], String[][]) - Method in class opennlp.tools.namefind.DefaultNameContextGenerator
Return the context for finding names at the specified index.
getContext(Object) - Method in class opennlp.tools.parser.ChunkContextGenerator
 
getContext(int, Object[], String[], Object[]) - Method in class opennlp.tools.parser.ChunkContextGenerator
 
getContext(int, Object[], String[], String[]) - Method in class opennlp.tools.parser.ChunkContextGenerator
 
getContext(Object) - Method in class opennlp.tools.parser.chunking.BuildContextGenerator
 
getContext(Parse[], int) - Method in class opennlp.tools.parser.chunking.BuildContextGenerator
Returns the predictive context used to determine how constituent at the specified index should be combined with other contisuents.
getContext(Object) - Method in class opennlp.tools.parser.chunking.CheckContextGenerator
 
getContext(Parse[], String, int, int) - Method in class opennlp.tools.parser.chunking.CheckContextGenerator
Returns predictive context for deciding whether the specified constituents between the specified start and end index can be combined to form a new constituent of the specified type.
getContext(int, Object[], String[], Object[]) - Method in class opennlp.tools.postag.DefaultPOSContextGenerator
 
getContext(int, Object[], String[]) - Method in class opennlp.tools.postag.DefaultPOSContextGenerator
Returns the context for making a pos tag decision at the specified token index given the specified tokens and previous tags.
getContext(int, Object[], String[], Object[]) - Method in interface opennlp.tools.postag.POSContextGenerator
 
getContext(StringBuffer, int) - Method in class opennlp.tools.sentdetect.DefaultSDContextGenerator
 
getContext(StringBuffer, int) - Method in interface opennlp.tools.sentdetect.SDContextGenerator
Returns an array of contextual features for the potential sentence boundary at the specified position within the specified string buffer.
getContext(String, int) - Method in class opennlp.tools.tokenize.DefaultTokenContextGenerator
 
getContext(String, int) - Method in interface opennlp.tools.tokenize.TokenContextGenerator
Returns an array of features for the specified sentence string at the specified index.
getContext(int, Object[], String[], Object[]) - Method in interface opennlp.tools.util.BeamSearchContextGenerator
Returns the context for the specified position in the specified sequence (list).
getContextFeatures(MentionContext) - Static method in class opennlp.tools.coref.resolver.MaxentResolver
Returns a list of features based on the surrounding context of the specified mention.
getCount(TokenList) - Method in class opennlp.tools.ngram.NGramModel
Retrives the count of the given ngram.
getCount(Object) - Method in class opennlp.tools.util.CountedNumberedSet
Return the count of the specified object.
getCount(Object) - Method in class opennlp.tools.util.CountedSet
Return the count of the specified object.
getCoveredText(String) - Method in class opennlp.tools.util.Span
Retrieves the string covered by the current span of the specified text.
getDerivation() - Method in class opennlp.tools.parser.Parse
Returns the derivation string for this parse if one has been created.
getDictionary() - Static method in class opennlp.tools.coref.mention.DictionaryFactory
Returns the default implementation of the Dictionary interface.
getDistanceFeatures(MentionContext, DiscourseEntity) - Method in class opennlp.tools.coref.resolver.MaxentResolver
Returns distance features for the specified mention and entity.
getEnd() - Method in class opennlp.tools.util.Span
Return the end of a span.
getEndOfSentenceCharacters() - Method in class opennlp.tools.lang.english.EndOfSentenceScanner
 
getEndOfSentenceCharacters() - Method in class opennlp.tools.lang.thai.EndOfSentenceScanner
 
getEndOfSentenceCharacters() - Method in interface opennlp.tools.sentdetect.EndOfSentenceScanner
Returns an array of character which can indicate the end of a sentence.
getEntities(Mention[]) - Method in class opennlp.tools.coref.AbstractLinker
 
getEntities() - Method in class opennlp.tools.coref.DiscourseModel
Returns the entities in the discourse model.
getEntities(Mention[]) - Method in interface opennlp.tools.coref.Linker
Returns a list of entities which group the mentions into entity classes.
getEntity(int) - Method in class opennlp.tools.coref.DiscourseModel
Returns the entity at the specified index.
getEntityId() - Method in class opennlp.tools.coref.mention.DefaultParse
 
getEntityId() - Method in interface opennlp.tools.coref.mention.Parse
Returns an entity id associated with this parse and coreferent parses.
getEntityType() - Method in class opennlp.tools.coref.mention.DefaultParse
 
getEntityType() - Method in interface opennlp.tools.coref.mention.Parse
Returns the named-entity type of this node.
getEventCollector(Reader) - Method in class opennlp.tools.postag.POSTaggerME
 
getEvents() - Method in class opennlp.tools.postag.POSEventCollector
 
getEvents(boolean) - Method in class opennlp.tools.postag.POSEventCollector
Builds up the list of features using the Reader as input.
getEvents() - Method in class opennlp.tools.tokenize.TokEventCollector
Builds up the list of features using the Reader as input.
getEvents(boolean) - Method in class opennlp.tools.tokenize.TokEventCollector
 
getFeatures(MentionContext, DiscourseEntity) - Method in class opennlp.tools.coref.resolver.CommonNounResolver
 
getFeatures(MentionContext) - Method in class opennlp.tools.coref.resolver.DefaultNonReferentialResolver
 
getFeatures(MentionContext, DiscourseEntity) - Method in class opennlp.tools.coref.resolver.DefiniteNounResolver
 
getFeatures(MentionContext, DiscourseEntity) - Method in class opennlp.tools.coref.resolver.IsAResolver
 
getFeatures(MentionContext, DiscourseEntity) - Method in class opennlp.tools.coref.resolver.MaxentResolver
Returns a list of features for deciding whether the specificed mention refers to the specified discourse entity.
getFeatures(MentionContext, DiscourseEntity) - Method in class opennlp.tools.coref.resolver.PluralNounResolver
 
getFeatures(MentionContext, DiscourseEntity) - Method in class opennlp.tools.coref.resolver.PluralPronounResolver
 
getFeatures(MentionContext, DiscourseEntity) - Method in class opennlp.tools.coref.resolver.ProperNounResolver
 
getFeatures(MentionContext, DiscourseEntity) - Method in class opennlp.tools.coref.resolver.SingularPronounResolver
 
getFeatures(MentionContext, DiscourseEntity) - Method in class opennlp.tools.coref.resolver.SpeechPronounResolver
 
getFemaleIndex() - Method in class opennlp.tools.coref.sim.GenderModel
 
getFemaleIndex() - Method in interface opennlp.tools.coref.sim.TestGenderModel
 
getFirstToken() - Method in class opennlp.tools.coref.mention.MentionContext
Returns the parse for the first token in this mention.
getFirstTokenTag() - Method in class opennlp.tools.coref.mention.MentionContext
Returns the pos-tag of the first token of this mention.
getFirstTokenText() - Method in class opennlp.tools.coref.mention.MentionContext
Returns the text for the first token of the mention.
getFrontierNodes(List, Parse[]) - Method in class opennlp.tools.parser.AbstractContextGenerator
Populates specified nodes array with left-most right frontier node with a unique head.
getGender() - Method in class opennlp.tools.coref.DiscourseEntity
Returns the gender associated with this entity.
getGender() - Method in class opennlp.tools.coref.mention.MentionContext
Returns the gender of this mention.
getGenderProb() - Method in class opennlp.tools.coref.mention.MentionContext
Returns the probability associated with the gender assignment.a
getGenderProbability() - Method in class opennlp.tools.coref.DiscourseEntity
Returns the probability for the gender associated with this entity.
getHead(Parse) - Method in interface opennlp.tools.coref.mention.HeadFinder
Returns the child parse which contains the lexical head of the specifie parse.
getHead() - Method in class opennlp.tools.coref.mention.MentionContext
 
getHead(Parse) - Method in class opennlp.tools.coref.mention.PTBHeadFinder
 
getHead(MentionContext) - Method in class opennlp.tools.coref.resolver.AbstractResolver
Returns the head parse for the specified mention.
getHead(Parse[], String) - Method in class opennlp.tools.lang.english.HeadRules
 
getHead(Parse[], String) - Method in interface opennlp.tools.parser.HeadRules
Returns the head constituent for the specified constituents of the specified type.
getHead() - Method in class opennlp.tools.parser.Parse
Returns the head constituent associated with this constituent.
getHeadFinder() - Method in class opennlp.tools.coref.AbstractLinker
 
getHeadFinder() - Method in interface opennlp.tools.coref.Linker
Returns the head finder associated with this linker.
getHeadIndex(Parse) - Method in interface opennlp.tools.coref.mention.HeadFinder
Returns which index the specified list of token is the head word.
getHeadIndex(Parse) - Method in class opennlp.tools.coref.mention.PTBHeadFinder
 
getHeadIndex(MentionContext) - Method in class opennlp.tools.coref.resolver.AbstractResolver
Returns the index for the head word for the specified mention.
getHeadIndex() - Method in class opennlp.tools.parser.Parse
Returns the index within a sentence of the head token for this parse.
getHeadSpan() - Method in class opennlp.tools.coref.mention.Mention
Returns the character offsets for the head of this extent.
getHeadString(MentionContext) - Method in class opennlp.tools.coref.resolver.AbstractResolver
Returns the text of the head word for the specified mention.
getHeadText() - Method in class opennlp.tools.coref.mention.MentionContext
 
getHeadToken(Parse) - Method in interface opennlp.tools.coref.mention.HeadFinder
Returns head token for the specified np parse.
getHeadToken(Parse) - Method in class opennlp.tools.coref.mention.PTBHeadFinder
 
getHeadTokenIndex() - Method in class opennlp.tools.coref.sim.Context
Returns the token index into the mention for the head word.
getHeadTokenParse() - Method in class opennlp.tools.coref.mention.MentionContext
Returns the parse of the head token for this mention.
getHeadTokenTag() - Method in class opennlp.tools.coref.sim.Context
 
getHeadTokenText() - Method in class opennlp.tools.coref.sim.Context
 
getId() - Method in class opennlp.tools.coref.DiscourseElement
Returns the id associated with this element.
getId() - Method in class opennlp.tools.coref.mention.Mention
Returns the id associated with this mention.
getIndex(String) - Method in interface opennlp.tools.doccat.DocumentCategorizer
 
getIndex(String) - Method in class opennlp.tools.doccat.DocumentCategorizerME
 
getIndex(Object) - Method in class opennlp.tools.util.CountedNumberedSet
Returns the index for the specified key or -1 if specified value is not contain in this set.
getIndex(Object) - Method in class opennlp.tools.util.NumberedSet
Returns the index for the specified key or -1 if specified value is not contain in this set.
getIndexSpan() - Method in class opennlp.tools.coref.mention.MentionContext
Returns a sentence-based token span for this mention.
getInitialChunks(Parse) - Static method in class opennlp.tools.parser.AbstractParserEventStream
 
getInstance() - Static method in class opennlp.tools.coref.mention.PTBHeadFinder
Returns an instance of this head finder.
getInstance(HeadFinder) - Static method in class opennlp.tools.coref.mention.PTBMentionFinder
Retrives the one and only existing instance.
getInstance(HeadFinder) - Static method in class opennlp.tools.coref.mention.ShallowParseMentionFinder
Retrives the one and only existing instance.
getInstance(String, ResolverMode) - Static method in class opennlp.tools.coref.resolver.SingletonNonReferentialResolver
 
getInstance() - Static method in class opennlp.tools.ngram.TokenSet
Retrieves the one and only instance of the TokenSet.
getLabel() - Method in class opennlp.tools.parser.Constituent
Returns the label of the constituent.
getLabel() - Method in class opennlp.tools.parser.Parse
Returns the label assigned to this parse node during parsing which specifies how this node will be formed into a constituent.
getLastExtent() - Method in class opennlp.tools.coref.DiscourseElement
Returns the last mention for this element.
getLastHead(Parse) - Method in interface opennlp.tools.coref.mention.HeadFinder
Returns the parse bottom-most head of a Parse.
getLastHead(Parse) - Method in class opennlp.tools.coref.mention.PTBHeadFinder
Returns the bottom-most head of a Parse.
getLemmas(String, String) - Method in interface opennlp.tools.coref.mention.Dictionary
Returns the lemmas of the specified word with the specified part-of-speech.
getLemmas(String, String) - Method in class opennlp.tools.coref.mention.JWNLDictionary
 
getMaleIndex() - Method in class opennlp.tools.coref.sim.GenderModel
 
getMaleIndex() - Method in interface opennlp.tools.coref.sim.TestGenderModel
 
getMaxNounPhraseSentenceIndex() - Method in class opennlp.tools.coref.mention.MentionContext
Returns the index of the last noun phrase in the sentence containing this mention.
getMentionCountFeature(DiscourseEntity) - Method in class opennlp.tools.coref.resolver.MaxentResolver
 
getMentionFinder() - Method in class opennlp.tools.coref.AbstractLinker
 
getMentionFinder() - Method in interface opennlp.tools.coref.Linker
Returns the mention finder for this linker.
getMentions() - Method in class opennlp.tools.coref.DiscourseElement
Returns an iterator over the mentions which iteratates through them based on their occurance in the document.
getMentions(Parse) - Method in class opennlp.tools.coref.mention.AbstractMentionFinder
 
getMentions(Parse) - Method in interface opennlp.tools.coref.mention.MentionFinder
Returns an array of mentions.
getNamedEntities(Parse) - Method in class opennlp.tools.coref.mention.AbstractMentionFinder
Return all noun phrases which are contained by p.
getNamedEntities() - Method in class opennlp.tools.coref.mention.DefaultParse
 
getNamedEntities() - Method in interface opennlp.tools.coref.mention.Parse
Returns a list of all the named entities contained by this parse.
getNames() - Method in class opennlp.tools.namefind.NameSample
 
getNameType() - Method in class opennlp.tools.coref.mention.Mention
Returns the named-entity category associated with this mention.
getNameTypes() - Method in class opennlp.tools.namefind.NameSample
 
getNegativeOutcome() - Method in class opennlp.tools.postag.POSTaggerME
 
getNeuterIndex() - Method in class opennlp.tools.coref.sim.GenderModel
 
getNeuterIndex() - Method in interface opennlp.tools.coref.sim.TestGenderModel
 
getNextPunctuationSet() - Method in class opennlp.tools.parser.Parse
Returns the set of punctuation parses that occur immediately after this parse.
getNextToken() - Method in class opennlp.tools.coref.mention.DefaultParse
 
getNextToken() - Method in class opennlp.tools.coref.mention.MentionContext
 
getNextToken() - Method in interface opennlp.tools.coref.mention.Parse
Returns the next token which is not a child of this parse.
getNextTokenBasal() - Method in class opennlp.tools.coref.mention.MentionContext
 
getNonDescriptorStart() - Method in class opennlp.tools.coref.mention.MentionContext
 
getNonReferentialFeatures(MentionContext) - Method in class opennlp.tools.coref.resolver.DefaultNonReferentialResolver
Returns a list of featues used to predict whether the sepcified mention is non-referential.
getNonReferentialProbability(MentionContext) - Method in class opennlp.tools.coref.resolver.DefaultNonReferentialResolver
 
getNonReferentialProbability(MentionContext) - Method in class opennlp.tools.coref.resolver.FixedNonReferentialResolver
 
getNonReferentialProbability(MentionContext) - Method in interface opennlp.tools.coref.resolver.NonReferentialResolver
Returns the probability that the specified mention doesn't refer to any previous mention.
getNounPhraseDocumentIndex() - Method in class opennlp.tools.coref.mention.MentionContext
Returns the index of the noun phrase for this mention in a document.
getNounPhrases() - Method in class opennlp.tools.coref.mention.AbstractParse
 
getNounPhrases() - Method in interface opennlp.tools.coref.mention.Parse
Returns a list of the all noun phrases contained by this parse.
getNounPhraseSentenceIndex() - Method in class opennlp.tools.coref.mention.MentionContext
Returns the index of the noun phrase for this mention in a sentence.
getNumber() - Method in class opennlp.tools.coref.DiscourseEntity
Returns the number associated with this entity.
getNumber() - Method in class opennlp.tools.coref.mention.MentionContext
Returns the number of this mention.
getNumber(Context) - Method in class opennlp.tools.coref.sim.NumberModel
 
getNumberOfCacheHits() - Method in class opennlp.tools.namefind.CachedFeatureGenerator
Retrieves the number of times a cache hit occurred.
getNumberOfCacheMisses() - Method in class opennlp.tools.namefind.CachedFeatureGenerator
Retrieves the number of times a cache miss occurred.
getNumberOfCategories() - Method in interface opennlp.tools.doccat.DocumentCategorizer
 
getNumberOfCategories() - Method in class opennlp.tools.doccat.DocumentCategorizerME
 
getNumberProb() - Method in class opennlp.tools.coref.mention.MentionContext
Returns the probability associated with the number assignment.
getNumberProbability() - Method in class opennlp.tools.coref.DiscourseEntity
Returns the probability for the number associated with this entity.
getNumEntities() - Method in class opennlp.tools.coref.DiscourseModel
Returns the number of entities in this discourse model.
getNumEntities() - Method in class opennlp.tools.coref.resolver.AbstractResolver
Returns the number of previous entities that resolver should consider.
getNumEntities(DiscourseModel) - Method in class opennlp.tools.coref.resolver.AbstractResolver
The number of entites that should be considered for resolution with the specified discourse model.
getNumMentions() - Method in class opennlp.tools.coref.DiscourseElement
Returns the number of mentions in this element.
getNumSenses(String, String) - Method in interface opennlp.tools.coref.mention.Dictionary
Returns the number of senses in the dictionry for the specified lemma.
getNumSenses(String, String) - Method in class opennlp.tools.coref.mention.JWNLDictionary
 
getNumTags() - Method in class opennlp.tools.postag.POSTaggerME
Returns the number of different tags predicted by this model.
getOrderedTags(List, List, int) - Method in class opennlp.tools.postag.POSTaggerME
 
getOrderedTags(List, List, int, double[]) - Method in class opennlp.tools.postag.POSTaggerME
 
getOutcomes() - Method in class opennlp.tools.util.Sequence
Returns a list of outcomes for this sequence.
getParent() - Method in class opennlp.tools.coref.mention.DefaultParse
 
getParent() - Method in interface opennlp.tools.coref.mention.Parse
Returns the parent parse of this parse node.
getParent() - Method in class opennlp.tools.parser.Parse
Returns the parent parse node of this constituent.
getParentSenseKeys(String, String, int) - Method in interface opennlp.tools.coref.mention.Dictionary
Returns an array of keys for each parent of the specified sense nuber of the specified lemma with the specified part-of-speech.
getParentSenseKeys(String, String, int) - Method in class opennlp.tools.coref.mention.JWNLDictionary
 
getParse() - Method in class opennlp.tools.coref.mention.DefaultParse
Retrives the Parse.
getParse() - Method in class opennlp.tools.coref.mention.Mention
Returns the parse node that this extent is based on.
getParser(String, boolean, boolean, int, double) - Static method in class opennlp.tools.lang.english.TreebankParser
 
getParser(String) - Static method in class opennlp.tools.lang.english.TreebankParser
 
getPluralIndex() - Method in class opennlp.tools.coref.sim.NumberModel
 
getPluralIndex() - Method in interface opennlp.tools.coref.sim.TestNumberModel
 
getPositions(String) - Method in class opennlp.tools.sentdetect.AbstractEndOfSentenceScanner
 
getPositions(StringBuffer) - Method in class opennlp.tools.sentdetect.AbstractEndOfSentenceScanner
 
getPositions(char[]) - Method in class opennlp.tools.sentdetect.AbstractEndOfSentenceScanner
 
getPositions(String) - Method in interface opennlp.tools.sentdetect.EndOfSentenceScanner
The receiver scans `s' for sentence ending characters and returns their offsets.
getPositions(StringBuffer) - Method in interface opennlp.tools.sentdetect.EndOfSentenceScanner
The receiver scans `buf' for sentence ending characters and returns their offsets.
getPositions(char[]) - Method in interface opennlp.tools.sentdetect.EndOfSentenceScanner
The receiver scans `cbuf' for sentence ending characters and returns their offsets.
getPrefixes(String) - Static method in class opennlp.tools.postag.DefaultPOSContextGenerator
 
getPreviousPunctuationSet() - Method in class opennlp.tools.parser.Parse
Returns the set of punctuation parses that occur immediately before this parse.
getPreviousToken() - Method in class opennlp.tools.coref.mention.DefaultParse
 
getPreviousToken() - Method in class opennlp.tools.coref.mention.MentionContext
 
getPreviousToken() - Method in interface opennlp.tools.coref.mention.Parse
Returns the first token which is not a child of this parse.
getProb() - Method in class opennlp.tools.parser.Parse
Returns the log of the product of the probability associated with all the decisions which formed this constituent.
getProbs() - Method in class opennlp.tools.util.Sequence
Returns an array of probabilities associated with the outcomes of this sequence.
getProbs(double[]) - Method in class opennlp.tools.util.Sequence
Populates an array with the probabilities associated with the outcomes of this sequece.
getPronounGender(String) - Static method in class opennlp.tools.coref.resolver.AbstractResolver
Returns a string representing the gender of the specifed pronoun.
getPronounMatchFeatures(MentionContext, DiscourseEntity) - Method in class opennlp.tools.coref.resolver.MaxentResolver
Returns features indicating whether the specified mention is compatible with the pronouns of the specified entity.
getPunctuationTags() - Method in class opennlp.tools.lang.english.HeadRules
 
getPunctuationTags() - Method in interface opennlp.tools.parser.HeadRules
Returns the set of punctuation tags.
getRecentMentions() - Method in class opennlp.tools.coref.DiscourseElement
Returns an iterator over the mentions which iteratates through them based on which were most recently mentioned.
getScore() - Method in class opennlp.tools.util.Sequence
Returns the score of this sequence.
getSenseKey(String, String, int) - Method in interface opennlp.tools.coref.mention.Dictionary
Returns a key indicating the specified sense number of the specified lemma with the specified part-of-speech.
getSenseKey(String, String, int) - Method in class opennlp.tools.coref.mention.JWNLDictionary
 
getSentence() - Method in class opennlp.tools.namefind.NameSample
 
getSentenceNumber() - Method in class opennlp.tools.coref.mention.DefaultParse
 
getSentenceNumber() - Method in class opennlp.tools.coref.mention.MentionContext
Returns the index of the sentence which contains this mention.
getSentenceNumber() - Method in interface opennlp.tools.coref.mention.Parse
Returns the index of the sentence which contains this parse.
getSentenceProbabilities() - Method in class opennlp.tools.sentdetect.SentenceDetectorME
Returns the probabilities associated with the most recent calls to sentDetect().
getSingularIndex() - Method in class opennlp.tools.coref.sim.NumberModel
 
getSingularIndex() - Method in interface opennlp.tools.coref.sim.TestNumberModel
 
getSpan() - Method in class opennlp.tools.coref.mention.DefaultParse
 
getSpan() - Method in class opennlp.tools.coref.mention.Mention
Returns the character offsets for this extent.
getSpan() - Method in interface opennlp.tools.coref.mention.Parse
Returns the character offsets of this parse node.
getSpan() - Method in class opennlp.tools.parser.Constituent
Returns the span of the constituent.
getSpan() - Method in class opennlp.tools.parser.Parse
Returns the character offsets for this constituent.
getStart() - Method in class opennlp.tools.util.Span
Return the start of a span.
getStringMatchFeatures(MentionContext, DiscourseEntity) - Method in class opennlp.tools.coref.resolver.MaxentResolver
Returns string-match features for the the specified mention and entity.
getSuffixes(String) - Static method in class opennlp.tools.postag.DefaultPOSContextGenerator
 
getSynsets() - Method in class opennlp.tools.coref.DiscourseEntity
Returns the set of synsets associated with this entity.
getSynsets() - Method in class opennlp.tools.coref.sim.Context
 
getSyntacticChildren() - Method in class opennlp.tools.coref.mention.DefaultParse
 
getSyntacticChildren() - Method in interface opennlp.tools.coref.mention.Parse
Returns a list of the children to this object which are constituents or tokens.
getSyntacticType() - Method in class opennlp.tools.coref.mention.DefaultParse
 
getSyntacticType() - Method in interface opennlp.tools.coref.mention.Parse
Returns the syntactic type of this node.
getTagNodes() - Method in class opennlp.tools.parser.Parse
Returns the parse nodes which are children of this node and which are pos tags.
getTags(String) - Method in class opennlp.tools.postag.POSDictionary
Returns a list of valid tags for the specified word.
getTags(String) - Method in interface opennlp.tools.postag.TagDictionary
Returns a list of valid tags for the specified word.
getTagSequenceProb() - Method in class opennlp.tools.parser.Parse
Returns the probability associed with the pos-tag sequence assigned to this parse.
getText() - Method in class opennlp.tools.parser.Parse
Returns the text of the sentence over which this parse was formed.
getToken() - Method in class opennlp.tools.ngram.Token
Retrives the token string.
getToken(int) - Method in class opennlp.tools.ngram.TokenList
Retrieves a token from the given index.
getTokenParses() - Method in class opennlp.tools.coref.mention.MentionContext
Returns the parses for the tokens which are contained in this mention.
getTokenProbabilities() - Method in class opennlp.tools.tokenize.TokenizerME
Returns the probabilities associated with the most recent calls to tokenize() or tokenizePos().
getTokens() - Method in class opennlp.tools.coref.mention.DefaultParse
 
getTokens() - Method in interface opennlp.tools.coref.mention.Parse
Returns a list of the tokens contained by this object.
getTokens() - Method in class opennlp.tools.coref.sim.Context
 
getTokens() - Method in class opennlp.tools.dictionary.serializer.Entry
Retrives the Tokens.
getType() - Method in class opennlp.tools.coref.sim.Gender
 
getType() - Method in class opennlp.tools.coref.sim.Number
 
getType() - Method in class opennlp.tools.coref.sim.SemanticCompatibility
 
getType() - Method in class opennlp.tools.parser.Parse
Returns the constituent label for this node of the parse.
getValue(String) - Method in class opennlp.tools.dictionary.serializer.Attributes
Retrives the value for the given key or null if attribute it not set.
getWordFeatures(Parse) - Static method in class opennlp.tools.coref.resolver.MaxentResolver
Returns a list of word features for the specified tokens.

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.