mirror of
https://github.com/wassname/Clover-Edition.git
synced 2026-09-09 11:13:26 +08:00
update
This commit is contained in:
@@ -171,6 +171,7 @@ class CTRLGenerator():
|
||||
|
||||
first_letter_capitalized = result[0].isupper()
|
||||
result = result.replace("#", "")
|
||||
result = result.replace("*", "")
|
||||
result = first_to_second_person(result)
|
||||
result = remove_profanity(result)
|
||||
|
||||
|
||||
+3
-5
@@ -133,11 +133,9 @@ 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 = ["go", "run", "walk", "leave", "exit"]
|
||||
possible_verbs = ["take", "put", "give", "set", "keep", "help", "show", "pay", "read", "start", "stay", "call",
|
||||
"change", "ask", "go", "run", "open", "look", "walk", "make", "say", "tell", "attack", "use",
|
||||
"turn", "fight", "scream", "yell"]
|
||||
|
||||
def get_possible_verbs():
|
||||
return possible_verbs
|
||||
Reference in New Issue
Block a user