How to Install SpaCy and Models (Spacy and Python Tutorial for DH 02)

preview_player
Показать описание
In this video, I show you the correct way to install SpaCy and the models for analyzing texts.

Link to SpaCy Installation Page:

Here is the line I can never remember:

If you enjoy this video, please subscribe. I provide all my content at no cost. If you want to support my channel, please donate via

If there's a specific video you would like to see or a tutorial series, let me know in the comments and I will try and make it.

You can follow me at:
Рекомендации по теме
Комментарии
Автор

Up front just want to say thanks for creating these tutorials, exactly what I was looking for!

douglasb
Автор

These tutorials are really helpful. Keep it up your good work

chalikamihiran
Автор

Dude! you didn't have to say hello and welcome back every 5 Minutes!

khaledalabsi
Автор

Hi i have a task which i need to topic analysis, so I start to learn NLP but I from indonesia so do you know what library that support indonesian?Spacy or NLTK?I already learn machine learning but still confused about NLP Library that support indonesian, thanks for answering.

dwisetyoaji
Автор

Hey - We're watching these videos for a class at uni now. Your videos are really professional - Theyre nicely done, easy to follow, good mic and so on. Great job!
But please. Fix your intro volume, its 200% compared to your voice in video.
Otherwise, thanks a fucking lot man! :D

Pusliin
Автор

Thanks for the video. I had installed spacy in my mac (using vs code). However, when importing the package there is an error "ModuleNotFoundError: No module named 'click._bashcomplete'. Could you provide a solution please.

saimanohar
Автор

What's the difference between the _lg and _trf models? When would you use _trf?

TT-cfxl
Автор

I'm facing some issues, I installed spacy and the English learning model, but u can't load it in pycharm 3.7

I tried python -m spacy download en_core_web_sm

Python -m spacy download en


Spacy.load(STRAIGHT PATH TO DIRECTORY)


As a complete beginner in python I really need some help

uzxdmko
Автор

all good except the pip command doesnt work, now on 3 different computers... there are some dependencies that aren't in your video. I doubt everyone will be able to get to the point to 'import spacy'... we are still working on installing it.

Oogobuk
Автор

getting this error ...how to solve this ????
OSError: [E050] Can't find model 'en'. It doesn't seem to be a shortcut link, a Python package or a valid path to a data directory.

iftikharhussain
Автор

What platform do u use? Anaconda or VS!

apieceofcode-gdmm
Автор

I though you were showing how to download models but it is just introduction

MyRohit