Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hariprasath-v/machinehack-sentiment_analysis_weekend_hackathon_edition_2
- Owner: hariprasath-v
- Created: 2021-08-09T02:49:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-15T14:42:39.000Z (about 3 years ago)
- Last Synced: 2024-11-13T15:54:31.375Z (3 months ago)
- Topics: nlp-machine-learning, regular-expression, seaborn, text-preprocessing
- Language: Jupyter Notebook
- Homepage:
- Size: 396 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.