-
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.
Merge pull request #33 from OpenVoiceOS/release-0.0.14a1
Release 0.0.14a1
- Loading branch information
Showing
12 changed files
with
71 additions
and
5 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,3 @@ | ||
zein da honen antonimo bat: {query}? | ||
zein da honen antonimoa: {query}? | ||
zein dira honen antonimoak: {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 @@ | ||
zein da honen definizioa: {query}? | ||
zer da {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 @@ | ||
zein da honen holonimo bat: {query}? | ||
zein da honen holonimoa: {query}? | ||
zein dira honen holonimoak: {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 @@ | ||
zein da honen holonimo bat: {query}? | ||
zein da honen holonimoa: {query}? | ||
zein dira honen hiperonimoak: {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 @@ | ||
zein da honen hiponimo bat: {query}? | ||
zein da honen hiponimoa: {query}? | ||
zein dira honen hiponimoak: {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 @@ | ||
zein da honen lema bat: {query}? | ||
zein da honen lema: {query}? | ||
zein dira honen lemak: {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 datu-baseak ez daki erantzuna |
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,4 @@ | ||
bilatu word net datu-basean {query} | ||
bilatu wordnet datu-basean {query} | ||
zer dio word net datu-baseak honi buruz: {query}? | ||
zer dio wordnet datu-baseak honi buruz: {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 datu-baseak ez daki erantzuna" | ||
] | ||
} |
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": [ | ||
"zein dira honen hiperonimoak: {query}?", | ||
"zein da honen holonimo bat: {query}?", | ||
"zein da honen holonimoa: {query}?" | ||
], | ||
"antonym.intent": [ | ||
"zein dira honen antonimoak: {query}?", | ||
"zein da honen antonimo bat: {query}?", | ||
"zein da honen antonimoa: {query}?" | ||
], | ||
"hyponym.intent": [ | ||
"zein dira honen hiponimoak: {query}?", | ||
"zein da honen hiponimo bat: {query}?", | ||
"zein da honen hiponimoa: {query}?" | ||
], | ||
"holonym.intent": [ | ||
"zein dira honen holonimoak: {query}?", | ||
"zein da honen holonimo bat: {query}?", | ||
"zein da honen holonimoa: {query}?" | ||
], | ||
"definition.intent": [ | ||
"zer da {query}?", | ||
"zein da honen definizioa: {query}?" | ||
], | ||
"search_wordnet.intent": [ | ||
"bilatu word net datu-basean {query}", | ||
"bilatu wordnet datu-basean {query}", | ||
"bilatu word net datu-basean {query}", | ||
"bilatu wordnet datu-basean {query}", | ||
"zer dio word net datu-baseak honi buruz: {query}?", | ||
"zer dio wordnet datu-baseak honi buruz: {query}?" | ||
], | ||
"lemma.intent": [ | ||
"zein dira honen lemak: {query}?", | ||
"zein da honen lema bat: {query}?", | ||
"zein da honen lema: {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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# START_VERSION_BLOCK | ||
VERSION_MAJOR = 0 | ||
VERSION_MINOR = 0 | ||
VERSION_BUILD = 13 | ||
VERSION_ALPHA = 0 | ||
VERSION_BUILD = 14 | ||
VERSION_ALPHA = 1 | ||
# END_VERSION_BLOCK |