mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-28 22:12:51 -06:00
22 lines
322 B
Plaintext
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
|
|
** {} ;
|