mirror of https://github.com/explosion/spaCy.git
* Add _string attr to Tokens object
This commit is contained in:
parent
d6ac60e91c
commit
56e6cf0672
|
@ -33,6 +33,7 @@ cdef class Tokens:
|
|||
cdef dict pos_scheme
|
||||
|
||||
cdef TokenC* data
|
||||
cdef unicode _string
|
||||
|
||||
cdef int length
|
||||
cdef int max_length
|
||||
|
|
Loading…
Reference in New Issue