Skip to content

Instantly share code, notes, and snippets.

@ismaelc
Created April 3, 2013 22:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ismaelc/5305880 to your computer and use it in GitHub Desktop.
Save ismaelc/5305880 to your computer and use it in GitHub Desktop.
This is an example response for the Yactraq Mashape API to do topic extraction and transcription of videos.
{
"status": "processed",
"topics": [
{
"complete": false,
"ts": 60.04,
"topics": [
"phones best",
"best top phones",
"droid"
],
"scores": {
"droid": 0.74029145,
"phones best": 1.41333943,
"best top phones": 1.28944674,
"phones new": 0.36857178,
"android phone android phone": 0.5815354,
"the top phones": 0.55621447,
"samsung galaxy tabs": 0.34378811,
"the phone android": 0.36527107000000003
},
"sentiment": 1.2714676450366273
}, ...
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment