mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 21:19:31 -06:00
35 lines
603 B
HTML
35 lines
603 B
HTML
<html>
|
|
<body>
|
|
<i> Produced by
|
|
gfdoc - a rudimentary GF document generator.
|
|
(c) Aarne Ranta (aarne@cs.chalmers.se) 2002 under GNU GPL.
|
|
</i>
|
|
<p>
|
|
<h1> Grammar: the Main Module of the Resource Grammar</h1>
|
|
|
|
This grammar is a collection of the different grammar modules,
|
|
To test the resource, import [``Lang`` Lang.html], which also contains
|
|
a lexicon.
|
|
<pre>
|
|
abstract Grammar =
|
|
Noun,
|
|
Verb,
|
|
Adjective,
|
|
Adverb,
|
|
Numeral,
|
|
Sentence,
|
|
Question,
|
|
Relative,
|
|
Conjunction,
|
|
Phrase,
|
|
Text,
|
|
Structural,
|
|
Idiom,
|
|
Tense,
|
|
Transfer
|
|
;
|
|
</pre>
|
|
|
|
</body>
|
|
</html>
|