Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Wiki Rasa
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tm-chatbot
Wiki Rasa
Commits
70938cf1
Commit
70938cf1
authored
6 years ago
by
Lukas Gehrke
Browse files
Options
Downloads
Patches
Plain Diff
adds all intents to nlu.md. Adds birthdate to domain.yml
parent
799efeb4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!20
Example
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
example/domain.yml
+1
-0
1 addition, 0 deletions
example/domain.yml
example/nlu.md
+52
-3
52 additions, 3 deletions
example/nlu.md
with
53 additions
and
3 deletions
example/domain.yml
+
1
−
0
View file @
70938cf1
intents
:
-
greet
-
goodbye
-
birthdate
-
birthplace
-
day_of_death
-
place_of_death
...
...
This diff is collapsed.
Click to expand it.
example/nlu.md
+
52
−
3
View file @
70938cf1
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment