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/SentencesCat.gf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'examples/phrasebook/SentencesCat.gf') diff --git a/examples/phrasebook/SentencesCat.gf b/examples/phrasebook/SentencesCat.gf index 7f2d65a0a..a02641b91 100644 --- a/examples/phrasebook/SentencesCat.gf +++ b/examples/phrasebook/SentencesCat.gf @@ -1,4 +1,5 @@ concrete SentencesCat of Sentences = NumeralCat ** SentencesI - [ + IsMass, IFemale, YouFamFemale, YouPolFemale, IMale, YouFamMale, YouPolMale, WherePlace, WherePerson, ABePlace, Superlative @@ -15,6 +16,7 @@ lincat Superlative = OrdSuperlative ; -- {ord: Ord ; isPre: Bool} 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} ; @@ -61,4 +63,4 @@ oper at = SyntaxCat.mkAdv kind.at name ; to = SyntaxCat.mkAdv kind.to name ; }; -} \ No newline at end of file +} -- cgit v1.2.3