Thanks to visit codestin.com
Credit goes to github.com

Skip to content

chapter04: missing download of spacy language model #32

Open
@bmerkle

Description

@bmerkle

in chapter 04 on page 104, there is code about instantiating a pipeline:

import spacy
nlp = spacy.load('en_core_web_sm')

however the en_core_web_sm model is not downloaded before...

please add the necessary hint:
python -m spacy download en_core_web_sm

CC: @christianw @datanizing

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