def getWordProb(*args): return _srilm.getWordProb(*args)
def getWordProb(ngram, word, context): return _srilm.getWordProb(ngram, word, context)