Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Address false dichotomy for pluralization #5

Open
TotalVerb opened this issue Feb 22, 2017 · 0 comments
Open

Address false dichotomy for pluralization #5

TotalVerb opened this issue Feb 22, 2017 · 0 comments

Comments

@TotalVerb
Copy link
Owner

Currently, pluralize defaults to classical=true, which is sometimes ridiculous.

For example, kine is never used over cows.

On the other hand, defaulting to classical=false is also ridiculous at times, see e.g. vertexes over vertices.

I'd like to have the default instead be something sensible and objective: whichever plural form is most prevalent on ngrams; i.e.:

  • Deprecate the classical keyword argument.
  • Replace it with mode keyword argument that can take either :classical, :anglicized, or :prevalent.
  • The :prevalent mode compromises between :classical and :anglicized by choosing whatever is more appropriate for the given word.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant