fix in QuestionChi, suppressing the verb in some cases and making a negative sentence interpreted as a reduplicative question

This commit is contained in:
aarne
2015-12-11 13:29:00 +00:00
parent f060ea7ea0
commit 0b338f158b

View File

@@ -16,7 +16,7 @@ concrete QuestionChi of Question = CatChi **
APlain => v.s ++ v.neg ++ v.sn ;
APerf => v.s ++ neg_s ++ v.sn ++ v.pp ;
ADurStat => v.s ++ neg_s ++ v.sn ;
ADurProg => v.dp ++ v.neg ++ v.dp ++ v.sn ; -- mei or bu
ADurProg => v.s ++ v.neg ++ v.dp ++ v.sn ; -- mei or bu
AExper => v.s ++ v.neg ++ v.sn ++ v.ep
}
in