This commit is contained in:
lizazim
2012-06-10 21:38:10 +00:00
parent 2675fceebe
commit 6944b8644d
30 changed files with 170 additions and 155 deletions

View File

@@ -0,0 +1,16 @@
concrete GrammarJpn of Grammar =
NounJpn,
VerbJpn,
AdjectiveJpn,
AdverbJpn,
NumeralJpn,
SentenceJpn,
QuestionJpn,
RelativeJpn,
ConjunctionJpn,
PhraseJpn,
TextJpn,
StructuralJpn,
IdiomJpn,
TenseJpn
;