Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ironholds/humaniformat
A human name parser
https://github.com/ironholds/humaniformat
names parser r
Last synced: 6 days ago
JSON representation
A human name parser
- Host: GitHub
- URL: https://github.com/ironholds/humaniformat
- Owner: Ironholds
- License: other
- Created: 2015-08-20T19:28:00.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-08-30T08:19:02.000Z (about 2 years ago)
- Last Synced: 2024-10-10T12:25:29.948Z (28 days ago)
- Topics: names, parser, r
- Language: C++
- Homepage:
- Size: 49.8 KB
- Stars: 54
- Watchers: 8
- Forks: 12
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## A human name parser for R
__Author:__ Oliver Keyes
__License:__ [MIT](http://opensource.org/licenses/MIT)
__Status:__ Stable[![Travis-CI Build Status](https://travis-ci.org/Ironholds/humaniformat.svg?branch=master)](https://travis-ci.org/Ironholds/humaniformat) ![downloads](http://cranlogs.r-pkg.org/badges/grand-total/humaniformat)
### Description
`humaniformat` (`humaniform` + `format`) is a human names parser for R. With it, you can parse names, distinguishing salutations, suffixes, and first, middle and last names. `humaniformat` recognises compound last names (and preserves them) from a wide range of cultures, although the name format itself is somewhat Western-centric (it assumes, for example, that first name comes before last name, which is not always the standard).Please note that this project is released with a [Contributor Code of Conduct](https://github.com/Ironholds/humaniformat/blob/master/CONDUCT.md). By participating in this project you agree to abide by its terms.
### Installation
To get the current version:
install.packages("humaniformat")
To get the development version:
devtools::install_github("ironholds/humaniformat")
### Dependencies
* R. Doy.
* [Rcpp](https://cran.r-project.org/package=Rcpp)