mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-12 18:26:30 +03:00
Update strings.pxd
This commit is contained in:
parent
d8134817ff
commit
276478fe0f
|
@ -19,9 +19,11 @@ cdef class StringStore:
|
||||||
cdef Pool mem
|
cdef Pool mem
|
||||||
cdef Utf8Str* c
|
cdef Utf8Str* c
|
||||||
cdef int64_t size
|
cdef int64_t size
|
||||||
|
cdef bint is_frozen
|
||||||
|
|
||||||
cdef public PreshMap _map
|
cdef public PreshMap _map
|
||||||
|
cdef public PreshMap _oov
|
||||||
cdef int64_t _resize_at
|
cdef int64_t _resize_at
|
||||||
|
|
||||||
cdef const Utf8Str* intern(self, unicode py_string) except NULL
|
cdef const Utf8Str* intern_unicode(self, unicode py_string)
|
||||||
cdef const Utf8Str* _intern_utf8(self, char* utf8_string, int length) except NULL
|
cdef const Utf8Str* _intern_utf8(self, char* utf8_string, int length)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user