- From: Deborah Dahl <dahl@conversational-technologies.com>
- Date: Thu, 3 Nov 2011 20:35:58 -0400
- To: <public-xg-htmlspeech@w3.org>
This is an example of the kind of  EMMA that the example assumes.
<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/2007/CR-emma-
20071211/emma.xsd" xmlns="http://www.example.com/example">
	 <emma:grammar id="gram-3"
href=""http://bookhotelspeechtools.com/bookhotelgrammar.xml"/>
         <emma:interpretation id="interp1" 
            emma:dialog-turn="1"
            emma:function="dialog"
            emma:mode="voice"
            emma:verbal="true"
            emma:uninterpreted="false"
            emma:confidence="0.9"
            emma:tokens="i'm arriving on December i'm and leaving on
December 4."
            emma:medium="acoustic">
		<booking>
			<arrival>December 1</arrival>
			<departure>December 4</departure>
		</booking>
	</emma:interpretation>
</emma:emma>
-----Original Message-----
From: Deborah Dahl [mailto:dahl@conversational-technologies.com] 
Sent: Thursday, November 03, 2011 11:54 AM
To: public-xg-htmlspeech@w3.org
Subject: API example, multi-slot filling from EMMA result
This is an example of using the API to do multi-slot filling by extracting
the appropriate slots from an EMMA result and populating a form.
Received on Friday, 4 November 2011 00:39:52 UTC