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/SentencesSpa.gf | |
| parent | b0e110cf4f7c6e43d044f05fdedde3ffaabb9843 (diff) | |
embedded questions in phrasebook
Diffstat (limited to 'examples/phrasebook/SentencesSpa.gf')
| -rw-r--r-- | examples/phrasebook/SentencesSpa.gf | 5 |
1 files changed, 4 insertions, 1 deletions
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 +} |
