Shoot, realized my command line was not correct. it was supposed to be, with ,
jugs@jugs:~/PycharmProjects/DeepSpeech/native_client/kenlm/build$ bin/lmplz -o 5 ~/Desktop/jugs_lm/vocabulary.txt ~/Desktop/jugs_lm/out.arpa
however, I Still have this error,
=== 1/5 Counting and sorting n-grams ===
Reading /home/jugs/Desktop/jugs_lm/vocabulary.txt
----5---10---15---20---25---30---35---40---45---50---55---60---65---70---75---80---85---90---95--100
****************************************************************************************************
Unigram tokens 56 types 38
=== 2/5 Calculating and sorting adjusted counts ===
Chain sizes: 1:456 2:2294630656 3:4302432768
/home/jugs/PycharmProjects/DeepSpeech/native_client/kenlm/lm/builder/adjust_counts.cc:60
in void lm::builder::{anonymous}::StatCollector::CalculateDiscounts(const lm::builder::DiscountConfig&) threw BadDiscountException because
discounts_[i].amount[j] < 0.0 || discounts_[i].amount[j] > j’.ERROR: 1-gram discount out of range for adjusted count 3: -3.6285715
Aborted (core dumped)`