1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-09-21 14:11:42 +00:00
senpy/plugins/sentiment140/sentiment140.senpy

19 lines
463 B
Plaintext
Raw Normal View History

{
"name": "sentiment140",
"module": "sentiment140",
"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"]
}
},
2015-02-23 01:13:31 +00:00
"requirements": {},
"maxPolarityValue": "1",
"minPolarityValue": "0"
}