Hi!
I want to set up a training pipe for my own audio and text corpus by following the tutorial: TUTORIAL : How I trained a specific french model to control my robot
However, I got stuck in building language model with KenLM (in the tutorial the command: “/bin/bin/./lmplz --text vocabulary.txt --arpa words.arpa --o 3”) as it requires Boost and I had a lot of problems with installing it to Mac.
Is Deep Speech compatible with other language modelling tools such as:
SRILM: https://www.sri.com/engage/products-solutions/sri-language-modeling-toolkit
VariKN: https://github.com/vsiivola/variKN
TheanoLM: https://github.com/senarvi/theanolm
such that I am not bind to KenLM?