mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-21 02:39:31 -06:00
16 lines
172 B
Plaintext
16 lines
172 B
Plaintext
abstract Lang =
|
|
Noun,
|
|
Verb,
|
|
Adjective,
|
|
Adverb,
|
|
Numeral,
|
|
Sentence,
|
|
Question,
|
|
Relative,
|
|
Conjunction,
|
|
Phrase,
|
|
Tensed,
|
|
Structural,
|
|
Basic
|
|
** {} ;
|