summaryrefslogtreecommitdiff
path: root/next-lib/src/english/CatEng.gf
diff options
context:
space:
mode:
authorbjorn <bjorn@bringert.net>2008-10-30 14:09:27 +0000
committerbjorn <bjorn@bringert.net>2008-10-30 14:09:27 +0000
commita726630bb7db542d5f3893102e6561de7ccb1bb8 (patch)
treec651871af3562e743d2d82ca1ad2f503fc5c71d4 /next-lib/src/english/CatEng.gf
parentd4d94f6c23055bd7f7235f636353eb3534b7129d (diff)
Added case parameter for stand-alone forms of determiners. I had to move mkPron from ResEng to MorphoEng, and mkQuant from StructuralEng to MorphoEng. I also removed the unused mkPronoun stuff from MorphoEng.
Diffstat (limited to 'next-lib/src/english/CatEng.gf')
-rw-r--r--next-lib/src/english/CatEng.gf6
1 files changed, 3 insertions, 3 deletions
diff --git a/next-lib/src/english/CatEng.gf b/next-lib/src/english/CatEng.gf
index d90d3ffea..9b79f8e36 100644
--- a/next-lib/src/english/CatEng.gf
+++ b/next-lib/src/english/CatEng.gf
@@ -50,12 +50,12 @@ concrete CatEng of Cat = CommonX ** open ResEng, Prelude in {
CN = {s : Number => Case => Str ; g : Gender} ;
NP = {s : Case => Str ; a : Agr} ;
- Pron = {s : Case => Str ; sp : Str ; a : Agr} ;
- Det = {s,sp : Str ; n : Number} ;
+ Pron = {s : Case => Str ; sp : Case => Str ; a : Agr} ;
+ Det = {s : Str ; sp : Case => Str ; n : Number} ;
Predet, Ord = {s : Str} ;
Num = {s : Str ; n : Number ; hasCard : Bool} ;
Card = {s : Str ; n : Number} ;
- Quant = {s,sp : Bool => Number => Str} ;
+ Quant = {s : Bool => Number => Str ; sp : Bool => Number => Case => Str} ;
-- Numeral