mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 11:19:32 -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