mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-24 03:52:50 -06:00
Remove no_Det, nobody_NP and nothing_NP from the parsing grammar, sicne they are now in Structural.
This commit is contained in:
@@ -130,9 +130,6 @@ lin
|
|||||||
exactly_AdN = ss "exactly" ;
|
exactly_AdN = ss "exactly" ;
|
||||||
most_Det = mkDeterminer plural "most";
|
most_Det = mkDeterminer plural "most";
|
||||||
neither_Det = mkDeterminer singular "neither" ;
|
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" ;
|
only_AdV = mkAdV "only" ;
|
||||||
should_VV = {
|
should_VV = {
|
||||||
s = table {
|
s = table {
|
||||||
|
|||||||
@@ -37,9 +37,6 @@ fun either_Det : Det ;
|
|||||||
fun exactly_AdN : AdN ;
|
fun exactly_AdN : AdN ;
|
||||||
fun most_Det : Det ;
|
fun most_Det : Det ;
|
||||||
fun neither_Det : Det ;
|
fun neither_Det : Det ;
|
||||||
fun no_Det : Det ;
|
|
||||||
fun nobody_NP : NP ;
|
|
||||||
fun nothing_NP : NP ;
|
|
||||||
fun only_AdV : AdV ;
|
fun only_AdV : AdV ;
|
||||||
fun should_VV : VV ;
|
fun should_VV : VV ;
|
||||||
fun several_Det : Det ;
|
fun several_Det : Det ;
|
||||||
|
|||||||
Reference in New Issue
Block a user