most-common-words-by-language:多种语言中最常用的单词列表

时间:2021-08-03 17:23:20
【文件属性】:
文件名称:most-common-words-by-language:多种语言中最常用的单词列表
文件大小:1.59MB
文件格式:ZIP
更新时间:2021-08-03 17:23:20
JavaScript 语言中最常用的词 用法 获取单词列表 const { getWordsList } = require ( 'most-common-words-by-language' ) ; getWordsList ( 'french' , 200 ) ; // returns 200 most common French words getWordsList ( 'spanish' ) ; // returns 10000 (10000 is the default and max value) most common Spanish words 找词 const { findWord } = require ( 'most-common-words-by-language' ) ; // returns an object informing about the position of a
【文件预览】:
most-common-words-by-language-master
----.gitignore(26B)
----.babelrc(198B)
----.eslintrc(126B)
----package.json(2KB)
----src()
--------resources()
--------getWordsList.js(211B)
--------index.js(196B)
--------findWord.js(420B)
--------tests()
--------loadWords.js(502B)
----.travis.yml(383B)
----README.md(6KB)
----.npmignore(40B)
----.releaserc(280B)
----renovate.json(139B)
----yarn.lock(258KB)

网友评论