packages feed

gf-3.4: lib/src/chinese/GrammarChi.gf

--# -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 ;

} ;