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

probablepeople errors out on names with Trustee in them, it labels Trustee as another Surname. ![image](https://user-images.githubusercontent.com/54288616/85315633-0b349e00-b481-11ea-9f43-91f4951d2d21.png)

Raise RepeatedLabelError(raw_string, parse(raw_string), label) probablepeople.RepeatedLabelError: ERROR: Unable to tag this string because more than one area of the string has the same label ORIGINAL STRING: Captain Don Shackelford PARSED TOKENS:...

The following error was raised in tagging a full name. `>>> probablepeople.tag(name, type='person')` ``` ERROR: Unable to tag this string because more than one area of the string has the...

RepeatedLabelError: ERROR: Unable to tag this string because more than one area of the string has the same label ORIGINAL STRING: SIMMONS MARK O PARSED TOKENS: [('SIMMONS', 'Surname'), ('MARK', 'GivenName'),...

I noticed high error rates on a private data with the following surnames. (I can't list the full names here, but you might get a similar effect with most any...

TRAVIS, VICKI L parses to: Given name: TRAVIS, VICKI MiddleInitial: L

## Expected Behavior `import probablepeople` while debugging should take less than a second. `python main.py` command should take less than a second to complete, with main.py as follows: ```python import...

ICHIDA HENRY K (OrderedDict([('CorporationName', 'ICHIDA HENRY K')]), 'Corporation')

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