1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-09-20 22:01:41 +00:00
senpy/sentiment-140/sentiment-140.senpy

19 lines
642 B
Plaintext
Raw Normal View History

2017-02-01 12:46:34 +00:00
{
"name": "sentiment-140",
"module": "sentiment-140",
2017-03-01 12:23:41 +00:00
"description": "Sentiment classifier using rule-based classification for English and Spanish. This plugin uses sentiment140 data to perform classification. For more information: http://help.sentiment140.com/for-students/",
2017-02-01 12:46:34 +00:00
"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"
}