Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kpu/kenlm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--python/kenlm.pyx2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/kenlm.pyx b/python/kenlm.pyx
index 4478483..a6984a8 100644
--- a/python/kenlm.pyx
+++ b/python/kenlm.pyx
@@ -216,7 +216,7 @@ cdef class Model:
def full_scores(self, sentence, bos = True, eos = True):
"""
- full_scores(sentence, bos = True, eos = Ture) -> generate full scores (prob, ngram length, oov)
+ full_scores(sentence, bos = True, eos = True) -> generate full scores (prob, ngram length, oov)
@param sentence is a string (do not use boundary symbols)
@param bos should kenlm add a bos state
@param eos should kenlm add an eos state