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: Michael Moroni <[email protected]>
- Loading branch information
1 parent
debd632
commit d71f9be
Showing
1 changed file
with
19 additions
and
21 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,22 +1,20 @@ | ||
{ | ||
"WhenWereYouBorn.intent": [ | ||
"quando sei nato", | ||
"quando sei stato creato" | ||
], | ||
"WhereWereYouBorn.intent": [ | ||
"dove sei nato", | ||
"dove sei stato creato" | ||
], | ||
"WhoMadeYou.intent": [ | ||
"chi ti ha fatto", | ||
"da chi sei stato fatto", | ||
"chi ti ha creato", | ||
"chi ti ha costruito" | ||
], | ||
"WhatAreYou.intent": [ | ||
"che cosa sei" | ||
], | ||
"WhoAreYou.intent": [ | ||
"chi sei" | ||
] | ||
} | ||
"WhenWereYouBorn.intent": [ | ||
"quando sei (nato|nata)", | ||
"quando sei (stato|stata) (creato|creata|fatto|fatta|programmato|programmata|progettato|progettata|inventato|inventata)" | ||
], | ||
"WhereWereYouBorn.intent": [ | ||
"dove sei (nato|nata)", | ||
"dove sei (stato|stata) (creato|creata|fatto|fatta|programmato|programmata|progettato|progettata|inventato|inventata)" | ||
], | ||
"WhoMadeYou.intent": [ | ||
"chi ti ha (creato|creata|fatto|fatta|programmato|programmata|progettato|progettata|inventato|inventata|costruito|costruita)", | ||
"da chi sei (stato|stata) (creato|creata|fatto|fatta|programmato|programmata|progettato|progettata|inventato|inventata|costruito|costruita)" | ||
], | ||
"WhatAreYou.intent": [ | ||
"che cosa sei" | ||
], | ||
"WhoAreYou.intent": [ | ||
"chi sei" | ||
] | ||
} |