Part Of Speech POS Tagging: NLP Tutorial For Beginners - S1 E11

  Рет қаралды 54,631

codebasics

codebasics

Күн бұрын

Пікірлер: 48
@codebasics
@codebasics 2 жыл бұрын
Check out our premium machine learning course with 2 Industry projects: codebasics.io/courses/machine-learning-for-data-science-beginners-to-advanced
@notinrange
@notinrange 2 жыл бұрын
Sir, you mentioned exercise solution without giving the exercise question
@nishantthakur144
@nishantthakur144 2 жыл бұрын
This is the best NLP Playlist I found on youtube.Hope you complete it as soon as possible.
@Eswar.
@Eswar. Жыл бұрын
Can you recommend the best playlist for NLP
@miniQQQ-di9nw
@miniQQQ-di9nw Ай бұрын
@@Eswar. He already mentioned it's the best
@vipulpatil7687
@vipulpatil7687 2 жыл бұрын
ohh man I must say you have got super amazing power there is nothing you cant explain ....... respect+++ today you earned one more sub
@UlrickITEKA
@UlrickITEKA Жыл бұрын
Thank you very It really helped me a lot🙏
@Yzshsjdje24
@Yzshsjdje24 Жыл бұрын
Sir may be you should start an English course too ,your explanation is really amazing.
@tammuprathyusha1411
@tammuprathyusha1411 2 жыл бұрын
We can't find any proper explanation for EDA on KZbin, it will be very helpful if u do explain it....... looking forward for your great teaching
@habtishmultimedia
@habtishmultimedia 2 жыл бұрын
Ow that is great. We will also be happy if we get a tutorial on how to train our own Part-Of-Speech Tagger using NLTK.
@Malayalam_learner
@Malayalam_learner 2 ай бұрын
Thanks mate
@gautamnayak8847
@gautamnayak8847 Жыл бұрын
How to become a patron Or member . All these playlisys have helped me land multiple opportunities and offers ;)
@apurav363
@apurav363 3 ай бұрын
helpful
@nayanraj7587
@nayanraj7587 9 ай бұрын
Kudos man, you explanation are crisp and clear. New to the python and developer scene so a big thank you for the efforts that you have put in. I was doing the exercise and found that my count of the POS tags differs from yours by a margin of +- 3 in some cases. Was the news_text file changed or could it be I made a mistake. PLease let me know how I can cross-check.
@ADARSHKUMAR-me4zn
@ADARSHKUMAR-me4zn Жыл бұрын
Sir you can be a great English teacher also!
@dikshajagre7642
@dikshajagre7642 2 жыл бұрын
I think you directly upload the solution of exercise. I am not able to findout the exercise example. Can you please help me in that? Thank you!
@uptoolate1896
@uptoolate1896 2 жыл бұрын
Yeah, link took me straight to the solution. For anybody in the future, near the top where there are links for "nlp-tutorials/7_pos/Exercise/pos_exercise_solution.ipynb" you can click on 7_POS, then pos_exercise.md to get to the exercise itself. No fiery keyboards today!
@santosh0236
@santosh0236 2 жыл бұрын
Exercise Completed without your Solution. Thanks :-)
@yaik1867
@yaik1867 2 жыл бұрын
Wish I found your channel early
@subinaypanda9936
@subinaypanda9936 2 жыл бұрын
Was that diet you followed, given by Dr. Bishwaroop Roy Chowdhury?
@Borhandrv
@Borhandrv Жыл бұрын
you are the best.
@d4tset785
@d4tset785 2 жыл бұрын
Would be nice to participate in a data science bootcamp created by your, I appreciate your experience
@codebasics
@codebasics 2 жыл бұрын
That is most likely coming up. I am going into a full fledged education venture. I will announce once I have something concrete
@amandaahringer7466
@amandaahringer7466 2 жыл бұрын
@@codebasics I would sign up for your bootcamp without hesitation if it was flexible enough for me to participate while working full time! Very excited to hear about this!
@AA-zc4bc
@AA-zc4bc 2 жыл бұрын
Hi sir, i am very thankful to you.. because of tu ur videos I wanted strt my career in datascience.. but i have huge career gap, am I eligible to get job in datascience after 10 years of career gap? I need ur help on my situation sir..
@surajkumaryadav3741
@surajkumaryadav3741 2 жыл бұрын
hello sir can you show how to apply all these techniques on a csv file that contains text.
@15tejaskinkardbda47
@15tejaskinkardbda47 2 жыл бұрын
I thought my teacher is best. Then i found your videos and discovered my teacher was teaching exactly the same and using your material 🥲
@eclipsaranger9680
@eclipsaranger9680 Жыл бұрын
Sir I did the excercise it is showing *%* and *tm* symbols as nouns too, is that alright with it happening or am I doing something wrong?
@musictomyears1370
@musictomyears1370 2 жыл бұрын
sir make videos on "TF-IDF VECTORIZER "& "WORD EMBEDDING"
@codebasics
@codebasics 2 жыл бұрын
yup that will be included in this series for sure
@vivekanandbhardwaj4851
@vivekanandbhardwaj4851 2 жыл бұрын
Hii sir, since our placements is just 2 month away can we expect this Playlist to get completed within that frame.. It will be of great help
@HimanshuSharma-we5li
@HimanshuSharma-we5li 2 жыл бұрын
Sir can I use nltk for pos
@Zbuk4492
@Zbuk4492 2 жыл бұрын
I get no module named spacy after importing spacy in the notebook. I have done Google search and tried some offered solutions still no success. Please help. Thank you so much for this wonderful channel by the way. It has been of immense help
@codebasics
@codebasics 2 жыл бұрын
Have you done pip install spacy to install the module? Also make sure you dont have two python installations on your computer. otherwise you might be running jupyter notebook off one installation and say spacy is installed in another one, you will face this error in that case too.
@Reza-bu5vm
@Reza-bu5vm Жыл бұрын
it was useful
@mrityunjaykarmankar9239
@mrityunjaykarmankar9239 Жыл бұрын
You are doing only on sentences, what to do for text file , i have a text file in Hindi, and need to convert entire document into pos tagger, how can it be done
@eclipsaranger9680
@eclipsaranger9680 Жыл бұрын
with open ("Data/new_story.txt", "r") as f: text = f.read() doc = nlp(text) rest is the same thing
@ramandeepbains862
@ramandeepbains862 2 жыл бұрын
Exercise Solution : Extract all NOUN tokens count=doc.count_by(spacy.attrs.POS) for k,v in count.items(): if(doc.vocab[k].text=="NOUN"): print(doc.vocab[k].text,"|",v) Extract all numbers (NUM POS type) in a python list count=doc.count_by(spacy.attrs.POS) for k,v in count.items(): if(doc.vocab[k].text=="NUM"): print(doc.vocab[k].text,"|",v) Print a count of all POS tags in this story total=0 for k,v in count.items(): total=total+v print(total)
@hsekar6701
@hsekar6701 Жыл бұрын
I'm unable to download the model "en_core_web_sm". It's always showing connection timeout. So, Could anyone please help me.....!
@wahabvlogs7204
@wahabvlogs7204 Ай бұрын
please retry and make sure internet connection is stable
@techlatte3694
@techlatte3694 2 жыл бұрын
Seems like you are silent CID fan too!
@codebasics
@codebasics 2 жыл бұрын
Ha ha.. actually it's my wife who uses my KZbin premium account for ad free experience 😂
@Telugu-Tech-suport
@Telugu-Tech-suport 2 жыл бұрын
Sir last 1year EGO my pc hacked .gujd ransomwer please huw to get back my data 🙏 help mee please
@Malayalam_learner
@Malayalam_learner 2 ай бұрын
Let me see how many of you get my user name's context right 😂
@sagnik_20
@sagnik_20 Жыл бұрын
CID dekhte huye pakda gaye aap
@pritidaftary3030
@pritidaftary3030 2 жыл бұрын
BCA degree please
@TheMicholopezf
@TheMicholopezf 10 ай бұрын
HCH
Stemming and Lemmatization: NLP Tutorial For Beginners - S1 E10
16:46
СИНИЙ ИНЕЙ УЖЕ ВЫШЕЛ!❄️
01:01
DO$HIK
Рет қаралды 3,3 МЛН
The evil clown plays a prank on the angel
00:39
超人夫妇
Рет қаралды 53 МЛН
Part of Speech Tagging : Natural Language Processing
10:40
ritvikmath
Рет қаралды 47 М.
8 Rules For Learning to Code in 2025...and should you?
12:59
Travis Media
Рет қаралды 218 М.
Simon Sinek's Advice Will Leave You SPEECHLESS 2.0 (MUST WATCH)
20:43
Alpha Leaders
Рет қаралды 2,5 МЛН
Lecture 15: Introduction to POS Tagging
29:15
Natural Language Processing
Рет қаралды 18 М.
Spacy vs NLTK: NLP Tutorial For Beginners In Python - S1 E7
15:00
8 AI Tools I Wish I Tried Sooner
16:10
Futurepedia
Рет қаралды 289 М.
Introduction to Part of Speech Tagging
9:03
From Languages to Information
Рет қаралды 17 М.
СИНИЙ ИНЕЙ УЖЕ ВЫШЕЛ!❄️
01:01
DO$HIK
Рет қаралды 3,3 МЛН