forked from GitHub/gf-rgl
chinese (Chi) in place and compiles, based on work by Jolene Zhuo Lin Qiqige
This commit is contained in:
22
src/chinese/GrammarChi.gf
Normal file
22
src/chinese/GrammarChi.gf
Normal file
@@ -0,0 +1,22 @@
|
||||
--# -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 ;
|
||||
|
||||
} ;
|
||||
Reference in New Issue
Block a user