mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
* Remove import of removed read_docparse_file function
This commit is contained in:
parent
1044a13413
commit
541c62c126
|
@ -20,7 +20,7 @@ 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.syntax.conll import read_docparse_file, read_json_file
|
||||
from spacy.syntax.conll import read_json_file
|
||||
from spacy.syntax.conll import GoldParse
|
||||
|
||||
from spacy.scorer import Scorer
|
||||
|
|
Loading…
Reference in New Issue
Block a user