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.