Skip to content

SUFFIX_ACRONYMS member "apn aprn" #155

Open
@shartzog

Description

@shartzog

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"?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions