probablepeople icon indicating copy to clipboard operation
probablepeople copied to clipboard

:family: a python library for parsing unstructured western names into name components.

Results 62 probablepeople issues
Sort by recently updated
recently updated
newest added

When the word "the" is included before a numerical suffix like "the 3rd" or "the III" it seems to vastly increase the chance that a persons name is classified as...

ERROR: Unable to tag this string because more than one area of the string has the same label ORIGINAL STRING: hotel vier jahreszeiten kempinski PARSED TOKENS: [('hotel', 'GivenName'), ('vier', 'Surname'),...

Getting error when Parsing Dr. Billa Fisher Rados ERROR: Unable to tag this string because more than one area of the string has the same label ORIGINAL STRING: Dr. Billa...

I called probablepeople.tag("ALLIN JOHN FRAWLEY") and it returned the following: probablepeople.RepeatedLabelError: ERROR: Unable to tag this string because more than one area of the string has the same label ORIGINAL...

The exception is raised in some cases in which the word "Organization" is found in the string: ``` ORIGINAL STRING: Comodo Juan Organization PARSED TOKENS: [('Comodo', 'Surname'), ('Juan', 'GivenName'), ('Organization',...

ORIGINAL STRING: Mc Donalds Corp Inc, The PARSED TOKENS: [('Mc', 'CorporationName'), ('Donalds', 'CorporationName'), ('Corp', 'CorporationNameOrganization'), ('Inc,', 'CorporationLegalType'), ('The', 'CorporationName')] UNCERTAIN LABEL: CorporationName

per your request from the error message: ORIGINAL STRING: ABDULAH AL NASSER PARSED TOKENS: [('ABDULAH', 'Surname'), ('AL', 'GivenName'), ('NASSER', 'Surname')] UNCERTAIN LABEL: Surname

In `probablepeople/__init__.py` line 84, this string 'M.A. HSG in Law Seraina Williams' is returning 'CorporationName' label even though the type is set to 'person'. raw_string : 'M.A. HSG in Law...

Hey Guys, I have lots of names that look like this; Jack Smith c/o Mary Smith Mr Jack Smoster c/- Miss Liliana Doster Mr Phil Sythme care of Mrs Dorthy...