diff --git a/spacy/syntax/nonproj.pyx b/spacy/syntax/nonproj.pyx index 0cf10558a..499effcda 100644 --- a/spacy/syntax/nonproj.pyx +++ b/spacy/syntax/nonproj.pyx @@ -113,7 +113,6 @@ def projectivize(heads, labels): return proj_heads, deco_labels -@classmethod def deprojectivize(tokens): # reattach arcs with decorated labels (following HEAD scheme) # for each decorated arc X||Y, search top-down, left-to-right,