As you said I was follow steps:
1 vocab.txt [commands in separate line]
2 clone and build it
3 create arpa as well as lm.binary file
bin/./lmplz --text vocab.txt --arpa words.arpa --o 3
bin/./build_binary -T -s words.arpa lm.binary
After that how to use it ?
now i have dataset and above those file.I am confuse how to use those file ?