string-gender:字符串性别性别提取器

时间:2021-07-12 10:26:27
【文件属性】:
文件名称:string-gender:字符串性别性别提取器
文件大小:1.81MB
文件格式:ZIP
更新时间:2021-07-12 10:26:27
JavaScript 字符串性别 StringGender nodejs 库,用于找出字符串或电子邮件的性别。 为什么 ? 例如,在电子邮件活动中,从参与人员那里获得性别概览很有用。 演示 待办事项 安装 npm install string-gender 用法 var sg = require ( 'sg' ) ; // non case sensitive // single firstname sg . getGender ( { string : 'Aaron' } , function ( results ) { } // composite firstname sg . getGender ( { string : 'Jean-Paul' } , function ( results ) { } // with email sg . getGender ( { string : 'julie
【文件预览】:
string-gender-master
----.travis.yml(48B)
----package.json(1011B)
----test()
--------nam_dict.txt(4.11MB)
--------main.js(3KB)
----Gruntfile.js(2KB)
----src()
--------index.js(4KB)
--------nam_dict_origin.txt(4.1MB)
--------tfidf.js(5KB)
--------nam_dict.txt(4.15MB)
--------indexer.js(2KB)
--------constants.js(2KB)
--------async.js(34KB)
----MIT-LICENSE.txt(1KB)
----.gitignore(156B)
----lib()
--------index.js(2KB)
--------nam_dict_origin.txt(4.1MB)
--------tfidf.js(2KB)
--------nam_dict.txt(4.15MB)
--------indexer.js(1KB)
--------constants.js(2KB)
----README.md(3KB)

网友评论