We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
So it took me a long time to understand why
nameparser.config.CONSTANTS.suffixes.add('pc')
was not effective, finally realized by reading the code that
nameparser.config.CONSTANTS.suffix_acronyms.add('pc')
would be, but it was not obvious. Maybe add this to the docs.