structure document for 1.0

This commit is contained in:
aarne
2006-01-18 18:19:33 +00:00
parent 399e92c8f7
commit ecce36b777
40 changed files with 455 additions and 114 deletions

View File

@@ -2,31 +2,44 @@
<HTML>
<HEAD>
<META NAME="generator" CONTENT="http://txt2tags.sf.net">
<TITLE> Test lexicon</TITLE>
</HEAD><BODY BGCOLOR="white" TEXT="black">
<P ALIGN="center"><CENTER><H1> Test lexicon</H1>
<FONT SIZE="4">
<I>Author: </I><BR>
Last update: Wed Jan 18 19:07:59 2006
</FONT></CENTER>
<P></P>
<HR NOSHADE SIZE=1>
<P></P>
<UL>
<LI><A HREF="#toc1">Test lexicon</A>
</UL>
<P></P>
<HR NOSHADE SIZE=1>
<P></P>
<P>
Author:
Last update: Tue Jan 17 15:29:08 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>
<A NAME="toc1"></A>
<H1>Test lexicon</H1>
<P>
==
This lexicon is used when developing a grammar, and called by
<A HREF="Test.html">Test</A>. The full lexicon is divided between
<A HREF="Structural.html">Structural</A>, <A HREF="Basic.html">Basic</A>, and <A HREF="Numeral.html">Numeral</A>.
</P>
<PRE>
abstract Lex = Cat ** {
</PRE>
<P></P>
<P>
Words of open classes
</P>
<PRE>
fun
walk_V : V ;
help_V2 : V2 ;
@@ -44,7 +57,7 @@ gfdoc - a rudimentary GF document generator.
</PRE>
<P></P>
<P>
structural
Structural words
</P>
<PRE>
only_Predet, all_Predet : Predet ;