From 4f8bedbfa86b687c5c175fff369e72e4123fbe8f Mon Sep 17 00:00:00 2001 From: ErickGiffoni Date: Wed, 25 Aug 2021 17:01:30 -0300 Subject: [PATCH 1/8] intent: ask_forecast_weather - add more examples --- weather/nlu.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/weather/nlu.yml b/weather/nlu.yml index ab73dd2..b43cd58 100644 --- a/weather/nlu.yml +++ b/weather/nlu.yml @@ -212,3 +212,14 @@ nlu: - What's the forecast? - What's the weather like today? - Will the weather keep up? + - whats todays weather forecast ? + - How is today's weather like ? + - can you tell me the weather ? + - Will it rain today ? + - will it be sunny today ? + - Is it possible to rain ? + - will it be this hot all day ? + - Why isn’t it raining today ? + - What did the weather girl say ? + - what did the weather man say about today ? + - Is the weather always like this here ? From cff504c10b1b1bebc4a342f7441a8ebd5214cde8 Mon Sep 17 00:00:00 2001 From: ErickGiffoni Date: Wed, 25 Aug 2021 20:35:35 -0300 Subject: [PATCH 2/8] intent: type_weather - add a few more examples --- weather/nlu.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/weather/nlu.yml b/weather/nlu.yml index b43cd58..2a96cb5 100644 --- a/weather/nlu.yml +++ b/weather/nlu.yml @@ -52,6 +52,7 @@ nlu: - hazy - heat - heat wave + - heatwave - heavy grey clouds - heavy winds - hot @@ -72,6 +73,7 @@ nlu: - overcast - partly cloudy - partly sunny + - pouring - precipitation - pressure - puff of wind @@ -109,11 +111,13 @@ nlu: - sunny - sunny intervals - sunshine + - temperature inversion - thunder - thunder-cloud - thundershowers - thunderstorm - thunderstorms + - thundersnows - to pour - tornado - tornadoes From f1193a15621e80d54c43ec71759c757598a64b4c Mon Sep 17 00:00:00 2001 From: ErickGiffoni Date: Wed, 25 Aug 2021 20:39:40 -0300 Subject: [PATCH 3/8] add new intent: season --- weather/nlu.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/weather/nlu.yml b/weather/nlu.yml index 2a96cb5..bcdadd2 100644 --- a/weather/nlu.yml +++ b/weather/nlu.yml @@ -227,3 +227,10 @@ nlu: - What did the weather girl say ? - what did the weather man say about today ? - Is the weather always like this here ? +- intent: season + examples: | + - spring + - summer + - fall + - autumn + - winter \ No newline at end of file From 78eb03ef997f9dbe52f08e1c252d5bd6513e375d Mon Sep 17 00:00:00 2001 From: ErickGiffoni Date: Wed, 25 Aug 2021 20:48:21 -0300 Subject: [PATCH 4/8] add new intent: ask_season --- weather/nlu.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/weather/nlu.yml b/weather/nlu.yml index bcdadd2..3b371af 100644 --- a/weather/nlu.yml +++ b/weather/nlu.yml @@ -233,4 +233,14 @@ nlu: - summer - fall - autumn - - winter \ No newline at end of file + - winter +- intent: ask_season # User wants to know which is the current season + examples: | + - What is the current season ? + - Which season are we in ? + - Is it summer ? + - Are we in winter ?? + - is this the fall already ? + - Is it autumn yet ? + - it is spring right now ? + - The current season now is ? \ No newline at end of file From cb09b9df8a2dc5df92cebd1efed4ff94a7f4698b Mon Sep 17 00:00:00 2001 From: andrelucasf Date: Wed, 25 Aug 2021 21:32:41 -0300 Subject: [PATCH 5/8] intent: ask_season - temperature_weather - add more examples --- weather/nlu.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/weather/nlu.yml b/weather/nlu.yml index 3b371af..a7fcb35 100644 --- a/weather/nlu.yml +++ b/weather/nlu.yml @@ -158,7 +158,8 @@ nlu: - weather station - weatherman - wind chill - - windchill + - low humidity + - high humidity - intent: ask_forecast_weather examples: | - Anybody notice the weather today? @@ -243,4 +244,6 @@ nlu: - is this the fall already ? - Is it autumn yet ? - it is spring right now ? - - The current season now is ? \ No newline at end of file + - The current season now is ? + - Is it summer already? + - What's the next season? \ No newline at end of file From 28067ea467f0f57de5ca9cbad3dde9f923a14a69 Mon Sep 17 00:00:00 2001 From: caue96 Date: Thu, 26 Aug 2021 00:12:14 -0300 Subject: [PATCH 6/8] Added intents of current season --- weather/nlu.yml | 28 ++++++++++++++++++++++------ 1 file changed, 22 insertions(+), 6 deletions(-) diff --git a/weather/nlu.yml b/weather/nlu.yml index a7fcb35..d16f44f 100644 --- a/weather/nlu.yml +++ b/weather/nlu.yml @@ -240,10 +240,26 @@ nlu: - What is the current season ? - Which season are we in ? - Is it summer ? - - Are we in winter ?? - - is this the fall already ? + - Are we in winter ? + - Is this the fall already ? - Is it autumn yet ? - - it is spring right now ? - - The current season now is ? - - Is it summer already? - - What's the next season? \ No newline at end of file + - Is it spring right now ? + - Is it summer already ? + - What's the next season ? + - Is it summer yet ? + - Is it winter ? + - Is it winter yet ? + - Is it winter already ? + - Is it fall ? + - Is it fall yet ? + - Is it fall already ? + - Is it spring ? + - Is it spring yet ? + - Is it spring already ? + - Is it autumn ? + - Is it autumn yet ? + - Is it autumn already ? + - Is it summer right now ? + - Is it fall right now ? + - Is it autumn right now ? + - Is it winter right now ? \ No newline at end of file From 996041e77e2d9da926eb120eebe7599f24b6a6d8 Mon Sep 17 00:00:00 2001 From: caue96 Date: Thu, 26 Aug 2021 00:27:49 -0300 Subject: [PATCH 7/8] Added intents of type weather --- weather/nlu.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/weather/nlu.yml b/weather/nlu.yml index d16f44f..31c7ea9 100644 --- a/weather/nlu.yml +++ b/weather/nlu.yml @@ -3,6 +3,7 @@ nlu: - intent: type_weather examples: | - air + - atmospheric pressure - black clouds - blinding snowstorm - blizzard @@ -15,6 +16,7 @@ nlu: - clear skies - clear sky - cloud + - cloudiness - cloudy - cold - cold biting wind @@ -59,6 +61,7 @@ nlu: - humid - humidity - hurricane + - ice - icy - it lightens - it rains cats and dogs @@ -111,6 +114,7 @@ nlu: - sunny - sunny intervals - sunshine + - temperature - temperature inversion - thunder - thunder-cloud From dc085d102cc401673ae5983ee8e30bdb1890c6e3 Mon Sep 17 00:00:00 2001 From: caue96 Date: Thu, 26 Aug 2021 00:52:15 -0300 Subject: [PATCH 8/8] Added intents of forecast weather --- weather/nlu.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/weather/nlu.yml b/weather/nlu.yml index 31c7ea9..562e895 100644 --- a/weather/nlu.yml +++ b/weather/nlu.yml @@ -30,6 +30,7 @@ nlu: - dew - downpour - drizzle + - drought - dry - dull - dust storm @@ -135,6 +136,7 @@ nlu: - wind - windstorm - windy + - winter storm - intent: temperature_weather examples: | - above zero @@ -221,9 +223,9 @@ nlu: - What's the forecast? - What's the weather like today? - Will the weather keep up? - - whats todays weather forecast ? + - What's todays weather forecast ? - How is today's weather like ? - - can you tell me the weather ? + - Can you tell me about the weather ? - Will it rain today ? - will it be sunny today ? - Is it possible to rain ? @@ -232,6 +234,12 @@ nlu: - What did the weather girl say ? - what did the weather man say about today ? - Is the weather always like this here ? + - What's the average temperature ? + - What're the seasons ? + - What's the hottest season ? + - What's the coldest season ? + - What're the different kinds of weather ? + - What's the weather like in each season ? - intent: season examples: | - spring