UNPKG

stopwords-so

Version:

The most comprehensive collection of stopwords for the somali language.

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