mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-29 06:22:51 -06:00
15 lines
288 B
Plaintext
15 lines
288 B
Plaintext
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 ;
|
|
} ;
|