diff --git a/spacy/syntax/nonproj.pyx b/spacy/syntax/nonproj.pyx index 880235440..0cf10558a 100644 --- a/spacy/syntax/nonproj.pyx +++ b/spacy/syntax/nonproj.pyx @@ -97,7 +97,6 @@ def preprocess_training_data(gold_tuples, label_freq_cutoff=30): return preprocessed -@classmethod def projectivize(heads, labels): # use the algorithm by Nivre & Nilsson 2005 # assumes heads to be a proper tree, i.e. connected and cycle-free