From 09171eecb4d15d27f37a0619230915e05e50dde0 Mon Sep 17 00:00:00 2001 From: aarne Date: Sun, 4 Apr 2010 20:44:37 +0000 Subject: reduced overgeneration by only allowing one AdA in Phrasebook --- examples/phrasebook/SentencesI.gf | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'examples/phrasebook/SentencesI.gf') diff --git a/examples/phrasebook/SentencesI.gf b/examples/phrasebook/SentencesI.gf index e7b7e0832..f830e6366 100644 --- a/examples/phrasebook/SentencesI.gf +++ b/examples/phrasebook/SentencesI.gf @@ -11,6 +11,7 @@ incomplete concrete SentencesI of Sentences = Numeral ** Item = NP ; Kind = CN ; Quality = AP ; + Property = A ; Object = NP ; Place = NP ; PlaceKind = CN ; @@ -49,6 +50,7 @@ incomplete concrete SentencesI of Sentences = Numeral ** ObjItem i = i ; ObjNumber n k = mkNP k ; + ObjIndef k = mkNP a_Quant k ; This kind = mkNP this_Quant kind ; That kind = mkNP that_Quant kind ; @@ -58,8 +60,9 @@ incomplete concrete SentencesI of Sentences = Numeral ** The kind = mkNP the_Quant kind ; Thes kind = mkNP the_Quant plNum kind ; SuchKind quality kind = mkCN quality kind ; - Very quality = mkAP very_AdA quality ; - Too quality = mkAP too_AdA quality ; + Very property = mkAP very_AdA (mkAP property) ; + Too property = mkAP too_AdA (mkAP property) ; + PropQuality property = mkAP property ; ThePlace kind = mkNP the_Quant kind ; I = mkNP i_Pron ; -- cgit v1.2.3