Re: AW: [EmotionML] implementation release and feedbacks

Hello Kaz and other friends of EmotionML,

as a implementer of an EmotionML library for C# [1] I want to answer  
to the request of implementation of the two new features.

> Feature1:
>    In Section 2.4.1 of the sepc [1], there is a feature "The end value
>    MUST be greater than or equal to the start value", which is not
>    checked in the Implementation Report.

I implemented my library out of the specification, so I only don't  
allow that a start value is greater then a end value. Start value <=  
end value works fine. Please have a look at my code [2].

> Feature2:
>    In Section 2.1.2 of the spec [1], there is a feature "a typical use
>    case is expected to be embedding an <emotion> into some other
>    markup", which is not checked in the Implementation Report.

I doesn't interact with surrounding markup in my EmotionML library (it  
doesn't make sense for me) but within my master thesis I integrate RDF  
in EmotionML in XMPP (Combination of XMPP, EmotionML, Smiley Ontology  
and Emotion Ontology). You can read about it in German/see some XML at  
page 77 [3]. Furthermore I wrote a short blog post [4] about with some  
example XML. So I can also confirm that there is a implementation of  
this feature.

I look forward to the EmotionML Recommendation.

[1] http://lists.w3.org/Archives/Public/www-multimodal/2012Sep/0002.html
[2]  
https://github.com/gfobe/EmotionML-Lib-CSharp/blob/7f90f6de1667ac7425a0ab2f12ca8e85ef1636c4/Emotion.cs#L227
[3]  
http://www.gerhard-fobe.de/public/publications/Serialisierung_von_Emotionen_in_der_textuellen_Kommunikation/Masterarbeit%20Gerhard%20Fobe%20-%20Serialisierung%20von%20Emotionen%20in%20der%20textuellen%20Kommunikation.pdf
[4] http://www.gerhard-fobe.de/embedded-emotionml-in-xmpp-with-rdf/

Kind regards

Gerhard Fobe
http://www.gerhard-fobe.de/

Received on Monday, 4 November 2013 04:30:06 UTC