-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Translate dialogs.json via GitLocalize * Translate intents.json via GitLocalize --------- Co-authored-by: OpenVoiceOS <[email protected]>
- Loading branch information
1 parent
a82ded0
commit 7824dd8
Showing
2 changed files
with
44 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"no_answer.dialog": [ | ||
"não encontrei a resposta na WordNet" | ||
] | ||
} |
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,39 @@ | ||
{ | ||
"hypernym.intent": [ | ||
null, | ||
"qual é o hiperônimo de {query}", | ||
null | ||
], | ||
"antonym.intent": [ | ||
"qual é um antônimo de {query}", | ||
"qual é o antônimo de {query}", | ||
null | ||
], | ||
"hyponym.intent": [ | ||
null, | ||
"qual é o hipônimo de {query}", | ||
null | ||
], | ||
"holonym.intent": [ | ||
null, | ||
"qual é o holônimo de {query}", | ||
null | ||
], | ||
"definition.intent": [ | ||
"o que é (uma|um|) {query}", | ||
"(define|qual é a definição de) {query}" | ||
], | ||
"search_wordnet.intent": [ | ||
null, | ||
null, | ||
null, | ||
null, | ||
"o que diz (o|a) wordnet sobre {query}", | ||
null | ||
], | ||
"lemma.intent": [ | ||
null, | ||
"qual é o sinónimo de {query}", | ||
null | ||
] | ||
} |