Remove vector member from lexeme

This commit is contained in:
Matthew Honnibal 2017-05-28 11:46:24 +02:00
parent 2445707f3c
commit 3ea98e2043
1 changed files with 0 additions and 2 deletions

View File

@ -5,8 +5,6 @@ from .parts_of_speech cimport univ_pos_t
cdef struct LexemeC:
float* vector
flags_t flags
attr_t lang