From 748e531dc923dbc721135c017984266613bd53ca Mon Sep 17 00:00:00 2001 From: aarne Date: Wed, 23 Jan 2013 09:29:39 +0000 Subject: [PATCH] fixed the construction for English indirect questions of name in Phrasebook --- examples/phrasebook/WordsEng.gf | 3 ++- examples/phrasebook/missing.txt | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/examples/phrasebook/WordsEng.gf b/examples/phrasebook/WordsEng.gf index 6c637284c..cd6a23b1d 100644 --- a/examples/phrasebook/WordsEng.gf +++ b/examples/phrasebook/WordsEng.gf @@ -150,7 +150,8 @@ concrete WordsEng of Words = SentencesEng ** -- miscellaneous - QWhatName p = mkQS (mkQCl whatSg_IP (mkVP (nameOf p))) ; + QWhatName p = mkQS (mkQCl (mkIComp whatSg_IP) (nameOf p)) ; +-- QWhatName p = mkQS (mkQCl whatSg_IP (mkVP (nameOf p))) ; QWhatAge p = mkQS (mkQCl (ICompAP (mkAP L.old_A)) p.name) ; HowMuchCost item = mkQS (mkQCl how8much_IAdv (mkCl item IrregEng.cost_V)) ; ItCost item price = mkCl item (mkV2 IrregEng.cost_V) price ; diff --git a/examples/phrasebook/missing.txt b/examples/phrasebook/missing.txt index c3a9a888c..ed775b51a 100644 --- a/examples/phrasebook/missing.txt +++ b/examples/phrasebook/missing.txt @@ -1,6 +1,6 @@ DisambPhrasebookEng : ObjPlur ThesPlur ThesePlur ThosePlur PhrasebookBul : ObjPlur ThesPlur ThesePlur ThosePlur -PhrasebookCat : MMust ObjPlur ThesPlur ThesePlur ThosePlur +PhrasebookCat : ObjPlur ThesPlur ThesePlur ThosePlur PhrasebookDan : ObjPlur ThesPlur ThesePlur ThosePlur PhrasebookDut : ObjPlur ThesPlur ThesePlur ThosePlur PhrasebookEng : ObjPlur ThesPlur ThesePlur ThosePlur @@ -8,7 +8,7 @@ PhrasebookFin : ObjPlur ThesPlur ThesePlur ThosePlur PhrasebookFre : ObjPlur ThesPlur ThesePlur ThosePlur PhrasebookGer : ObjPlur ThesPlur ThesePlur ThosePlur PhrasebookHin : AScared ATired MMust ObjPlur ThesPlur ThesePlur ThosePlur -PhrasebookIta : MCan MMust ObjPlur ThesPlur ThesePlur ThosePlur +PhrasebookIta : ObjPlur ThesPlur ThesePlur ThosePlur PhrasebookLav : ObjPlur ThesPlur ThesePlur ThosePlur PhrasebookNor : ObjPlur ThesPlur ThesePlur ThosePlur PhrasebookPes : AHasAge AHasChildren AHasRoom AHasTable AmountCurrency Belgian DrinkNumber ItCost MCan MKnow MMust NNumeral ObjNumber ObjPlur PNumber PPrice ThesPlur ThesePlur ThosePlur V2Wait VWait