From 79aa60ae27886e4cfecaeaa94c404ace306f1790 Mon Sep 17 00:00:00 2001 From: Felix <felixwelter@gmail.com> Date: Mon, 27 Apr 2020 15:57:01 +0200 Subject: [PATCH] Update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bb127fc..25793cb 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,6 @@ Dependency can be installed via `pip install -r requirements.txt`. If version conflicts occur, use requirements_fixed_version.txt. # Datasets -Some datasets are too large to include in the repository. -The notebooks contain information about possible download -location within the corresponding cells. +For further analysis the sentiment140 dataset can be downloaded and put into the +`sentiment_test_sets` folder. The notebook `Classification Similarity Correlation.ipynb` +contains all necessary information. The file is not required for the execution of any example. \ No newline at end of file -- GitLab