mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-03 19:33:19 +03:00
fix: morphology.pxd (line length)
This commit is contained in:
parent
f7bef9335a
commit
e874a04b67
|
@ -20,4 +20,8 @@ cdef class Morphology:
|
||||||
cdef int check_feature(const MorphAnalysisC* morph, attr_t feature) nogil
|
cdef int check_feature(const MorphAnalysisC* morph, attr_t feature) nogil
|
||||||
cdef list list_features(const MorphAnalysisC* morph)
|
cdef list list_features(const MorphAnalysisC* morph)
|
||||||
cdef np.ndarray get_by_field(const MorphAnalysisC* morph, attr_t field)
|
cdef np.ndarray get_by_field(const MorphAnalysisC* morph, attr_t field)
|
||||||
cdef int get_n_by_field(attr_t* results, const MorphAnalysisC* morph, attr_t field) nogil
|
cdef int get_n_by_field(
|
||||||
|
attr_t* results,
|
||||||
|
const MorphAnalysisC* morph,
|
||||||
|
attr_t field,
|
||||||
|
) nogil
|
||||||
|
|
Loading…
Reference in New Issue
Block a user