You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PROBLEM:
On windows OS, I installed with pip as given in the README.md and it builds.
However, after typed import kenlm (in windows), whatever thing i try to do (like using a model, seeing the version of kenlm), it doesn't work. I am using python3.11. The module is correctly imported and recognized but i basically can't use it.
Any ideas on how to solve? TEMPORARY SOLUTION:
My temporary solution was to use WSL or run my script on a Linux machine.
The text was updated successfully, but these errors were encountered:
PROBLEM:
On windows OS, I installed with pip as given in the README.md and it builds.
However, after typed import kenlm (in windows), whatever thing i try to do (like using a model, seeing the version of kenlm), it doesn't work. I am using python3.11. The module is correctly imported and recognized but i basically can't use it.
Any ideas on how to solve?
TEMPORARY SOLUTION:
My temporary solution was to use WSL or run my script on a Linux machine.
The text was updated successfully, but these errors were encountered: