Parcourir la source

add EN model to snowboy list

nico il y a 9 ans
Parent
commit
9db4d06f10
1 fichiers modifiés avec 6 ajouts et 4 suppressions
  1. 6 4
      Docs/trigger.md

+ 6 - 4
Docs/trigger.md

@@ -8,8 +8,8 @@ With Kalliope project, you can set whatever Hotword you want to wake it up.
 You can create your magic word by connecting to [Snowboy](https://snowboy.kitt.ai/) and then download the trained model file.
 You can create your magic word by connecting to [Snowboy](https://snowboy.kitt.ai/) and then download the trained model file.
 
 
 Once downloaded:
 Once downloaded:
-- place the file in **trigger/snowboy/resources**.
-- update the path in [your settings](settings.md).
+- place the file in your config folder.
+- update the path of **pmdl_file** in [your settings](settings.md).
 
 
 If you want to keep "Kalliope" as the name of your bot, we recommend you to enhance the existing Snowboy model for your language.
 If you want to keep "Kalliope" as the name of your bot, we recommend you to enhance the existing Snowboy model for your language.
 
 
@@ -20,7 +20,8 @@ kalliope-<language_code>
 
 
 E.g
 E.g
 ```
 ```
-kalliope-en
+kalliope-FR
+kalliope-EN
 ```
 ```
 Then, open an issue or create a pull request to add the model to the list bellow.
 Then, open an issue or create a pull request to add the model to the list bellow.
 
 
@@ -28,4 +29,5 @@ Then, open an issue or create a pull request to add the model to the list bellow
 
 
 | Name                                                | language |
 | Name                                                | language |
 |-----------------------------------------------------|----------|
 |-----------------------------------------------------|----------|
-| [kalliope-fr](https://snowboy.kitt.ai/hotword/1363) | French   |
+| [kalliope-FR](https://snowboy.kitt.ai/hotword/1363) | French   |
+| [kalliope-EN](https://snowboy.kitt.ai/hotword/2540) | English  |