turned PseudoProjectivity into a normal python class

This commit is contained in:
Wolfgang Seeker 2016-03-03 19:05:08 +01:00
parent fcaa0ad7ce
commit 72b8df0684
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ def is_nonproj_tree(heads):
return any( is_nonproj_arc(word,heads) for word in range(len(heads)) )
cdef class PseudoProjectivity:
class PseudoProjectivity:
# implements the projectivize/deprojectivize mechanism in Nivre & Nilsson 2005
# for doing pseudo-projective parsing
# implementation uses the HEAD decoration scheme