From 0d726c3f90d82dadd26c6d05b9be10e4dc8563d9 Mon Sep 17 00:00:00 2001 From: aarne Date: Thu, 1 Dec 2011 09:20:34 +0000 Subject: new pronoun exceptions carried out in Romance and Finnish in Phrasebook --- examples/phrasebook/Sentences.gf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'examples/phrasebook/Sentences.gf') diff --git a/examples/phrasebook/Sentences.gf b/examples/phrasebook/Sentences.gf index cb99d94fa..60ae3f6a7 100644 --- a/examples/phrasebook/Sentences.gf +++ b/examples/phrasebook/Sentences.gf @@ -122,8 +122,8 @@ abstract Sentences = Numeral ** { Too : Property -> Quality ; -- too Italian PropQuality : Property -> Quality ; -- Italian - MassDrink : DrinkKind -> MassKind ; -- beer - KindDrink : DrinkKind -> Kind ; -- (one) beer + MassDrink : DrinkKind -> MassKind ; -- beer + DrinkNumber : Number -> DrinkKind -> PrimObject ; -- five beers -- Determiners. @@ -183,9 +183,9 @@ abstract Sentences = Numeral ** { Modality ; -- can, want, must fun ADoVerbPhrase : Person -> VerbPhrase -> Action ; -- I swim - AModVerbPhrase : Modality -> Person -> VerbPhrase -> Action ; -- I can swim + AModVerbPhrase : Modality -> Person -> VerbPhrase -> Action ; -- I can swim ADoVerbPhrasePlace : Person -> VerbPhrase -> Place -> Action ; -- I swim in the hotel - AModVerbPhrasePlace : Modality -> Person -> VerbPhrase -> Place -> Action ; -- I can swim in the hotel + AModVerbPhrasePlace : Modality -> Person -> VerbPhrase -> Place -> Action ; -- I can swim in the hotel QWhereDoVerbPhrase : Person -> VerbPhrase -> Question ; -- where do you swim QWhereModVerbPhrase : Modality -> Person -> VerbPhrase -> Question ; -- where can I swim -- cgit v1.2.3