commit 2a952d2bb3b5a48ca8b2a0fc1023e4ef392a8818 parent 6f752880ed78071924334d69845eed15e8c24d11 Author: Eamon Caddigan <eamon.caddigan@gmail.com> Date: Sun, 9 Aug 2015 08:07:53 -0400 Create README.md Diffstat:
A | README.md | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -0,0 +1,5 @@ +# GenderGuesser + +Here's an R package for using the [genderize.io](https://genderize.io/) API to guess the gender of a name. There's already a really good [genderizeR](https://github.com/kalimu/genderizeR) package out there, but it was missing the features I wanted. + +To use it, call `guessGender` with a character vector of (first) names. You can optionally pass (one of) a language code or country code to fine-tine results. If you've paid for an API key through [genderize.io](https://genderize.io/), you can pass that too.