mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-06-30 11:08:34 -06:00
Pinyin versions of chinese, named Cmn; mostly automatically generated
This commit is contained in:
@@ -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 ;
|
||||
|
||||
} ;
|
||||
Reference in New Issue
Block a user