Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Syntax

Code Block
"ner": [
      {
      "value": "<Identified Entity>",
      "sentimentValue": "<Positive, Neutral or Negative>",
      "sentimentScore": <-1 - 1> 
      "type": "<organization, person, location, or miscellaneous>"
    }
  ]
}

Example

Code Block
"ner": [
      {
        "value": "vegas",
        "sentimentValue": "neutral",
        "sentimentScore": 0.296,
        "type": "location"
      },
      {
        "value": "us",
        "sentimentValue": "neutral",
        "sentimentScore": 0,
        "type": "location"
      },
      {
        "value": "fanatics",
        "sentimentValue": "neutral",
        "sentimentScore": 0,
        "type": "organization"
      },
      {
        "value": "patriots",
        "sentimentValue": "neutral",
        "sentimentScore": 0,
        "type": "organization"
      },
      {
        "value": "keisha epps",
        "sentimentValue": "neutral",
        "sentimentScore": 0,
        "type": "person"
      },
      {
        "value": "matt barnes",
        "sentimentValue": "neutral",
        "sentimentScore": 0,
        "type": "person"
      },
      {
        "value": "jumanji",
        "sentimentValue": "negative",
        "sentimentScore": -0.4767,
        "type": "miscellaneous"
      }
    ],

Languages

All supported languages.

Data Type

Array of objects

More Information

IAB Tech Lab Content Taxonomy ID - V3