Skip to content

BlackSound1/Machine-Learning-Sentiment-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine Learning Sentiment Analysis

Instructions

  1. Change directory to /src

cd src

  1. OPTIONAL: Change input file

(main.py, line 12)

X, y = utils.read_documents('../input/all_sentiment_shuffled.txt')
  1. Execute main.py

py main.py

  1. Check output results in /output

Project Structure

/input contains the dataset inputs.

/output folder where all outputs are saved.

/src source code of project.

/task-4.txt contains our report for Task 4 which includes reasons for misclassified documents and noisy input and example documents for each.