mirror of
https://github.com/gsi-upm/senpy
synced 2024-11-14 12:42:27 +00:00
b543a4614e
* Added debug Dockerfile/Makefile * Validation of examples in docs
37 lines
904 B
JSON
37 lines
904 B
JSON
{
|
|
"@context": "http://mixedemotions-project.eu/ns/context.jsonld",
|
|
"@id": "me:Result1",
|
|
"@type": "results",
|
|
"analysis": [
|
|
{
|
|
"@id": "me:SgAnalysis1",
|
|
"@type": "me:SuggestionAnalysis"
|
|
}
|
|
],
|
|
"entries": [
|
|
{
|
|
"@id": "http://micro.blog/status1",
|
|
"@type": [
|
|
"nif:RFC5147String",
|
|
"nif:Context"
|
|
],
|
|
"prov:wasGeneratedBy": "me:SAnalysis1",
|
|
"nif:isString": "Dear Microsoft, put your Windows Phone on your newest #open technology program. You'll be awesome. #opensource",
|
|
"entities": [
|
|
],
|
|
"suggestions": [
|
|
{
|
|
"@id": "http://micro.blog/status1#char=16,77",
|
|
"nif:beginIndex": 16,
|
|
"nif:endIndex": 77,
|
|
"nif:anchorOf": "put your Windows Phone on your newest #open technology program"
|
|
}
|
|
],
|
|
"sentiments": [
|
|
],
|
|
"emotionSets": [
|
|
]
|
|
}
|
|
]
|
|
}
|