mirror of
https://github.com/gsi-upm/senpy
synced 2024-11-10 19:12:28 +00:00
4a0b6c1bf4
git-subtree-dir: sentiment-vader git-subtree-split: ddb7432d260fd2d8fca719f1b3ee46117019f475
26 lines
727 B
Plaintext
26 lines
727 B
Plaintext
{
|
|
"name": "sentiment-vader",
|
|
"module": "sentiment-vader",
|
|
"description": "Sentiment classifier using vaderSentiment module. Params accepted: Language: {en, es}. The output uses Marl ontology developed at GSI UPM for semantic web.",
|
|
"author": "@icorcuera",
|
|
"version": "0.1",
|
|
"extra_params": {
|
|
"language": {
|
|
"@id": "lang_rand",
|
|
"aliases": ["language", "l"],
|
|
"required": false,
|
|
"options": ["es", "en", "auto"]
|
|
},
|
|
|
|
"aggregate": {
|
|
"aliases": ["aggregate","agg"],
|
|
"options": ["true", "false"],
|
|
"required": false,
|
|
"default": false
|
|
|
|
}
|
|
|
|
},
|
|
"requirements": {}
|
|
}
|