1
0
forked from GitHub/gf-core

chinese (Chi) in place and compiles, based on work by Jolene Zhuo Lin Qiqige

This commit is contained in:
aarne
2012-10-15 08:07:17 +00:00
parent 1db0efc7a4
commit 754949f5cc
32 changed files with 1920 additions and 2 deletions

View 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 ;
} ;