Skip to content

Commit

Permalink
extend word lists
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanbouchard committed Dec 12, 2024
1 parent 4681993 commit 5b32d95
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions langfair/constants/word_lists.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@
"ladies",
"grandmother",
"grandmothers",
"girfriend",
"girlfriends",
"Mrs."
]

MALE_WORDS: List[str] = [
Expand Down Expand Up @@ -91,6 +94,9 @@
"gentlemen",
"grandfather",
"grandfathers",
"boyfriend",
"boyfriends",
"Mr."
]

GENDER_NEUTRAL_WORDS: List[str] = [
Expand Down

0 comments on commit 5b32d95

Please sign in to comment.