Sentiment Analysis of Airline Reviews
Sentiment Polarity Analysis of Airline Reviews using NLTK

>A sentiment polarity analysis of airline reviews using VADER (Valence Aware Dictionary and sEntiment Reasoner) lexicon by NLTK. VADER lexicon is a rule-based sentiment analyzer in which the terms are generally labeled as per their semantic orientation as either positive or negative.


This airline reviews dataset contains 23,171 reviews for 497 airlines and was imported from kaggle. It was collected by web scraping the website https://www.airlinequality.com/ using the Python library Beautiful Soup. The website serves as a platform for travelers to submit their reviews and ratings about different airlines.