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!