mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-14 15:29:31 -06:00
58 lines
1.8 KiB
HTML
58 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> Infrastructure with common implementations.</TITLE>
|
|
</HEAD><BODY BGCOLOR="white" TEXT="black">
|
|
<P ALIGN="center"><CENTER><H1> Infrastructure with common implementations.</H1>
|
|
<FONT SIZE="4">
|
|
<I>Last update: Sat Feb 25 22:35:54 2006</I><BR>
|
|
% NOTE: this is a txt2tags file.
|
|
</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>
|
|
<P>
|
|
This module defines the abstract parameters of tense, polarity, and
|
|
anteriority, which are used in <A HREF="Phrase.html">Phrase</A> to generate different
|
|
forms of sentences. Together they give 2 x 4 x 4 = 16 sentence forms.
|
|
These tenses are defined for all languages in the library. More tenses
|
|
can be defined in the language extensions, e.g. the <I>passé simple</I> of
|
|
Romance languages.
|
|
</P>
|
|
<PRE>
|
|
abstract Common = {
|
|
|
|
cat
|
|
Text ; -- text consisting of several phrases
|
|
Phr ; -- phrase in a text e.g. "But come here my darling."
|
|
|
|
Pol ;
|
|
Tense ;
|
|
Ant ;
|
|
|
|
fun
|
|
PPos, PNeg : Pol ; -- I sleep/don't sleep
|
|
|
|
TPres : Tense ;
|
|
ASimul : Ant ;
|
|
TPast, TFut, TCond : Tense ; -- I slept/will sleep/would sleep --# notpresent
|
|
AAnter : Ant ; -- I have slept --# notpresent
|
|
|
|
}
|
|
</PRE>
|
|
<P></P>
|
|
|
|
<!-- html code generated by txt2tags 2.3 (http://txt2tags.sf.net) -->
|
|
<!-- cmdline: txt2tags -thtml -\-toc abstract/Common.txt -->
|
|
</BODY></HTML>
|