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

G

getAbbr() - Method in class kylm.model.ngram.smoother.AbsoluteSmoother
 
getAbbr() - Method in class kylm.model.ngram.smoother.GTSmoother
 
getAbbr() - Method in class kylm.model.ngram.smoother.KNSmoother
 
getAbbr() - Method in class kylm.model.ngram.smoother.MKNSmoother
 
getAbbr() - Method in class kylm.model.ngram.smoother.MLSmoother
 
getAbbr() - Method in class kylm.model.ngram.smoother.NgramSmoother
 
getAbbr() - Method in class kylm.model.ngram.smoother.WBSmoother
 
getArguments() - Method in class kylm.util.KylmConfigUtils
Get the arguments that are not correlated with a flag
getBackoffScore() - Method in class kylm.model.ngram.BranchNode
 
getBackoffScore() - Method in class kylm.model.ngram.NgramNode
 
getBoolean(String) - Method in class kylm.util.KylmConfigUtils
 
getChild(int, int) - Method in class kylm.model.ngram.BranchNode
 
getChild(int) - Method in class kylm.model.ngram.NgramNode
Get a child from the child vector, return null if no child exists.
getChild(int, int) - Method in class kylm.model.ngram.NgramNode
Get a child from the child vector.
getChildCount() - Method in class kylm.model.ngram.BranchNode
 
getChildCount() - Method in class kylm.model.ngram.NgramNode
 
getClassEntropies() - Method in class kylm.model.LanguageModel
 
getClasses() - Method in class kylm.model.ClassMap
 
getClassMap() - Method in class kylm.model.LanguageModel
 
getClassSize() - Method in class kylm.model.ClassMap
 
getClassSymbol(int) - Method in class kylm.model.ClassMap
 
getCount() - Method in class kylm.model.ngram.NgramNode
 
getCountTerminals() - Method in class kylm.model.LanguageModel
 
getCutoffs() - Method in class kylm.model.ngram.smoother.NgramSmoother
 
getDebug() - Method in class kylm.model.LanguageModel
 
getDebugLevel() - Method in class kylm.model.ngram.smoother.NgramSmoother
 
getFallback() - Method in class kylm.model.ngram.NgramNode
Get the node to be fallen back to when the context doesn't exist.
getFirst() - Method in class kylm.util.KylmPair
 
getFloat(String) - Method in class kylm.util.KylmConfigUtils
 
getId(String) - Method in class kylm.model.LanguageModel
Get the ID assigned to a particular word
getId() - Method in class kylm.model.ngram.NgramNode
 
getId(String) - Method in class kylm.util.SymbolSet
Get the ID associated with a symbol
getInt(String) - Method in class kylm.util.KylmConfigUtils
 
getIntArray(String) - Method in class kylm.util.KylmConfigUtils
 
getK() - Method in class kylm.model.ngram.smoother.GTSmoother
 
getMaxLength() - Method in class kylm.model.LanguageModel
 
getN() - Method in class kylm.model.ngram.NgramLM
Get the length of the n-gram context
getName() - Method in class kylm.model.LanguageModel
 
getName() - Method in class kylm.model.ngram.smoother.AbsoluteSmoother
 
getName() - Method in class kylm.model.ngram.smoother.GTSmoother
 
getName() - Method in class kylm.model.ngram.smoother.KNSmoother
 
getName() - Method in class kylm.model.ngram.smoother.MKNSmoother
 
getName() - Method in class kylm.model.ngram.smoother.MLSmoother
 
getName() - Method in class kylm.model.ngram.smoother.NgramSmoother
 
getName() - Method in class kylm.model.ngram.smoother.WBSmoother
 
getNegativeInfinity() - Method in class kylm.model.ngram.writer.ArpaNgramWriter
 
getNgramCounts() - Method in class kylm.model.ngram.NgramLM
Get the number of n-grams at each level
getNodeName(NgramNode) - Method in class kylm.model.ngram.NgramLM
 
getParent() - Method in class kylm.model.ngram.NgramNode
 
getRegex() - Method in class kylm.model.LanguageModel
 
getRoot() - Method in class kylm.model.ngram.NgramLM
Get the root node of the n-gram Tree
getScore() - Method in class kylm.model.ngram.NgramNode
 
getSecond() - Method in class kylm.util.KylmPair
 
getSentenceClassEntropy() - Method in class kylm.model.LanguageModel
 
getSentenceEntropy(String[]) - Method in class kylm.model.LanguageModel
Returns the entropy of an entire sentence.
getSentenceIds(String[]) - Method in class kylm.model.LanguageModel
Get an array of IDs for a sentence, add terminal symbols on the left side, and on the right side if countTerminals is true.
getSentenceSimpleEntropy() - Method in class kylm.model.LanguageModel
 
getSentenceUnknownEntropy() - Method in class kylm.model.LanguageModel
 
getSimpleEntropies() - Method in class kylm.model.LanguageModel
 
getSize() - Method in class kylm.util.SymbolSet
Get the size of the symbol set.
getSmoother() - Method in class kylm.model.ngram.NgramLM
 
getSmoothUnigrams() - Method in class kylm.model.ngram.smoother.NgramSmoother
 
getStartSymbol() - Method in class kylm.model.LanguageModel
 
getString(String) - Method in class kylm.util.KylmConfigUtils
 
getStringArray(String) - Method in class kylm.util.KylmConfigUtils
 
getSymbol() - Method in class kylm.model.LanguageModel
 
getSymbol(int) - Method in class kylm.util.SymbolSet
Get the symbol associated with the ID.
getSymbols() - Method in class kylm.util.SymbolSet
Return every symbol in the symbol set.
getTerminalSymbol() - Method in class kylm.model.LanguageModel
 
getUnknownEntropies() - Method in class kylm.model.LanguageModel
 
getUnknownModelCount() - Method in class kylm.model.LanguageModel
 
getUnknownModels() - Method in class kylm.model.LanguageModel
 
getUnknownSymbol() - Method in class kylm.model.LanguageModel
 
getUsage() - Method in class kylm.util.KylmConfigUtils
Get the usage text
getValue(String) - Method in class kylm.util.KylmConfigUtils
Get the value assigned to a certain string ID
getVocab() - Method in class kylm.model.LanguageModel
 
getVocabFrequency() - Method in class kylm.model.LanguageModel
Get the frequency limit for the vocabulary.
getVocabLimit() - Method in class kylm.model.LanguageModel
 
getVocabulary() - Method in class kylm.model.LanguageModel
Get all in vocabulary words.
getWordClass(int) - Method in class kylm.model.ClassMap
 
getWordEntropies(int[]) - Method in class kylm.model.LanguageModel
Get the entropies of every word in a sentence by ID.
getWordEntropies(String[]) - Method in class kylm.model.LanguageModel
Get the entropies of every word in a sentence.
getWordEntropies(int[]) - Method in class kylm.model.ngram.NgramLM
 
getWordEntropy(int[], int) - Method in class kylm.model.LanguageModel
Get the entropies of the last word in the sequence by ID
getWordEntropy(int[], int) - Method in class kylm.model.ngram.NgramLM
 
getWordProb(int) - Method in class kylm.model.ClassMap
 
getWordSize() - Method in class kylm.model.ClassMap
 
GTSmoother - Class in kylm.model.ngram.smoother
Calculate N-gram probabilities with Katz smoothing TODO: This is not statistically sound when trimming
GTSmoother() - Constructor for class kylm.model.ngram.smoother.GTSmoother
Create a smoother and estimate the discounts automatically when it comes time to smooth

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