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/SentencesIta.gf | |
| parent | b0e110cf4f7c6e43d044f05fdedde3ffaabb9843 (diff) | |
embedded questions in phrasebook
Diffstat (limited to 'examples/phrasebook/SentencesIta.gf')
| -rw-r--r-- | examples/phrasebook/SentencesIta.gf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/phrasebook/SentencesIta.gf b/examples/phrasebook/SentencesIta.gf index 157e18b2f..80e0fc70f 100644 --- a/examples/phrasebook/SentencesIta.gf +++ b/examples/phrasebook/SentencesIta.gf @@ -1,4 +1,5 @@ concrete SentencesIta of Sentences = NumeralIta ** SentencesI - [ + IsMass, IFemale, YouFamFemale, YouPolFemale, IMale, YouFamMale, YouPolMale, mkPerson, Superlative, SHaveNoMass ] @@ -13,6 +14,8 @@ concrete SentencesIta of Sentences = NumeralIta ** SentencesI - [ Superlative = {s : A ; 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 = PossFamQuant i_Pron} ; YouFamFemale = |
