From 5d59e74cf62f9b52c7c94f9ec1fc48b8ce1bdc3f Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Mon, 22 May 2017 05:49:53 -0500 Subject: [PATCH] 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 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