Add empty implementation of ProgrVPSlash to Extend(Romance)Functor

This commit is contained in:
Inari Listenmaa
2019-08-14 14:26:04 +02:00
parent 63f457f296
commit 2a697eebb2
2 changed files with 3 additions and 0 deletions

View File

@@ -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) ;