diff options
| author | bjorn <bjorn@bringert.net> | 2008-10-30 14:09:27 +0000 |
|---|---|---|
| committer | bjorn <bjorn@bringert.net> | 2008-10-30 14:09:27 +0000 |
| commit | a726630bb7db542d5f3893102e6561de7ccb1bb8 (patch) | |
| tree | c651871af3562e743d2d82ca1ad2f503fc5c71d4 /next-lib/src/english/StructuralEng.gf | |
| parent | d4d94f6c23055bd7f7235f636353eb3534b7129d (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/StructuralEng.gf')
| -rw-r--r-- | next-lib/src/english/StructuralEng.gf | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/next-lib/src/english/StructuralEng.gf b/next-lib/src/english/StructuralEng.gf index 32b78cc78..a6986c927 100644 --- a/next-lib/src/english/StructuralEng.gf +++ b/next-lib/src/english/StructuralEng.gf @@ -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] - } ; - } |
