summaryrefslogtreecommitdiff
path: root/examples/phrasebook/WordsCat.gf
diff options
context:
space:
mode:
authorramona.enache <ramona.enache@chalmers.se>2010-05-28 12:15:28 +0000
committerramona.enache <ramona.enache@chalmers.se>2010-05-28 12:15:28 +0000
commit8f9eb4f7f32560803d690be2b75e9dcc6cb08502 (patch)
tree595441a5b991f7576d221025515b6b37469692e8 /examples/phrasebook/WordsCat.gf
parent2d44390bbf681b060574bbcfd95811a4459935db (diff)
added inherent number to places, fixed places in French
Diffstat (limited to 'examples/phrasebook/WordsCat.gf')
-rw-r--r--examples/phrasebook/WordsCat.gf2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/phrasebook/WordsCat.gf b/examples/phrasebook/WordsCat.gf
index ebbe99d1f..fb95f04f8 100644
--- a/examples/phrasebook/WordsCat.gf
+++ b/examples/phrasebook/WordsCat.gf
@@ -255,7 +255,7 @@ lin
let day = mkNP (mkPN d)
in mkNPDay day (P.mkAdv ("el" ++ d)) (P.mkAdv ("el" ++ d)) ; ---- ?
- mkPlace : N -> {name : CN ; at : Prep ; to : Prep} = \p ->
+ mkPlace : N -> {name : CN ; at : Prep ; to : Prep; isPl : Bool} = \p ->
mkCNPlace (mkCN p) dative dative ;
mkTransport : N -> {name : CN ; by : Adv} = \n -> {