文件名称:停用词:用于node.js和浏览器的模块,用于接收文本并将其去除停用词
文件大小:434KB
文件格式:ZIP
更新时间:2024-03-15 08:49:39
JavaScript
停用词 stopword是节点和浏览器的模块,允许您从输入文本中删除停用词。 实时。 用法 Node.js sw = require ( 'stopword' ) // sw.removeStopwords and sw.[language code] now available 脚本标记方法 < script src =" stopword.js " > </ script > < script > // sw.removeStopwords and sw.[language code] now available </ script > 默认(英语) 默认情况下, stopword将stopword “无意义”英语单词的数组 sw = require ( 'stopword' ) const oldString = 'a really Interesting string wit
【文件预览】:
stopword-master
----.travis.yml(372B)
----package.json(1KB)
----.github()
--------dependabot.yml(501B)
----test()
--------test.js(45KB)
----LICENSE(1KB)
----package-lock.json(180KB)
----dist()
--------stopword.js(112KB)
--------stopword.js.map(235KB)
----.npmignore(17B)
----.gitignore(549B)
----webpack.config.js(1KB)
----lib()
--------stopwords_lgg.js(1KB)
--------stopwords_sl.js(4KB)
--------stopwords_st.js(1KB)
--------stopwords_af.js(1KB)
--------stopwords_es.js(2KB)
--------stopwords_zh.js(2KB)
--------stopword.js(3KB)
--------stopwords_ro.js(3KB)
--------stopwords_lggo.js(1KB)
--------stopwords_id.js(11KB)
--------stopwords_et.js(421B)
--------stopwords_ko.js(8KB)
--------stopwords_ru.js(3KB)
--------stopwords_eu.js(1KB)
--------stopwords_pl.js(4KB)
--------stopwords_ja.js(3KB)
--------stopwords_br.js(1KB)
--------stopwords_vi.js(2KB)
--------stopwords_bn.js(7KB)
--------stopwords_da.js(1KB)
--------stopwords_cs.js(3KB)
--------stopwords_ha.js(1KB)
--------stopwords_gl.js(1KB)
--------stopwords_ga.js(1KB)
--------stopwords_fr.js(3KB)
--------stopwords_so.js(1KB)
--------stopwords_fa.js(2KB)
--------stopwords_tr.js(3KB)
--------stopwords_de.js(7KB)
--------stopwords_pa.js(9KB)
--------stopwords_hy.js(609B)
--------stopwords_ptbr.js(8KB)
--------stopwords_my.js(9KB)
--------stopwords_it.js(4KB)
--------stopwords_he.js(2KB)
--------stopwords_ca.js(2KB)
--------stopwords_hu.js(8KB)
--------stopwords_mr.js(2KB)
--------stopwords_sw.js(1KB)
--------stopwords_hi.js(4KB)
--------stopwords_zu.js(1KB)
--------stopwords_hr.js(2KB)
--------stopwords_sv.js(1KB)
--------stopwords_sk.js(954B)
--------stopwords_lv.js(2KB)
--------stopwords_la.js(522B)
--------stopwords_el.js(1KB)
--------stopwords_no.js(2KB)
--------stopwords_en.js(2KB)
--------stopwords_eo.js(2KB)
--------stopwords_nl.js(2KB)
--------stopwords_pt.js(2KB)
--------stopwords_bg.js(3KB)
--------stopwords_th.js(2KB)
--------stopwords_fi.js(2KB)
--------stopwords_ar.js(6KB)
--------stopwords_yo.js(1KB)
----demo()
--------stopword-app.js(791B)
--------stopword-demo.gif(198KB)
--------mini-default.min.css(46KB)
--------index.html(993B)
--------mini-additions.css(373B)
----CODE_OF_CONDUCT.md(3KB)
----README.md(6KB)