diff options
| author | aarne <aarne@chalmers.se> | 2010-08-27 15:14:06 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2010-08-27 15:14:06 +0000 |
| commit | db06000701acda500c066176f7a5bdf4f9b700ac (patch) | |
| tree | f2277db7dde7d60fe31f114436a92116cc4700ff /examples/phrasebook/SentencesRon.gf | |
| parent | b0e110cf4f7c6e43d044f05fdedde3ffaabb9843 (diff) | |
embedded questions in phrasebook
Diffstat (limited to 'examples/phrasebook/SentencesRon.gf')
| -rw-r--r-- | examples/phrasebook/SentencesRon.gf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/phrasebook/SentencesRon.gf b/examples/phrasebook/SentencesRon.gf index f604de218..70d3e34d0 100644 --- a/examples/phrasebook/SentencesRon.gf +++ b/examples/phrasebook/SentencesRon.gf @@ -1,5 +1,6 @@ concrete SentencesRon of Sentences = NumeralRon ** SentencesI - [ + IsMass, IFemale, YouFamFemale, YouPolFemale, IMale, YouFamMale, YouPolMale, ThePlace, Nationality, CitiNat, Citizenship, ACitizen, PCitizenship, PropCit ] @@ -39,6 +40,8 @@ lincat Citizenship = CitizenshipRon ; lin + IsMass m q = mkCl (mkNP the_Det m) q ; -- le vin allemand est bon + IFemale = {name = mkNP i8fem_Pron ; isPron = True ; poss = mkQuant i_Pron} ; YouFamFemale = {name = mkNP youSg8fem_Pron ; isPron = True ; poss = mkQuant youSg_Pron} ; YouPolFemale = {name = mkNP youPol8fem_Pron ; isPron = True ; poss = mkQuant youPol_Pron}; |
