mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-05 20:33:10 +03:00
fix: morphology.pxd
This commit is contained in:
parent
e7ea284ff1
commit
c2f0256606
|
@ -11,7 +11,7 @@ from .typedefs cimport attr_t, hash_t
|
||||||
cdef class Morphology:
|
cdef class Morphology:
|
||||||
cdef readonly Pool mem
|
cdef readonly Pool mem
|
||||||
cdef readonly StringStore strings
|
cdef readonly StringStore strings
|
||||||
cdef PreshMap tags # Keyed by hash, value is pointer to tag
|
cdef PreshMap tags # Keyed by hash, value is pointer to tag
|
||||||
|
|
||||||
cdef MorphAnalysisC create_morph_tag(self, field_feature_pairs) except *
|
cdef MorphAnalysisC create_morph_tag(self, field_feature_pairs) except *
|
||||||
cdef int insert(self, MorphAnalysisC tag) except -1
|
cdef int insert(self, MorphAnalysisC tag) except -1
|
||||||
|
|
Loading…
Reference in New Issue
Block a user