Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hariprasath-v/machinehack-sentiment_analysis_weekend_hackathon_edition_2

Sentiment classification of reviews/tweets
https://github.com/hariprasath-v/machinehack-sentiment_analysis_weekend_hackathon_edition_2

nlp-machine-learning regular-expression seaborn text-preprocessing

Last synced: 28 days ago
JSON representation

Sentiment classification of reviews/tweets

Awesome Lists containing this project

README

        

# MachineHack-sentiment_analysis_weekend_hackathon_edition_2

## About

#### Sentiment classification of reviews/tweets

## Basic exploratory data analysis

## Basic pre-processing

#### The folowing tasks are done by using re package.

* html link removal
* html tag removal
* html special entities removal
* numbers removal
* twitter user name removal
* remove punctuations

## Diacritics removal and non-ascii conversion are done by using unidecode package.

## contractions expansions using contractions package.