Thank you, your video helped when i was stuck in my project sentiment analysis project!
@JCharisTech8 ай бұрын
Glad I could help!
@yahoosearchgooglein997 Жыл бұрын
May I ask how to load the dataset and labels to this pipeline component? Do you have a tutorial for doing a full project only using Spacy? 🙏
@chronicfantastic3 жыл бұрын
`assert nlp('another epic tutorial from mr. jessie jcharis')._.polarity > 0.995`
@sodiqlawal7309 Жыл бұрын
Please how do i loop it to get the polarity of a column in a dataset
@d3v4873 жыл бұрын
Please make an intuitive video on Transformers theory (BERT,GPT etc). Make tutorials for Text Classification (NER, NMT, Sentiment Analysis, etc) using tranformers.
@ronbahia2 жыл бұрын
very cool
@nickhodgskin3 жыл бұрын
Awesome video!! I had no idea there was a package for language processing 😍. Good to know how many libraries are out there so that you don't have to start from scratch with projects
@JCharisTech3 жыл бұрын
Glad it was helpful! Thanks Nick
@ehteshamali2893 Жыл бұрын
OSError: [E050] Can't find model 'en_core_web_sm'. It doesn't seem to be a Python package or a valid path to a data directory. I keep getting this error
@ehteshamali2893 Жыл бұрын
kzbin.info/www/bejne/jp7ZcoaarLigaZI The solution for the error: OSError: [E050] Can't find model 'en_core_web_sm'. It doesn't seem to be a Python package or a valid path to a data directory.