-
Notifications
You must be signed in to change notification settings - Fork 9
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 #69 from OpenVoiceOS/release-0.5.6a1
Release 0.5.6a1
- Loading branch information
Showing
19 changed files
with
72 additions
and
88 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 |
---|---|---|
@@ -1,6 +1,3 @@ | ||
recursive-include dialog * | ||
recursive-include vocab * | ||
recursive-include locale * | ||
recursive-include res * | ||
recursive-include ui * | ||
recursive-include skill * | ||
recursive-include gui * |
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
File renamed without changes
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 @@ | ||
fortsæt | ||
fortæl mig mere | ||
fortæll mere | ||
vide mere |
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 @@ | ||
Jeg er bange for, at der ikke er nogen artikel om det | ||
Jeg kan ikke finde en relateret Wikipedia-artikel |
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,11 @@ | ||
Giv mig oplysninger om {keyword} | ||
Hvad ved du om {keyword} | ||
Jeg er nysgerrig efter {keyword} | ||
Jeg søger detaljer om {keyword} | ||
Jeg vil gerne vide mere om {keyword} | ||
Kan du forklare, hvad {keyword} er | ||
Kan du give detaljer om {keyword} | ||
Kan du oplyse mig om {keyword} | ||
fortæl mig om {keyword} | ||
hvad er {keyword} | ||
hvem (er|var) {søgeord} |
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 @@ | ||
Jeg tjekker Wikipedia for {query} | ||
Lad mig slå {query} op i Wikipedia |
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 @@ | ||
Det er alt, hvad jeg kan finde | ||
Det er alt, hvad jeg ved |
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 @@ | ||
(søg|tjek) (wiki|wikipedia) for {query} | ||
(wiki|wikipedia) {query} | ||
hvad siger (wiki|wikipedia) om {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 @@ | ||
spiller wikipedia roulette | ||
viden roulette aktiveret |
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 @@ | ||
(spil|spil) (wiki|wikipedia) roulette | ||
(vis|vis|åben) tilfældig (wiki|wikipedia) | ||
(wiki|wikipedia) roulette | ||
tilfældig (wiki|wikipedia) | ||
tilfældig (wiki|wikipedia) side |
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,23 @@ | ||
{ | ||
"skill_id": "skill-ovos-wikipedia.openvoiceos", | ||
"source": "https://github.com/OpenVoiceOS/skill-ovos-wikipedia", | ||
"name": "Wikipedia", | ||
"description": "Query Wikipedia for answers to all your questions. Get just a summary, or ask for more to get in-depth information.", | ||
"examples": [ | ||
"Tell me about Elon Musk", | ||
"Tell me about beans", | ||
"Check Wikipedia for beans", | ||
"Tell me about the Pembroke Welsh Corgi", | ||
"Search for chocolate", | ||
"More information", | ||
"Tell me More" | ||
], | ||
"tags": [ | ||
"wikipedia", | ||
"encyclopedia", | ||
"general-knowledge", | ||
"wiki", | ||
"question", | ||
"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,3 +1,3 @@ | ||
(wiki|wikipedia) {query} | ||
(zoek op|check (wiki|wikipedia) (naar|voor){query} | ||
(zoek op|check) (wiki|wikipedia) (naar|voor){query} | ||
wat zegt (wiki|wikipedia) over {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,3 +1,4 @@ | ||
ovos-utils>=0.0.38,<1.0.0 | ||
ovos_workshop>=0.0.15,<3.0.0 | ||
ovos-plugin-manager>=0.0.26,<1.0.0 | ||
ovos-bus-client>=1.0.1 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# START_VERSION_BLOCK | ||
VERSION_MAJOR = 0 | ||
VERSION_MINOR = 5 | ||
VERSION_BUILD = 4 | ||
VERSION_ALPHA = 0 | ||
VERSION_BUILD = 6 | ||
VERSION_ALPHA = 1 | ||
# END_VERSION_BLOCK |