Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Batistleman authored Nov 17, 2021
1 parent 5f1fd22 commit 9d24511
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@ Tool to convert sproken commands to actual commands in Azumuta. Using Kaldi ASR

VoskJS.js defines a recognizer for the model and should be loaoded first.
resultHandling converts the model to actual commands. Commands can be added with `addToCommand(text, command)`, where `command` is the command for Azumuta and text is a list with words (defined in red<LANG>.js).
To load the English model, load redEn.js; this will load the model and define the appropriate words. To use Dutch, load redNl.js instead.
To load the English model, load redEn.js; this will load the model and define the appropriate words. To use Dutch, load redNl.js instead.

## Mainained
This repository is maintained by the work [instruction platform](https://www.azumuta.com) [Azumuta](https://www.azumuta.com).

0 comments on commit 9d24511

Please sign in to comment.