mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 19:42:50 -06:00
ExtraJapAbs.gf added, new try
This commit is contained in:
14
lib/src/japanese/ExtraJapAbs.gf
Normal file
14
lib/src/japanese/ExtraJapAbs.gf
Normal 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 ;
|
||||||
|
} ;
|
||||||
Reference in New Issue
Block a user