The Main Module of the Resource Grammar

Last update: Sat Feb 25 22:35:55 2006
% NOTE: this is a txt2tags file.



Produced by gfdoc - a rudimentary GF document generator. (c) Aarne Ranta (aarne@cs.chalmers.se) 2002 under GNU GPL.

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 smaller top module is Test.

    abstract Lang = 
      Noun,
      Verb, 
      Adjective,
      Adverb,
      Numeral,
      Sentence, 
      Question,
      Relative,
      Conjunction,
      Phrase,
      Text,
      Structural,
      Idiom,
      Lexicon
      ** {} ;