文件名称:stopwords-iso:所有语言停用词集合
文件大小:152KB
文件格式:ZIP
更新时间:2024-06-16 18:24:37
language stopwords JavaScript
停用词ISO 针对多种语言的最全面的停用词集合。 该集合遵循ISO 639-1语言代码。 如果您只需要特定语言的停用词,则都有一个。 用法 该集合为。 您可以随意使用此收藏集。 目前仅在 , 和。 节点/ JavaScript $ npm install stopwords-iso $ bower install stopwords-iso // Node const stopwords = require ( 'stopwords-iso' ) ; // object of stopwords for multiple languages const english = stopwords . en ; // English stopwords Python $ pip install stopwordsiso # Python import stopwordsiso
【文件预览】:
stopwords-iso-master
----.gitignore(339B)
----CREDITS.md(2KB)
----LICENSE(1KB)
----README.md(7KB)
----python()
--------setup.py(905B)
--------stopwords_demo.ipynb(3KB)
--------MANIFEST.in(58B)
--------README.md(2KB)
--------tabulate_codes.py(3KB)
--------stopwordsiso()
----stopwords-iso.json(202KB)
----.gitattributes(69B)
----nodejs()
--------package.json(2KB)
--------.npmrc(19B)
--------.travis.yml(59B)
--------README.md(6KB)
--------.npmignore(12B)
--------bower.json(426B)