#Exhaustive list of dependency paths used in Hartung & Frank (EMNLP, 2011)
#Please direct inquiries to Matthias Hartung (hartung@cl.uni-heidelberg.de)

<N>
N:SBJ:V				# "[Peter] [runs]..."
N:OBJ:V				# "...[read] a [letter]."
N:IOBJ:V			# "Family members [told] [police]..."
N:SBJ=VC1:V			# "The [car] will [cost]..."
				# "[TLM] might [hope]..."
				# "[Mary] could not [see] a cloud..."
N:SBJ=VC1=VC1:V		# "[Keane] would have [approved]..."
N:SBJ=VC1=VC1=VC1:V	# "[Peter] may have been [murdered]."
N:SBJ=VC1=OBJ1:V		# "[Sora] couldn't seem to [see]..."
				# "[TLM] might hope to [play]..."
N:PMOD=ADV:V			# "...[approved] of the [behaviour]..."
N:SBJ=VC1:V			# "[Sandwiches] were [eaten]..."
				# "[TLM] has [worked]..."
N:SBJ=VC1=VC1:V		# "... [principle] has been [displaced]..."
N:SBJ=OBJ1:V			# "[TLM] hoped to [play]..."
				# "[Beckenbauer] used to [play]..."
N:NMOD1:J			# "...[famous] [footballers]..."
N:SBJ=OBJ1=PRD1:J		# "[Beckenbauer] seemed to be [ruthless]."
N:SBJ=PRD1:J			# "...[military] was [ruthless]..."
N:SBJ=VC1=PRD1:J		# "...the [government] has been [busy]..."
N:SBJ=VC1=OBJ1:J		# "[construction] was considered [relevant]"
N:SBJ=VC1=VC1=PRD1:J	# "...[government] might have been [busy]..."
N:SBJ=VC1=VC1=OBJ1:J	# "...the [area] has been considered 					# [sacred]..."
N:SBJ=VC1=VC1=VC1=OBJ1:J	# "...the [area] might have been 						# considered sacred..."
N:NMOD1:N			# "...[human] 's [eyes]..."
				# "...[human] [body] parts..."
N:COORD1:N			# "...between [humans] and [animals]..."
				# "...in [humans] and other [species]..."
N:SBJ=PRD1:N			# "...[humans] are the only [species]..."
N:SBJ=VC1=PRD1:N		# "...[humans] have been the only 					# [species]..."
N:SBJ=VC1=OBJ1:N		# "...[humans] are considered [enemies]..."
N:NMOD1=PMOD1:N		# "...[mind] of their [author]..."
N:PMOD=NMOD=SBJ=PRD1:N	# "measures of [vibration] are [frequency]"
N:PMOD=NMOD=SBJ=PRD1:J	# "nature of [humans] is [corrupt]"
</N>
<V>
V:OBJ=SBJ1:N			# "[Beckenbauer] used to [play]..."

V:OBJ=VC=SBJ1:N		# "[Sora] could not seem to [see]..."
				# "[TLM] might hope to [play]..."
V:OBJ=SBJ1:N			# "[Sora] seemed to [see]..."
				# "[TLM] hoped to [play]..."
				# "[TLM] has [worked]..."
V:VC=VC=VC=SBJ1:N		# "[He] may have been [murdered]."
V:VC=VC=SBJ1:N		# "[He] has been [murdered]."

V:VC=SBJ1:N			# "[Sandwiches] were [eaten]..."
V:VC=VC=SBJ1:N		# "[Keane] would have [approved]..."
V:VC=SBJ1:N			# "[It] will [cost]..."
				# "[Mary] could not [see] a cloud..."
				# "[TLM] might [hope]..."
V:SBJ1:N			# "[Peter] [wrote]..."
V:OBJ1:N			# "...[wrote] a [letter]..."
V:IOBJ1:N			# "Family members [told] [police]..."
V:ADV1:RB			# "...[displaced] [partially]..."
V:ADV1=PMOD1:J		# "...[worked] for so [long]..."
				# "...[worked] in [Sudan]..."
				# "...had [approved] of the [behaviour]..."
V:ADV1=PMOD1:N		# "...[lifted] in the [estimation]..."
</V>
<J>
J:PRD=SBJ1=NMOD1=PMOD1:N	# "...the [nature] of humans is [corrupt]..."
J:OBJ=VC=VC=VC=SBJ1:N	# "[area] may have been considered [sacred]"
J:OBJ=VC=VC=SBJ1:N	# "[area] has been considered [sacred]"
J:NMOD:N			# "...[famous] [footballers]..."
J:PRD=OBJ=SBJ1:N		# "[Beckenbauer] seemed to be [ruthless]."
J:PRD=SBJ1:N			# "...[military] was [ruthless]..."
J:PRD=VC=SBJ1:N		# "...the [government] has been [busy]..."
J:OBJ=VC=SBJ1:N		# "[construction] was considered [relevant]"
J:PRD=VC=VC=SBJ1:N		# "...[government] might have been [busy]..."
</J>
