mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 18:06:29 +03:00
Remove old, unused file
This commit is contained in:
parent
91899d337b
commit
1a559d4c95
|
@ -1,21 +0,0 @@
|
||||||
cdef class Binder:
|
|
||||||
def __init__(self, *docs):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def __iter__(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def __reduce__(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def to_bytes(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def from_bytes(cls, data):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def to_disk(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
def from_disk(self, path):
|
|
||||||
pass
|
|
Loading…
Reference in New Issue
Block a user