mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 03:32:51 -06:00
73 lines
2.2 KiB
HTML
73 lines
2.2 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<META NAME="generator" CONTENT="http://txt2tags.sf.net">
|
|
<TITLE> Tensed forms of sentences, questions, and relative clauses</TITLE>
|
|
</HEAD><BODY BGCOLOR="white" TEXT="black">
|
|
<P ALIGN="center"><CENTER><H1> Tensed forms of sentences, questions, and relative clauses</H1>
|
|
<FONT SIZE="4">
|
|
<I>Author: </I><BR>
|
|
Last update: Wed Jan 25 10:50:14 2006
|
|
</FONT></CENTER>
|
|
|
|
<P></P>
|
|
<HR NOSHADE SIZE=1>
|
|
<P></P>
|
|
<UL>
|
|
<LI><A HREF="#toc1">Tensed forms of sentences, questions, and relative clauses</A>
|
|
</UL>
|
|
|
|
<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>
|
|
<A NAME="toc1"></A>
|
|
<H1>Tensed forms of sentences, questions, and relative clauses</H1>
|
|
<P>
|
|
This module defines the 2 x 4 x 4 = 16 forms generated by different
|
|
combinations of tense, polarity, and
|
|
anteriority, which are defined in <A HREF="Tense.html">Tense</A>.
|
|
A variant with just the polarity variation is given in
|
|
<A HREF="Untensed.html">Untensed</A>.
|
|
</P>
|
|
<PRE>
|
|
abstract Tensed = Cat, Tense ** {
|
|
|
|
fun
|
|
UseCl : Tense -> Ant -> Pol -> Cl -> S ;
|
|
UseQCl : Tense -> Ant -> Pol -> QCl -> QS ;
|
|
UseRCl : Tense -> Ant -> Pol -> RCl -> RS ;
|
|
|
|
}
|
|
</PRE>
|
|
<P></P>
|
|
<P>
|
|
Examples for English <CODE>S</CODE>:
|
|
</P>
|
|
<P>
|
|
Pres Simul Pos ODir : he sleeps
|
|
Pres Simul Neg ODir : he doesn't sleep
|
|
Pres Anter Pos ODir : he has slept
|
|
Pres Anter Neg ODir : he hasn't slept
|
|
Past Simul Pos ODir : he slept
|
|
Past Simul Neg ODir : he didn't sleep
|
|
Past Anter Pos ODir : he had slept
|
|
Past Anter Neg ODir : he hadn't slept
|
|
Fut Simul Pos ODir : he will sleep
|
|
Fut Simul Neg ODir : he won't sleep
|
|
Fut Anter Pos ODir : he will have slept
|
|
Fut Anter Neg ODir : he won't have slept
|
|
Cond Simul Pos ODir : he would sleep
|
|
Cond Simul Neg ODir : he wouldn't sleep
|
|
Cond Anter Pos ODir : he would have slept
|
|
Cond Anter Neg ODir : he wouldn't have slept
|
|
</P>
|
|
|
|
<!-- html code generated by txt2tags 2.0 (http://txt2tags.sf.net) -->
|
|
<!-- cmdline: txt2tags -thtml -\-toc abstract/Tensed.txt -->
|
|
</BODY></HTML>
|