Skip to content

Commit

Permalink
Ture -> True
Browse files Browse the repository at this point in the history
  • Loading branch information
kpu committed Oct 12, 2020
1 parent cc02a96 commit a6e130e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/kenlm.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a6e130e

Please sign in to comment.