1
0
forked from GitHub/gf-rgl

Removed SlashV2VNP

This commit is contained in:
Roman Suzi
2020-08-11 23:16:37 +03:00
parent bcadbaaf32
commit bf4b4b2d22
4 changed files with 68 additions and 1 deletions

View File

@@ -135,6 +135,8 @@ lin
dep=(verbInf vps.verb) ++ vps.dep ;
adv=\\a=>vv.modal ! a ++ vps.adv ! a
} ;
{- This is very heavy, but can be replaced (see todo.txt)
-- : V2V -> NP -> VPSlash -> VPSlash ; -- beg me to buy
SlashV2VNP v2v np vps = vps ** {
verb=v2v ;
@@ -142,6 +144,8 @@ lin
dep=(verbInf vps.verb) ++ vps.dep ;
c=v2v.c
} ;
-}
SlashV2VNP = variants {} ;
-- : VPSlash -> VP ; -- love himself
ReflVP vps = vps ** {