forked from GitHub/gf-core
49 lines
1.1 KiB
HTML
49 lines
1.1 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<META NAME="generator" CONTENT="http://txt2tags.sf.net">
|
|
</HEAD><BODY BGCOLOR="white" TEXT="black">
|
|
<FONT SIZE="4">
|
|
</FONT></CENTER>
|
|
|
|
<P></P>
|
|
<HR NOSHADE SIZE=1>
|
|
<P></P>
|
|
<P></P>
|
|
<HR NOSHADE SIZE=1>
|
|
<P></P>
|
|
<P>
|
|
Author:
|
|
Last update: Tue Jan 10 16:38:52 2006
|
|
</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>
|
|
==
|
|
</P>
|
|
<PRE>
|
|
abstract Sentence = Cat ** {
|
|
|
|
fun
|
|
|
|
PredVP : NP -> VP -> Cl ;
|
|
PredSCVP : SC -> VP -> Cl ;
|
|
|
|
ImpVP : VP -> Imp ;
|
|
|
|
SlashV2 : NP -> V2 -> Slash ;
|
|
SlashVVV2 : NP -> VV -> V2 -> Slash ;
|
|
AdvSlash : Slash -> Adv -> Slash ;
|
|
SlashPrep : Cl -> Prep -> Slash ;
|
|
|
|
}
|
|
</PRE>
|
|
<P></P>
|
|
|
|
<!-- html code generated by txt2tags 2.0 (http://txt2tags.sf.net) -->
|
|
<!-- cmdline: txt2tags -thtml -\-toc abstract/Sentence.txt -->
|
|
</BODY></HTML>
|