Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 787 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 787 Bytes

NLP Restaurant Review Analysis

Objective:

A. Using Naive Bias Classifer Algorithm to predict reviews.
B. Understanding and implementing Natural Language Processing libraries.

Libraries Used and their functionalities:

  1. Numpy - Basic mathematical opetations
  2. Pandas - Analysis of data and datasets
  3. NLTK (Natural Language Toolkit) - Getting a set of corpora, stopwords and importing porterstemmer module
  4. Regex - Performing operations on the given text
  5. Ski-kit Learn - Performing vectorisation, importing Naive bias Module, getting mertics for precision and accuracy, importing Confusion Matrix Module

Further Enhancements -

-> Improve Flask Functionalities
-> Creating a different webpage for results
-> Improving UI of current homepage