Files
gf-core/lib/resource-1.0/minimal/Minimal.gf
2006-03-02 17:20:46 +00:00

22 lines
322 B
Plaintext

--1 Minimal Resource Grammar
-- This module defines the syntax with a minimal lexicon.
-- This is useful for treebank generation.
abstract Minimal =
Noun,
Verb,
Adjective,
Adverb,
Numeral,
Sentence,
Question,
Relative,
Conjunction,
Phrase,
Text,
MinStructural,
Idiom,
MinLexicon
** {} ;