mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-26 17:24:41 +03:00
* Move Utf8Str struct to strings module, as that's the only place it's relevant
This commit is contained in:
parent
01a97b90f3
commit
128b6d9714
|
@ -80,11 +80,6 @@ cdef struct TokenC:
|
|||
int ent_type
|
||||
|
||||
|
||||
cdef struct Utf8Str:
|
||||
unsigned char* chars
|
||||
int length
|
||||
|
||||
|
||||
cdef struct UniStr:
|
||||
Py_UNICODE* chars
|
||||
size_t n
|
||||
|
|
Loading…
Reference in New Issue
Block a user