From 48070392e8e9fc375de6cf6f408a8b41377b8d10 Mon Sep 17 00:00:00 2001 From: aarne Date: Wed, 26 May 2010 21:30:04 +0000 Subject: fixes in partitives in Phrasebook --- examples/phrasebook/SentencesFin.gf | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'examples/phrasebook/SentencesFin.gf') diff --git a/examples/phrasebook/SentencesFin.gf b/examples/phrasebook/SentencesFin.gf index 625890046..61533b35c 100644 --- a/examples/phrasebook/SentencesFin.gf +++ b/examples/phrasebook/SentencesFin.gf @@ -1,5 +1,5 @@ concrete SentencesFin of Sentences = NumeralFin ** SentencesI - - [Is,NameNN, + [Is, NameNN, ObjMass, IFemale, YouFamFemale, YouPolFemale, IMale, YouFamMale, YouPolMale ] with (Syntax = SyntaxFin), @@ -15,5 +15,8 @@ concrete SentencesFin of Sentences = NumeralFin ** SentencesI - YouFamMale, YouFamFemale = {name = mkNP (ProDrop youSg_Pron) ; isPron = True ; poss = mkQuant youSg_Pron} ; YouPolMale, YouPolFemale = - {name = mkNP (ProDrop youPol_Pron) ; isPron = True ; poss = mkQuant youPol_Pron}; + {name = mkNP (ProDrop youPol_Pron) ; isPron = True ; poss = mkQuant youPol_Pron} ; + + ObjMass = PartCN ; + } -- cgit v1.2.3