ikarasz commited on
Commit
e3c81af
·
verified ·
1 Parent(s): 2343c45

Add new plural exclusion

Browse files
Files changed (1) hide show
  1. utils.py +1 -0
utils.py CHANGED
@@ -818,6 +818,7 @@ PLURAL_TO_SINGULAR_EXCLUSIONS = [
818
  "data",
819
  "minus",
820
  "plus",
 
821
  ]
822
 
823
  p = inflect.engine()
 
818
  "data",
819
  "minus",
820
  "plus",
821
+ "yes",
822
  ]
823
 
824
  p = inflect.engine()