Quick Search:

Line History

line history graph

Show Arbitrary Diff

From to

Supports revisions and tags.

History

root: 9067

latest revision download Branch root:

9067 new annotated / raw | Lines: 257 ( +257, -0 )

Created: 2008-07-17 00:21:28 -0400 (4 months 4 days ago) | Author: brian | Changeset: 9067

quick_lm.pl - will compile a sentence file into an lm for use with pocketpshinx.
mklm        - this wraps quick_lm.pl and builds the dictionary for the lm.
Makefile.gram - is installed ito prefix/grammar so you can just put your sentence files in the grammar directory and type make.

The sentence file format is:

<s> YES </s>
<s> NO </s>

Save this in yesno.sent and place in grammar directory.

cd grammar
make

To wipe out all the grammars type

make clean.


Please test and report any issues.  This should allow you to build lm's with ease.