mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-04 20:03:13 +03:00
Switch to dummy implementation for BaseVectors.to_ops
This commit is contained in:
parent
8d6df674fa
commit
ae9dfb48e8
|
@ -81,7 +81,7 @@ cdef class BaseVectors:
|
||||||
raise NotImplementedError
|
raise NotImplementedError
|
||||||
|
|
||||||
def to_ops(self, ops: Ops):
|
def to_ops(self, ops: Ops):
|
||||||
raise NotImplementedError
|
pass
|
||||||
|
|
||||||
# add dummy methods for to_bytes, from_bytes, to_disk and from_disk to
|
# add dummy methods for to_bytes, from_bytes, to_disk and from_disk to
|
||||||
# allow serialization
|
# allow serialization
|
||||||
|
|
Loading…
Reference in New Issue
Block a user