Files
gf-rgl/src/korean/GrammarKor.gf
2023-07-24 17:24:13 +02:00

22 lines
301 B
Plaintext

concrete GrammarKor of Grammar =
NounKor,
VerbKor,
AdjectiveKor,
AdverbKor,
NumeralKor,
SentenceKor,
QuestionKor,
RelativeKor,
ConjunctionKor,
PhraseKor,
TextX,
StructuralKor,
IdiomKor,
TenseX,
NamesKor
** {
flags startcat = Phr ; unlexer = text ; lexer = text ;
} ;