You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dis you succeed ? I'm stuck at the creation of the lm.binary, even by using the solution of @thuvh
I created the unigram without any problem but when i wanted to create the lm.binary it throw this error "lm/read_arpa.cc:85 in void lm::ReadNGramHeader(util::FilePiece&, unsigned int) threw FormatLoadException'.
Was expecting n-gram header \1-grams: but got \end\ instead Byte: 209
ERROR"
any advices ?
thanks !
I am trying to use a unigram arpa file to build a kenlm Model in the python wrapper. However, I receive the following error:
is there any way to create a binary file using unigrams?
The text was updated successfully, but these errors were encountered: