;;; -*- Mode: TDL; Coding: utf-8 -*- ;;; Authors: ;;; 1997-2000 Walter Kasper & Stefan Müller ;;; 2000-2002 Stefan Müller ;;; 2002-2006 Berthold Crysmann ;;; Copyright: DFKI GmbH h-vc-rule-0 := head-vc-rule & [synsem.loc.cat.subcat.list #sc, head-dtr [synsem.loc.cat [subcat.list <>, vcomp <[loc.cat.subcat.list #sc]>]]]. h-vc-rule-1 := head-vc-rule & [synsem.loc.cat.subcat.list <#1 . #sc>, head-dtr [synsem.loc.cat [subcat.list <#1>, vcomp <[loc.cat.subcat.list #sc]>]]]. h-vc-rule-2 := head-vc-rule & [synsem.loc.cat.subcat.list <#1,#2 . #sc>, head-dtr [synsem.loc.cat [subcat.list <#2>, vcomp <[loc.cat.subcat.list <#1 .#sc>]>]]]. h-vc-rule-3 := head-vc-rule & [synsem.loc.cat.subcat.list <#1,#2,#3 . #sc>, head-dtr [synsem.loc.cat [subcat.list <#3>, vcomp <[loc.cat.subcat.list <#1,#2 .#sc>]>]]]. h-vc-rule-4 := head-vc-rule & [synsem.loc.cat.subcat.list <#1,#2,#3,#4 . #sc>, head-dtr [synsem.loc.cat [subcat.list <#4>, vcomp <[loc.cat.subcat.list <#1,#2,#3 .#sc>]>]]].