This commit is contained in:
Nick
2019-09-25 05:04:45 -06:00
parent a5e292a12c
commit d6c7fb645d
+5 -3
View File
@@ -133,9 +133,11 @@ def second_to_first_person(text):
return capitalize_first_letters(text)
possible_verbs = ["get", "take", "put", "give","set", "keep", "help", "show", "pay", "read", "start", "stay", "call",
"change", "ask", "go", "run", "open", "look", "walk", "make", "try", "say", "tell", "attack", "use",
"turn", "fight", "scream", "yell"]
#possible_verbs = ["get", "take", "put", "give","set", "keep", "help", "show", "pay", "read", "start", "stay", "call",
# "change", "ask", "go", "run", "open", "look", "walk", "make", "try", "say", "tell", "attack", "use",
# "turn", "fight", "scream", "yell"]
possible_verbs = ["go", "run", "walk", "leave", "exit"]
def get_possible_verbs():
return possible_verbs