FreeSWITCH is a Software Defined Telecom Stack enabling the digital transformation from proprietary telecom switches to a versatile software implementation that runs on any commodity hardware. From a Raspberry PI to a multi-core server, FreeSWITCH can unlock the telecommunications potential of any device.
Go to file
Brian West bcb7bc63aa 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.






git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9067 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-17 04:21:28 +00:00
build add lua to default build 2008-07-12 19:10:28 +00:00
conf don't do this by default 2008-07-17 04:17:13 +00:00
debian add pocketsphinx conf file to packages (FSBUILD-59 2008-07-14 19:16:28 +00:00
docs changelog update 2008-05-27 05:27:42 +00:00
dtd xmllint --dtdvalid freeswitch_dialplan.dtd /usr/local/freeswitch/conf/default_context.xml >>/dev/null 2007-11-01 14:59:32 +00:00
freeswitch.xcodeproj add freeswitch xcode project shell. Nothing here yet. 2007-11-02 18:22:24 +00:00
htdocs add this from CtRiX -- Thanks. 2008-05-14 20:39:43 +00:00
libs Thu Jun 5 11:48:10 EDT 2008 Pekka Pessi <first.last@nokia.com> 2008-07-08 04:37:05 +00:00
scripts quick_lm.pl - will compile a sentence file into an lm for use with pocketpshinx. 2008-07-17 04:21:28 +00:00
src quick_lm.pl - will compile a sentence file into an lm for use with pocketpshinx. 2008-07-17 04:21:28 +00:00
ssh_keys add a keys dir 2007-11-07 01:18:39 +00:00
support update public key 2006-11-28 19:07:29 +00:00
w32 switch_xml becomes c again (FSCORE-151) 2008-07-08 21:52:38 +00:00
acinclude.m4 initial import of mod_java from Damjan Jovanovic 2007-09-25 13:21:17 +00:00
bootstrap.sh don't configure xmlrpc-c anymore (we will merge with ours 2008-05-23 23:09:08 +00:00
configure.in let configure figure out if we have the header files 2008-07-03 17:08:46 +00:00
Freeswitch.2008.sln tweak windows mod_xml_rpc build. 2008-05-24 04:38:32 +00:00
Freeswitch.sln tweak windows mod_xml_rpc build. 2008-05-24 04:38:32 +00:00
freeswitch.spec add pocketsphinx conf file to packages (FSBUILD-59 2008-07-14 19:16:28 +00:00
INSTALL build progress break everything 2006-12-17 01:01:09 +00:00
Makefile.am snake charming 2008-07-11 19:42:52 +00:00