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.

This commit is contained in:
bjorn
2008-10-30 14:09:27 +00:00
parent 61bddaba10
commit 29c63ae172
7 changed files with 50 additions and 60 deletions

View File

@@ -121,11 +121,5 @@ concrete StructuralEng of Structural = CatEng **
youPl_Pron = mkPron "you" "you" "your" "yours" Pl P2 Masc ;
youPol_Pron = mkPron "you" "you" "your" "yours" Sg P2 Masc ;
oper
mkQuant : Str -> Str -> {s,sp : Bool => Number => Str} = \x,y -> {
s,sp = \\_ => table Number [x ; y]
} ;
}