mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-17 08:49:31 -06:00
22 lines
342 B
Plaintext
22 lines
342 B
Plaintext
--# -path=.:../scandinavian:../abstract:../common:prelude
|
|
|
|
concrete GrammarSwe of Grammar =
|
|
NounSwe,
|
|
VerbSwe,
|
|
AdjectiveSwe,
|
|
AdverbSwe,
|
|
NumeralSwe,
|
|
SentenceSwe,
|
|
QuestionSwe,
|
|
RelativeSwe,
|
|
ConjunctionSwe,
|
|
PhraseSwe,
|
|
TextX,
|
|
IdiomSwe,
|
|
StructuralSwe
|
|
** {
|
|
|
|
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
|
|
|
} ;
|