forked from GitHub/gf-core
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
|
|
** {} ;
|