mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-22 01:22:51 -06:00
fix in QuestionChi, suppressing the verb in some cases and making a negative sentence interpreted as a reduplicative question
This commit is contained in:
@@ -16,7 +16,7 @@ concrete QuestionChi of Question = CatChi **
|
|||||||
APlain => v.s ++ v.neg ++ v.sn ;
|
APlain => v.s ++ v.neg ++ v.sn ;
|
||||||
APerf => v.s ++ neg_s ++ v.sn ++ v.pp ;
|
APerf => v.s ++ neg_s ++ v.sn ++ v.pp ;
|
||||||
ADurStat => v.s ++ neg_s ++ v.sn ;
|
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
|
AExper => v.s ++ v.neg ++ v.sn ++ v.ep
|
||||||
}
|
}
|
||||||
in
|
in
|
||||||
|
|||||||
Reference in New Issue
Block a user