From 3ea98e20431c44f12e062398ab8cb4a0459c9a5d Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Sun, 28 May 2017 11:46:24 +0200 Subject: [PATCH] Remove vector member from lexeme --- spacy/structs.pxd | 2 -- 1 file changed, 2 deletions(-) diff --git a/spacy/structs.pxd b/spacy/structs.pxd index 41bfbb62c..09d2f65b2 100644 --- a/spacy/structs.pxd +++ b/spacy/structs.pxd @@ -5,8 +5,6 @@ from .parts_of_speech cimport univ_pos_t cdef struct LexemeC: - float* vector - flags_t flags attr_t lang