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

``` >> import probablepeople >> probablepeople.tag("president joe biden") RepeatedLabelError: ERROR: Unable to tag this string because more than one area of the string has the same label ORIGINAL STRING: president...

In Canada, professional engineers will place the accreditation "P.Eng" after their name. ProbablePeople incorrectly identifies the suffix "P.Eng" as a second "GivenName", which results in the following error: ``` $...