From db8cab8272f0bec2cc3da38400cfd381af713a85 Mon Sep 17 00:00:00 2001 From: aarne Date: Tue, 29 May 2012 15:38:20 +0000 Subject: [PATCH] ExtraJapAbs.gf added, new try --- lib/src/japanese/ExtraJapAbs.gf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 lib/src/japanese/ExtraJapAbs.gf diff --git a/lib/src/japanese/ExtraJapAbs.gf b/lib/src/japanese/ExtraJapAbs.gf new file mode 100644 index 000000000..813062556 --- /dev/null +++ b/lib/src/japanese/ExtraJapAbs.gf @@ -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 ; + } ;