Ask Your Question
4

Is it not possible to load the English language model in Spacy using Jupyter Notebook with Python 3.9?

asked 2021-09-04 11:00:00 +0000

woof gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2022-08-25 05:00:00 +0000

pufferfish gravatar image

It is possible to load the English language model in Spacy using Jupyter Notebook with Python 3.9. To load the English language model, you can use the following code:

import spacy

nlp = spacy.load("en_core_web_sm")

Make sure you have installed the spacy package and downloaded the English language model using the following command:

!pip install spacy
!python -m spacy download en_core_web_sm
edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-09-04 11:00:00 +0000

Seen: 9 times

Last updated: Aug 25 '22