mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
Remove "at least" and "at most" from parsing grammar, since they are now in structural.
This commit is contained in:
@@ -123,8 +123,6 @@ lin
|
||||
any_Predet = ss "any" ;
|
||||
anybody_NP = variants { regNP "anybody" singular; regNP "anyone" singular };
|
||||
anything_NP = regNP "anything" singular;
|
||||
at8least_AdN = ss ["at least"] ;
|
||||
at8most_AdN = ss ["at most"] ;
|
||||
both_Det = mkDeterminer plural "both";
|
||||
either_Det = mkDeterminer singular "either" ;
|
||||
exactly_AdN = ss "exactly" ;
|
||||
|
||||
@@ -30,8 +30,6 @@ fun another_Predet : Predet ;
|
||||
fun any_Predet : Predet ;
|
||||
fun anybody_NP : NP ;
|
||||
fun anything_NP : NP ;
|
||||
fun at8least_AdN : AdN ;
|
||||
fun at8most_AdN : AdN ;
|
||||
fun both_Det : Det ;
|
||||
fun either_Det : Det ;
|
||||
fun exactly_AdN : AdN ;
|
||||
|
||||
Reference in New Issue
Block a user