|
@@ -24,7 +24,7 @@ Usage
|
24
|
24
|
-----
|
25
|
25
|
|
26
|
26
|
1. Copy options.json.tmp to ~/.config/kaylee/options.json and fill the
|
27
|
|
- "commands" section of the file with sentences to speak and commands
|
|
27
|
+ ".shell" section of the file with sentences to speak and commands
|
28
|
28
|
to run.
|
29
|
29
|
2. Run Kaylee with ``./kaylee.py``. This generates a language model and
|
30
|
30
|
dictionary using the `Sphinx Knowledge Base Tool
|
|
@@ -50,9 +50,6 @@ Examples
|
50
|
50
|
- To run Kaylee with no UI and using a USB microphone recognized as
|
51
|
51
|
device 2: ``./kaylee.py -m 2``
|
52
|
52
|
|
53
|
|
-- To have Kaylee pass each word of the matched sentence as a separate
|
54
|
|
- argument to the executed command: ``./kaylee.py -p``
|
55
|
|
-
|
56
|
53
|
- To run a command when a valid sentence has been detected:
|
57
|
54
|
``./kaylee.py --valid-sentence-command=/path/to/command``
|
58
|
55
|
|