Pinyin versions of chinese, named Cmn; mostly automatically generated

This commit is contained in:
aarne
2012-10-15 12:51:55 +00:00
parent 71c1a06ff8
commit 20ff29a8d6
28 changed files with 1812 additions and 2 deletions
+22
View File
@@ -0,0 +1,22 @@
--# -path=.:../abstract:../common:prelude
concrete GrammarCmn of Grammar =
NounCmn,
VerbCmn,
AdjectiveCmn,
AdverbCmn,
NumeralCmn,
SentenceCmn,
QuestionCmn,
RelativeCmn,
ConjunctionCmn,
PhraseCmn,
TextCmn,
StructuralCmn,
IdiomCmn,
TenseCmn
** {
flags startcat = Phr ; unlexer = text ; lexer = text ;
} ;