-
Notifications
You must be signed in to change notification settings - Fork 5
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 #36 from OpenVoiceOS/release-0.2.12a1
Release 0.2.12a1
- Loading branch information
Showing
8 changed files
with
39 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 @@ | ||
Tentei procurar no wiki how mais non atopei nada | ||
non che sei moi ben | ||
non sei |
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 @@ | ||
(explica|) paso a paso {query} | ||
como fago {query} | ||
como podo {query} | ||
como {query} | ||
pasos para {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 @@ | ||
Paso {number}. {step} |
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 @@ | ||
procurar en (wiki how|wikihow) {query} | ||
que (di|pensa) (wiki how|wikihow) 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,10 @@ | ||
{ | ||
"step.dialog": [ | ||
"Paso {number}. {step}" | ||
], | ||
"howto.failure.dialog": [ | ||
"non che sei moi ben", | ||
"non sei", | ||
"Tentei procurar no wiki how mais non atopei nada" | ||
] | ||
} |
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,13 @@ | ||
{ | ||
"howto.intent": [ | ||
"(explica|) paso a paso {query}", | ||
"como podo {query}", | ||
"como fago {query}", | ||
"como {query}", | ||
"pasos para {query}" | ||
], | ||
"wikihow.intent": [ | ||
"procurar en (wiki how|wikihow) {query}", | ||
"que (di|pensa) (wiki how|wikihow) 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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# START_VERSION_BLOCK | ||
VERSION_MAJOR = 0 | ||
VERSION_MINOR = 2 | ||
VERSION_BUILD = 11 | ||
VERSION_ALPHA = 0 | ||
VERSION_BUILD = 12 | ||
VERSION_ALPHA = 1 | ||
# END_VERSION_BLOCK |