1
0
forked from GitHub/gf-rgl

(Hun) Use Indef agreement in SlashVP

This commit is contained in:
Inari Listenmaa
2020-04-19 18:24:13 +02:00
parent 5661a7ba01
commit 5c5a6d1f04

View File

@@ -15,7 +15,7 @@ lin
--2 Clauses missing object noun phrases
-- : NP -> VPSlash -> ClSlash ;
SlashVP np vps = predVP np (vps ** {s = vps.s ! Def ; obj = []}) ;
SlashVP np vps = predVP np (vps ** {s = vps.s ! Indef ; obj = []}) ;
{-
-- : ClSlash -> Adv -> ClSlash ; -- (whom) he sees today
AdvSlash cls adv = cls ** insertAdv adv cls ;