diff --git a/spacy/gold.pyx b/spacy/gold.pyx index a43e6e004..49ee9083d 100644 --- a/spacy/gold.pyx +++ b/spacy/gold.pyx @@ -447,7 +447,7 @@ cdef class GoldParse: for i, gold_i in enumerate(self.cand_to_gold): if doc[i].text.isspace(): self.words[i] = doc[i].text - self.tags[i] = 'SP' + self.tags[i] = '_SP' self.heads[i] = None self.labels[i] = None self.ner[i] = 'O'