mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-01 07:12:50 -06:00
22 lines
307 B
Plaintext
22 lines
307 B
Plaintext
--# -path=.:../scandinavian:../abstract:../common:prelude
|
|
|
|
concrete LangSwe of Lang =
|
|
NounSwe,
|
|
VerbSwe,
|
|
AdjectiveSwe,
|
|
AdverbSwe,
|
|
NumeralSwe,
|
|
SentenceSwe,
|
|
QuestionSwe,
|
|
RelativeSwe,
|
|
ConjunctionSwe,
|
|
PhraseSwe,
|
|
TensedSwe,
|
|
StructuralSwe,
|
|
BasicSwe
|
|
** {
|
|
|
|
flags startcat = Phr ;
|
|
|
|
} ;
|