-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
port to npm/node? #9
Comments
Bit of an old issue but I was actually thinking of porting this library to JS. I have a project that currently uses this but I am needing a client-side version with 100% matching parsing so in a couple weeks when I get some free time I might look into it. I'll reply to this issue if I do end up porting it. |
Checkout |
Thanks! Question though, how similar is human.parseName() to this library? I am basically needing a 100% port of this library with the exact same parsing rules. |
YOu can see the unit tests here: https://github.com/chovy/humanparser/blob/master/test/index.js |
It looks like this may handle middle names better than the only package on npmjs.org that does name parsing.
The text was updated successfully, but these errors were encountered: