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

S

sameDirAsModality() - Method in class opennlp.grok.expression.Slash
 
save(String) - Static method in class opennlp.grok.util.Params
 
Save(String) - Static method in class opennlp.grok.util.Module
 
SDContextGenerator - class opennlp.grok.preprocess.sentdetect.SDContextGenerator.
Generate event contexts for maxent decisions for sentence detection.
SDContextGenerator() - Constructor for class opennlp.grok.preprocess.sentdetect.SDContextGenerator
Creates a new SDContextGenerator instance with no induced abbreviations.
SDContextGenerator(Set) - Constructor for class opennlp.grok.preprocess.sentdetect.SDContextGenerator
Creates a new SDContextGenerator instance which uses the set of induced abbreviations.
SDEventStream - class opennlp.grok.preprocess.sentdetect.SDEventStream.
An implementation of EventStream which assumes that it is receiving its data as one (valid) sentence per token.
SDEventStream(DataStream) - Constructor for class opennlp.grok.preprocess.sentdetect.SDEventStream
Creates a new SDEventStream instance.
SDEventStream(DataStream, EndOfSentenceScanner) - Constructor for class opennlp.grok.preprocess.sentdetect.SDEventStream
Class constructor which uses the EndOfSentenceScanner to locate sentence endings.
SDEventStream(DataStream, EndOfSentenceScanner, ContextGenerator) - Constructor for class opennlp.grok.preprocess.sentdetect.SDEventStream
 
segmentName(String) - Static method in class opennlp.grok.lexicon.NameChopper
 
sentDetect(String) - Method in class opennlp.grok.preprocess.sentdetect.SentenceDetectorME
Detect sentences in a String.
SentenceDetectorME - class opennlp.grok.preprocess.sentdetect.SentenceDetectorME.
A sentence detector for splitting up raw text into sentences.
SentenceDetectorME(MaxentModel) - Constructor for class opennlp.grok.preprocess.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, ContextGenerator) - Constructor for class opennlp.grok.preprocess.sentdetect.SentenceDetectorME
Constructor which takes a MaxentModel and a ContextGenerator.
SentenceDetectorME(MaxentModel, ContextGenerator, EndOfSentenceScanner) - Constructor for class opennlp.grok.preprocess.sentdetect.SentenceDetectorME
Creates a new SentenceDetectorME instance.
sentPosDetect(String) - Method in class opennlp.grok.preprocess.sentdetect.SentenceDetectorME
Detect the position of the first words of sentences in a String.
set(int, Arg) - Method in class opennlp.grok.expression.ComplexCat
 
set(int, Arg) - Method in class opennlp.grok.expression.ArgStack
 
set(int, Category) - Method in class opennlp.grok.util.CatList
 
Set(String, boolean) - Static method in class opennlp.grok.util.Debug
 
setAbility(String) - Method in class opennlp.grok.expression.Slash
 
SetArg - class opennlp.grok.expression.SetArg.
A category which contains an unordered set of categories.
SetArg(Arg[]) - Constructor for class opennlp.grok.expression.SetArg
 
SetArg(ArgStack) - Constructor for class opennlp.grok.expression.SetArg
 
SetArg(Element) - Constructor for class opennlp.grok.expression.SetArg
 
setClosed(Boolean) - Method in class opennlp.grok.lexicon.Family
 
setData(DataItem[]) - Method in class opennlp.grok.lexicon.Family
 
setData(Object[]) - Method in class opennlp.grok.ml.dectree.DTreeFeatureMap
 
setDefault(String, String) - Static method in class opennlp.grok.util.Module
 
setDerivationHistory(DerivationHistory) - Method in class opennlp.grok.expression.GSign
 
setDifference(GrokSet) - Method in class opennlp.grok.util.GrokSet
Performs set difference on two sets.
setEntries(EntriesItem[]) - Method in class opennlp.grok.lexicon.Family
 
setFeature(String, Object) - Method in class opennlp.grok.unify.GFeatStruc
 
setFeatureStructure(FeatureStructure) - Method in class opennlp.grok.expression.AbstractCat
Sets the feature structure.
setFilter(Category) - Method in class opennlp.grok.parse.ParserAdapter
 
setFilter(String) - Method in class opennlp.grok.parse.ParserAdapter
 
setGrammar(Lexicon, RuleGroup) - Method in class opennlp.grok.parse.ParserAdapter
 
setIndex(int) - Method in class opennlp.grok.expression.VarModality
 
setIndex(int) - Method in class opennlp.grok.expression.Dollar
 
setIndex(int) - Method in class opennlp.grok.unify.GFeatVar
 
setIndex(int) - Method in class opennlp.grok.unify.GFeatStruc
 
setIndexRel(String) - Method in class opennlp.grok.lexicon.Family
 
setLast(Arg) - Method in class opennlp.grok.expression.ArgStack
 
setLF(LF) - Method in class opennlp.grok.expression.AbstractCat
Sets the LF.
setMacros(String[]) - Method in class opennlp.grok.lexicon.MorphItem
 
setName(String) - Method in class opennlp.grok.lexicon.MacroItem
 
setName(String) - Method in class opennlp.grok.lexicon.Family
 
setNext(TLinkable) - Method in class opennlp.grok.expression.AbstractCat
Sets the linked list node after this one.
setOuterArgument(Arg) - Method in class opennlp.grok.expression.ComplexCat
 
setPOS(String) - Method in class opennlp.grok.lexicon.MorphItem
 
setPOS(String) - Method in class opennlp.grok.lexicon.Family
 
setPred(String) - Method in class opennlp.grok.lexicon.DataItem
 
setPrevious(TLinkable) - Method in class opennlp.grok.expression.AbstractCat
Sets the linked list node before this one.
setProperty(String, String) - Static method in class opennlp.grok.util.Params
 
setStem(String) - Method in class opennlp.grok.lexicon.MorphItem
 
setStem(String) - Method in class opennlp.grok.lexicon.DataItem
 
setWord(String) - Method in class opennlp.grok.lexicon.MorphItem
 
shallowCopy() - Method in class opennlp.grok.expression.ComplexCat
 
shallowCopy() - Method in class opennlp.grok.expression.ArgStack
 
shallowEquals(Object) - Method in class opennlp.grok.expression.AtomCat
 
shallowEquals(Object) - Method in class opennlp.grok.expression.AbstractCat
 
SHOW_COMPLETENESS - Static variable in class opennlp.grok.realize.Edge
Whether to show completeness info in toString.
SHOW_DEBUG - Static variable in class opennlp.grok.grammar.AbstractRule
 
SHOW_SEMANTICS - Static variable in class opennlp.grok.expression.AbstractCat
 
showApplyInstance(Category[]) - Method in class opennlp.grok.grammar.AbstractRule
 
showApplyInstance(Category, Category) - Method in class opennlp.grok.grammar.AbstractRule
 
showFeature() - Static method in class opennlp.grok.expression.AbstractCat
 
showHelp() - Static method in class opennlp.grok.TextGrok
 
showSemantics - Variable in class opennlp.grok.Grokling
 
showSyntax - Variable in class opennlp.grok.Grokling
 
sign - Variable in class opennlp.grok.realize.Edge
The sign.
SignHash - class opennlp.grok.expression.SignHash.
A set of signs.
SignHash() - Constructor for class opennlp.grok.expression.SignHash
Class constructor
SignHash(Collection) - Constructor for class opennlp.grok.expression.SignHash
Class constructor: takes a collection to start off with
SignHash(Sign) - Constructor for class opennlp.grok.expression.SignHash
Class constructor: takes a word to start off with
size() - Method in class opennlp.grok.expression.SetArg
 
size() - Method in class opennlp.grok.expression.ArgStack
 
size() - Method in class opennlp.grok.util.SlashList
 
size() - Method in class opennlp.grok.util.CatList
 
slash - Variable in class opennlp.grok.util.SlashCatPair
 
Slash - class opennlp.grok.expression.Slash.
A categorial slash which has an optional mode associated with it.
Slash() - Constructor for class opennlp.grok.expression.Slash
 
Slash(char) - Constructor for class opennlp.grok.expression.Slash
 
Slash(char, Modality) - Constructor for class opennlp.grok.expression.Slash
 
Slash(char, String) - Constructor for class opennlp.grok.expression.Slash
 
Slash(Element) - Constructor for class opennlp.grok.expression.Slash
 
SlashCatPair - class opennlp.grok.util.SlashCatPair.
A pair that contains a slash and a category.
SlashCatPair(Slash, Category) - Constructor for class opennlp.grok.util.SlashCatPair
 
slashesUnify(Slash) - Method in class opennlp.grok.expression.ArgStack
 
SlashList - class opennlp.grok.util.SlashList.
A list that contains categories.
SlashList() - Constructor for class opennlp.grok.util.SlashList
 
SlashList(Slash) - Constructor for class opennlp.grok.util.SlashList
 
SlashList(Slash[]) - Constructor for class opennlp.grok.util.SlashList
 
SlashMode - class opennlp.grok.expression.SlashMode.
A mode that can decorate a categorial slash.
SlashMode() - Constructor for class opennlp.grok.expression.SlashMode
 
SlashMode(Element) - Constructor for class opennlp.grok.expression.SlashMode
 
SlashMode(String) - Constructor for class opennlp.grok.expression.SlashMode
 
SlashStack - class opennlp.grok.util.SlashStack.
A stack that contains slashes.
SlashStack() - Constructor for class opennlp.grok.util.SlashStack
 
SlashStack(SlashStack) - Constructor for class opennlp.grok.util.SlashStack
 
snarfTokens(NLPDocument, List) - Method in class opennlp.grok.lexicon.LexiconAdapter
 
speak(String) - Method in class opennlp.grok.io.Festival
 
StandardRuleGroup - class opennlp.grok.grammar.StandardRuleGroup.
The standard set of rules assumed for CCG (though currently lacking Substitution).
StandardRuleGroup() - Constructor for class opennlp.grok.grammar.StandardRuleGroup
 
startUnifySequence() - Static method in class opennlp.grok.unify.UnifyControl
 
subList(int) - Method in class opennlp.grok.expression.ArgStack
 
subList(int) - Method in class opennlp.grok.util.SlashList
 
subList(int) - Method in class opennlp.grok.util.CatList
 
subList(int, int) - Method in class opennlp.grok.expression.ArgStack
 
subList(int, int) - Method in class opennlp.grok.util.SlashList
 
subList(int, int) - Method in class opennlp.grok.util.CatList
 
sublistCopy(int) - Method in class opennlp.grok.util.SlashStack
 
sublistCopy(int) - Method in class opennlp.grok.util.CatStack
 
subset(GrokSet) - Method in class opennlp.grok.util.GrokSet
 

A B C D E F G H I K L M N O P R S T U V W _
Copyright © 2003 Jason Baldridge and Gann Bierner. All Rights Reserved.