metaphone:快速的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' )
用户评论