Remove tensor property from token.

This commit is contained in:
Matthew Honnibal 2016-10-17 02:45:09 +02:00
parent 5d10e2005c
commit 09ab447a18

View File

@ -10,7 +10,6 @@ cdef class Token:
cdef TokenC* c cdef TokenC* c
cdef readonly int i cdef readonly int i
cdef readonly Doc doc cdef readonly Doc doc
cdef public ndarray tensor
@staticmethod @staticmethod
cdef inline Token cinit(Vocab vocab, const TokenC* token, int offset, Doc doc): cdef inline Token cinit(Vocab vocab, const TokenC* token, int offset, Doc doc):