Open
Description
Describe the bug
Encounter zipfile.BadZipFile: File is not a zip file
while initializing a Pipeline
with a SpacyProcessor
.
To Reproduce
Steps to reproduce the behavior:
from forte.pipeline import Pipeline
from forte.spacy.spacy_processors import SpacyProcessor
from forte.data.readers import TerminalReader
spacy_config_1 = {
"processors": "sentence, umls_link",
"lang": "en_ner_bionlp13cg_md",
"use_gpu": False
}
test_pipeline = Pipeline().set_reader(TerminalReader()).add(SpacyProcessor(), config=spacy_config_1).initialize()
Environment (please complete the following information):
- OS: Ubuntu
- Version 16.04.7 LTS
- Python and Package verions: Python 3.6.13, Forte 0.1.1, Spacy 2.3.5, Scispacy 0.3.0
Metadata
Metadata
Assignees
Labels
No labels
Activity