瀏覽代碼

add EN model to snowboy list

nico 8 年之前
父節點
當前提交
9db4d06f10
共有 1 個文件被更改,包括 6 次插入4 次删除
  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  |