This project is to compare the F1 scores on performing sentiment analysis on reviews using various methods. We test the efficeintcy of TfidfVectorizer and CountVectrorizers when used with Multinomial Naive Bayes and SVC respectively.
This competition is hosted by Kaggle https://www.kaggle.com/c/nlp-getting-started/overview. I participated in the competition in order to try my hands on the field of Artificial Intelligence known as Natural Language Processing.
This case study shows how to create a model for text analysis and classification and deploy it as a web service in Azure cloud in order to automatically classify support tickets. This project is a proof of concept made by Microsoft (Commercial Software Engineering team) in collaboration with Endava http://endava.com/en
This project suggests you the list of movies based on the movie title that you have entered. It uses Count Vectorizer (Text-Feature Extraction tool) to find the relation between similar movies.
A model designed to calculate the score of an individual reddit post based on the natural language processing of the subreddit. Utilizing Count Vectorizer predict score of reddit based on words used.
It contains application of naive bayes model on a big textual data set. The problems is an example of NLP based solution on 2 different kind of vetorization.