forked from MycroftAI/skill-personal
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
2 changed files
with
57 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
# Specify resources to test here. | ||
|
||
# Specify languages to be tested | ||
languages: | ||
- "en-us" | ||
|
||
# vocab is lowercase .voc file basenames | ||
vocab: | ||
- are | ||
- born | ||
- first | ||
- how | ||
- last | ||
- made | ||
- name | ||
- what | ||
- when | ||
- where | ||
- who | ||
- you | ||
|
||
# dialog is .dialog file basenames (case-sensitive) | ||
dialog: | ||
- birthplace | ||
- creator | ||
- how_am_i | ||
- my_email_address | ||
- my_name | ||
- neon | ||
- what_am_i | ||
- when_was_i_born | ||
- where_am_i | ||
- where_was_i_born | ||
- who_am_i | ||
- who_made_me | ||
- word_first_name | ||
- word_last_name | ||
- word_name | ||
# regex entities, not necessarily filenames | ||
regex: [] | ||
intents: | ||
# Padatious intents are the `.intent` file names | ||
padatious: | ||
- WhatAreYou.intent | ||
- WhatIsYourEmail.intent | ||
- WhenWereYouBorn.intent | ||
- WhereAreYou.intent | ||
- WhereWereYouBorn.intent | ||
- WhoAreYou.intent | ||
- WhoMadeYou.intent | ||
# Adapt intents are the name passed to the constructor | ||
adapt: | ||
- HowAreYou | ||
- WhatIsYourName |