mirror of https://github.com/explosion/spaCy.git
Fix compile error
This commit is contained in:
parent
d7ec1d62cb
commit
09b26f5e2e
|
@ -111,7 +111,7 @@ def get_field_size(field):
|
||||||
|
|
||||||
|
|
||||||
def get_field_offset(field):
|
def get_field_offset(field):
|
||||||
return FIELD_OFFSETS[FIELDS[]]]]field]
|
return FIELD_OFFSETS[FIELDS[field]]
|
||||||
|
|
||||||
|
|
||||||
cdef class Morphology:
|
cdef class Morphology:
|
||||||
|
|
Loading…
Reference in New Issue