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