tupilabs/HumanNameParser.java
HumanNameParser.java, a Java port of HumanNameParser.php. Parser for human names in Java, all credit goes to @jasonpriem
This tool helps developers correctly break down full human names into their individual components, such as first name, last name, middle names, salutations, and suffixes. It takes a full name, even complex or oddly formatted ones, and provides distinct parts like 'Dr.', 'J.', 'Walter', 'Weatherman', and 'Jr.'. This is for developers building applications that need to process or store names in a structured way.
No commits in the last 6 months.
Use this if you are a developer building an application in Java and need to reliably parse human names from diverse input formats into standardized components.
Not ideal if you are not a Java developer or if you only need to store names as a single string without needing to extract specific parts.
Stars
27
Forks
23
Language
Java
License
MIT
Category
Last pushed
Aug 02, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/tupilabs/HumanNameParser.java"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
apache/opennlp
Apache OpenNLP
stanfordnlp/CoreNLP
CoreNLP: A Java suite of core NLP tools for tokenization, sentence segmentation, NER, parsing,...
stanfordnlp/python-stanford-corenlp
Python interface to CoreNLP using a bidirectional server-client interface.
dkpro/dkpro-core
Collection of software components for natural language processing (NLP) based on the Apache UIMA...
apache/opennlp-sandbox
Apache OpenNLP Sandbox