Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 325 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 325 Bytes

language_model

This is a tool for training language model. The smoothing method is kneser-ney smoothing, to adapt the arpa output format, I use the backoff version of kneser-ney. You need python environment to run the program, the command is 'python LM_train.py dictionary data output', and you should use absolute path.