Files
gf-core/lib/resource/doc/gfdoc/Multi.html
2007-12-12 20:30:11 +00:00

81 lines
1.8 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<META NAME="generator" CONTENT="http://txt2tags.sf.net">
<TITLE> Multimodal additions to the resource grammar library</TITLE>
</HEAD><BODY BGCOLOR="white" TEXT="black">
<P ALIGN="center"><CENTER><H1> Multimodal additions to the resource grammar library</H1>
<FONT SIZE="4">
<I>Last update: 2006-05-24 15:08:56 CEST</I><BR>
</FONT></CENTER>
<P></P>
<HR NOSHADE SIZE=1>
<P></P>
<P></P>
<HR NOSHADE SIZE=1>
<P></P>
<P>
Produced by
gfdoc - a rudimentary GF document generator.
(c) Aarne Ranta (<A HREF="mailto:aarne@cs.chalmers.se">aarne@cs.chalmers.se</A>) 2002 under GNU GPL.
</P>
<PRE>
abstract Multi = Lang ** {
cat
</PRE>
<P></P>
<P>
Entrypoint for speech recognition - suppresses clicks.
</P>
<PRE>
Speech ;
</PRE>
<P></P>
<P>
The entrypoint to sequencialized multimodal input is <CODE>Phr</CODE>.
The pointing gesture (click) type.
</P>
<PRE>
Point ;
fun
</PRE>
<P></P>
<P>
The top function to send an utterance to speech recognizer.
</P>
<PRE>
SpeechUtt : PConj -&gt; Utt -&gt; Voc -&gt; Speech ;
</PRE>
<P></P>
<P>
Demonstratives.
</P>
<PRE>
this8point_NP : Point -&gt; NP ;
that8point_NP : Point -&gt; NP ;
these8point_NP : Point -&gt; NP ;
those8point_NP : Point -&gt; NP ;
here8point_Adv : Point -&gt; Adv ;
here7to8point_Adv : Point -&gt; Adv ;
here7from8point_Adv : Point -&gt; Adv ;
this8point_Quant : Point -&gt; Quant ;
that8point_Quant : Point -&gt; Quant ;
</PRE>
<P></P>
<P>
Building points from strings.
</P>
<PRE>
MkPoint : String -&gt; Point ;
}
</PRE>
<P></P>
<!-- html code generated by txt2tags 2.3 (http://txt2tags.sf.net) -->
<!-- cmdline: txt2tags -thtml -\-toc multimodal/Multi.txt -->
</BODY></HTML>