Update dataset.json
Browse files- dataset.json +9 -1
dataset.json
CHANGED
@@ -92,5 +92,13 @@
|
|
92 |
{ "Query": "Where do kangaroos live?", "Type": "Where" },
|
93 |
{ "Query": "Where is the deepest part of the ocean?", "Type": "Where" },
|
94 |
{ "Query": "Where was the Declaration of Independence signed?", "Type": "Where" },
|
95 |
-
{ "Query": "Where can I find the tallest waterfall in the world?", "Type": "Where" }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
96 |
]
|
|
|
92 |
{ "Query": "Where do kangaroos live?", "Type": "Where" },
|
93 |
{ "Query": "Where is the deepest part of the ocean?", "Type": "Where" },
|
94 |
{ "Query": "Where was the Declaration of Independence signed?", "Type": "Where" },
|
95 |
+
{ "Query": "Where can I find the tallest waterfall in the world?", "Type": "Where" },
|
96 |
+
{ "Query": "I have went to Paris last year and it were beautiful", "Type": "Grammar" },
|
97 |
+
{ "Query": "can you tells me where is the nearest hospital at?", "Type": "Grammar" },
|
98 |
+
{ "Query": "She don't know nothing about computers", "Type": "Grammar" },
|
99 |
+
{ "Query": "me and my friend wants to goes shopping tomorrow", "Type": "Grammar" },
|
100 |
+
{ "Query": "The books what I bought yesterday is very interesting", "Type": "Grammar" },
|
101 |
+
{ "Query": "I seen that movie three times already", "Type": "Grammar" },
|
102 |
+
{ "Query": "between you and I, this secret should stay quiet", "Type": "Grammar" },
|
103 |
+
{ "Query": "There's many reasons why I can't come to the party", "Type": "Grammar" }
|
104 |
]
|