mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-24 10:22:50 -06:00
order of Chinese vocative
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
concrete PhraseChi of Phrase = CatChi ** open Prelude, ResChi in {
|
concrete PhraseChi of Phrase = CatChi ** open Prelude, ResChi in {
|
||||||
|
|
||||||
lin
|
lin
|
||||||
PhrUtt pconj utt voc = {s = pconj.s ++ utt.s ++ voc.s} ;
|
PhrUtt pconj utt voc = {s = pconj.s ++ voc.s ++ utt.s} ;
|
||||||
|
|
||||||
UttS s = s ;
|
UttS s = s ;
|
||||||
UttQS qs = qs ;
|
UttQS qs = qs ;
|
||||||
|
|||||||
Reference in New Issue
Block a user