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

SUFFIX_ACRONYMS member "apn aprn" #155

Open
shartzog opened this issue Aug 28, 2024 · 0 comments
Open

SUFFIX_ACRONYMS member "apn aprn" #155

shartzog opened this issue Aug 28, 2024 · 0 comments

Comments

@shartzog
Copy link

I'm parsing a lot of anesthesia provider names and found that the credential 'APRN' wasn't getting properly identified as a suffix out of the box. I've already addressed the issue in my codebase by adding:

from nameparser.config import CONSTANTS

CONSTANTS.suffix_acronyms.add("aprn")

to the top of my module, but noticed what might be a bug in the nameparser codebase when investigating a different issue (more on that in a separate issue ;)). Shouldn't this line actually be split into two separate lines, one for "apn" and one for "aprn"?

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