UNPKG

stopwords-sw

Version:

The most comprehensive collection of stopwords for the swahili language.

27 lines (26 loc) 731 B
{ "name": "stopwords-sw", "version": "0.1.0", "author": "Gene Diaz <genediazjr@gmail.com> (http://genediazjr.com)", "description": "The most comprehensive collection of stopwords for the swahili language.", "keywords": [ "swahili", "stopwords", "stop words" ], "license": "MIT", "repository": "git://github.com/stopwords-iso/stopwords-sw", "bugs": "https://github.com/stopwords-iso/stopwords-sw/issues", "main": "stopwords-sw.json", "engines": { "node": ">=0.10.0" }, "scripts": { "build": "stopwords-collator -s raw -o stopwords-sw", "test": "npm run build && jsonlint stopwords-sw.json -q" }, "devDependencies": { "stopwords-collator": "*", "jsonlint": "1.6.x" } }