distinction between direct and indirect questions in Chi, to eliminate "ma" in indir questions

This commit is contained in:
aarne
2014-07-05 08:33:45 +00:00
parent 40bfaff8ce
commit 65a9709041
8 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ concrete PhraseChi of Phrase = CatChi ** open Prelude, ResChi in {
PhrUtt pconj utt voc = {s = pconj.s ++ voc.s ++ utt.s} ;
UttS s = s ;
UttQS qs = qs ;
UttQS qs = ss (qs.s ! True) ;
UttImpSg pol imp = {s = pol.s ++ imp.s ! pol.p} ;
UttImpPl pol imp = {s = pol.s ++ imp.s ! pol.p} ;
UttImpPol pol imp = {s = pol.s ++ imp.s ! pol.p} ; --- add politeness here?