-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed a bug about the use without lang param.
- Loading branch information
1 parent
62fb713
commit a81669c
Showing
6 changed files
with
26 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,17 +2,14 @@ | |
|
||
## Description | ||
A node.js module to determine a person's gender based on his/her first name. | ||
It works also for many languages other than english. It support international names. | ||
This module is able to clean the text detecting gender from dirty or unclear names. | ||
|
||
It works also for many languages other than english, supporting international names, using an own datasource of 40.000 records that can be extended. | ||
This module is able to clean the text, detecting gender from dirty or unclear names. | ||
|
||
## Installation | ||
|
||
$ npm install gender-detection | ||
|
||
Or using github: | ||
|
||
$ npm install git+https://[email protected]/davidemiceli/gender-detection.git | ||
|
||
## Example | ||
```javascript | ||
// Require gender detection module | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters