From d505fa5b6737b6b78fb65161cea3c2ac175494ab Mon Sep 17 00:00:00 2001 From: aarne Date: Fri, 9 Apr 2010 14:37:25 +0000 Subject: generalized the Person category in Phrasebook to plurals, added some new Words --- examples/phrasebook/SentencesIta.gf | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'examples/phrasebook/SentencesIta.gf') diff --git a/examples/phrasebook/SentencesIta.gf b/examples/phrasebook/SentencesIta.gf index 83af8cc82..ecbf29eb7 100644 --- a/examples/phrasebook/SentencesIta.gf +++ b/examples/phrasebook/SentencesIta.gf @@ -1,5 +1,5 @@ concrete SentencesIta of Sentences = NumeralIta ** SentencesI - [ - IFemale, YouFamFemale, YouPolFemale + IFemale, YouFamFemale, YouPolFemale, IMale, YouFamMale, YouPolMale ] with (Syntax = SyntaxIta), @@ -9,11 +9,17 @@ concrete SentencesIta of Sentences = NumeralIta ** SentencesI - [ lin IFemale = - {name = mkNP i8fem_Pron ; isPron = True ; poss = mkDet i_Pron} ; + {name = mkNP (ProDrop i8fem_Pron) ; isPron = True ; poss = mkQuant i_Pron} ; YouFamFemale = - {name = mkNP youSg8fem_Pron ; isPron = True ; poss = mkDet youSg_Pron} ; + {name = mkNP (ProDrop youSg8fem_Pron) ; isPron = True ; poss = mkQuant youSg_Pron} ; YouPolFemale = - {name = mkNP youPol8fem_Pron ; isPron = True ; poss = mkDet youPol_Pron}; + {name = mkNP (ProDrop youPol8fem_Pron) ; isPron = True ; poss = mkQuant youPol_Pron}; + IMale = + {name = mkNP (ProDrop i_Pron) ; isPron = True ; poss = mkQuant i_Pron} ; + YouFamMale = + {name = mkNP (ProDrop youSg_Pron) ; isPron = True ; poss = mkQuant youSg_Pron} ; + YouPolMale = + {name = mkNP (ProDrop youPol_Pron) ; isPron = True ; poss = mkQuant youPol_Pron} ; } -- cgit v1.2.3