diff options
Diffstat (limited to 'examples/phrasebook/WordsFre.gf')
| -rw-r--r-- | examples/phrasebook/WordsFre.gf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/phrasebook/WordsFre.gf b/examples/phrasebook/WordsFre.gf index 88d9b7e30..0cfc06753 100644 --- a/examples/phrasebook/WordsFre.gf +++ b/examples/phrasebook/WordsFre.gf @@ -68,7 +68,7 @@ lin Station = mkPlace (mkN "gare") dative ; Supermarket = mkPlace (mkN "supermarché" masculine) dative ; Theatre = mkPlace (mkN "théâtre" masculine) dative ; - Toilet = mkPlace (mkN "toilette") dative ; + Toilet = mkCNPlacePl (mkCN (mkN "toilette")) dative dative; University = mkPlace (mkN "université" feminine) dative ; Zoo = mkPlace (mkN "zoo" masculine) dative ; @@ -248,7 +248,7 @@ lin let day = mkNP (mkPN d) in mkNPDay day (P.mkAdv d) (P.mkAdv ("le" ++ d)) ; - mkPlace : N -> Prep -> {name : CN ; at : Prep ; to : Prep} = \p,i -> + mkPlace : N -> Prep -> {name : CN ; at : Prep ; to : Prep; isPl : Bool} = \p,i -> mkCNPlace (mkCN p) i dative ; open_A = P.mkA "ouvert" ; |
