using the ext field more properly in Scand VP

This commit is contained in:
Aarne Ranta
2018-10-09 19:27:21 +02:00
parent 0fa4dd7ab0
commit 05ed75c131
2 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ incomplete concrete SentenceScand of Sentence =
SlashVS np vs slash =
mkClause
(np.s ! nominative) np.a
(insertObj (\\_ => conjThat ++ slash.s ! Sub) (predV vs)) **
(insertExt (conjThat ++ slash.s ! Sub) (predV vs)) **
{n3 = slash.n3 ; c2 = slash.c2} ;
EmbedS s = {s = conjThat ++ s.s ! Sub} ;