forked from SimGus/Chatette
-
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
7 changed files
with
55 additions
and
2 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions
15
tests/system-testing/inputs/generate-nb/training-only/bugfixes/bug-22-slot-position.chatette
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,15 @@ | ||
%[askPopulation]('training': '5') | ||
~[greet?] ~[population] @[city] | ||
|
||
@[city] | ||
new york | ||
tokyo | ||
|
||
~[greet] | ||
hi | ||
hello | ||
|
||
~[population] | ||
what is the population of | ||
how many people are there in | ||
|
14 changes: 14 additions & 0 deletions
14
tests/system-testing/inputs/generate-nb/training-only/bugfixes/bug-22-slot-position.solution
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,14 @@ | ||
# Contains all possible examples for the Chatette template file with the same name. | ||
askPopulation>>>how many people are there in new york | ||
askPopulation>>>how many people are there in tokyo | ||
askPopulation>>>what is the population of new york | ||
askPopulation>>>what is the population of tokyo | ||
askPopulation>>>hello how many people are there in new york | ||
askPopulation>>>hello how many people are there in tokyo | ||
askPopulation>>>hello what is the population of new york | ||
askPopulation>>>hello what is the population of tokyo | ||
askPopulation>>>hi how many people are there in new york | ||
askPopulation>>>hi how many people are there in tokyo | ||
askPopulation>>>hi what is the population of new york | ||
askPopulation>>>hi what is the population of tokyo | ||
|
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