mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 17:36:30 +03:00
* Add typedefs file
This commit is contained in:
parent
316a57c4be
commit
ed446c67ad
6
spacy/typedefs.pxd
Normal file
6
spacy/typedefs.pxd
Normal file
|
@ -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
Block a user