mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-22 01:22:51 -06:00
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