mirror of https://github.com/explosion/spaCy.git
* Removed unused imports from train.py
This commit is contained in:
parent
75658b2ed3
commit
70a7ad89ca
|
@ -17,8 +17,6 @@ import spacy.util
|
|||
from spacy.en import English
|
||||
from spacy.en.pos import POS_TEMPLATES, POS_TAGS, setup_model_dir
|
||||
|
||||
from spacy.syntax.parser import GreedyParser
|
||||
from spacy.syntax.parser import OracleError
|
||||
from spacy.syntax.util import Config
|
||||
from spacy.gold import read_json_file
|
||||
from spacy.gold import GoldParse
|
||||
|
|
Loading…
Reference in New Issue