mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-19 16:20:16 -06:00
21 lines
289 B
Plaintext
21 lines
289 B
Plaintext
concrete GrammarKor of Grammar =
|
|
NounKor,
|
|
VerbKor,
|
|
AdjectiveKor,
|
|
AdverbKor,
|
|
NumeralKor,
|
|
SentenceKor,
|
|
QuestionKor,
|
|
RelativeKor,
|
|
ConjunctionKor,
|
|
PhraseKor,
|
|
TextX,
|
|
StructuralKor,
|
|
IdiomKor,
|
|
TenseX
|
|
** {
|
|
|
|
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
|
|
|
} ;
|