Skip to content

Instantly share code, notes, and snippets.

@mox601
Created December 13, 2012 17:49
Show Gist options
  • Save mox601/4278257 to your computer and use it in GitHub Desktop.
Save mox601/4278257 to your computer and use it in GitHub Desktop.
[
{
"id": "c4b7b11b-47de-4a0f-8d57-0fdb26a19160",
"feature": "feature4",
"polarityValue": 0.27951066080617004,
"polarity": {
"id": "995b7f99-bbc4-4abe-aaf1-bec3c1e809b7",
"positive": true
},
"extractedFrom": "http://item.com/1"
},
{
"id": "e6fe7fa8-67c0-4ede-9bfc-f6556eca00a2",
"feature": "feature3",
"polarityValue": 0.6992645698907474,
"polarity": {
"id": "f07f7498-6657-46f0-8ca4-f4aab0c7a4d2",
"positive": true
},
"extractedFrom": "http://item.com/2"
}
]
@micheleminno
Copy link

Updated version:

[

{
    "id": "c4b7b11b-47de-4a0f-8d57-0fdb26a19160",
    "feature": "feature4",
    "polarityValue": 0.27951066080617004,
    "polarity": {
        "type": "http://purl.org/marl/ns#Positive",
    },
    "extractedFrom": "http://item.com/1"
},

{
    "id": "e6fe7fa8-67c0-4ede-9bfc-f6556eca00a2",
    "feature": "feature3",
    "polarityValue": 0.6992645698907474,
    "polarity": {
        "type": "http://purl.org/marl/ns#Negative",
    },
    "extractedFrom": "http://item.com/2"
}

]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment