mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
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):
|
||||
return FIELD_OFFSETS[FIELDS[]]]]field]
|
||||
return FIELD_OFFSETS[FIELDS[field]]
|
||||
|
||||
|
||||
cdef class Morphology:
|
||||
|
|
Loading…
Reference in New Issue
Block a user