Does anyone know of an implementation of a semantic head finder which gives priority to N*/NP's instead of V*/VP's?
I've been able to use the Stanford Tregex package to extract heads of NPs with the pattern __ >># NP
but doing the same for ROOT
will give a verb as the head phrase.