From 0b1fba6b62fc5cddc61c0c8cadf6c2c4b14861bd Mon Sep 17 00:00:00 2001 From: Aaron shiel <57824522+aaronshiel@users.noreply.github.com> Date: Fri, 20 Aug 2021 14:58:33 -0700 Subject: [PATCH] add ? to template (#52) --- mentor_classifier/mentor_classifier/ner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mentor_classifier/mentor_classifier/ner.py b/mentor_classifier/mentor_classifier/ner.py index 76d176f..539d9b3 100644 --- a/mentor_classifier/mentor_classifier/ner.py +++ b/mentor_classifier/mentor_classifier/ner.py @@ -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 = {