mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-10 05:29:30 -06:00
22 lines
309 B
Plaintext
22 lines
309 B
Plaintext
--# -path=.:../romance:../abstract:../common:prelude
|
|
|
|
concrete TestFre of Test =
|
|
NounFre,
|
|
VerbFre,
|
|
AdjectiveFre,
|
|
AdverbFre,
|
|
-- -- NumeralFre,
|
|
SentenceFre,
|
|
QuestionFre,
|
|
RelativeFre,
|
|
ConjunctionFre,
|
|
PhraseFre,
|
|
UntensedFre,
|
|
-- -- TensedFre,
|
|
LexFre
|
|
** {
|
|
|
|
flags startcat = Phr ;
|
|
|
|
} ;
|