Do the following using nltk and spacy:
- Parsing
- Tokenization
- Stemming
- POS Tagging
- Lemmatization
Using NLTK and WordNet, i)find different types of relations and senses forthe words ii)find different types of word similarity betweennouns and verb
CODE (1 & 2) : NLP_assignment
- Build NaiveBayes Classifier using NLTK with the training data and find the classification accuracy of the test data. Consider any bench mark data set.
- List the most significant features of data set.
- Apply supervised classification algorithms (any 5 algorithms) using SKLEARN for the same problem.
- Explore possibility of supervised algorithms using SPACY.
- Write a program in Python to find the occurrence of articles / determiners in Brown corpus.
CODE : NLP_assignment_unit_4