mirror of
https://github.com/gsi-upm/senpy
synced 2024-11-14 04:32:29 +00:00
19 lines
598 B
Plaintext
19 lines
598 B
Plaintext
{
|
|
"name": "sentiment-basic",
|
|
"module": "sentiment-basic",
|
|
"description": "Sentiment classifier using rule-based classification for Spanish. Based on english to spanish translation and SentiWordNet sentiment knowledge.",
|
|
"author": "github.com/nachtkatze",
|
|
"version": "0.1",
|
|
"extra_params": {
|
|
"language": {
|
|
"aliases": ["language", "l"],
|
|
"required": true,
|
|
"options": ["es"],
|
|
"default": "es"
|
|
}
|
|
},
|
|
"requirements": {},
|
|
"sentiword_path": "SentiWordNet_3.0.txt",
|
|
"pos_path": "unigram_spanish.pickle"
|
|
}
|