Files
gf-core/lib/src/chinese/GrammarChi.gf

23 lines
339 B
Plaintext

--# -path=.:../abstract:../common:prelude
concrete GrammarChi of Grammar =
NounChi,
VerbChi,
AdjectiveChi,
AdverbChi,
NumeralChi,
SentenceChi,
QuestionChi,
RelativeChi,
ConjunctionChi,
PhraseChi,
TextChi,
StructuralChi,
IdiomChi,
TenseChi
** {
flags startcat = Phr ; unlexer = text ; lexer = text ;
} ;