summaryrefslogtreecommitdiff
path: root/examples/phrasebook/SentencesSwe.gf
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2011-12-01 09:20:34 +0000
committeraarne <aarne@chalmers.se>2011-12-01 09:20:34 +0000
commit0d726c3f90d82dadd26c6d05b9be10e4dc8563d9 (patch)
tree17bd3ede15803ef714d08d910d51f05bdd4eb05d /examples/phrasebook/SentencesSwe.gf
parentb859edee38394fffed89fbdb536e1d58f82c611c (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.gf6
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...
}