mirror of
https://github.com/gsi-upm/senpy
synced 2024-11-01 07:41:42 +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
16 lines
326 B
Plaintext
16 lines
326 B
Plaintext
{
|
|
"name": "Dummy",
|
|
"module": "dummy",
|
|
"description": "I am dummy",
|
|
"author": "@balkian",
|
|
"version": "0.1",
|
|
"extra_params": {
|
|
"example": {
|
|
"@id": "example_parameter",
|
|
"aliases": ["example", "ex"],
|
|
"required": false,
|
|
"default": 0
|
|
}
|
|
}
|
|
}
|