diff options
| author | aarne <aarne@chalmers.se> | 2013-01-23 09:29:39 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2013-01-23 09:29:39 +0000 |
| commit | e7db50b9bdd710690c78038d095bf249a9ed7f02 (patch) | |
| tree | 21f91aced30225a357693cbfc040f3cf54c0da9d /examples/phrasebook | |
| parent | 3d5d424fef5df225416085fd36e0b19a61dcd809 (diff) | |
fixed the construction for English indirect questions of name in Phrasebook
Diffstat (limited to 'examples/phrasebook')
| -rw-r--r-- | examples/phrasebook/WordsEng.gf | 3 | ||||
| -rw-r--r-- | 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 |
