EMMA Document Examples

Microsoft Speech Platform SDK 11

Collapse image Expand Image Copy image CopyHover image

This topic presents two examples of EMMA documents. You can use the first example as input to Simulator. The second example is the output generated by Simulator from the input file example. You can use the Simulator output file as input to the Simulator Results Analyzer tool.

Example 1: EMMA Input File

The following is an example of an EMMA file that you can use as input for Simulator. You can find this file under the Samples folder where you installed the Microsoft Speech Platform SDK 11. The audio files and grammars referenced in this document are in the Waves and Grammars folders, respectively.

XML Copy imageCopy Code
<?xml version="1.0" encoding="utf-8"?>
<emma:emma version="1.0" xmlns:ms="http://www.microsoft.com/xmlns/webreco" xmlns:emma="http://www.w3.org/2003/04/emma" xmlns="http://www.example.com/example">

  <emma:grammar id="grammar0" ref="grammars\menu_choices.grxml" />
  <emma:grammar id="grammar1" ref="grammars\help_choices.grxml" />
  
  <emma:group id="toplevel">
    <emma:group id="utterance_0.0.0.0">
      <emma:info>
<ms:audio ref="waves/utt_00.wav" type="audio/x-wav" />        
        <ms:transcript>
          <ms:original>sports</ms:original>
        </ms:transcript>
        <ms:active-grammars>
          <ms:grammar emma:grammar-ref="grammar0" />
          <ms:grammar emma:grammar-ref="grammar1" />
        </ms:active-grammars>
      </emma:info>
    </emma:group>
    
<emma:group id="utterance_0.0.1.0">
      <emma:info>
<ms:audio ref="waves/utt_01.wav" type="audio/x-wav" />        
        <ms:transcript>
          <ms:original>[noise]</ms:original>
        </ms:transcript>
        <ms:active-grammars>
          <ms:grammar emma:grammar-ref="grammar0" />
          <ms:grammar emma:grammar-ref="grammar1" />
        </ms:active-grammars>
      </emma:info>
    </emma:group>
    
<emma:group id="utterance_0.0.2.0">
      <emma:info>
<ms:audio ref="waves/utt_02.wav" type="audio/x-wav" />        
        <ms:transcript>
          <ms:original>sports</ms:original>
        </ms:transcript>
        <ms:active-grammars>
          <ms:grammar emma:grammar-ref="grammar0" />
          <ms:grammar emma:grammar-ref="grammar1" />
        </ms:active-grammars>
      </emma:info>
    </emma:group>
    
<emma:group id="utterance_0.0.3.0">
      <emma:info>
<ms:audio ref="waves/utt_03.wav" type="audio/x-wav" />        
        <ms:transcript>
          <ms:original>weather</ms:original>
        </ms:transcript>
        <ms:active-grammars>
          <ms:grammar emma:grammar-ref="grammar0" />
          <ms:grammar emma:grammar-ref="grammar1" />
        </ms:active-grammars>
      </emma:info>
    </emma:group>
    
<emma:group id="utterance_0.0.4.0">
      <emma:info>
<ms:audio ref="waves/utt_04.wav" type="audio/x-wav" />        
        <ms:transcript>
          <ms:original>news</ms:original>
        </ms:transcript>
        <ms:active-grammars>
          <ms:grammar emma:grammar-ref="grammar0" />
          <ms:grammar emma:grammar-ref="grammar1" />
        </ms:active-grammars>
      </emma:info>
    </emma:group>
    
<emma:group id="utterance_0.0.5.0">
      <emma:info>
<ms:audio ref="waves/utt_05.wav" type="audio/x-wav" />        
        <ms:transcript>
          <ms:original>top stories</ms:original>
        </ms:transcript>
        <ms:active-grammars>
          <ms:grammar emma:grammar-ref="grammar0" />
          <ms:grammar emma:grammar-ref="grammar1" />
        </ms:active-grammars>
      </emma:info>
    </emma:group>
    
<emma:group id="utterance_0.0.6.0">
      <emma:info>
<ms:audio ref="waves/utt_06.wav" type="audio/x-wav" />        
        <ms:transcript>
          <ms:original>sport</ms:original>
        </ms:transcript>
        <ms:active-grammars>
          <ms:grammar emma:grammar-ref="grammar0" />
          <ms:grammar emma:grammar-ref="grammar1" />
        </ms:active-grammars>
      </emma:info>
    </emma:group>
    
<emma:group id="utterance_0.0.7.0">
      <emma:info>
<ms:audio ref="waves/utt_07.wav" type="audio/x-wav" />        
<ms:transcript>
          <ms:original>stock quotes</ms:original>
        </ms:transcript>
        <ms:active-grammars>
          <ms:grammar emma:grammar-ref="grammar0" />
          <ms:grammar emma:grammar-ref="grammar1" />
        </ms:active-grammars>
      </emma:info>
    </emma:group>
    
<emma:group id="utterance_0.0.8.0">
      <emma:info>
<ms:audio ref="waves/utt_08.wav" type="audio/x-wav" />
        <ms:transcript>
          <ms:original>weather</ms:original>
        </ms:transcript>
        <ms:active-grammars>
          <ms:grammar emma:grammar-ref="grammar0" />
          <ms:grammar emma:grammar-ref="grammar1" />
        </ms:active-grammars>
      </emma:info>
    </emma:group>
    
<emma:group id="utterance_0.0.9.0">
      <emma:info>
        <ms:audio ref="waves/utt_09.wav" type="audio/x-wav" />
        <ms:transcript>
          <ms:original>weather</ms:original>
        </ms:transcript>
        <ms:active-grammars>
          <ms:grammar emma:grammar-ref="grammar0" />
          <ms:grammar emma:grammar-ref="grammar1" />
        </ms:active-grammars>
      </emma:info>
    </emma:group>
    
<emma:group id="utterance_0.0.10.0">
      <emma:info>
        <ms:audio ref="waves/utt_10.wav" type="audio/x-wav" />
        <ms:transcript>
          <ms:original>sports</ms:original>
        </ms:transcript>
        <ms:active-grammars>
          <ms:grammar emma:grammar-ref="grammar0" />
          <ms:grammar emma:grammar-ref="grammar1" />
        </ms:active-grammars>
      </emma:info>
    </emma:group>
  
  </emma:group>
</emma:emma>

Example 2: EMMA Output File

Simulator takes the EMMA input file of the first example and produces the following EMMA output file, which can be used as input to Simulator Results Analyzer. You can find the example file under the Samples folder where you installed the Speech Platform SDK 11. The audio files and grammars referenced in this document are in the Waves and Grammars folders, respectively.

XML Copy imageCopy Code
<?xml version="1.0" encoding="utf-8"?>
<emma:emma version="1.0" xmlns:ms="http://www.microsoft.com/xmlns/webreco" xmlns:emma="http://www.w3.org/2003/04/emma" xmlns="http://www.example.com/example">
  <emma:grammar id="grammar0" ref="grammars\menu_choices.grxml" />
  <emma:grammar id="grammar1" ref="grammars\help_choices.grxml" />
  <emma:group id="toplevel">

    <emma:group id="utterance_0.0.0.0">
      <emma:info ms:status="OK">
        <ms:audio ref="waves/utt_00.wav" type="audio/x-wav" />
        <ms:transcript ms:status="OK">
          <ms:original>sports</ms:original>
          <emma:one-of id="utterance_0.0.0.0-transcript-reco-nbest-list" disjunction-type="understanding" emma:medium="acoustic" emma:mode="voice">
            <emma:interpretation id="utterance_0.0.0.0-transcript-reco-nbest-1" emma:grammar-ref="grammar0" emma:lang="en-US" emma:tokens="sports" emma:confidence="1" emma:time-ref-uri="#utterance_0.0.0.0-transcript-reco-nbest-list" emma:offset-to-start="0" emma:duration="0" ms:typespace="ECMA-262" ms:dataType="object">
              <application emma:confidence="1" ms:actualConfidence="1" ms:dataType="string" ms:valueType="string" xmlns="">SPORTS</application>
              <grammar emma:confidence="1" ms:actualConfidence="1" ms:dataType="string" ms:valueType="string" xmlns="">menu_choices.grxml</grammar>
            </emma:interpretation>
          </emma:one-of>
        </ms:transcript>
        <ms:active-grammars>
          <ms:grammar emma:grammar-ref="grammar0" />
          <ms:grammar emma:grammar-ref="grammar1" />
        </ms:active-grammars>
        <ms:requestid>51b96944-25a7-4bc8-902c-5066ee5eb369</ms:requestid>
        <ms:sessionid>5af4af52-1095-406c-a27c-83d42ed287c1</ms:sessionid>
      </emma:info>
      <emma:one-of id="utterance_0.0.0.0-reco-nbest-list" disjunction-type="understanding" emma:medium="acoustic" emma:mode="voice">
        <emma:interpretation id="utterance_0.0.0.0-reco-nbest-1" emma:grammar-ref="grammar0" emma:lang="en-US" emma:tokens="sports" emma:confidence="0.5638461" emma:time-ref-uri="#utterance_0.0.0.0-reco-nbest-list" emma:offset-to-start="330" emma:duration="810" ms:typespace="ECMA-262" ms:dataType="object">
          <emma:derived-from resource="#utterance_0.0.0.0-rule-tree-1" composite="false" />
          <application emma:confidence="0.5618123" ms:actualConfidence="0" ms:dataType="string" ms:valueType="string" xmlns="">SPORTS</application>
          <grammar emma:confidence="0.5618123" ms:actualConfidence="0" ms:dataType="string" ms:valueType="string" xmlns="">menu_choices.grxml</grammar>
        </emma:interpretation>
      </emma:one-of>
    </emma:group>

    <emma:group id="utterance_0.0.1.0">
      <emma:info ms:status="OK">
        <ms:audio ref="waves/utt_01.wav" type="audio/x-wav" />
        <ms:transcript ms:status="OK">
          <ms:original>[noise]</ms:original>
          <emma:interpretation emma:uninterpreted="true" id="utterance_0.0.1.0-transcript-reco-nbest-list-1" emma:mode="voice" emma:medium="acoustic" />
        </ms:transcript>
        <ms:active-grammars>
          <ms:grammar emma:grammar-ref="grammar0" />
          <ms:grammar emma:grammar-ref="grammar1" />
        </ms:active-grammars>
        <ms:requestid>0d758c5c-6d32-45a5-ba9e-308a8c036832</ms:requestid>
        <ms:sessionid>5af4af52-1095-406c-a27c-83d42ed287c1</ms:sessionid>
      </emma:info>
      <emma:interpretation emma:uninterpreted="true" id="utterance_0.0.1.0-reco-nbest-list-1" emma:mode="voice" emma:medium="acoustic" />
    </emma:group>

    <emma:group id="utterance_0.0.2.0">
      <emma:info ms:status="OK">
        <ms:audio ref="waves/utt_02.wav" type="audio/x-wav" />
        <ms:transcript ms:status="OK">
          <ms:original>sports</ms:original>
          <emma:one-of id="utterance_0.0.2.0-transcript-reco-nbest-list" disjunction-type="understanding" emma:medium="acoustic" emma:mode="voice">
            <emma:interpretation id="utterance_0.0.2.0-transcript-reco-nbest-1" emma:grammar-ref="grammar0" emma:lang="en-US" emma:tokens="sports" emma:confidence="1" emma:time-ref-uri="#utterance_0.0.2.0-transcript-reco-nbest-list" emma:offset-to-start="0" emma:duration="0" ms:typespace="ECMA-262" ms:dataType="object">
              <application emma:confidence="1" ms:actualConfidence="1" ms:dataType="string" ms:valueType="string" xmlns="">SPORTS</application>
              <grammar emma:confidence="1" ms:actualConfidence="1" ms:dataType="string" ms:valueType="string" xmlns="">menu_choices.grxml</grammar>
            </emma:interpretation>
          </emma:one-of>
        </ms:transcript>
        <ms:active-grammars>
          <ms:grammar emma:grammar-ref="grammar0" />
          <ms:grammar emma:grammar-ref="grammar1" />
        </ms:active-grammars>
        <ms:requestid>c2945818-5fa6-455c-ba5e-612a74da3187</ms:requestid>
        <ms:sessionid>5af4af52-1095-406c-a27c-83d42ed287c1</ms:sessionid>
      </emma:info>
      <emma:one-of id="utterance_0.0.2.0-reco-nbest-list" disjunction-type="understanding" emma:medium="acoustic" emma:mode="voice">
        <emma:interpretation id="utterance_0.0.2.0-reco-nbest-1" emma:grammar-ref="grammar0" emma:lang="en-US" emma:tokens="sports" emma:confidence="0.9479059" emma:time-ref-uri="#utterance_0.0.2.0-reco-nbest-list" emma:offset-to-start="140" emma:duration="840" ms:typespace="ECMA-262" ms:dataType="object">
          <emma:derived-from resource="#utterance_0.0.2.0-rule-tree-1" composite="false" />
          <application emma:confidence="0.8497295" ms:actualConfidence="1" ms:dataType="string" ms:valueType="string" xmlns="">SPORTS</application>
          <grammar emma:confidence="0.8497295" ms:actualConfidence="1" ms:dataType="string" ms:valueType="string" xmlns="">menu_choices.grxml</grammar>
        </emma:interpretation>
      </emma:one-of>
    </emma:group>

    <emma:group id="utterance_0.0.3.0">
      <emma:info ms:status="OK">
        <ms:audio ref="waves/utt_03.wav" type="audio/x-wav" />
        <ms:transcript ms:status="OK">
          <ms:original>weather</ms:original>
          <emma:one-of id="utterance_0.0.3.0-transcript-reco-nbest-list" disjunction-type="understanding" emma:medium="acoustic" emma:mode="voice">
            <emma:interpretation id="utterance_0.0.3.0-transcript-reco-nbest-1" emma:grammar-ref="grammar0" emma:lang="en-US" emma:tokens="weather" emma:confidence="1" emma:time-ref-uri="#utterance_0.0.3.0-transcript-reco-nbest-list" emma:offset-to-start="0" emma:duration="0" ms:typespace="ECMA-262" ms:dataType="object">
              <application emma:confidence="1" ms:actualConfidence="1" ms:dataType="string" ms:valueType="string" xmlns="">WEATHER</application>
              <grammar emma:confidence="1" ms:actualConfidence="1" ms:dataType="string" ms:valueType="string" xmlns="">menu_choices.grxml</grammar>
            </emma:interpretation>
          </emma:one-of>
        </ms:transcript>
        <ms:active-grammars>
          <ms:grammar emma:grammar-ref="grammar0" />
          <ms:grammar emma:grammar-ref="grammar1" />
        </ms:active-grammars>
        <ms:requestid>b6643747-e6c3-4776-bacb-a853e4ccb4f9</ms:requestid>
        <ms:sessionid>5af4af52-1095-406c-a27c-83d42ed287c1</ms:sessionid>
      </emma:info>
      <emma:one-of id="utterance_0.0.3.0-reco-nbest-list" disjunction-type="understanding" emma:medium="acoustic" emma:mode="voice">
        <emma:interpretation id="utterance_0.0.3.0-reco-nbest-1" emma:grammar-ref="grammar0" emma:lang="en-US" emma:tokens="weather" emma:confidence="0.9449926" emma:time-ref-uri="#utterance_0.0.3.0-reco-nbest-list" emma:offset-to-start="220" emma:duration="750" ms:typespace="ECMA-262" ms:dataType="object">
          <emma:derived-from resource="#utterance_0.0.3.0-rule-tree-1" composite="false" />
          <application emma:confidence="0.9668913" ms:actualConfidence="1" ms:dataType="string" ms:valueType="string" xmlns="">WEATHER</application>
          <grammar emma:confidence="0.9668913" ms:actualConfidence="1" ms:dataType="string" ms:valueType="string" xmlns="">menu_choices.grxml</grammar>
        </emma:interpretation>
      </emma:one-of>
    </emma:group>

    <emma:group id="utterance_0.0.4.0">
      <emma:info ms:status="OK">
        <ms:audio ref="waves/utt_04.wav" type="audio/x-wav" />
        <ms:transcript ms:status="OK">
          <ms:original>news</ms:original>
          <emma:one-of id="utterance_0.0.4.0-transcript-reco-nbest-list" disjunction-type="understanding" emma:medium="acoustic" emma:mode="voice">
            <emma:interpretation id="utterance_0.0.4.0-transcript-reco-nbest-1" emma:grammar-ref="grammar0" emma:lang="en-US" emma:tokens="news" emma:confidence="1" emma:time-ref-uri="#utterance_0.0.4.0-transcript-reco-nbest-list" emma:offset-to-start="0" emma:duration="0" ms:typespace="ECMA-262" ms:dataType="object">
              <application emma:confidence="1" ms:actualConfidence="1" ms:dataType="string" ms:valueType="string" xmlns="">NEWS</application>
              <grammar emma:confidence="1" ms:actualConfidence="1" ms:dataType="string" ms:valueType="string" xmlns="">menu_choices.grxml</grammar>
            </emma:interpretation>
          </emma:one-of>
        </ms:transcript>
        <ms:active-grammars>
          <ms:grammar emma:grammar-ref="grammar0" />
          <ms:grammar emma:grammar-ref="grammar1" />
        </ms:active-grammars>
        <ms:requestid>1c0a2052-bdc2-4e7b-acfa-c40e901b735f</ms:requestid>
        <ms:sessionid>5af4af52-1095-406c-a27c-83d42ed287c1</ms:sessionid>
      </emma:info>
      <emma:one-of id="utterance_0.0.4.0-reco-nbest-list" disjunction-type="understanding" emma:medium="acoustic" emma:mode="voice">
        <emma:interpretation id="utterance_0.0.4.0-reco-nbest-1" emma:grammar-ref="grammar0" emma:lang="en-US" emma:tokens="news" emma:confidence="0.9319434" emma:time-ref-uri="#utterance_0.0.4.0-reco-nbest-list" emma:offset-to-start="230" emma:duration="930" ms:typespace="ECMA-262" ms:dataType="object">
          <emma:derived-from resource="#utterance_0.0.4.0-rule-tree-1" composite="false" />
          <application emma:confidence="0.9612538" ms:actualConfidence="1" ms:dataType="string" ms:valueType="string" xmlns="">NEWS</application>
          <grammar emma:confidence="0.9612538" ms:actualConfidence="1" ms:dataType="string" ms:valueType="string" xmlns="">menu_choices.grxml</grammar>
        </emma:interpretation>
      </emma:one-of>
    </emma:group>

    <emma:group id="utterance_0.0.5.0">
      <emma:info ms:status="OK">
        <ms:audio ref="waves/utt_05.wav" type="audio/x-wav" />
        <ms:transcript ms:status="OK">
          <ms:original>top stories</ms:original>
          <emma:interpretation emma:uninterpreted="true" id="utterance_0.0.5.0-transcript-reco-nbest-list-1" emma:mode="voice" emma:medium="acoustic" />
        </ms:transcript>
        <ms:active-grammars>
          <ms:grammar emma:grammar-ref="grammar0" />
          <ms:grammar emma:grammar-ref="grammar1" />
        </ms:active-grammars>
        <ms:requestid>c553ff53-0bef-42ce-aad7-394d2d77d904</ms:requestid>
        <ms:sessionid>5af4af52-1095-406c-a27c-83d42ed287c1</ms:sessionid>
      </emma:info>
      <emma:interpretation emma:uninterpreted="true" id="utterance_0.0.5.0-reco-nbest-list-1" emma:mode="voice" emma:medium="acoustic" />
    </emma:group>
    <emma:group id="utterance_0.0.6.0">
      <emma:info ms:status="OK">
        <ms:audio ref="waves/utt_06.wav" type="audio/x-wav" />
        <ms:transcript ms:status="OK">
          <ms:original>sport</ms:original>
          <emma:interpretation emma:uninterpreted="true" id="utterance_0.0.6.0-transcript-reco-nbest-list-1" emma:mode="voice" emma:medium="acoustic" />
        </ms:transcript>
        <ms:active-grammars>
          <ms:grammar emma:grammar-ref="grammar0" />
          <ms:grammar emma:grammar-ref="grammar1" />
        </ms:active-grammars>
        <ms:requestid>db35f5f0-7c87-45e8-a9b0-f393ce4a7025</ms:requestid>
        <ms:sessionid>5af4af52-1095-406c-a27c-83d42ed287c1</ms:sessionid>
      </emma:info>
      <emma:one-of id="utterance_0.0.6.0-reco-nbest-list" disjunction-type="understanding" emma:medium="acoustic" emma:mode="voice">
        <emma:interpretation id="utterance_0.0.6.0-reco-nbest-1" emma:grammar-ref="grammar0" emma:lang="en-US" emma:tokens="sports" emma:confidence="0.9216749" emma:time-ref-uri="#utterance_0.0.6.0-reco-nbest-list" emma:offset-to-start="130" emma:duration="600" ms:typespace="ECMA-262" ms:dataType="object">
          <emma:derived-from resource="#utterance_0.0.6.0-rule-tree-1" composite="false" />
          <application emma:confidence="0.9370015" ms:actualConfidence="1" ms:dataType="string" ms:valueType="string" xmlns="">SPORTS</application>
          <grammar emma:confidence="0.9370015" ms:actualConfidence="1" ms:dataType="string" ms:valueType="string" xmlns="">menu_choices.grxml</grammar>
        </emma:interpretation>
      </emma:one-of>
    </emma:group>
    <emma:group id="utterance_0.0.7.0">
      <emma:info ms:status="OK">
        <ms:audio ref="waves/utt_07.wav" type="audio/x-wav" />
        <ms:transcript ms:status="OK">
          <ms:original>stock quotes</ms:original>
          <emma:one-of id="utterance_0.0.7.0-transcript-reco-nbest-list" disjunction-type="understanding" emma:medium="acoustic" emma:mode="voice">
            <emma:interpretation id="utterance_0.0.7.0-transcript-reco-nbest-1" emma:grammar-ref="grammar0" emma:lang="en-US" emma:tokens="stock quotes" emma:confidence="1" emma:time-ref-uri="#utterance_0.0.7.0-transcript-reco-nbest-list" emma:offset-to-start="0" emma:duration="0" ms:typespace="ECMA-262" ms:dataType="object">
              <longform emma:confidence="1" ms:actualConfidence="1" ms:dataType="boolean" ms:valueType="boolean" xmlns="">true</longform>
              <application emma:confidence="1" ms:actualConfidence="1" ms:dataType="string" ms:valueType="string" xmlns="">STOCKS</application>
              <grammar emma:confidence="1" ms:actualConfidence="1" ms:dataType="string" ms:valueType="string" xmlns="">menu_choices.grxml</grammar>
            </emma:interpretation>
          </emma:one-of>
        </ms:transcript>
        <ms:active-grammars>
          <ms:grammar emma:grammar-ref="grammar0" />
          <ms:grammar emma:grammar-ref="grammar1" />
        </ms:active-grammars>
        <ms:requestid>dc25a5ce-e546-4376-91f4-eb7b2e924721</ms:requestid>
        <ms:sessionid>5af4af52-1095-406c-a27c-83d42ed287c1</ms:sessionid>
      </emma:info>
      <emma:one-of id="utterance_0.0.7.0-reco-nbest-list" disjunction-type="understanding" emma:medium="acoustic" emma:mode="voice">
        <emma:interpretation id="utterance_0.0.7.0-reco-nbest-1" emma:grammar-ref="grammar0" emma:lang="en-US" emma:tokens="stock quotes" emma:confidence="0.8928868" emma:time-ref-uri="#utterance_0.0.7.0-reco-nbest-list" emma:offset-to-start="250" emma:duration="970" ms:typespace="ECMA-262" ms:dataType="object">
          <emma:derived-from resource="#utterance_0.0.7.0-rule-tree-1" composite="false" />
          <longform emma:confidence="0.8609061" ms:actualConfidence="1" ms:dataType="boolean" ms:valueType="boolean" xmlns="">true</longform>
          <application emma:confidence="0.8609061" ms:actualConfidence="1" ms:dataType="string" ms:valueType="string" xmlns="">STOCKS</application>
          <grammar emma:confidence="0.8609061" ms:actualConfidence="1" ms:dataType="string" ms:valueType="string" xmlns="">menu_choices.grxml</grammar>
        </emma:interpretation>
      </emma:one-of>
    </emma:group>
    <emma:group id="utterance_0.0.8.0">
      <emma:info ms:status="OK">
        <ms:audio ref="waves/utt_08.wav" type="audio/x-wav" />
        <ms:transcript ms:status="OK">
          <ms:original>weather</ms:original>
          <emma:one-of id="utterance_0.0.8.0-transcript-reco-nbest-list" disjunction-type="understanding" emma:medium="acoustic" emma:mode="voice">
            <emma:interpretation id="utterance_0.0.8.0-transcript-reco-nbest-1" emma:grammar-ref="grammar0" emma:lang="en-US" emma:tokens="weather" emma:confidence="1" emma:time-ref-uri="#utterance_0.0.8.0-transcript-reco-nbest-list" emma:offset-to-start="0" emma:duration="0" ms:typespace="ECMA-262" ms:dataType="object">
              <application emma:confidence="1" ms:actualConfidence="1" ms:dataType="string" ms:valueType="string" xmlns="">WEATHER</application>
              <grammar emma:confidence="1" ms:actualConfidence="1" ms:dataType="string" ms:valueType="string" xmlns="">menu_choices.grxml</grammar>
            </emma:interpretation>
          </emma:one-of>
        </ms:transcript>
        <ms:active-grammars>
          <ms:grammar emma:grammar-ref="grammar0" />
          <ms:grammar emma:grammar-ref="grammar1" />
        </ms:active-grammars>
        <ms:requestid>6fe369ac-a87a-4f16-ab25-ec7f5ca265ee</ms:requestid>
        <ms:sessionid>5af4af52-1095-406c-a27c-83d42ed287c1</ms:sessionid>
      </emma:info>
      <emma:one-of id="utterance_0.0.8.0-reco-nbest-list" disjunction-type="understanding" emma:medium="acoustic" emma:mode="voice">
        <emma:interpretation id="utterance_0.0.8.0-reco-nbest-1" emma:grammar-ref="grammar0" emma:lang="en-US" emma:tokens="weather" emma:confidence="0.6197259" emma:time-ref-uri="#utterance_0.0.8.0-reco-nbest-list" emma:offset-to-start="230" emma:duration="790" ms:typespace="ECMA-262" ms:dataType="object">
          <emma:derived-from resource="#utterance_0.0.8.0-rule-tree-1" composite="false" />
          <application emma:confidence="0.6058497" ms:actualConfidence="0" ms:dataType="string" ms:valueType="string" xmlns="">WEATHER</application>
          <grammar emma:confidence="0.6058497" ms:actualConfidence="0" ms:dataType="string" ms:valueType="string" xmlns="">menu_choices.grxml</grammar>
        </emma:interpretation>
      </emma:one-of>
    </emma:group>
    <emma:group id="utterance_0.0.9.0">
      <emma:info ms:status="OK">
        <ms:audio ref="waves/utt_09.wav" type="audio/x-wav" />
        <ms:transcript ms:status="OK">
          <ms:original>weather</ms:original>
          <emma:one-of id="utterance_0.0.9.0-transcript-reco-nbest-list" disjunction-type="understanding" emma:medium="acoustic" emma:mode="voice">
            <emma:interpretation id="utterance_0.0.9.0-transcript-reco-nbest-1" emma:grammar-ref="grammar0" emma:lang="en-US" emma:tokens="weather" emma:confidence="1" emma:time-ref-uri="#utterance_0.0.9.0-transcript-reco-nbest-list" emma:offset-to-start="0" emma:duration="0" ms:typespace="ECMA-262" ms:dataType="object">
              <application emma:confidence="1" ms:actualConfidence="1" ms:dataType="string" ms:valueType="string" xmlns="">WEATHER</application>
              <grammar emma:confidence="1" ms:actualConfidence="1" ms:dataType="string" ms:valueType="string" xmlns="">menu_choices.grxml</grammar>
            </emma:interpretation>
          </emma:one-of>
        </ms:transcript>
        <ms:active-grammars>
          <ms:grammar emma:grammar-ref="grammar0" />
          <ms:grammar emma:grammar-ref="grammar1" />
        </ms:active-grammars>
        <ms:requestid>7a2c3ee0-7fbc-487f-b617-351ca8e458b9</ms:requestid>
        <ms:sessionid>5af4af52-1095-406c-a27c-83d42ed287c1</ms:sessionid>
      </emma:info>
      <emma:one-of id="utterance_0.0.9.0-reco-nbest-list" disjunction-type="understanding" emma:medium="acoustic" emma:mode="voice">
        <emma:interpretation id="utterance_0.0.9.0-reco-nbest-1" emma:grammar-ref="grammar0" emma:lang="en-US" emma:tokens="weather" emma:confidence="0.9403493" emma:time-ref-uri="#utterance_0.0.9.0-reco-nbest-list" emma:offset-to-start="230" emma:duration="770" ms:typespace="ECMA-262" ms:dataType="object">
          <emma:derived-from resource="#utterance_0.0.9.0-rule-tree-1" composite="false" />
          <application emma:confidence="0.962913" ms:actualConfidence="1" ms:dataType="string" ms:valueType="string" xmlns="">WEATHER</application>
          <grammar emma:confidence="0.962913" ms:actualConfidence="1" ms:dataType="string" ms:valueType="string" xmlns="">menu_choices.grxml</grammar>
        </emma:interpretation>
      </emma:one-of>
    </emma:group>
    <emma:group id="utterance_0.0.10.0">
      <emma:info ms:status="OK">
        <ms:audio ref="waves/utt_10.wav" type="audio/x-wav" />
        <ms:transcript ms:status="OK">
          <ms:original>sports</ms:original>
          <emma:one-of id="utterance_0.0.10.0-transcript-reco-nbest-list" disjunction-type="understanding" emma:medium="acoustic" emma:mode="voice">
            <emma:interpretation id="utterance_0.0.10.0-transcript-reco-nbest-1" emma:grammar-ref="grammar0" emma:lang="en-US" emma:tokens="sports" emma:confidence="1" emma:time-ref-uri="#utterance_0.0.10.0-transcript-reco-nbest-list" emma:offset-to-start="0" emma:duration="0" ms:typespace="ECMA-262" ms:dataType="object">
              <application emma:confidence="1" ms:actualConfidence="1" ms:dataType="string" ms:valueType="string" xmlns="">SPORTS</application>
              <grammar emma:confidence="1" ms:actualConfidence="1" ms:dataType="string" ms:valueType="string" xmlns="">menu_choices.grxml</grammar>
            </emma:interpretation>
          </emma:one-of>
        </ms:transcript>
        <ms:active-grammars>
          <ms:grammar emma:grammar-ref="grammar0" />
          <ms:grammar emma:grammar-ref="grammar1" />
        </ms:active-grammars>
        <ms:requestid>18d942f8-6278-4bc5-8ed1-9b9b75aa4a22</ms:requestid>
        <ms:sessionid>5af4af52-1095-406c-a27c-83d42ed287c1</ms:sessionid>
      </emma:info>
      <emma:one-of id="utterance_0.0.10.0-reco-nbest-list" disjunction-type="understanding" emma:medium="acoustic" emma:mode="voice">
        <emma:interpretation id="utterance_0.0.10.0-reco-nbest-1" emma:grammar-ref="grammar0" emma:lang="en-US" emma:tokens="sports" emma:confidence="0.8278435" emma:time-ref-uri="#utterance_0.0.10.0-reco-nbest-list" emma:offset-to-start="140" emma:duration="810" ms:typespace="ECMA-262" ms:dataType="object">
          <emma:derived-from resource="#utterance_0.0.10.0-rule-tree-1" composite="false" />
          <application emma:confidence="0.8705698" ms:actualConfidence="1" ms:dataType="string" ms:valueType="string" xmlns="">SPORTS</application>
          <grammar emma:confidence="0.8705698" ms:actualConfidence="1" ms:dataType="string" ms:valueType="string" xmlns="">menu_choices.grxml</grammar>
        </emma:interpretation>
      </emma:one-of>
    </emma:group>
  </emma:group>
  <emma:derivation>
    <emma:one-of id="utterance_0.0.0.0-word-list" disjunction-type="recognition">
      <emma:interpretation id="utterance_0.0.0.0-word-list-1">
        <emma:lattice initial="1" final="2" emma:time-ref-uri="#utterance_0.0.0.0-reco-nbest-1">
          <emma:arc from="1" to="2" emma:confidence="0.5638461" emma:offset-to-start="0" emma:duration="690">sports<emma:info><ms:sapiPhraseElement ms:pronunciation="S P AO RA T S" ms:lexicalForm="sports" ms:displayAttributes="2" ms:actualConfidence="0" /></emma:info></emma:arc>
        </emma:lattice>
      </emma:interpretation>
    </emma:one-of>
    <emma:one-of id="utterance_0.0.0.0-rule-tree-list" disjunction-type="recognition">
      <emma:interpretation id="utterance_0.0.0.0-rule-tree-1" emma:confidence="0.5638461" emma:time-ref-uri="#utterance_0.0.0.0-reco-nbest-1">
        <emma:derived-from resource="#utterance_0.0.0.0-word-list-1" composite="false" />
        <top emma:confidence="0.5638461" ms:actualConfidence="0" emma:offset-to-start="0" emma:duration="690" xmlns="">sports</top>
      </emma:interpretation>
    </emma:one-of>
    <emma:one-of id="utterance_0.0.2.0-word-list" disjunction-type="recognition">
      <emma:interpretation id="utterance_0.0.2.0-word-list-1">
        <emma:lattice initial="1" final="2" emma:time-ref-uri="#utterance_0.0.2.0-reco-nbest-1">
          <emma:arc from="1" to="2" emma:confidence="0.9479059" emma:offset-to-start="0" emma:duration="740">sports<emma:info><ms:sapiPhraseElement ms:pronunciation="S P AO RA T S" ms:lexicalForm="sports" ms:displayAttributes="2" ms:actualConfidence="1" /></emma:info></emma:arc>
        </emma:lattice>
      </emma:interpretation>
    </emma:one-of>
    <emma:one-of id="utterance_0.0.2.0-rule-tree-list" disjunction-type="recognition">
      <emma:interpretation id="utterance_0.0.2.0-rule-tree-1" emma:confidence="0.9479059" emma:time-ref-uri="#utterance_0.0.2.0-reco-nbest-1">
        <emma:derived-from resource="#utterance_0.0.2.0-word-list-1" composite="false" />
        <top emma:confidence="0.9479059" ms:actualConfidence="1" emma:offset-to-start="0" emma:duration="740" xmlns="">sports</top>
      </emma:interpretation>
    </emma:one-of>
    <emma:one-of id="utterance_0.0.3.0-word-list" disjunction-type="recognition">
      <emma:interpretation id="utterance_0.0.3.0-word-list-1">
        <emma:lattice initial="1" final="2" emma:time-ref-uri="#utterance_0.0.3.0-reco-nbest-1">
          <emma:arc from="1" to="2" emma:confidence="0.9449926" emma:offset-to-start="0" emma:duration="650">weather<emma:info><ms:sapiPhraseElement ms:pronunciation="W EH DH AX RA" ms:lexicalForm="weather" ms:displayAttributes="2" ms:actualConfidence="1" /></emma:info></emma:arc>
        </emma:lattice>
      </emma:interpretation>
    </emma:one-of>
    <emma:one-of id="utterance_0.0.3.0-rule-tree-list" disjunction-type="recognition">
      <emma:interpretation id="utterance_0.0.3.0-rule-tree-1" emma:confidence="0.9449926" emma:time-ref-uri="#utterance_0.0.3.0-reco-nbest-1">
        <emma:derived-from resource="#utterance_0.0.3.0-word-list-1" composite="false" />
        <top emma:confidence="0.9449926" ms:actualConfidence="1" emma:offset-to-start="0" emma:duration="650" xmlns="">weather</top>
      </emma:interpretation>
    </emma:one-of>
    <emma:one-of id="utterance_0.0.4.0-word-list" disjunction-type="recognition">
      <emma:interpretation id="utterance_0.0.4.0-word-list-1">
        <emma:lattice initial="1" final="2" emma:time-ref-uri="#utterance_0.0.4.0-reco-nbest-1">
          <emma:arc from="1" to="2" emma:confidence="0.9319434" emma:offset-to-start="0" emma:duration="820">news<emma:info><ms:sapiPhraseElement ms:pronunciation="N U Z" ms:lexicalForm="news" ms:displayAttributes="2" ms:actualConfidence="1" /></emma:info></emma:arc>
        </emma:lattice>
      </emma:interpretation>
    </emma:one-of>
    <emma:one-of id="utterance_0.0.4.0-rule-tree-list" disjunction-type="recognition">
      <emma:interpretation id="utterance_0.0.4.0-rule-tree-1" emma:confidence="0.9319434" emma:time-ref-uri="#utterance_0.0.4.0-reco-nbest-1">
        <emma:derived-from resource="#utterance_0.0.4.0-word-list-1" composite="false" />
        <top emma:confidence="0.9319434" ms:actualConfidence="1" emma:offset-to-start="0" emma:duration="820" xmlns="">news</top>
      </emma:interpretation>
    </emma:one-of>
    <emma:one-of id="utterance_0.0.6.0-word-list" disjunction-type="recognition">
      <emma:interpretation id="utterance_0.0.6.0-word-list-1">
        <emma:lattice initial="1" final="2" emma:time-ref-uri="#utterance_0.0.6.0-reco-nbest-1">
          <emma:arc from="1" to="2" emma:confidence="0.9216749" emma:offset-to-start="0" emma:duration="500">sports<emma:info><ms:sapiPhraseElement ms:pronunciation="S P AO RA T S" ms:lexicalForm="sports" ms:displayAttributes="2" ms:actualConfidence="1" /></emma:info></emma:arc>
        </emma:lattice>
      </emma:interpretation>
    </emma:one-of>
    <emma:one-of id="utterance_0.0.6.0-rule-tree-list" disjunction-type="recognition">
      <emma:interpretation id="utterance_0.0.6.0-rule-tree-1" emma:confidence="0.9216749" emma:time-ref-uri="#utterance_0.0.6.0-reco-nbest-1">
        <emma:derived-from resource="#utterance_0.0.6.0-word-list-1" composite="false" />
        <top emma:confidence="0.9216749" ms:actualConfidence="1" emma:offset-to-start="0" emma:duration="500" xmlns="">sports</top>
      </emma:interpretation>
    </emma:one-of>
    <emma:one-of id="utterance_0.0.7.0-word-list" disjunction-type="recognition">
      <emma:interpretation id="utterance_0.0.7.0-word-list-1">
        <emma:lattice initial="1" final="3" emma:time-ref-uri="#utterance_0.0.7.0-reco-nbest-1">
          <emma:arc from="1" to="2" emma:confidence="0.8581361" emma:offset-to-start="0" emma:duration="430">stock<emma:info><ms:sapiPhraseElement ms:pronunciation="S T AA K" ms:lexicalForm="stock" ms:displayAttributes="2" ms:actualConfidence="1" /></emma:info></emma:arc>
          <emma:arc from="2" to="3" emma:confidence="0.9216229" emma:offset-to-start="430" emma:duration="520">quotes<emma:info><ms:sapiPhraseElement ms:pronunciation="K W O T S" ms:lexicalForm="quotes" ms:displayAttributes="2" ms:actualConfidence="1" /></emma:info></emma:arc>
        </emma:lattice>
      </emma:interpretation>
    </emma:one-of>
    <emma:one-of id="utterance_0.0.7.0-rule-tree-list" disjunction-type="recognition">
      <emma:interpretation id="utterance_0.0.7.0-rule-tree-1" emma:confidence="0.8928868" emma:time-ref-uri="#utterance_0.0.7.0-reco-nbest-1">
        <emma:derived-from resource="#utterance_0.0.7.0-word-list-1" composite="false" />
        <top emma:confidence="0.8928868" ms:actualConfidence="1" emma:offset-to-start="0" emma:duration="950" xmlns="">stock quotes</top>
      </emma:interpretation>
    </emma:one-of>
    <emma:one-of id="utterance_0.0.8.0-word-list" disjunction-type="recognition">
      <emma:interpretation id="utterance_0.0.8.0-word-list-1">
        <emma:lattice initial="1" final="2" emma:time-ref-uri="#utterance_0.0.8.0-reco-nbest-1">
          <emma:arc from="1" to="2" emma:confidence="0.6197259" emma:offset-to-start="0" emma:duration="680">weather<emma:info><ms:sapiPhraseElement ms:pronunciation="W EH DH AX RA" ms:lexicalForm="weather" ms:displayAttributes="2" ms:actualConfidence="0" /></emma:info></emma:arc>
        </emma:lattice>
      </emma:interpretation>
    </emma:one-of>
    <emma:one-of id="utterance_0.0.8.0-rule-tree-list" disjunction-type="recognition">
      <emma:interpretation id="utterance_0.0.8.0-rule-tree-1" emma:confidence="0.6197259" emma:time-ref-uri="#utterance_0.0.8.0-reco-nbest-1">
        <emma:derived-from resource="#utterance_0.0.8.0-word-list-1" composite="false" />
        <top emma:confidence="0.6197259" ms:actualConfidence="0" emma:offset-to-start="0" emma:duration="680" xmlns="">weather</top>
      </emma:interpretation>
    </emma:one-of>
    <emma:one-of id="utterance_0.0.9.0-word-list" disjunction-type="recognition">
      <emma:interpretation id="utterance_0.0.9.0-word-list-1">
        <emma:lattice initial="1" final="2" emma:time-ref-uri="#utterance_0.0.9.0-reco-nbest-1">
          <emma:arc from="1" to="2" emma:confidence="0.9403493" emma:offset-to-start="0" emma:duration="680">weather<emma:info><ms:sapiPhraseElement ms:pronunciation="W EH DH AX RA" ms:lexicalForm="weather" ms:displayAttributes="2" ms:actualConfidence="1" /></emma:info></emma:arc>
        </emma:lattice>
      </emma:interpretation>
    </emma:one-of>
    <emma:one-of id="utterance_0.0.9.0-rule-tree-list" disjunction-type="recognition">
      <emma:interpretation id="utterance_0.0.9.0-rule-tree-1" emma:confidence="0.9403493" emma:time-ref-uri="#utterance_0.0.9.0-reco-nbest-1">
        <emma:derived-from resource="#utterance_0.0.9.0-word-list-1" composite="false" />
        <top emma:confidence="0.9403493" ms:actualConfidence="1" emma:offset-to-start="0" emma:duration="680" xmlns="">weather</top>
      </emma:interpretation>
    </emma:one-of>
    <emma:one-of id="utterance_0.0.10.0-word-list" disjunction-type="recognition">
      <emma:interpretation id="utterance_0.0.10.0-word-list-1">
        <emma:lattice initial="1" final="2" emma:time-ref-uri="#utterance_0.0.10.0-reco-nbest-1">
          <emma:arc from="1" to="2" emma:confidence="0.8278435" emma:offset-to-start="0" emma:duration="710">sports<emma:info><ms:sapiPhraseElement ms:pronunciation="S P AO RA T S" ms:lexicalForm="sports" ms:displayAttributes="2" ms:actualConfidence="1" /></emma:info></emma:arc>
        </emma:lattice>
      </emma:interpretation>
    </emma:one-of>
    <emma:one-of id="utterance_0.0.10.0-rule-tree-list" disjunction-type="recognition">
      <emma:interpretation id="utterance_0.0.10.0-rule-tree-1" emma:confidence="0.8278435" emma:time-ref-uri="#utterance_0.0.10.0-reco-nbest-1">
        <emma:derived-from resource="#utterance_0.0.10.0-word-list-1" composite="false" />
        <top emma:confidence="0.8278435" ms:actualConfidence="1" emma:offset-to-start="0" emma:duration="710" xmlns="">sports</top>
      </emma:interpretation>
    </emma:one-of>
  </emma:derivation>
</emma:emma>