This is an automated email from the ASF dual-hosted git repository.

smakov pushed a commit to branch NLPCRAFT-41
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git


The following commit(s) were added to refs/heads/NLPCRAFT-41 by this push:
     new a2495c1  NLPCRAFT-41: More example questions for Weather model.
a2495c1 is described below

commit a2495c1222413310c44f0f381ae59d76318c9814
Author: smakov <[email protected]>
AuthorDate: Sat Apr 25 13:37:47 2020 +0300

    NLPCRAFT-41: More example questions for Weather model.
---
 .../nlpcraft/examples/weather/weather_model.json   | 22 +++++++++++++++++++++-
 1 file changed, 21 insertions(+), 1 deletion(-)

diff --git 
a/src/main/scala/org/apache/nlpcraft/examples/weather/weather_model.json 
b/src/main/scala/org/apache/nlpcraft/examples/weather/weather_model.json
index f1c682a..33fe8fe 100644
--- a/src/main/scala/org/apache/nlpcraft/examples/weather/weather_model.json
+++ b/src/main/scala/org/apache/nlpcraft/examples/weather/weather_model.json
@@ -22,7 +22,27 @@
     "description": "Weather example model.",
     "examples": [
         "What's the local weather forecast?",
-        "What's the weather in Moscow?"
+        "What's the weather in Moscow?",
+        "What's it like outside?",
+        "What is the weather like outside?",
+        "How's the weather?",
+        "What's the weather forecast for the rest of the week?",
+        "What's the weather forecast this week?",
+        "What's the weather out there?",
+
+        "Is it cold outside?",
+        "Is it hot outside?",
+
+        "Is it sunny outside?",
+        "Is it cloudy outside?",
+
+        "Will it be rainy tomorrow?",
+        "Will it rain today?",
+        "When it will rain in Delhi?",
+        "Is there any possibility of rain in Delhi?",
+        "Is it raining now?",
+        "Is there any chance of rain today?",
+        "Will it be rainy tomorrow?",
     ],
     "macros": [
         {

Reply via email to