Skip to content

mrForest13/sentiment-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sentiment Analysis

1. Data sets

1. Project structure

The project is based on several modules, each of which is responsible for one task related to the sentiment analysis.

Module loader

The module is responsible for loading data sets

Module preprocessing

The package contains methods for text preprocessing. For example:

Module vectorization

The module contains tokenization methods

Module classification

Helper for the classification task based on GridSearchCV.

Module plot

This module defines several basic charts that help show the structure of the data.

Module experiment

This is the heart of the application (Main). We can find classes responsible for loading data and performing text preprocessing here. For data classification here

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages