mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 19:22:50 -06:00
47 lines
1.2 KiB
HTML
47 lines
1.2 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<META NAME="generator" CONTENT="http://txt2tags.sf.net">
|
|
<TITLE> The Main Module of the Resource Grammar</TITLE>
|
|
</HEAD><BODY BGCOLOR="white" TEXT="black">
|
|
<P ALIGN="center"><CENTER><H1> The Main Module of the Resource Grammar</H1>
|
|
<FONT SIZE="4">
|
|
<I>Author: </I><BR>
|
|
Last update: Tue Jun 13 11:42:40 2006
|
|
</FONT></CENTER>
|
|
|
|
<P></P>
|
|
<HR NOSHADE SIZE=1>
|
|
<P></P>
|
|
<UL>
|
|
<LI><A HREF="#toc1">The Main Module of the Resource Grammar</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>The Main Module of the Resource Grammar</H1>
|
|
<P>
|
|
This grammar is just a collection of the different modules,
|
|
and the one that can be imported when one wants to test the
|
|
grammar. A module without a lexicon is <A HREF="Grammar.html">Grammar</A>,
|
|
which may be more suitable to open in applications.
|
|
</P>
|
|
<PRE>
|
|
abstract Lang =
|
|
Grammar,
|
|
Lexicon
|
|
** {} ;
|
|
</PRE>
|
|
<P></P>
|
|
|
|
<!-- html code generated by txt2tags 2.3 (http://txt2tags.sf.net) -->
|
|
<!-- cmdline: txt2tags -thtml -\-toc abstract/Lang.txt -->
|
|
</BODY></HTML>
|