Skip to content

Commit

Permalink
more infobox intents
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Apr 21, 2024
1 parent 78e738b commit b4acab2
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
5 changes: 4 additions & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,10 @@ def register_from_file(cls):
"died.intent",
"children.intent",
"alma_mater.intent",
"age_at_death.intent"
"age_at_death.intent",
"education.intent",
"fields.intent",
"thesis.intent"
]
for lang in os.listdir(f"{os.path.dirname(__file__)}/locale"):
for fn in files:
Expand Down
3 changes: 1 addition & 2 deletions locale/en-us/alma_mater.intent
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
what is {keyword} alma mater
where did {keyword} study
what is {keyword} alma mater
2 changes: 2 additions & 0 deletions locale/en-us/education.intent
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
where did {keyword} study
where did {keyword} get (his|her) education
1 change: 1 addition & 0 deletions locale/en-us/fields.intent
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
what is {keyword} field of expertise
1 change: 1 addition & 0 deletions locale/en-us/thesis.intent
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
what is {keyword} thesis subject

0 comments on commit b4acab2

Please sign in to comment.