Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
littmus committed Jan 30, 2015
1 parent b3978a1 commit 04c6e42
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 @@ -47,7 +47,7 @@ cdef class LanguageModel:

def full_scores(self, sentence, bos = True, eos = True):
"""
full_scores(sentence, bos = True, eos = Ture) -> generate full scores (prob, ngram lenght, oov)
full_scores(sentence, bos = True, eos = Ture) -> 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 04c6e42

Please sign in to comment.