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/SentencesSwe.gf | |
| parent | b859edee38394fffed89fbdb536e1d58f82c611c (diff) | |
new pronoun exceptions carried out in Romance and Finnish in Phrasebook
Diffstat (limited to 'examples/phrasebook/SentencesSwe.gf')
| -rw-r--r-- | examples/phrasebook/SentencesSwe.gf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/phrasebook/SentencesSwe.gf b/examples/phrasebook/SentencesSwe.gf index ddcdc006e..9e3ae577f 100644 --- a/examples/phrasebook/SentencesSwe.gf +++ b/examples/phrasebook/SentencesSwe.gf @@ -1,6 +1,6 @@ concrete SentencesSwe of Sentences = NumeralSwe ** SentencesI - [ - PYesToNo,NameNN - ---- , KindDrink -- should be utrum gender when countable + PYesToNo, NameNN, + DrinkNumber -- should be utrum gender when countable ] with (Syntax = SyntaxSwe), (Symbolic = SymbolicSwe), @@ -9,6 +9,6 @@ concrete SentencesSwe of Sentences = NumeralSwe ** SentencesI - [ lin PYesToNo = mkPhrase (lin Utt (ss "jo")) ; NameNN = mkNP (P.mkPN "NN") ; ----- KindDrink d = mkCN (P.mkN [] [] [] [] P.utrum) (lin Adv (mkUtt d)) ; --- an awful hack... + DrinkNumber n d = mkNP n (mkCN (P.mkN [] [] [] [] P.utrum) (lin Adv (mkUtt d))) ; --- empty classifier - quite a hack... } |
