This commit is contained in:
nickwalton
2019-10-31 20:33:21 -06:00
parent 7a5223f203
commit 93133cfce7
+3
View File
@@ -126,6 +126,7 @@ first_to_second_mappings = [
("I'd", "you'd"),
("i", "you"),
("I've", "you've"),
("I was", "you were"),
("my", "your"),
("we","you"),
("we're", "you're"),
@@ -141,6 +142,8 @@ second_to_first_mappings = [
("you're", "I'm"),
("your", "my"),
("you are", "I am"),
("you were", "I was"),
("are you", "am I"),
("you", "I"),
("you", "me"),
("you'll", "I'll"),