From 68840a3d6a745b0c98ee63e070afce22e10c3ba4 Mon Sep 17 00:00:00 2001 From: aarne Date: Sun, 21 Mar 2010 03:37:02 +0000 Subject: Diff interface for Phrasebook --- examples/phrasebook/SentencesI.gf | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'examples/phrasebook/SentencesI.gf') diff --git a/examples/phrasebook/SentencesI.gf b/examples/phrasebook/SentencesI.gf index b917d70c9..73c0c9e97 100644 --- a/examples/phrasebook/SentencesI.gf +++ b/examples/phrasebook/SentencesI.gf @@ -1,5 +1,8 @@ incomplete concrete SentencesI of Sentences = Numeral ** - open Syntax in { + open + DiffPhrasebook, + Syntax + in { lincat Sentence = Utt ; Item = NP ; @@ -10,7 +13,8 @@ incomplete concrete SentencesI of Sentences = Numeral ** Is item quality = mkUtt (mkCl item quality) ; IsNot item quality = mkUtt (mkS negativePol (mkCl item quality)) ; WhetherIs item quality = mkUtt (mkQCl (mkCl item quality)) ; - IWant obj = mkUtt (mkCl (mkNP i_Pron) want_VV (mkVP have_V2 obj)) ; + IWant obj = mkUtt (mkCl (mkNP i_Pron) want_V2 obj) ; + ILike item = mkUtt (mkCl (mkNP i_Pron) like_V2 item) ; DoYouHave kind = mkUtt (mkQCl (mkCl (mkNP youPol_Pron) have_V2 (mkNP kind))) ; ObjItem i = i ; -- cgit v1.2.3