mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-18 01:09:32 -06:00
16 lines
176 B
Plaintext
16 lines
176 B
Plaintext
abstract Test =
|
|
Noun,
|
|
Verb,
|
|
Adjective,
|
|
Adverb,
|
|
-- Numeral,
|
|
Sentence,
|
|
Question,
|
|
Relative,
|
|
Conjunction,
|
|
Phrase,
|
|
Untensed,
|
|
-- Tensed,
|
|
Lex
|
|
** {} ;
|