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

Assume initialisms aren't acronyms by default #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

glacials
Copy link

Adds broader support for initialisms. Currently, all initialisms are assumed to be pronounceable (e.g. NAFTA) so the a/an decision uses the same logic as lowercase words, with a list of overrides for non-pronounceable initialisms (e.g. NPC).

But overall it feels like the majority of all-uppercase words will not be pronounceable, so IMO the a/an decision should default to how the first letter is pronounced (e.g. "eff" for F), with a list of overrides for pronounceable all-caps words.

(I don't have any data to support that feeling though, so feel free to reject that part and I'll just put in overrides for the words that were causing me trouble 😃 )

@robinaugh
Copy link

This scratches an itch we have with this library as well (for acronyms like HOA)! Would love to see this go in.

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

Successfully merging this pull request may close these issues.

None yet

2 participants