def getWordProb(*args):
  return _srilm.getWordProb(*args)
Example #2
0
def getWordProb(ngram, word, context):
    return _srilm.getWordProb(ngram, word, context)
def getWordProb(*args):
    return _srilm.getWordProb(*args)
Example #4
0
def getWordProb(ngram, word, context):
    return _srilm.getWordProb(ngram, word, context)