issues Search Results · repo:derek73/python-nameparser language:Python
Filter by
114 results
(67 ms)114 results
inderek73/python-nameparser (press backspace or delete to remove)I ve come across some source data that uses - rather than , as a delimiter for healthcare providers with multiple
credentials. Under these conditions, nameparser breaks down pretty badly. Adding - to CONSTANTS.suffix_acronyms ...
shartzog
- 1
- Opened on Aug 28, 2024
- #156
I m parsing a lot of anesthesia provider names and found that the credential APRN wasn t getting properly identified as
a suffix out of the box. I ve already addressed the issue in my codebase by adding: ...
shartzog
- Opened on Aug 28, 2024
- #155
import nameparts
nameparts.Name( Matthew Matthew ).as_dict
# { salutation : None,
# first_name : Matw ,
# last_name : Matw ,
# middle_name : None,
# generation : None,
# suffix : None,
# aliases ...
vitorbaptista
- 1
- Opened on Apr 24, 2024
- #153
I wanted to remove any extraneous characters from the initials and only have the initials with no punctuation or
whitespace. In the process I stumbled upon two shortcomings with the formatting of initials. ...
waylan
- Opened on Apr 5, 2024
- #152
The following condition causes single letter conjunctions to not behave the same as multi letter conjunctions in the
default conjunctions list. This issue only happens when parsing a name that results ...
mchaelkha
- Opened on Feb 15, 2024
- #151
Hello First of all, thank you for developing such a fantastic project. I m using it to parse names in a mixed Arabic and
English context, and it works great for most cases. However, I ve encountered an ...
sdwailah
- 2
- Opened on Jan 22, 2024
- #150
Recently I discovered that if name has same prefix for first name and last name nameparser doesn t it handle in a proper
way. Please find an example below:
from nameparser import HumanName
HumanName( ...
eliskovets
- 1
- Opened on Sep 14, 2023
- #148
Hi guys it seems that the parser does not work with vietnamese names where Nguyen would be the last name.
`from nameparser import HumanName
name = HumanName( Nguyễn Thị Minh Khai ) name`
Kind regards ...
martikevin
- Opened on Aug 14, 2023
- #146
Hi, maintainer 👋
I used Golang to package this awesome project into a standalone service, providing HTTP API and GRPC API to public use.
repo: https://github.com/soulteary/go-nameparser
Based on similar ...
soulteary
- Opened on May 22, 2023
- #145
Here are some examples -
`
| FULL NAME | p_first | p_middle | p_last | p_suffix |
| --- | --- | --- | --- | --- |
| MAIER, AMY LAUREN I | AMY | LAUREN I | MAIER | |
| CHANG, ANDY CHUAN I | ANDY | CHUAN ...
ThinkCode
- Opened on Apr 10, 2023
- #144

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.