Alexandre Caulier
Results
14
issues of
Alexandre Caulier
For instance, if the `weight_type` is `log`, then the lib should load a `LogWeight`.
enhancement
For instance, if the `fst_type` is `vector` then the lib should load a `VectorFst`.
enhancement
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) ```