mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 19:22:50 -06:00
22 lines
328 B
Plaintext
22 lines
328 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 ;
|
|
|
|
} ;
|