mirror of
https://github.com/gsi-upm/senpy
synced 2024-11-10 19:12:28 +00:00
9f6a6f5ecd
* Added conversion plugins (API might change!) * Added conversion to the analysis pipeline * Changed behaviour of --default-plugins (it adds conversion plugins regardless) * Added emotionModel [sic] and emotionConversion models //TODO add conversion tests //TODO add conversion to docs
20 lines
325 B
JSON
20 lines
325 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-04/schema#",
|
|
"type": "object",
|
|
"allOf": [
|
|
{
|
|
"$ref": "plugin.json"
|
|
},
|
|
{
|
|
"properties": {
|
|
"marl:minPolarityValue": {
|
|
"type": "number"
|
|
},
|
|
"marl:maxPolarityValue": {
|
|
"type": "number"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|