Skip to content

Fail to add SpacyProcessor #66

Open
@zhanyuanucb

Description

@zhanyuanucb

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions