diff options
| author | aarne <aarne@chalmers.se> | 2011-12-01 09:20:34 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2011-12-01 09:20:34 +0000 |
| commit | 0d726c3f90d82dadd26c6d05b9be10e4dc8563d9 (patch) | |
| tree | 17bd3ede15803ef714d08d910d51f05bdd4eb05d /examples/phrasebook/SentencesI.gf | |
| parent | b859edee38394fffed89fbdb536e1d58f82c611c (diff) | |
new pronoun exceptions carried out in Romance and Finnish in Phrasebook
Diffstat (limited to 'examples/phrasebook/SentencesI.gf')
| -rw-r--r-- | examples/phrasebook/SentencesI.gf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/phrasebook/SentencesI.gf b/examples/phrasebook/SentencesI.gf index 0aa330b3c..dfacb8d13 100644 --- a/examples/phrasebook/SentencesI.gf +++ b/examples/phrasebook/SentencesI.gf @@ -102,7 +102,7 @@ incomplete concrete SentencesI of Sentences = Numeral ** OneObj o = o ; MassDrink d = d ; - KindDrink d = d ; + DrinkNumber n k = mkNP n k ; This kind = mkNP this_Quant kind ; That kind = mkNP that_Quant kind ; |
