We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, pluralize defaults to classical=true, which is sometimes ridiculous.
pluralize
classical=true
For example, kine is never used over cows.
kine
cows
On the other hand, defaulting to classical=false is also ridiculous at times, see e.g. vertexes over vertices.
classical=false
vertexes
vertices
I'd like to have the default instead be something sensible and objective: whichever plural form is most prevalent on ngrams; i.e.:
classical
mode
:classical
:anglicized
:prevalent
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently,
pluralize
defaults toclassical=true
, which is sometimes ridiculous.For example,
kine
is never used overcows
.On the other hand, defaulting to
classical=false
is also ridiculous at times, see e.g.vertexes
oververtices
.I'd like to have the default instead be something sensible and objective: whichever plural form is most prevalent on ngrams; i.e.:
classical
keyword argument.mode
keyword argument that can take either:classical
,:anglicized
, or:prevalent
.:prevalent
mode compromises between:classical
and:anglicized
by choosing whatever is more appropriate for the given word.The text was updated successfully, but these errors were encountered: