From 93b8967d84d36f54b714953f2cefaf5021b83020 Mon Sep 17 00:00:00 2001 From: bertcarremans Date: Wed, 27 Dec 2017 20:09:10 +0100 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7cf7277..67c67b4 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,11 @@ # TwitterUSAirlineSentiment -Code to experiment with text mining techniques for sentiment analysis. Data set is from Kaggle. +Code to experiment with text mining techniques for sentiment analysis in data set is from Kaggle. + +## Input folder +This contains Tweets.csv which is downloaded from [Kaggle Datasets](https://www.kaggle.com/crowdflower/twitter-airline-sentiment). + +## Source folder +This folder contains a Jupyter notebook with all the code to perform the sentiment analysis. + +## Output folder +This folder contains the saved PNG files of all charts and pickle files of all the best models per classifier.