more variants in ParseChi: topicalized adverbs, V-not-V questions

This commit is contained in:
aarne
2013-12-09 10:43:57 +00:00
parent e5caac511f
commit 86812fee93
3 changed files with 10 additions and 6 deletions

View File

@@ -55,6 +55,6 @@ concrete ExtraChi of ExtraChiAbs = CatChi **
cl.np ++ cl.vp.prePart ++ verb ++ cl.vp.compl
} ;
TopicAdvCl adv cl = mkClause (adv.s ++ cl.np) cl.vp ;
TopicAdvVP vp adv = insertTopic adv vp ;
}