forked from MycroftAI/skill-personal
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Gaëtan Trellu <[email protected]>
- Loading branch information
1 parent
b4f6fcf
commit ff86971
Showing
1 changed file
with
19 additions
and
24 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,20 @@ | ||
{ | ||
"WhenWereYouBorn.intent": [ | ||
"quand es-tu n\u00e9", | ||
"quand (as-tu \u00e9t\u00e9|est-ce que tu as \u00e9t\u00e9) (cr\u00e9\u00e9|con\u00e7u|fabriqu\u00e9|pens\u00e9|fait|assembl\u00e9)", | ||
"quand as-tu vu le jour", | ||
"quand as-tu parl\u00e9 pour la premi\u00e8re fois" | ||
], | ||
"WhereWereYouBorn.intent": [ | ||
"o\u00f9 (est-ce que tu es|es-tu) n\u00e9", | ||
"o\u00f9 as-tu \u00e9t\u00e9 (cr\u00e9\u00e9|con\u00e7u|frabriqu\u00e9|pens\u00e9|fait)" | ||
], | ||
"WhoMadeYou.intent": [ | ||
"qui t'a (con\u00e7u|cr\u00e9\u00e9|fabriqu\u00e9|pens\u00e9|fait)", | ||
"par qui as-tu \u00e9t\u00e9 (con\u00e7u|cr\u00e9\u00e9|fabriqu\u00e9|pens\u00e9|fait)", | ||
"qui est ton (concepteur|cr\u00e9ateur|fabriquant)" | ||
], | ||
"WhatAreYou.intent": [ | ||
"qu'es-tu (donc|)", | ||
"qu'est-ce que tu es" | ||
], | ||
"WhoAreYou.intent": [ | ||
"qui es-tu", | ||
"tu es qui" | ||
] | ||
} | ||
"WhenWereYouBorn.intent": [ | ||
"quand es-tu né", | ||
"quand (as-tu été|est-ce que tu as été) (créé|conçu|fabriqué|pensé|fait|assemblé)" | ||
], | ||
"WhereWereYouBorn.intent": [ | ||
"où (est-ce que tu es|es-tu) né", | ||
"où as-tu été (créé|conçu|frabriqué|pensé|fait)" | ||
], | ||
"WhoMadeYou.intent": [ | ||
"qui t'a (conçu|créé|fabriqué|pensé|fait)", | ||
"par qui as-tu été (conçu|créé|fabriqué|pensé|fait)" | ||
], | ||
"WhatAreYou.intent": [ | ||
"qu'est-ce que tu es" | ||
], | ||
"WhoAreYou.intent": [ | ||
"qui es-tu" | ||
] | ||
} |