mirror of
https://github.com/gsi-upm/senpy
synced 2025-10-19 09:48:26 +00:00
* 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
13 lines
279 B
JSON
13 lines
279 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-04/schema#",
|
|
"properties": {
|
|
"onyx:conversionFrom": {
|
|
"$ref": "emotionModel.json"
|
|
},
|
|
"onyx:conversionTo": {
|
|
"$ref": "emotionModel.json"
|
|
}
|
|
},
|
|
"required": ["onyx:conversionFrom", "onyx:conversionTo"]
|
|
}
|