Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You should do the following

  • Go to the "trunk\lib\jasr\bin\srilm" folder within the toolkit install
  •  run the following command

     create-lm.bat <corpus.txt> <output.arpa>

     where,
    - corpus.txt is a  file containing individual lines(text) that comprise the words that make up the vocabulary for your domain
    - output.arpa is the name of the output language model file

...