kenlm
kenlm copied to clipboard
Python binding for the training
Add the training in the Python wrapper. Can be used like this :
from kenlm import lmplz
lmplz('a.txt', 'b.txt', memory="500M", order=3)
Is there any chance of getting this merged @kpu ?
This would be so great to have