forked from GitHub/gf-core
81 lines
1.8 KiB
HTML
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 -> Utt -> Voc -> Speech ;
|
|
</PRE>
|
|
<P></P>
|
|
<P>
|
|
Demonstratives.
|
|
</P>
|
|
<PRE>
|
|
this8point_NP : Point -> NP ;
|
|
that8point_NP : Point -> NP ;
|
|
these8point_NP : Point -> NP ;
|
|
those8point_NP : Point -> NP ;
|
|
here8point_Adv : Point -> Adv ;
|
|
here7to8point_Adv : Point -> Adv ;
|
|
here7from8point_Adv : Point -> Adv ;
|
|
this8point_Quant : Point -> Quant ;
|
|
that8point_Quant : Point -> Quant ;
|
|
</PRE>
|
|
<P></P>
|
|
<P>
|
|
Building points from strings.
|
|
</P>
|
|
<PRE>
|
|
MkPoint : String -> Point ;
|
|
|
|
}
|
|
</PRE>
|
|
<P></P>
|
|
|
|
<!-- html code generated by txt2tags 2.3 (http://txt2tags.sf.net) -->
|
|
<!-- cmdline: txt2tags -thtml -\-toc multimodal/Multi.txt -->
|
|
</BODY></HTML>
|