1
0
forked from GitHub/gf-rgl

ExtraJapAbs.gf added, new try

This commit is contained in:
aarne
2012-05-29 15:38:20 +00:00
parent 2362d6c164
commit f0f51c69e1

View File

@@ -0,0 +1,14 @@
abstract ExtraJapAbs = Cat ** {
cat
Level ; -- style of speech
Part ; -- particles wa/ga
fun
Honorific : Level ;
Informal : Level ;
PartWA : Part ;
PartGA : Part ;
StylePartPhr : Level -> Part -> PConj -> Utt -> Voc -> Phr ;
} ;