-
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.
- Loading branch information
Showing
10 changed files
with
68 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,3 @@ | ||
cal é o antónimo de {query} | ||
cales son os antónimos de {query} | ||
que é un antónimo de {query} |
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,2 @@ | ||
cal é a definición de {query} | ||
que é {query} |
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,3 @@ | ||
cal é o holónimo de {query} | ||
cales son os holónimos de {query} | ||
que é un holónimo de {query} |
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,3 @@ | ||
cal é o hiperónimo de {query} | ||
cales son os hiperónimos de {query} | ||
que é un hiperónimo de {query} |
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,3 @@ | ||
cal é o hipónimo de {query} | ||
cales son os hipónimos de {query} | ||
que é un hipónimo de {query} |
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,3 @@ | ||
cal é o lema de {query} | ||
cales son os lemas de {query} | ||
que é un lema de {query} |
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 @@ | ||
word net non sabe a resposta |
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,6 @@ | ||
preguntar a word net sobre {query} | ||
preguntar a wordnet sobre {query} | ||
procurar en word net {query} | ||
procurar en wordnet {query} | ||
que di word net sobre {query} | ||
que di wordnet sobre {query} |
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": [ | ||
"word net non sabe a resposta" | ||
] | ||
} |
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": [ | ||
"cales son os hiperónimos de {query}", | ||
"que é un hiperónimo de {query}", | ||
"cal é o hiperónimo de {query}" | ||
], | ||
"antonym.intent": [ | ||
"cales son os antónimos de {query}", | ||
"que é un antónimo de {query}", | ||
"cal é o antónimo de {query}" | ||
], | ||
"hyponym.intent": [ | ||
"cales son os hipónimos de {query}", | ||
"que é un hipónimo de {query}", | ||
"cal é o hipónimo de {query}" | ||
], | ||
"holonym.intent": [ | ||
"cales son os holónimos de {query}", | ||
"que é un holónimo de {query}", | ||
"cal é o holónimo de {query}" | ||
], | ||
"definition.intent": [ | ||
"que é {query}", | ||
"cal é a definición de {query}" | ||
], | ||
"search_wordnet.intent": [ | ||
"preguntar a word net sobre {query}", | ||
"preguntar a wordnet sobre {query}", | ||
"procurar en word net {query}", | ||
"procurar en wordnet {query}", | ||
"que di word net sobre {query}", | ||
"que di wordnet sobre {query}" | ||
], | ||
"lemma.intent": [ | ||
"cales son os lemas de {query}", | ||
"que é un lema de {query}", | ||
"cal é o lema de {query}" | ||
] | ||
} |