diff options
author | Jezra <jezra@jezra.net> | 2014-01-17 09:49:32 -0800 |
---|---|---|
committer | Jezra <jezra@jezra.net> | 2014-01-17 09:49:32 -0800 |
commit | 87da5d0aaa5eeed007f04b868bb693e0be074608 (patch) | |
tree | 1798b32d3bc970a3362cd7ad67ffce52fc7dc5c3 | |
parent | 00b0cdb291d2e025366f153fd504bc7f9218e6bb (diff) |
Changed README to reference a working corpus processing web page
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README index b88048d..fe41ef9 100644 --- a/README +++ b/README @@ -11,7 +11,7 @@ Blather is a speech recognizer that will run commands when a user speaks preset 0. move commands.tmp to ~/.config/blather/commands.conf and fill the file with sentences and command to run 1. Run Blather.py, this will generate ~/.config/blather/sentences.corpus 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 +3. go to <http://www.speech.cs.cmu.edu/tools/lmtool.html> and upload the sentences.corpus file 4. download the resulting XXXX.lm file to the ~/.config/blather/language directory and rename to file to 'lm' 5. download the resulting XXXX.dic file to the ~/.config/blather/language directory and rename to file to 'dic' 6. run Blather.py @@ -35,4 +35,4 @@ To run blather with no UI and using a USB microphone recognized and device 2: There are a few ways to find the device number of a USB microphone. * `cat /proc/asound/cards` -* `arecord -l` \ No newline at end of file +* `arecord -l` |