mirror of
https://github.com/gsi-upm/senpy
synced 2024-11-14 12:42:27 +00:00
19 lines
465 B
Plaintext
19 lines
465 B
Plaintext
{
|
|
"name": "sentiment-140",
|
|
"module": "sentiment-140",
|
|
"description": "What my plugin broadly does",
|
|
"author": "@balkian",
|
|
"version": "0.1",
|
|
"extra_params": {
|
|
"language": {
|
|
"@id": "lang_sentiment140",
|
|
"aliases": ["language", "l"],
|
|
"required": false,
|
|
"options": ["es", "en", "auto"]
|
|
}
|
|
},
|
|
"requirements": {},
|
|
"maxPolarityValue": "1",
|
|
"minPolarityValue": "0"
|
|
}
|