mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-22 17:56:21 -06:00
22 lines
301 B
Plaintext
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 ;
|
|
|
|
} ;
|