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