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.