Open vicmak opened 7 years ago
Currently estimation is C++/command-line only. Contributions welcome.
What is the status on integrating the training in the python wrapper ? Can I work on it ? @kpu
@kpu Can we please review & merge @Garvys PR. https://github.com/kpu/kenlm/pull/118
Hi! Thanks for the great software! Can I make an estimation of LM from the python module? For example, something like this:
my_model = kenlm.Model("/path/to/textfile.txt")
?
Or I can only query the model with python, but I have to do the estimation with the CPP code?
Thanks a lot!