Skip to content

Commit

Permalink
some of the typos corrected in docu
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasdominik committed Apr 19, 2020
1 parent 129fd49 commit 201627a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ Susi is build as a modular system as a collection of
of daemons (hotword detection, record, speech to text,
intent recognion, play, skill managment).
Most daemons are lightweight bash scripts responsible for communication with
other daeomns via MQTT messages. The actual workers for the respective functionality
other daemons via MQTT messages. The actual workers for the respective functionality
can be configured separately and hence can be replaced easily.
9 changes: 4 additions & 5 deletions docs/src/pages/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ All daemons share some config entries:

* `start = "true"` defines if the daemon
is started with the susi service or not.
* `daemoon = "xyz"` is the path to the executable that runs the daemon.
* `daemon = "xyz"` is the path to the executable that runs the daemon.
* `binary = "xyz"` is the path to the executable that does the job when
the daemon is gets a trigger.
the daemon gets a trigger.


### Sections
Expand Down Expand Up @@ -38,7 +38,7 @@ All variants of installation are possible, such as
and set all daemon start-values to false, except the one that should run.

#### [debug]
if 'show_all_stdout' is set to 'true', all daemons will echo commands to
if 'show\_all\_stdout' is set to 'true', all daemons will echo commands to
stdout (i.e. 'set -xv').


Expand Down Expand Up @@ -113,7 +113,6 @@ must be changed.
Configuration of the NLU (natural language understanding) daemon.
The default daemon is implemented in Julia and uses Regular Expressions
for intent matching and capturing of slots values.
sh sus
For more details see the NLU section of the docu.
The NLU also reads the skill directory from the `[skills]` section to find
skills.
Expand Down Expand Up @@ -169,7 +168,7 @@ To call DeepSpeech, Susi needs to know
* the executable ('binary')
* the trained neural network ('model')
* the language model ('language_model')
* the prefix tree toi query the language model ('trie')
* the prefix tree to query the language model ('trie')


#### [snips]
Expand Down

0 comments on commit 201627a

Please sign in to comment.