Hi, there
This is part - 7 of this series, in this blog we will covers the NLP topic "work with part of speech and meaning "
If you want to learn previous blog, then click below links :
Natural Language Processing In Python : Part - 1 : "Text analysis using NLTK"
Natural Language Processing In Python : Part - 2 : "N - grams"
Natural Language Processing In Python : Part - 3 : Topic, "Detecting text language"
Natural Language Processing In Python : Part - 4 : In this we have complete the topic "language identification"
Natural Language Processing In Python : Part - 5 : This blog covers the topic Lemmatization and Stemming.
Natural Language Processing In Python : Part - 6 : " finding unusual word "
As per previous words first tokenize and then perform operations.
In this blog we will covers two topics - "part of speech and meaning" and "Name-Gender identifier"
First Tokenizing:
Output:
POS tagging :
Output:
The next topic is gender identification
First import names corpus and then finding name of male and female
Finding male and female text file from corpus:
Now print male list form male.txt by using names corpus
If you like Codersarts blog and looking for Assignment help,Project help, Programming tutors help and suggestion you can send mail at contact@codersarts.com.
Please write your suggestion in comment section below if you find anything incorrect in this blog post
Comments