Skip to content

Instantly share code, notes, and snippets.

@taniki
Created December 15, 2010 10:51
Show Gist options
  • Select an option

  • Save taniki/741857 to your computer and use it in GitHub Desktop.

Select an option

Save taniki/741857 to your computer and use it in GitHub Desktop.
jesse fulton's EmoTe
$text = $_GET['text'];
$scope = Eklekt_Emotion_Empathyscope::getInstance();
$es = $scope->feel($text);
print(json_encode($es));
exit;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment