Remove stray .tensor attribute from Lexeme

This commit is contained in:
Matthew Honnibal 2016-10-18 01:16:32 +02:00
parent 9258db788a
commit a45a9d5092

View File

@ -15,7 +15,6 @@ cdef class Lexeme:
cdef LexemeC* c
cdef readonly Vocab vocab
cdef readonly attr_t orth
cdef public ndarray tensor
@staticmethod
cdef inline Lexeme from_ptr(LexemeC* lex, Vocab vocab, int vector_length):