diff options
| author | bjorn <bjorn@bringert.net> | 2008-11-18 15:30:53 +0000 |
|---|---|---|
| committer | bjorn <bjorn@bringert.net> | 2008-11-18 15:30:53 +0000 |
| commit | bd1417e21a12ebf3e9da96b4f02459fee259d676 (patch) | |
| tree | 48d282d44f6daa54ebc172e7c5a0cbdb9804c5cc /next-lib/src/english/StructuralEng.gf | |
| parent | f3f29a46839d7e9ba97b56663a775bbf2d5453e4 (diff) | |
Added overloaded mkQuant to ParadigmsEng.
Diffstat (limited to 'next-lib/src/english/StructuralEng.gf')
| -rw-r--r-- | next-lib/src/english/StructuralEng.gf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/next-lib/src/english/StructuralEng.gf b/next-lib/src/english/StructuralEng.gf index 9c50066a4..873e782b2 100644 --- a/next-lib/src/english/StructuralEng.gf +++ b/next-lib/src/english/StructuralEng.gf @@ -123,7 +123,7 @@ concrete StructuralEng of Structural = CatEng ** youPol_Pron = mkPron "you" "you" "your" "yours" singular P2 human ; not_Predet = {s = "not" ; lock_Predet = <>} ; - no_Quant = mkQuant4 "no" "no" "none" "none" ; + no_Quant = mkQuant "no" "no" "none" "none" ; if_then_Conj = {s1 = "if" ; s2 = "then" ; n = singular ; lock_Conj = <>} ; nobody_NP = regNP "nobody" singular ; nothing_NP = regNP "nothing" singular ; |
