mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-29 14:32:51 -06:00
JPN
This commit is contained in:
14
lib/src/japanese/ExtraJpnAbs.gf
Normal file
14
lib/src/japanese/ExtraJpnAbs.gf
Normal file
@@ -0,0 +1,14 @@
|
||||
abstract ExtraJpnAbs = 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