Amit
Amit
# Incorrect exercise: [courseId=grammar-intro_eng][lessonNumber=13][exerciseId=4068] # Description Same issue with `dunda` here # Diagnostics information (do not remove) - Exercise identifier: [courseId=grammar-intro_eng][lessonNumber=13][exerciseId=4068] - Exercise payload: {"shouldDisplayHint":false,"exercise":{"canonicalAnswer":"do tavla fi lo nu dunda...
This issue is still present with the latest build on the master branch. Just to add to @nosyrev's description, it happens when creating intermediate LMs with **unigram pruning only**, i.e.,...
Similar error for me as well. I created the arpa file from this text file: [text.txt](https://github.com/kpu/kenlm/files/7620246/text.txt) ``` wc text.txt ``` ``` 104 104 685 text.txt ``` ``` head text.txt ```...
@kpu Yes, 5cea457 fixes it for me! Thanks!