mirror of https://github.com/explosion/spaCy.git
* Add typedefs file
This commit is contained in:
parent
316a57c4be
commit
ed446c67ad
|
@ -0,0 +1,6 @@
|
|||
from libc.stdint cimport uint64_t, uintptr_t
|
||||
|
||||
ctypedef uint64_t hash_t
|
||||
ctypedef char* utf8_t
|
||||
ctypedef uint64_t flag_t
|
||||
ctypedef uintptr_t id_t
|
Loading…
Reference in New Issue