Skip to content
Snippets Groups Projects
Commit 70938cf1 authored by Lukas Gehrke's avatar Lukas Gehrke
Browse files

adds all intents to nlu.md. Adds birthdate to domain.yml

parent 799efeb4
No related branches found
No related tags found
1 merge request!20Example
intents:
- greet
- goodbye
- birthdate
- birthplace
- day_of_death
- place_of_death
......
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment