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

plural_noun downcases phrases of 3 or more words #40

Closed
Kodiologist opened this issue Jan 18, 2017 · 0 comments
Closed

plural_noun downcases phrases of 3 or more words #40

Kodiologist opened this issue Jan 18, 2017 · 0 comments

Comments

@Kodiologist
Copy link

$ python3 -c 'import inflect; print(inflect.engine().plural_noun("can of Coke"))'
cans of coke

I believe the guilty bit is around here:

https://github.com/pwdyson/inflect.py/blob/73ac260/inflect.py#L1891

The code should be carving out of the original input instead of the downcased version lowerword.

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