From 727b3bf626ae41623e496dc8063e4d3818d2b513 Mon Sep 17 00:00:00 2001 From: aarne Date: Fri, 16 Apr 2010 09:57:10 +0000 Subject: conjunction of Object in Phrasebook --- examples/phrasebook/SentencesI.gf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'examples/phrasebook/SentencesI.gf') diff --git a/examples/phrasebook/SentencesI.gf b/examples/phrasebook/SentencesI.gf index af9548bc1..0d56bc3d5 100644 --- a/examples/phrasebook/SentencesI.gf +++ b/examples/phrasebook/SentencesI.gf @@ -19,6 +19,7 @@ incomplete concrete SentencesI of Sentences = Numeral ** Quality = AP ; Property = A ; Object = NP ; + PrimObject = NP ; Place = NPPlace ; -- {name : NP ; at : Adv ; to : Adv} ; PlaceKind = CNPlace ; -- {name : CN ; at : Prep ; to : Prep} ; Currency = CN ; @@ -69,6 +70,8 @@ incomplete concrete SentencesI of Sentences = Numeral ** ObjItem i = i ; ObjNumber n k = mkNP n k ; ObjIndef k = mkNP a_Quant k ; + ObjAndObj = mkNP and_Conj ; + OneObj o = o ; This kind = mkNP this_Quant kind ; That kind = mkNP that_Quant kind ; -- cgit v1.2.3