Skip to content

3.4 Practical - problem with download "en_core_web_sm" #4

@benk26

Description

@benk26

Hi,
I had some problems running this notebook.
The main issue was with downloading the en_core_web_sm module.
I found online the following solution at (https://stackoverflow.com/questions/66087475/chatterbot-error-oserror-e941-cant-find-model-en)

Solution:
import spacy
from spacy.cli.download import download
download(model="en_core_web_sm")

BR,
Ben K.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions