From db06000701acda500c066176f7a5bdf4f9b700ac Mon Sep 17 00:00:00 2001 From: aarne Date: Fri, 27 Aug 2010 15:14:06 +0000 Subject: embedded questions in phrasebook --- examples/phrasebook/SentencesSpa.gf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'examples/phrasebook/SentencesSpa.gf') diff --git a/examples/phrasebook/SentencesSpa.gf b/examples/phrasebook/SentencesSpa.gf index 0fcf185e8..fcb6e0a7e 100644 --- a/examples/phrasebook/SentencesSpa.gf +++ b/examples/phrasebook/SentencesSpa.gf @@ -1,4 +1,5 @@ concrete SentencesSpa of Sentences = NumeralSpa ** SentencesI - [ + IsMass, IFemale, YouFamFemale, YouPolFemale, IMale, YouFamMale, YouPolMale, WherePlace, WherePerson, ABePlace, Superlative @@ -16,6 +17,8 @@ flags coding = utf8 ; lin + IsMass m q = mkCl (mkNP the_Det m) q ; -- le vin allemand est bon + IFemale = {name = mkNP (ProDrop i8fem_Pron) ; isPron = True ; poss = mkQuant i_Pron} ; YouFamFemale = @@ -69,4 +72,4 @@ oper at = SyntaxSpa.mkAdv kind.at name ; to = SyntaxSpa.mkAdv kind.to name ; }; -} \ No newline at end of file +} -- cgit v1.2.3