mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 01:16:28 +03:00
Remove stray .tensor attribute from Lexeme
This commit is contained in:
parent
9258db788a
commit
a45a9d5092
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue
Block a user