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

S

SAME - Static variable in class opennlp.tools.coref.resolver.MaxentResolver
Outcomes when two mentions are coreferent.
SB - Variable in class opennlp.tools.postag.DefaultPOSContextGenerator
 
SDContextGenerator - Interface in opennlp.tools.sentdetect
Interface for SentenceDetectorME context generators.
SDEventStream - Class in opennlp.tools.sentdetect
An implementation of EventStream which assumes that it is receiving its data as one (valid) sentence per token.
SDEventStream(DataStream) - Constructor for class opennlp.tools.sentdetect.SDEventStream
Creates a new SDEventStream instance.
SDEventStream(DataStream, EndOfSentenceScanner) - Constructor for class opennlp.tools.sentdetect.SDEventStream
Class constructor which uses the EndOfSentenceScanner to locate sentence endings.
SDEventStream(DataStream, EndOfSentenceScanner, SDContextGenerator) - Constructor for class opennlp.tools.sentdetect.SDEventStream
Initializes the current instance.
SE - Variable in class opennlp.tools.postag.DefaultPOSContextGenerator
 
secondPersonPronounPattern - Static variable in interface opennlp.tools.coref.Linker
Regular expression for English singular second person pronouns.
SemanticCompatibility - Class in opennlp.tools.coref.sim
Class which models the semantic compatibility of an enity and the confidence of that association.
SemanticCompatibility(SemanticEnum, double) - Constructor for class opennlp.tools.coref.sim.SemanticCompatibility
 
SemanticEnum - Class in opennlp.tools.coref.sim
Enumeration of semantic compatibility (compatible, incompatible, unknown).
sentDetect(String) - Method in interface opennlp.tools.sentdetect.SentenceDetector
Sentence detect a string.
sentDetect(String) - Method in class opennlp.tools.sentdetect.SentenceDetectorME
Detect sentences in a String.
SentenceContextGenerator - Class in opennlp.tools.lang.thai
Creates contexts/features for end-of-sentence detection in Thai text.
SentenceContextGenerator() - Constructor for class opennlp.tools.lang.thai.SentenceContextGenerator
 
SentenceDetector - Class in opennlp.tools.lang.english
A sentence detector which uses a model trained on English data.
SentenceDetector(String) - Constructor for class opennlp.tools.lang.english.SentenceDetector
Loads a new sentence detector using the model specified by the model name.
SentenceDetector - Class in opennlp.tools.lang.german
A sentence detector which uses a model trained on German data.
SentenceDetector(String) - Constructor for class opennlp.tools.lang.german.SentenceDetector
 
SentenceDetector - Class in opennlp.tools.lang.spanish
A sentence detector which uses a model trained on Spanish data
SentenceDetector(String) - Constructor for class opennlp.tools.lang.spanish.SentenceDetector
No-arg constructor which loads the Spanish sentence detection model transparently.
SentenceDetector - Class in opennlp.tools.lang.thai
Sentence detector for Thai text.
SentenceDetector(String) - Constructor for class opennlp.tools.lang.thai.SentenceDetector
 
SentenceDetector - Interface in opennlp.tools.sentdetect
The interface for sentence detectors, which find the sentence boundaries in a text.
SentenceDetectorME - Class in opennlp.tools.sentdetect
A sentence detector for splitting up raw text into sentences.
SentenceDetectorME(MaxentModel) - Constructor for class opennlp.tools.sentdetect.SentenceDetectorME
Constructor which takes a MaxentModel and calls the three-arg constructor with that model, an SDContextGenerator, and the default end of sentence scanner.
SentenceDetectorME(MaxentModel, SDContextGenerator) - Constructor for class opennlp.tools.sentdetect.SentenceDetectorME
Constructor which takes a MaxentModel and a ContextGenerator.
SentenceDetectorME(MaxentModel, SDContextGenerator, EndOfSentenceScanner) - Constructor for class opennlp.tools.sentdetect.SentenceDetectorME
Creates a new SentenceDetectorME instance.
sentPosDetect(String) - Method in interface opennlp.tools.sentdetect.SentenceDetector
Sentence detect a string.
sentPosDetect(String) - Method in class opennlp.tools.sentdetect.SentenceDetectorME
Detect the position of the first words of sentences in a String.
Sequence - Class in opennlp.tools.util
Represents a weighted sequence of outcomes.
Sequence() - Constructor for class opennlp.tools.util.Sequence
Creates a new sequence of outcomes.
Sequence(Sequence) - Constructor for class opennlp.tools.util.Sequence
 
Sequence(Sequence, String, double) - Constructor for class opennlp.tools.util.Sequence
 
Sequence(List) - Constructor for class opennlp.tools.util.Sequence
 
serialize(OutputStream) - Method in class opennlp.tools.dictionary.Dictionary
Writes the current instance to the given OutputStream.
serialize(OutputStream, Iterator) - Static method in class opennlp.tools.dictionary.serializer.DictionarySerializer
Serializes the given entries to the given OutputStream.
serialize(OutputStream) - Method in class opennlp.tools.ngram.NGramModel
Writes the ngram instance to the given OutputStream.
setAlphaNumericOptimization(boolean) - Method in class opennlp.tools.tokenize.TokenizerME
Used to have the tokenizer ignore tokens which only contain alpha-numeric characters.
setCategory(String) - Method in class opennlp.tools.coref.DiscourseEntity
Specifies the semantic category of this entity.
setChild(int, String) - Method in class opennlp.tools.parser.Parse
Replaces the child at the specified index with a new child with the specified label.
setCoordinatedNounPhraseCollection(boolean) - Method in class opennlp.tools.coref.mention.AbstractMentionFinder
 
setCoordinatedNounPhraseCollection(boolean) - Method in interface opennlp.tools.coref.mention.MentionFinder
Specifies whether coordinated noun phrases should be collected as mentions.
setCount(TokenList, int) - Method in class opennlp.tools.ngram.NGramModel
Sets the count of an existing ngram.
setCount(Object, int) - Method in class opennlp.tools.util.CountedNumberedSet
Assigns the specified object the specified count in the set.
setCount(Object, int) - Method in class opennlp.tools.util.CountedSet
Assigns the specified object the specified count in the set.
setDerivation(StringBuffer) - Method in class opennlp.tools.parser.Parse
Specifies the derivation string to be associated with this parse.
setEntities(Mention[]) - Method in class opennlp.tools.coref.AbstractLinker
 
setEntities(Mention[]) - Method in interface opennlp.tools.coref.Linker
Indicated that the specified mentions can be used to train this linker.
setErrorReporting(boolean) - Method in class opennlp.tools.parser.AbstractBottomUpParser
Specifies whether the parser should report when it was unable to find a parse for a particular sentence.
setExtents(Context[]) - Method in class opennlp.tools.coref.sim.GenderModel
 
setExtents(Context[]) - Method in class opennlp.tools.coref.sim.NumberModel
 
setExtents(Context[]) - Method in class opennlp.tools.coref.sim.SimilarityModel
 
setExtents(Context[]) - Method in interface opennlp.tools.coref.sim.TrainSimilarityModel
Creates simialrity training pairs based on the specified extents.
setGender(GenderEnum) - Method in class opennlp.tools.coref.DiscourseEntity
Specifies the gender of this entity.
setGender(GenderEnum, double) - Method in class opennlp.tools.coref.mention.MentionContext
Assigns the specified gender with the specified probability to this mention.
setGenderProbability(double) - Method in class opennlp.tools.coref.DiscourseEntity
Specifies the probability of the gender of this entity.
setId(int) - Method in class opennlp.tools.coref.DiscourseElement
Associates an id with this element.
setId(int) - Method in class opennlp.tools.coref.mention.Mention
Associates an id with this mention.
setIndex(Object, int) - Method in class opennlp.tools.util.NumberedSet
 
setLabel(String) - Method in class opennlp.tools.parser.Constituent
Assigns the label to the constituent.
setLabel(String) - Method in class opennlp.tools.parser.Parse
Assigns this parse the specified label.
setNameType(String) - Method in class opennlp.tools.coref.mention.Mention
Specifies the named-entity category associated with this mention.
setNextPunctuation(Collection) - Method in class opennlp.tools.parser.Parse
Sets the set of punctuation tags which follow this parse.
setNumber(NumberEnum) - Method in class opennlp.tools.coref.DiscourseEntity
Specifies the number of this entity.
setNumber(NumberEnum, double) - Method in class opennlp.tools.coref.mention.MentionContext
Assigns the specified number with the specified probability to this mention.
setNumberProbability(double) - Method in class opennlp.tools.coref.DiscourseEntity
Specifies the probability of the number of this entity.
setNumberSentencesBack(int) - Method in class opennlp.tools.coref.resolver.AbstractResolver
Specifies the number of senteces back this resolver should look for a referent.
setParent(Parse) - Method in class opennlp.tools.parser.Parse
Specifies the parent parse node for this constituent.
setParents(Parse) - Static method in class opennlp.tools.parser.AbstractBottomUpParser
Assigns parent references for the specified parse so that they are consistent with the children references.
setParse(Parse) - Method in class opennlp.tools.coref.mention.Mention
Specifies the parse for this mention.
setPrenominalNamedEntityCollection(boolean) - Method in class opennlp.tools.coref.mention.AbstractMentionFinder
 
setPrenominalNamedEntityCollection(boolean) - Method in interface opennlp.tools.coref.mention.MentionFinder
Specifies whether pre-nominal named-entities should be collected as mentions.
setPrevPunctuation(Collection) - Method in class opennlp.tools.parser.Parse
Sets the set of punctuation tags which preceed this parse.
setSimilarityModel(TestSimilarityModel) - Static method in class opennlp.tools.coref.resolver.MaxentResolver
 
setType(String) - Method in class opennlp.tools.parser.Parse
Set the type of this constituent to the specified type.
setValue(String, String) - Method in class opennlp.tools.dictionary.serializer.Attributes
Sets a key/value pair.
ShallowParseMentionFinder - Class in opennlp.tools.coref.mention
Finds mentions from shallow np-chunking based parses.
show(StringBuffer) - Method in class opennlp.tools.parser.Parse
Appends the specified string buffer with a string representation of this parse.
show() - Method in class opennlp.tools.parser.Parse
Displays this parse using Penn Treebank-style formatting.
showCodeTree() - Method in class opennlp.tools.parser.Parse
Prints to standard out a representation of the specified parse which contains hash codes so that parent/child relationships can be explicitly seen.
showExclusions - Variable in class opennlp.tools.coref.resolver.AbstractResolver
Debugging variable which specifies whether error output is generated if a class excludes as possibly coreferent mentions which are in-fact coreferent.
SIM - Static variable in class opennlp.tools.coref.LinkerMode
Trianing mode, used to learn coreference relationships in annotatoed text.
SimilarityModel - Class in opennlp.tools.coref.sim
Models semantic similarity between two mentions and returns a score based on how semantically comparible the mentions are with one another.
SimpleTokenizer - Class in opennlp.tools.tokenize
Performs tokenization using character classes.
SimpleTokenizer() - Constructor for class opennlp.tools.tokenize.SimpleTokenizer
 
SingletonNonReferentialResolver - Class in opennlp.tools.coref.resolver
This class allows you to share a single instance of a non-referential resolver amoung several resolvers.
SINGULAR - Static variable in class opennlp.tools.coref.sim.NumberEnum
Singular number type.
SINGULAR_PRONOUN - Variable in class opennlp.tools.coref.AbstractLinker
The index of resolver which is used for singular pronouns.
singularPronounPattern - Static variable in interface opennlp.tools.coref.Linker
Regular expression for English singular pronouns.
SingularPronounResolver - Class in opennlp.tools.coref.resolver
This class resolver singlular pronouns such as "he", "she", "it" and their various forms.
SingularPronounResolver(String, ResolverMode) - Constructor for class opennlp.tools.coref.resolver.SingularPronounResolver
 
SingularPronounResolver(String, ResolverMode, NonReferentialResolver) - Constructor for class opennlp.tools.coref.resolver.SingularPronounResolver
 
singularThirdPersonPronounPattern - Static variable in interface opennlp.tools.coref.Linker
Regular expression for English singular third person pronouns.
size() - Method in class opennlp.tools.dictionary.Dictionary
Retrieves the number of tokens in the current instance.
size() - Method in class opennlp.tools.ngram.NGramModel
Retrives the number of TokenList entries in the current instance.
size() - Method in class opennlp.tools.ngram.TokenList
Retrieves the number of tokens inside this list.
size - Variable in class opennlp.tools.postag.POSTaggerME
The size of the beam to be used in determining the best sequence of pos tags.
size - Variable in class opennlp.tools.util.BeamSearch
 
size() - Method in class opennlp.tools.util.Cache
 
size() - Method in class opennlp.tools.util.CountedNumberedSet
 
size() - Method in class opennlp.tools.util.CountedSet
 
size() - Method in interface opennlp.tools.util.Heap
Returns the size of the heap.
size() - Method in class opennlp.tools.util.ListHeap
 
size() - Method in class opennlp.tools.util.NumberedSet
 
size() - Method in class opennlp.tools.util.TreeHeap
 
Span - Class in opennlp.tools.util
Class for storing start and end integer offsets.
Span(int, int) - Constructor for class opennlp.tools.util.Span
Initializes a new Span Object.
spansToStrings(Span[], String) - Static method in class opennlp.tools.util.Span
Converts an array of Spans to an array of Strings.
spansToStrings(Span[], String[]) - Static method in class opennlp.tools.util.Span
 
speechPronounPattern - Static variable in interface opennlp.tools.coref.Linker
Regular expression for English speech pronouns.
SpeechPronounResolver - Class in opennlp.tools.coref.resolver
Resolves pronouns specific to quoted speech such as "you", "me", and "I".
SpeechPronounResolver(String, ResolverMode) - Constructor for class opennlp.tools.coref.resolver.SpeechPronounResolver
 
SpeechPronounResolver(String, ResolverMode, NonReferentialResolver) - Constructor for class opennlp.tools.coref.resolver.SpeechPronounResolver
 
SPLIT - Static variable in class opennlp.tools.tokenize.DefaultTokenContextGenerator
Constant indicates a token split.
START - Static variable in class opennlp.tools.namefind.NameFinderME
 
START - Static variable in class opennlp.tools.parser.AbstractBottomUpParser
Prefix for outcomes starting a constituent.
START_TAG - Static variable in class opennlp.tools.namefind.NameSampleDataStream
 
startsWith(Span) - Method in class opennlp.tools.util.Span
Returns true if the specified span is the begin of this span and the specified span is contained in this span.
stripNp(MentionContext) - Method in class opennlp.tools.coref.resolver.AbstractResolver
Returns a string for the specified mention with punctuation, honorifics, designators, and determiners removed.
subtract(Object) - Method in class opennlp.tools.util.CountedNumberedSet
Reduces the count associated with this object by 1.
subtract(Object) - Method in class opennlp.tools.util.CountedSet
Reduces the count associated with this object by 1.
surround(Parse, int, String, Collection, List) - Method in class opennlp.tools.parser.AbstractContextGenerator
Generates features for nodes surrounding a completed node of the specified type.
synsets - Variable in class opennlp.tools.coref.sim.Context
 

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.