mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-05 09:12:51 -06:00
10 lines
133 B
Plaintext
10 lines
133 B
Plaintext
concrete TestEng of Test =
|
|
NounEng,
|
|
VerbEng,
|
|
SentenceEng,
|
|
QuestionEng,
|
|
UntensedEng,
|
|
-- TensedEng,
|
|
LexEng
|
|
** {} ;
|