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
I am getting errors installing kenLM, on macOS, with the official git repo.
However , I am able to install kenLM quickly using pip.
Is there a way to train an LM by importing kenLM library in python.
import kenlm
I saw kenlm.Model(), kenlm.LM(). But is there a way to get an arpa model out given some text using kenlm library in python.
The text was updated successfully, but these errors were encountered:
bchinnari
changed the title
Train LM with pip installed keenly
Train LM with pip installed kenlm
May 31, 2024
Hello,
I am getting errors installing kenLM, on macOS, with the official git repo.
However , I am able to install kenLM quickly using pip.
Is there a way to train an LM by importing kenLM library in python.
I saw kenlm.Model(), kenlm.LM(). But is there a way to get an arpa model out given some text using kenlm library in python.
The text was updated successfully, but these errors were encountered: