Remove tensor attribute from Span and Token.

This commit is contained in:
Matthew Honnibal 2016-10-17 02:44:04 +02:00
parent d15a88c66a
commit 8829984efb

View File

@ -11,8 +11,6 @@ cdef class Span:
cdef readonly int end_char
cdef readonly int label
cdef public np.ndarray tensor
cdef public _vector
cdef public _vector_norm