Import shutil

This commit is contained in:
Matthew Honnibal 2018-06-25 13:40:17 +02:00
parent a040fca99e
commit 62237755a4

View File

@ -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