diff options
| author | bjorn <bjorn@bringert.net> | 2008-11-18 12:38:03 +0000 |
|---|---|---|
| committer | bjorn <bjorn@bringert.net> | 2008-11-18 12:38:03 +0000 |
| commit | 27168a053d0fd6e20795bbf35412dbf00f42760a (patch) | |
| tree | e579cb6be4012cf018bf525c77d183c45347d92e /next-lib/src/parse/ParseEng.gf | |
| parent | f1a68a3ca6330e4155bc2c7b0049d7d8e3c4188d (diff) | |
Remove no_Det, nobody_NP and nothing_NP from the parsing grammar, sicne they are now in Structural.
Diffstat (limited to 'next-lib/src/parse/ParseEng.gf')
| -rw-r--r-- | next-lib/src/parse/ParseEng.gf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/next-lib/src/parse/ParseEng.gf b/next-lib/src/parse/ParseEng.gf index bee66010d..a5790ac41 100644 --- a/next-lib/src/parse/ParseEng.gf +++ b/next-lib/src/parse/ParseEng.gf @@ -130,9 +130,6 @@ lin exactly_AdN = ss "exactly" ; most_Det = mkDeterminer plural "most"; neither_Det = mkDeterminer singular "neither" ; - no_Det = variants { mkDeterminer singular "no"; mkDeterminer plural "no" } ; - nobody_NP = variants { regNP "nobody" singular; regNP "noone" singular; regNP ["no one"] singular }; - nothing_NP = regNP "nothing" singular; only_AdV = mkAdV "only" ; should_VV = { s = table { |
