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

View File

@@ -13,7 +13,7 @@ lin
married_Cl x y = mkCl (lin NP x) L.married_A2 (lin NP y) ;
what_name_QCl x = mkQCl whatSg_IP (mkClSlash (lin NP x) (mkV2 (mkV "叫"))) ;
how_old_QCl x = {s = \\p,a => x.s ++ (R.word "几岁" | R.word "多大")} ; ----
how_old_QCl x = {s = \\_,p,a => x.s ++ (R.word "几岁" | R.word "多大")} ; ----
---- how_far_QCl x = mkQCl (E.IAdvAdv (ss "far")) (lin NP x) ;
-- some more things