Skip to content

Commit

Permalink
Improve pronoun.json5
Browse files Browse the repository at this point in the history
  • Loading branch information
wtetsu committed Apr 7, 2024
1 parent 2257d5b commit 1352c4a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions data/rule/pronoun.json5
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
["him", "someone"],
["them", "someone"],
["us", "someone"],
["isn't", "not"],
["aren't", "not"],
["wasn't", "not"],
["weren't", "not"],
],
[
["my", "someone's"],
Expand All @@ -45,6 +49,10 @@
["him", "someone"],
["them", "someone"],
["us", "someone"],
["isn't", "not"],
["aren't", "not"],
["wasn't", "not"],
["weren't", "not"],
],
[
["my", "someone's"],
Expand All @@ -66,5 +74,9 @@
["him", "someone"],
["them", "someone"],
["us", "someone"],
["isn't", "not"],
["aren't", "not"],
["wasn't", "not"],
["weren't", "not"],
],
]

0 comments on commit 1352c4a

Please sign in to comment.