ngraminator:一个非常小的ngram生成器 源码
谈判者 一个用于Node.js和浏览器的非常小的ngram生成器。查看。 引发 Node.js ngraminator = require ( 'ngraminator' ) // ngraminator(wordArray, ngramLenghtArray) available 脚本标签 < script src =" ngraminator.js " > </ script > < script > // ngraminator(wordArray, ngramLenghtArray) available </ script > 用法 const str = "mary had a little lamb it's fleece" // get ngrams of length 3 ngraminator ( str . split ( ' ' ) , [ 3 ] ) // [
文件列表
ngraminator-master.zip
(预估有个16文件)
ngraminator-master
.gitignore
578B
package.json
913B
package-lock.json
184KB
webpack.config.js
1KB
.travis.yml
372B
dist
ngraminator.js.map
2KB
ngraminator.js
324B
LICENSE
1KB
暂无评论