文件名称:soundex代码:快速的Soundex实现
文件大小:7KB
文件格式:ZIP
更新时间:2024-02-23 08:57:24
algorithm natural-language soundex phonetic metaphone
声音编码
语音算法。
Soundex是较早的语音算法之一,专门为姓氏设计,启发了其他诸如 。
根据您的目标,另外使用一个茎杆(例如 )。
安装
:
npm install soundex-code
API
var soundex = require ( 'soundex-code' )
soundex ( 'phonetics' ) // => 'P532'
soundex ( 'Ashcraft' ) // => 'A261'
soundex ( 'Lissajous' ) // => 'L222'
soundex ( 'Smith' ) === soundex ( 'Schmit' ) // => true
soundex ( 'Ashcraftersson' , 6 ) // => 'A26136'
soundex ( 'A' , 6 ) // => 'A000'
命令行界面
Usage: soundex-code [options]
【文件预览】:
soundex-code-master
----.gitignore(99B)
----package.json(2KB)
----cli.js(1KB)
----.npmrc(19B)
----.travis.yml(445B)
----index.js(1KB)
----test.js(4KB)
----.prettierignore(46B)
----license(1KB)
----readme.md(2KB)
----.editorconfig(147B)
----funding.yml(15B)