mirror of
https://github.com/gsi-upm/senpy
synced 2025-10-19 09:48:26 +00:00
46 lines
734 B
JSON
46 lines
734 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-04/schema#",
|
|
"Results": {
|
|
"$ref": "results.json"
|
|
},
|
|
"Context": {
|
|
"$ref": "context.json"
|
|
},
|
|
"Analysis": {
|
|
"$ref": "analysis.json"
|
|
},
|
|
"Entry": {
|
|
"$ref": "entry.json"
|
|
},
|
|
"Sentiment": {
|
|
"$ref": "sentiment.json"
|
|
},
|
|
"EmotionSet": {
|
|
"$ref": "emotionSet.json"
|
|
},
|
|
"Emotion": {
|
|
"$ref": "emotion.json"
|
|
},
|
|
"EmotionModel": {
|
|
"$ref": "emotionModel.json"
|
|
},
|
|
"Entity": {
|
|
"$ref": "entity.json"
|
|
},
|
|
"Topic": {
|
|
"$ref": "topic.json"
|
|
},
|
|
"Suggestion": {
|
|
"$ref": "suggestion.json"
|
|
},
|
|
"Plugins": {
|
|
"$ref": "plugin.json"
|
|
},
|
|
"Plugin": {
|
|
"$ref": "plugin.json"
|
|
},
|
|
"Response": {
|
|
"$ref": "response.json"
|
|
}
|
|
}
|