get-alex / alex

Catch insensitive, inconsiderate writing
https://alexjs.com
MIT License
4.81k stars 207 forks source link

Confused about plural words #317

Closed ali-habibzadeh closed 3 years ago

ali-habibzadeh commented 3 years ago

I tried the API by passing "Boys will be boys" and got nothing back. Does it only work when words are not plural?

wooorm commented 3 years ago

depends on what people’ve added. In this case only the singular is there: https://github.com/retextjs/retext-equality/blob/3ad26c587946f79547ddbf31b852929e3ea2a777/data/en/gender.yml#L34-L42. A PR similar to that, which adds the plural, would be appreciated!

kshamajain99 commented 3 years ago

@wooorm If you could take a look at this PR whenever time permits https://github.com/retextjs/retext-equality/pull/111.