Re: updated final report draft

Here is a suggestion for updating the specific applications semantics in the EMMA mapping example:



<emma:emma version="1.0"
    xmlns:emma="http://www.w3.org/2003/04/emma"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.w3.org/2003/04/emma
     http://www.w3.org/TR/2009/REC-emma-20090210/emma.xsd"
    xmlns="http://www.example.com/example">
  <emma:one-of id="r1" emma:medium="acoustic" emma:mode="voice">
    <emma:interpretation id="int1" emma:confidence="0.8" emma:tokens="boston">
      <emma:literal>BOS</emma:literal>
    </emma:interpretation>

    <emma:interpretation id="int2" emma:confidence="0.5" emma:tokens="san francisco to denver flight on 3 11">
      <origin>SFO</origin>
      <destination>DEN</destination>
      <date>03112003</date>
    </emma:interpretation>
  </emma:one-of>
</emma:emma>

{transcript:"boston",
  confidence:0.8,
  interpretation:"BOS",
  ...}

<result>
  <origin>SFO</origin>
  <destination>DEN</destination>
  <date>03112003</date>
</result>


On Nov 10, 2011, at 10:47 AM, Dan Burnett wrote:

Group,

An updated version of the final report draft is at the same link as it was during the f2f:  http://www.w3.org/2005/Incubator/htmlspeech/finalreport/XGR-htmlspeech.html

Because of a miscommunication between Michael and me, I spent several hours this morning manually merging our changes rather than applying other edits.  However, there are a good number of edits in the document.  I may be able to apply others before the meeting starts, but here is the current list of substantive changes:


o Protocol Issue 1 (http://bantha.org/~mbodell/speechxg/issuep1.html):
Added the resultdeleted event.  This included idl change, two onresultdeleted methods, and explanation in text.

o Moved explanation of final to proper section (from the result event to the result object - idl was right, the explanation was wrong).

o Protocol Issue 3 (http://bantha.org/~mbodell/speechxg/issuep3.html):
Added Result-Index header field.

o API Issue 3 (http://bantha.org/~mbodell/speechxg/issuew3.html):
Updated re-reco example to use Robert's new version.

o API Issue 4 (http://bantha.org/~mbodell/speechxg/issuew4.html):
Wrote up the EMMA mappings.  This involved a new section explaining the mappings and an example to illustrate it.

o API Issue 5 (http://bantha.org/~mbodell/speechxg/issuew5.html):
Brought back the grammar/parameter functions.  This involved uncommenting the functions/explanations, adding a new one for grammarString, and renaming and rewording appropriately.

o API Issue 6 (http://bantha.org/~mbodell/speechxg/issuew6.html):
Shortend the naming of resultEMMAXML and resultEMMAText to no longer have the result.  They would nearly always be referenced from result property anyways so this just changes result.resultEMMAText to result.EMMAText).

o API Issue 10 (http://bantha.org/~mbodell/speechxg/issuew10.html):
Added text property to TTS with explanation and also included statement about xml:lang.

Received on Thursday, 10 November 2011 17:55:36 UTC