mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-10 13:29:32 -06:00
22 lines
314 B
Plaintext
22 lines
314 B
Plaintext
--# -path=.:../scandinavian:../abstract:../common:prelude
|
|
|
|
concrete TestSwe of Test =
|
|
NounSwe,
|
|
VerbSwe,
|
|
AdjectiveSwe,
|
|
AdverbSwe,
|
|
-- -- NumeralSwe,
|
|
SentenceSwe,
|
|
QuestionSwe,
|
|
RelativeSwe,
|
|
ConjunctionSwe,
|
|
PhraseSwe,
|
|
UntensedSwe,
|
|
-- -- TensedSwe,
|
|
LexSwe
|
|
** {
|
|
|
|
flags startcat = Phr ;
|
|
|
|
} ;
|