From 6ea7c3c65bb14fded486acb4b8e9e2bb70efe40e Mon Sep 17 00:00:00 2001 From: Jezra Date: Tue, 9 Apr 2013 22:49:54 -0700 Subject: Init --- README | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..ab8248b --- /dev/null +++ b/README @@ -0,0 +1,8 @@ +1. Run blather.py, this will generate a 'sentences.corpus' file based on sentences in the 'commands' file +2. quit blather (there is a good chance it will just segfault) +3. go to http://www.speech.cs.cmu.edu/tools/lmtool-new.html and upload the sentences.corpus file +4. download the resulting XXXX.lm file to the 'language' directory and rename to file to 'lm' +5. download the resulting XXXX.dic file to the 'language' directory and rename to file to 'dic' +6. run blather.py +7. start talking + -- cgit 1.4.1