mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-10 05:29:30 -06:00
65 lines
1.9 KiB
HTML
65 lines
1.9 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<META NAME="generator" CONTENT="http://txt2tags.sf.net">
|
|
<TITLE> Question: Questions and Interrogative Pronouns</TITLE>
|
|
</HEAD><BODY BGCOLOR="white" TEXT="black">
|
|
<P ALIGN="center"><CENTER><H1> Question: Questions and Interrogative Pronouns</H1>
|
|
<FONT SIZE="4">
|
|
<I>Last update: 2006-06-26 13:24:17 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 Question = Cat ** {
|
|
</PRE>
|
|
<P></P>
|
|
<P>
|
|
A question can be formed from a clause ('yes-no question') or
|
|
with an interrogative.
|
|
</P>
|
|
<PRE>
|
|
fun
|
|
QuestCl : Cl -> QCl ; -- does John walk
|
|
QuestVP : IP -> VP -> QCl ; -- who walks
|
|
QuestSlash : IP -> Slash -> QCl ; -- who does John love
|
|
QuestIAdv : IAdv -> Cl -> QCl ; -- why does John walk
|
|
QuestIComp : IComp -> NP -> QCl ; -- where is John
|
|
</PRE>
|
|
<P></P>
|
|
<P>
|
|
Interrogative pronouns can be formed with interrogative
|
|
determiners.
|
|
</P>
|
|
<PRE>
|
|
IDetCN : IDet -> Num -> Ord -> CN -> IP; -- which five best songs
|
|
AdvIP : IP -> Adv -> IP ; -- who in Europe
|
|
|
|
PrepIP : Prep -> IP -> IAdv ; -- with whom
|
|
|
|
CompIAdv : IAdv -> IComp ; -- where
|
|
</PRE>
|
|
<P></P>
|
|
<P>
|
|
More <CODE>IP</CODE>, <CODE>IDet</CODE>, and <CODE>IAdv</CODE> are defined in
|
|
<A HREF="Structural.html"><CODE>Structural</CODE></A>.
|
|
</P>
|
|
<PRE>
|
|
}
|
|
</PRE>
|
|
<P></P>
|
|
|
|
<!-- html code generated by txt2tags 2.3 (http://txt2tags.sf.net) -->
|
|
<!-- cmdline: txt2tags -thtml -\-toc abstract/Question.txt -->
|
|
</BODY></HTML>
|