1. 首页
  2. 数据库
  3. 其它
  4. metaphone:快速的Metaphone实现 源码

metaphone:快速的Metaphone实现 源码

上传者: 2021-02-06 19:37:53上传 ZIP文件 9.12KB 热度 14次
变音器 。 安装 : 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' )
用户评论