Skip to content

Instantly share code, notes, and snippets.

@mattsoutherden
Created August 2, 2010 09:19
Show Gist options
  • Select an option

  • Save mattsoutherden/504384 to your computer and use it in GitHub Desktop.

Select an option

Save mattsoutherden/504384 to your computer and use it in GitHub Desktop.
<emotionml xmlns="http://www.w3.org/2009/10/emotionml"
xmlns:classifiers="http://www.example.com/meta/classify/"
xmlns:origin="http://www.example.com/meta/local/"
category-set="http://www.example.com/emotion/category/everyday-emotions.xml">
<info>
<classifiers:classifier classifiers:name="GMM"/>
</info>
<emotion>
<intensity value="1"/>
<category name="sad"/>
</emotion>
<emotion>
<intensity value="1"/>
<category name="disappointed"/>
</emotion>
<emotion>
<intensity value="100000000000000000000000000000000000000000000000000000000000000000000000"/>
<category name="angry"/>
</emotion>
</emotionml>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment