Natural Language Processing (NLP) Tutorial with Python & NLTK
[ad_1]
This video will present you with a complete and detailed information of Natural Language Processing, popularly generally known as NLP. You can even study concerning the totally different steps concerned in processing the human language like Tokenization, Stemming, Lemmatization and extra. Python, NLTK, & Jupyter Notebook are used to show the ideas.
This tutorial was developed by Edureka.
🔗NLP Certification Training: https://goo.gl/kn2H8T
🔗Subscribe to the Edureka YouTube channel: https://www.youtube.com/consumer/edurekaIN
🔗Edureka Online Training: https://www.edureka.co/
—
Learn to code without cost and get a developer job: https://www.freecodecamp.org
Read a whole lot of articles on programming: https://medium.freecodecamp.org
And subscribe for brand spanking new movies on know-how day by day: https://youtube.com/subscription_center?add_user=freecodecamp
supply
[ad_2]
Got a question on the topic? Please share it in the comment section below and our experts will answer it for you.
Online NLP Certification Training: https://goo.gl/C1PW7d
Call Edureka at US: +18336900808 (Toll-Free) or India: +918861301699 or, write back to us at sales@edureka.co
Very good Tutorial, please can the codes run on raspberry pi?
how to teach natural language processing different languages beyond english?
Good stuff!
Maker of Siri, has a video on there is no such thing as artificial intelligence,
Could you please send me your mail ID sir??
Thanks allot!(゚ο゚人))(☉。☉)!(@_@)
thanks, it's great!!
Hi sir, want to extract invoice PDF file to excel or csv . How can I do that in NLP. Please help me . Tank you.
This was so helpful. Thank you!
Please answer
How to train nltk others language ? nltk work for English language but i want use it for others language.pls anyone answer my Question
I must say that you are a very good tutor.
fdist[word.lower()]+=1 not return a tuple it returns only the last item saved in the loop any help please?
provide Github link of the codes in description.
Great video
Thanks
it was much helpful,,,,tnku
Hey there, just a bit of guidance to anyone who battled with this like I did. I am using PyCharm and to get NLTK installed, I had to type into my project window
import nltk
nltk.download()
Once I executed this, I was given the options shown in the video above.
It is sentiment analysis, not sentimental 😀
At 14:50, it is not frequency distinct. It is frequency distribution.
I have anaconda downloaded. Can someone guide me to download NLTK library?
Fk…I live in Stone Age era….
Stupid content as usual, Totally waste of time, He never took real-life Text file to work with, Did not take a file which was a mixture of String, Object or numerics. I can not understand How these people praising or liking the content What the hell did they learn, Just theory – Suck it
fdist is not a function it is a list variable
Is it possible to build a nlp app for a foreign language other than English?
Hi! how I apply the same (NLP processing) on corpora containing emojis in sentences.
28:52
எழுத்துக்கள் 😍
This is the best !! The tutor is the best in the business ..!!
What's with the fdist[word.lower()]+=1? Why is there a +=1 in there?
can we find grammar mistakes from a sentence using nltk? please assist with an example
While giving the command
print(os.listdir(nltk.data.find("corpora")))
I am getting the following error:
—————————————————————————
IndexError Traceback (most recent call last)
<ipython-input-4-65400bba0e7d> in <module>
—-> 1 print(os.listdir(nltk.data.find("corpora")))
~AppDataLocalContinuumanaconda3libsite-packagesnltkdata.py in find(resource_name, paths)
676
677 # Identify the package (i.e. the .zip file) to download.
–> 678 resource_zipname = resource_name.split('/')[1]
679 if resource_zipname.endswith('.zip'):
680 resource_zipname = resource_zipname.rpartition('.')[0]
IndexError: list index out of range
How can it be solved ? In some systems it is not throwing any error ,but in my system I am getting this error .
Gracias en español no mames para que pagaría un maldito curso en platzi si puedo aprenderlo en YouTube visiten este sitio web https://faztweb.com o https://falcónmáster.com o si quieren pagar a estos malditos latinos visiten https://platzi.com
Can i get the presentation ?
Terrific presentation! Thank you!
Hi, I'm someone with very little background in programming but I badly need to find a way to do semantic similarity comparisons of sentences for a research project. I was already lost at the part where you brought up the NLTK downloader. How did you do that and where did it come from!?
Hello Kislay Keshari. While running the "Corpora" print function I'm getting the following error List Out Of Range.
IndexError Traceback (most recent call last)
<ipython-input-2-9f8c46ee9865> in <module>()
—-> 1 print(os.listdir(nltk.data.find("corpora")))
~Anaconda3.1111libsite-packagesnltkdata.py in find(resource_name, paths)
658
659 # Identify the package (i.e. the .zip file) to download.
–> 660 resource_zipname = resource_name.split('/')[1]
661 if resource_zipname.endswith('.zip'):
662 resource_zipname = resource_zipname.rpartition('.')[0]
IndexError: list index out of range
I'm basically new to AI, data science…this NLP that you shown is basically for English language. How about if I want to develop for my own language? Is there any resources that you could recommend to me…Tq
Thank you for such a good explanation and demo on NLP. What are the real world applications using NLP nowadays?
Thanks for this beautiful session 🙂
Most people think of NLP as Neurolinguistic Programming!
Hi Guys, This is Kislay here.
If you have any questions you can put it up here.
Thank u for this awesome video
link to jupyter notebeook?
Great overview. I am now curious to know more about that topic. A little bit too fast at speaking / explaining IMO. I had to pause and rewind the video many time to grasp what was explained.
Indian accent?
nice basic introduction to NLP. It's a very good tool to categorize people according to their speech. You can put person A into, let's say a capitalist, while person B into, let's say a socialist simply by taking their common used words and the "passion / positivity" of the word commonly used by capitalist / socialist. It's one of the tool China used to censor people. Like any technology, it can be used for good or bad. The problem with speech is that it maybe sarcastic, that is where NLP still fail.