ExtraJapAbs.gf added, new try

This commit is contained in:
aarne
2012-05-29 15:38:20 +00:00
parent 07e6ff8963
commit db8cab8272

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