fixes on italian/romance resource grammar

This commit is contained in:
gabpag
2009-09-27 13:33:25 +00:00
parent 2c57206b75
commit 4dff246697
5 changed files with 93 additions and 57 deletions

View File

@@ -21,7 +21,7 @@ incomplete concrete VerbRomance of Verb =
SlashV2V v vp =
mkVPSlash v.c2
(insertComplement
(\\a => prepCase v.c2.c ++ infVP vp a)
(\\a => prepCase v.c3.c ++ infVP vp a)
(predV v)) ;
SlashV2S v s =
@@ -68,7 +68,7 @@ incomplete concrete VerbRomance of Verb =
SlashV2VNP v np vp =
mkVPSlash vp.c2
(insertComplement
(\\a => prepCase v.c2.c ++ infVP vp a)
(\\a => prepCase v.c3.c ++ infVP vp a)
(insertObject v.c2 np (predV v))) ;
UseComp comp = insertComplement comp.s (predV copula) ;