Skip to content

Commit

Permalink
add ? to template (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronshiel authored Aug 20, 2021
1 parent dc8639b commit 0b1fba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mentor_classifier/mentor_classifier/ner.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"place": Template("What was $entity like?"),
"acronym": Template("What is $entity?"),
"job": Template("What does a(n) $entity do?"),
"family": Template("Can you tell me more about your $entity"),
"family": Template("Can you tell me more about your $entity?"),
}

FAMILY_MEMBERS = {
Expand Down

0 comments on commit 0b1fba6

Please sign in to comment.