summaryrefslogtreecommitdiff
path: root/examples/phrasebook/SentencesCat.gf
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2010-08-27 15:14:06 +0000
committeraarne <aarne@chalmers.se>2010-08-27 15:14:06 +0000
commitdb06000701acda500c066176f7a5bdf4f9b700ac (patch)
treef2277db7dde7d60fe31f114436a92116cc4700ff /examples/phrasebook/SentencesCat.gf
parentb0e110cf4f7c6e43d044f05fdedde3ffaabb9843 (diff)
embedded questions in phrasebook
Diffstat (limited to 'examples/phrasebook/SentencesCat.gf')
-rw-r--r--examples/phrasebook/SentencesCat.gf4
1 files changed, 3 insertions, 1 deletions
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
+}