{"id":17942495,"url":"https://github.com/abachman/human_name_parser","last_synced_at":"2025-08-27T02:16:28.155Z","repository":{"id":1827703,"uuid":"2751993","full_name":"abachman/human_name_parser","owner":"abachman","description":"A name parsing library","archived":false,"fork":false,"pushed_at":"2013-05-28T15:02:20.000Z","size":173,"stargazers_count":7,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-08-01T10:00:50.240Z","etag":null,"topics":["ruby","rubygem"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"sloria/TextBlob","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/abachman.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-11-10T21:51:02.000Z","updated_at":"2023-08-30T14:45:33.000Z","dependencies_parsed_at":"2022-08-27T09:41:13.898Z","dependency_job_id":null,"html_url":"https://github.com/abachman/human_name_parser","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/abachman/human_name_parser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abachman%2Fhuman_name_parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abachman%2Fhuman_name_parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abachman%2Fhuman_name_parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abachman%2Fhuman_name_parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abachman","download_url":"https://codeload.github.com/abachman/human_name_parser/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abachman%2Fhuman_name_parser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272280152,"owners_count":24906081,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-27T02:00:09.397Z","response_time":76,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ruby","rubygem"],"created_at":"2024-10-29T03:05:50.219Z","updated_at":"2025-08-27T02:16:28.116Z","avatar_url":"https://github.com/abachman.png","language":"Ruby","readme":"Attempt to parse and categorize the parts of names. Almost entirely focused on \"western\" style names.\n\nWith code borrowed from:\n\n* https://github.com/bricooke/name_parser\n* https://github.com/jasonpriem/HumanNameParser.php\n* https://github.com/jconley88/NameParser\n\nBuilt for use in [Tixato](http://tixato.com) by [Figure 53](http://figure53.com).\n\n## Install\n\n`gem install human_name_parser`\n\n## Usage\n\n    require 'rubygems'\n    require 'human_name_parser'\n\n    name = HumanNameParser.parse 'George W. Bush Jr.'\n    name.first    # =\u003e 'George'\n    name.last     # =\u003e 'Bush'\n    name.initials # =\u003e 'GWB'\n    name.suffix   # =\u003e 'Jr.'\n    name.to_s     # =\u003e 'George W. Bush Jr.'\n\n## Development\n\n    ~/ $ git clone ... \u0026\u0026 cd human_name_parser\n    ~/ $ bundle install\n    ~/ $ rake\n\n## TODO\n\nHandle nicknames\n\nHandle strangely placed commas\n\nHandle multiple last names. e.g., \"Björn Charles O'Malley y Muñoz\"\n\nHandle multiple first names. e.g., \"Mary Joe Francis Smith\"\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabachman%2Fhuman_name_parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabachman%2Fhuman_name_parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabachman%2Fhuman_name_parser/lists"}