mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-30 18:28:55 -06:00
order of Chinese vocative
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
concrete PhraseChi of Phrase = CatChi ** open Prelude, ResChi in {
|
||||
|
||||
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 ;
|
||||
UttQS qs = qs ;
|
||||
|
||||
Reference in New Issue
Block a user