mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-26 09:14:32 +03:00
Import shutil
This commit is contained in:
parent
a040fca99e
commit
62237755a4
|
@ -7,6 +7,7 @@ import tqdm
|
|||
from thinc.neural._classes.model import Model
|
||||
from timeit import default_timer as timer
|
||||
import json
|
||||
import shutil
|
||||
|
||||
from ._messages import Messages
|
||||
from ..attrs import PROB, IS_OOV, CLUSTER, LANG
|
||||
|
|
Loading…
Reference in New Issue
Block a user