Import json into cli.train

This commit is contained in:
Matthew Honnibal 2018-06-25 11:50:37 +02:00
parent 2c703d99c2
commit a040fca99e

View File

@ -6,6 +6,7 @@ from pathlib import Path
import tqdm
from thinc.neural._classes.model import Model
from timeit import default_timer as timer
import json
from ._messages import Messages
from ..attrs import PROB, IS_OOV, CLUSTER, LANG