metaphone:快速的Metaphone实现

时间:2024-02-23 08:28:06
【文件属性】:

文件名称:metaphone:快速的Metaphone实现

文件大小:9KB

文件格式:ZIP

更新时间:2024-02-23 08:28:06

algorithm natural-language soundex phonetic metaphone

变音器 。 安装 : npm install metaphone API var metaphone = require ( 'metaphone' ) metaphone ( 'michael' ) // => 'MXL' metaphone ( 'crevalle' ) // => 'KRFL' metaphone ( 'Filipowitz' ) // => 'FLPWTS' metaphone ( 'Xavier' ) // => 'SFR' metaphone ( 'delicious' ) // => 'TLSS' metaphone ( 'acceptingness' ) // => 'AKSPTNKNS' metaphone ( 'allegrettos' ) // => 'ALKRTS' 带: var metaphone = require ( 'metaphone' ) var stemmer = require ( 'stemmer' ) metaphone ( stemmer ( 'acceptingness' ) ) // => 'AKSPTNK'


【文件预览】:
metaphone-master
----.prettierignore(40B)
----funding.yml(15B)
----test.js(8KB)
----license(1KB)
----.travis.yml(439B)
----.npmrc(19B)
----.editorconfig(147B)
----.gitignore(93B)
----index.js(7KB)
----readme.md(2KB)
----cli.js(1KB)
----package.json(2KB)

网友评论