forked from GitHub/gf-core
23 lines
317 B
Plaintext
23 lines
317 B
Plaintext
--# -path=.:../scandinavian:../abstract:../common:prelude
|
|
|
|
concrete LangSwe of Lang =
|
|
NounSwe,
|
|
VerbSwe,
|
|
AdjectiveSwe,
|
|
AdverbSwe,
|
|
NumeralSwe,
|
|
SentenceSwe,
|
|
QuestionSwe,
|
|
RelativeSwe,
|
|
ConjunctionSwe,
|
|
PhraseSwe,
|
|
TextX,
|
|
IdiomSwe,
|
|
StructuralSwe,
|
|
LexiconSwe
|
|
** {
|
|
|
|
flags startcat = Phr ;
|
|
|
|
} ;
|