mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-21 01:06:21 -06:00
Add empty implementation of ProgrVPSlash to Extend(Romance)Functor
This commit is contained in:
@@ -119,6 +119,8 @@ incomplete concrete ExtendRomanceFunctor of Extend =
|
||||
|
||||
NominalizeVPSlashNP = variants {} ; -- VPSlash -> NP -> NP ;
|
||||
|
||||
ProgrVPSlash = variants {} ; -- VPSlash -> VPSlash ;
|
||||
|
||||
ExistCN cn = ExistNP (DetCN (DetQuant IndefArt NumSg) cn) ;
|
||||
ExistMassCN cn = ExistNP (MassNP cn) ;
|
||||
ExistPluralCN cn = ExistNP (DetCN (DetQuant IndefArt NumPl) cn) ;
|
||||
|
||||
Reference in New Issue
Block a user