(Som) Streamline prepositions+passives.

It looks confusing, but reduces 198 concrete categories from VP and 
VPSlash.
This commit is contained in:
Inari Listenmaa
2019-06-28 17:55:51 +02:00
parent 8fe4fd7362
commit 57f814fc2e
4 changed files with 45 additions and 37 deletions
+2 -2
View File
@@ -12,7 +12,7 @@ lin
PassV2 = ResSom.passV2 ;
{-
-- : VV -> VP -> VP ;
ComplVV vv vp = ;
ComplVV vv vp = ; -- TODO Sayeed p. 169
-- : VS -> S -> VP ;
ComplVS vs s = ;
@@ -133,7 +133,7 @@ lin
CompAdv adv = {
comp = \\a =>
<if_then_Str adv.np.isPron [] (adv.np.s ! Abs)
, adv.s ++ prepCombTable ! adv.np.a ! Single adv.c2> ;
, adv.s ++ prepCombTable ! adv.np.a ! Single (P adv.c2)> ;
pred = Copula ;
} ;