Skip to content

Classification of books reviews, the first step is a binary classification(positive or negative), the second step is multiclass classification, contain four grades (1,2,4,5)

diego51alejo/Sentiment_Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Sentiment Analysis

Classification of books reviews, the first step is a binary classification(positive or negative), the second step is multiclass classification, contain four grades (1,2,4,5)

1_L7ylwBqCQ8oBQ_TFgmbTPQ

Data

Amazon provide a complete information of score of different productos, there are two database, the first contain a binary classification and the second a multiclass classification. link data

Usage Data

The format of the data is tar, in Python is possible decompress, so:

import tarfile

file = tarfile.open('processed_acl.tar.gz')
file.extractall('./data_reviews')
file.close()

My Page

diego51alejo

About

Classification of books reviews, the first step is a binary classification(positive or negative), the second step is multiclass classification, contain four grades (1,2,4,5)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published