We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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!
The text was updated successfully, but these errors were encountered:
Currently estimation is C++/command-line only. Contributions welcome.
Sorry, something went wrong.
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. #118
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: