From f00f8214960d1ba0ec71a41cba89b42acd90c0ec Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Mon, 22 May 2017 06:14:42 -0500 Subject: [PATCH] Fix pseudoprojectivity->nonproj --- spacy/syntax/nonproj.pyx | 1 - 1 file changed, 1 deletion(-) 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,