A B C E F G H I J K L M N P R S T W

S

SentenceReader - Interface in kylm.reader
An abstract class that allows the loading of sentences
SerializedNgramReader - Class in kylm.model.ngram.reader
A class that can read an n-gram file in binary format
SerializedNgramReader() - Constructor for class kylm.model.ngram.reader.SerializedNgramReader
 
SerializedNgramWriter - Class in kylm.model.ngram.writer
A class to write language models to binary files
SerializedNgramWriter() - Constructor for class kylm.model.ngram.writer.SerializedNgramWriter
 
setBackoffScore(float) - Method in class kylm.model.ngram.BranchNode
 
setBackoffScore(float) - Method in class kylm.model.ngram.NgramNode
 
setChildren(Vector<NgramNode>) - Method in class kylm.model.ngram.BranchNode
 
setChildren(Vector<NgramNode>) - Method in class kylm.model.ngram.NgramNode
 
setChildrenSize(int) - Method in class kylm.model.ngram.BranchNode
 
setClassMap(ClassMap) - Method in class kylm.model.LanguageModel
 
setClosed(boolean) - Method in class kylm.model.LanguageModel
 
setCount(int) - Method in class kylm.model.ngram.NgramNode
 
setCountTerminals(boolean) - Method in class kylm.model.LanguageModel
 
setCutoffs(int[]) - Method in class kylm.model.ngram.smoother.NgramSmoother
 
setDebug(int) - Method in class kylm.model.LanguageModel
 
setDebugLevel(int) - Method in class kylm.model.ngram.smoother.NgramSmoother
 
setId(int) - Method in class kylm.model.ngram.NgramNode
 
setK(int) - Method in class kylm.model.ngram.smoother.GTSmoother
 
setMaxLength(int) - Method in class kylm.model.LanguageModel
 
setN(int) - Method in class kylm.model.ngram.NgramLM
Set the length of the n-gram context
setName(String) - Method in class kylm.model.LanguageModel
 
setNegativeInfinity(Float) - Method in class kylm.model.ngram.writer.ArpaNgramWriter
 
setNgramCounts(int[]) - Method in class kylm.model.ngram.NgramLM
 
setParent(NgramNode) - Method in class kylm.model.ngram.NgramNode
 
setRegex(String) - Method in class kylm.model.LanguageModel
 
setScore(float) - Method in class kylm.model.ngram.NgramNode
 
setSmoother(NgramSmoother) - Method in class kylm.model.ngram.NgramLM
 
setSmoothUnigrams(boolean) - Method in class kylm.model.ngram.smoother.NgramSmoother
 
setStartSymbol(String) - Method in class kylm.model.LanguageModel
 
setSymbol(String) - Method in class kylm.model.LanguageModel
 
setTerminalSymbol(String) - Method in class kylm.model.LanguageModel
 
setUnknownModels(LanguageModel[]) - Method in class kylm.model.LanguageModel
 
setUnknownSymbol(String) - Method in class kylm.model.LanguageModel
 
setUsage(String) - Method in class kylm.util.KylmConfigUtils
Set the usage text
setVocab(SymbolSet) - Method in class kylm.model.LanguageModel
 
setVocabFrequency(int) - Method in class kylm.model.LanguageModel
Set the limit on the vocabulary frequency.
setVocabLimit(int) - Method in class kylm.model.LanguageModel
 
setVocabulary(String[]) - Method in class kylm.model.LanguageModel
Set the vocabulary to be used by the language model.
setWordProb(int, float) - Method in class kylm.model.ClassMap
 
smooth(NgramLM) - Method in class kylm.model.ngram.smoother.AbsoluteSmoother
 
smooth(NgramLM) - Method in class kylm.model.ngram.smoother.GTSmoother
 
smooth(NgramLM) - Method in class kylm.model.ngram.smoother.KNSmoother
 
smooth(NgramLM) - Method in class kylm.model.ngram.smoother.MLSmoother
 
smooth(NgramLM) - Method in class kylm.model.ngram.smoother.NgramSmoother
Smooth all the n-gram probabilities in a language model according to the appropriate smoothing algorithm.
smooth(NgramLM) - Method in class kylm.model.ngram.smoother.WBSmoother
 
splitChars(String) - Static method in class kylm.util.KylmTextUtils
Splits the input string into an array of strings, each containing one character
STRING_ARRAY_TYPE - Static variable in class kylm.util.KylmConfigUtils
 
STRING_TYPE - Static variable in class kylm.util.KylmConfigUtils
 
sum(float[]) - Static method in class kylm.util.KylmMathUtils
return the sum of a float array
sum(int[]) - Static method in class kylm.util.KylmMathUtils
return the sum of an int array
supportsReset() - Method in interface kylm.reader.SentenceReader
Whether the sentence loader supports returning multiple iterators or not.
supportsReset() - Method in class kylm.reader.TextArraySentenceReader
 
supportsReset() - Method in class kylm.reader.TextFileSentenceReader
 
supportsReset() - Method in class kylm.reader.TextStreamSentenceReader
 
SymbolSet - Class in kylm.util
A class that holds a mapping from vocabulary to integers
SymbolSet() - Constructor for class kylm.util.SymbolSet
Create a new symbol set
syms - Variable in class kylm.util.SymbolSet
 

A B C E F G H I J K L M N P R S T W