1
0
forked from GitHub/gf-rgl

ExistsNP in Extra for Cat,Eng,Fre,Ita,Spa

This commit is contained in:
aarne
2013-05-22 14:25:15 +00:00
parent a0c874da06
commit bb0f5cf6a8
9 changed files with 29 additions and 5 deletions

View File

@@ -78,4 +78,8 @@ abstract Extra = Cat ** {
NominalizeVPSlashNP : VPSlash -> NP -> NP ;
-- existential for mathematics
ExistsNP : NP -> Cl ; -- there exists a number / there exist numbers
}