forked from GitHub/gf-core
preserve 1.0
This commit is contained in:
21
lib/resource-1.0/minimal/Minimal.gf
Normal file
21
lib/resource-1.0/minimal/Minimal.gf
Normal file
@@ -0,0 +1,21 @@
|
||||
--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
|
||||
** {} ;
|
||||
Reference in New Issue
Block a user