mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-07 14:16:31 -06:00
(Romance) add lins
- add AdVVPSlash, AdvVPSlash, CountNP, PartNP - simplify opers using record extension - rm CountNP from NounPor
This commit is contained in:
@@ -105,6 +105,10 @@ incomplete concrete VerbRomance of Verb =
|
||||
|
||||
AdVVP adv vp = insertAdV adv.s vp ;
|
||||
|
||||
AdvVPSlash vps adv = vps ** insertAdv adv.s vps ;
|
||||
|
||||
AdVVPSlash adv vps = vps ** insertAdV adv.s vps ;
|
||||
|
||||
PassV2 v = insertComplement
|
||||
(\\a => let agr = complAgr a in v.s ! VPart agr.g agr.n) (predV auxPassive) ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user