├── LICENSE ├── README.md ├── lib ├── export_file.js ├── languages_all.js ├── stopword.js ├── stopwords_af.js ├── stopwords_ar.js ├── stopwords_bg.js ├── stopwords_bn.js ├── stopwords_br.js ├── stopwords_ca.js ├── stopwords_cs.js ├── stopwords_da.js ├── stopwords_de.js ├── stopwords_el.js ├── stopwords_en.js ├── stopwords_eo.js ├── stopwords_es.js ├── stopwords_et.js ├── stopwords_eu.js ├── stopwords_fa.js ├── stopwords_fi.js ├── stopwords_fr.js ├── stopwords_ga.js ├── stopwords_gl.js ├── stopwords_ha.js ├── stopwords_he.js ├── stopwords_hi.js ├── stopwords_hr.js ├── stopwords_hu.js ├── stopwords_hy.js ├── stopwords_id.js ├── stopwords_it.js ├── stopwords_ja.js ├── stopwords_ko.js ├── stopwords_la.js ├── stopwords_lv.js ├── stopwords_mr.js ├── stopwords_nl.js ├── stopwords_no.js ├── stopwords_pl.js ├── stopwords_pt.js ├── stopwords_ro.js ├── stopwords_ru.js ├── stopwords_sk.js ├── stopwords_sl.js ├── stopwords_so.js ├── stopwords_st.js ├── stopwords_sv.js ├── stopwords_sw.js ├── stopwords_th.js ├── stopwords_tr.js ├── stopwords_yo.js ├── stopwords_zh.js └── stopwords_zu.js └── package.json /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WorldBrain/remove-stopwords/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WorldBrain/remove-stopwords/HEAD/README.md -------------------------------------------------------------------------------- /lib/export_file.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WorldBrain/remove-stopwords/HEAD/lib/export_file.js -------------------------------------------------------------------------------- /lib/languages_all.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WorldBrain/remove-stopwords/HEAD/lib/languages_all.js -------------------------------------------------------------------------------- /lib/stopword.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WorldBrain/remove-stopwords/HEAD/lib/stopword.js -------------------------------------------------------------------------------- /lib/stopwords_af.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WorldBrain/remove-stopwords/HEAD/lib/stopwords_af.js -------------------------------------------------------------------------------- /lib/stopwords_ar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WorldBrain/remove-stopwords/HEAD/lib/stopwords_ar.js -------------------------------------------------------------------------------- /lib/stopwords_bg.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WorldBrain/remove-stopwords/HEAD/lib/stopwords_bg.js -------------------------------------------------------------------------------- /lib/stopwords_bn.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WorldBrain/remove-stopwords/HEAD/lib/stopwords_bn.js -------------------------------------------------------------------------------- /lib/stopwords_br.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WorldBrain/remove-stopwords/HEAD/lib/stopwords_br.js -------------------------------------------------------------------------------- /lib/stopwords_ca.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WorldBrain/remove-stopwords/HEAD/lib/stopwords_ca.js -------------------------------------------------------------------------------- /lib/stopwords_cs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WorldBrain/remove-stopwords/HEAD/lib/stopwords_cs.js -------------------------------------------------------------------------------- /lib/stopwords_da.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WorldBrain/remove-stopwords/HEAD/lib/stopwords_da.js -------------------------------------------------------------------------------- /lib/stopwords_de.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WorldBrain/remove-stopwords/HEAD/lib/stopwords_de.js -------------------------------------------------------------------------------- /lib/stopwords_el.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WorldBrain/remove-stopwords/HEAD/lib/stopwords_el.js -------------------------------------------------------------------------------- /lib/stopwords_en.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WorldBrain/remove-stopwords/HEAD/lib/stopwords_en.js -------------------------------------------------------------------------------- /lib/stopwords_eo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WorldBrain/remove-stopwords/HEAD/lib/stopwords_eo.js -------------------------------------------------------------------------------- /lib/stopwords_es.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WorldBrain/remove-stopwords/HEAD/lib/stopwords_es.js -------------------------------------------------------------------------------- /lib/stopwords_et.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WorldBrain/remove-stopwords/HEAD/lib/stopwords_et.js -------------------------------------------------------------------------------- /lib/stopwords_eu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WorldBrain/remove-stopwords/HEAD/lib/stopwords_eu.js -------------------------------------------------------------------------------- /lib/stopwords_fa.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WorldBrain/remove-stopwords/HEAD/lib/stopwords_fa.js -------------------------------------------------------------------------------- /lib/stopwords_fi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WorldBrain/remove-stopwords/HEAD/lib/stopwords_fi.js -------------------------------------------------------------------------------- /lib/stopwords_fr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WorldBrain/remove-stopwords/HEAD/lib/stopwords_fr.js -------------------------------------------------------------------------------- /lib/stopwords_ga.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WorldBrain/remove-stopwords/HEAD/lib/stopwords_ga.js -------------------------------------------------------------------------------- /lib/stopwords_gl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WorldBrain/remove-stopwords/HEAD/lib/stopwords_gl.js -------------------------------------------------------------------------------- /lib/stopwords_ha.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WorldBrain/remove-stopwords/HEAD/lib/stopwords_ha.js -------------------------------------------------------------------------------- /lib/stopwords_he.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WorldBrain/remove-stopwords/HEAD/lib/stopwords_he.js -------------------------------------------------------------------------------- /lib/stopwords_hi.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WorldBrain/remove-stopwords/HEAD/lib/stopwords_hi.js -------------------------------------------------------------------------------- /lib/stopwords_hr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WorldBrain/remove-stopwords/HEAD/lib/stopwords_hr.js -------------------------------------------------------------------------------- /lib/stopwords_hu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WorldBrain/remove-stopwords/HEAD/lib/stopwords_hu.js -------------------------------------------------------------------------------- /lib/stopwords_hy.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WorldBrain/remove-stopwords/HEAD/lib/stopwords_hy.js -------------------------------------------------------------------------------- /lib/stopwords_id.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WorldBrain/remove-stopwords/HEAD/lib/stopwords_id.js -------------------------------------------------------------------------------- /lib/stopwords_it.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WorldBrain/remove-stopwords/HEAD/lib/stopwords_it.js -------------------------------------------------------------------------------- /lib/stopwords_ja.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WorldBrain/remove-stopwords/HEAD/lib/stopwords_ja.js -------------------------------------------------------------------------------- /lib/stopwords_ko.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WorldBrain/remove-stopwords/HEAD/lib/stopwords_ko.js -------------------------------------------------------------------------------- /lib/stopwords_la.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WorldBrain/remove-stopwords/HEAD/lib/stopwords_la.js -------------------------------------------------------------------------------- /lib/stopwords_lv.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WorldBrain/remove-stopwords/HEAD/lib/stopwords_lv.js -------------------------------------------------------------------------------- /lib/stopwords_mr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WorldBrain/remove-stopwords/HEAD/lib/stopwords_mr.js -------------------------------------------------------------------------------- /lib/stopwords_nl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WorldBrain/remove-stopwords/HEAD/lib/stopwords_nl.js -------------------------------------------------------------------------------- /lib/stopwords_no.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WorldBrain/remove-stopwords/HEAD/lib/stopwords_no.js -------------------------------------------------------------------------------- /lib/stopwords_pl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WorldBrain/remove-stopwords/HEAD/lib/stopwords_pl.js -------------------------------------------------------------------------------- /lib/stopwords_pt.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WorldBrain/remove-stopwords/HEAD/lib/stopwords_pt.js -------------------------------------------------------------------------------- /lib/stopwords_ro.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WorldBrain/remove-stopwords/HEAD/lib/stopwords_ro.js -------------------------------------------------------------------------------- /lib/stopwords_ru.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WorldBrain/remove-stopwords/HEAD/lib/stopwords_ru.js -------------------------------------------------------------------------------- /lib/stopwords_sk.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WorldBrain/remove-stopwords/HEAD/lib/stopwords_sk.js -------------------------------------------------------------------------------- /lib/stopwords_sl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WorldBrain/remove-stopwords/HEAD/lib/stopwords_sl.js -------------------------------------------------------------------------------- /lib/stopwords_so.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WorldBrain/remove-stopwords/HEAD/lib/stopwords_so.js -------------------------------------------------------------------------------- /lib/stopwords_st.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WorldBrain/remove-stopwords/HEAD/lib/stopwords_st.js -------------------------------------------------------------------------------- /lib/stopwords_sv.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WorldBrain/remove-stopwords/HEAD/lib/stopwords_sv.js -------------------------------------------------------------------------------- /lib/stopwords_sw.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WorldBrain/remove-stopwords/HEAD/lib/stopwords_sw.js -------------------------------------------------------------------------------- /lib/stopwords_th.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WorldBrain/remove-stopwords/HEAD/lib/stopwords_th.js -------------------------------------------------------------------------------- /lib/stopwords_tr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WorldBrain/remove-stopwords/HEAD/lib/stopwords_tr.js -------------------------------------------------------------------------------- /lib/stopwords_yo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WorldBrain/remove-stopwords/HEAD/lib/stopwords_yo.js -------------------------------------------------------------------------------- /lib/stopwords_zh.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WorldBrain/remove-stopwords/HEAD/lib/stopwords_zh.js -------------------------------------------------------------------------------- /lib/stopwords_zu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WorldBrain/remove-stopwords/HEAD/lib/stopwords_zu.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WorldBrain/remove-stopwords/HEAD/package.json --------------------------------------------------------------------------------