From 70938cf182492ba9514a66d99ba9b5075d2afdc6 Mon Sep 17 00:00:00 2001 From: Lukas Gehrke <lukasgehrke@Lukass-MacBook-Pro.local> Date: Wed, 12 Dec 2018 14:13:02 +0100 Subject: [PATCH] adds all intents to nlu.md. Adds birthdate to domain.yml --- example/domain.yml | 1 + example/nlu.md | 55 +++++++++++++++++++++++++++++++++++++++++++--- 2 files changed, 53 insertions(+), 3 deletions(-) diff --git a/example/domain.yml b/example/domain.yml index 7e53b91..4e27936 100644 --- a/example/domain.yml +++ b/example/domain.yml @@ -1,6 +1,7 @@ intents: - greet - goodbye + - birthdate - birthplace - day_of_death - place_of_death diff --git a/example/nlu.md b/example/nlu.md index 8f62738..b29500b 100644 --- a/example/nlu.md +++ b/example/nlu.md @@ -6,6 +6,55 @@ - bye - goodbye -## intent:birthplace_action -- born [Albert Einstein](physicist) -- born [Jules Aarons](physicist) +## intent:birthplace +- where was [Albert Einstein](Physicist) born +- where is [Albert Einstein](Physicist) from +- what is [Albert Einstein](Physicist) birthplace +- birthplace of [Albert Einstein](Physicist) + +## intent:birthdate +- when was [Albert Einstein](Physicist) born +- what is [Albert Einstein](Physicist) birthdate + +## intent:day_of_death +- when did [Albert Einstein](Physicist) die +- what is [Albert Einstein](Physicist) date of death + +## intent:place_of_death +- where did [Albert Einstein](Physicist) die +- where is [Albert Einstein](Physicist) place of death + +## intent:is_alive +- is [Albert Einstein](Physicist) still alive +- is [Albert Einstein](Physicist) dead + +## intent:num_spouses +- how often was [Albert Einstein](Physicist) married +- was [Albert Einstein](Physicist) married +- how many spouses did have [Albert Einstein](Physicist) + +## intent:primary_education +- where did [Albert Einstein](Physicist) go to school +- which school did [Albert Einstein](Physicist) go to + +## intent:university +- which university did [Albert Einstein](Physicist) go to +- which university did [Albert Einstein](Physicist) attend +- where did [Albert Einstein](Physicist) study + +## intent:area_of_research +- what was [Albert Einstein](Physicist) area of research +- what was [Albert Einstein](Physicist) field of interest +- what did [Albert Einstein](Physicist) research + +## intent:workplace +- where did [Albert Einstein](Physicist) work +- where was [Albert Einstein](Physicist) workplace +- what institute did [Albert Einstein](Physicist) work at +- what university did [Albert Einstein](Physicist) work at + +## intent:awards +- what awards did [Albert Einstein](Physicist) win +- what are [Albert Einstein](Physicist) awards +- did [Albert Einstein](Physicist) win the nobel price + -- GitLab