mirror of
https://github.com/gsi-upm/senpy
synced 2024-11-15 04:42:30 +00:00
4ba30304a4
* Improve extra requirement handling * New mechanism to handle parameters beforehand in chained calls, and the ability to get help on available parameters in chained calls (through `?help`). * Redefined Analysis, to reflect the new ontology * Add parameters as an entity in the schema * Update examples to include analyses and parameters * Add processing plugins, with an interface similar to analysis plugins * Update tests * Avoid duplication in split plugin Closes #51 Squashed commit of the following: commitd145a852e7
commit6a1069780b
commitca69bddc17
commitaa35e62a27
38 lines
975 B
JSON
38 lines
975 B
JSON
{
|
|
"@context": "http://mixedemotions-project.eu/ns/context.jsonld",
|
|
"@id": "me:Result1",
|
|
"@type": "results",
|
|
"analysis": [
|
|
{
|
|
"@id": "_:SgAnalysis1_Activity",
|
|
"@type": "me:SuggestionAnalysis",
|
|
"prov:wasAssociatedWith": "me:SgAnalysis1"
|
|
}
|
|
],
|
|
"entries": [
|
|
{
|
|
"@id": "http://micro.blog/status1",
|
|
"@type": [
|
|
"nif:RFC5147String",
|
|
"nif:Context"
|
|
],
|
|
"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",
|
|
"prov:wasGeneratedBy": "_:SgAnalysis1_Activity"
|
|
}
|
|
],
|
|
"sentiments": [
|
|
],
|
|
"emotionSets": [
|
|
]
|
|
}
|
|
]
|
|
}
|