From: Neil Smith Date: Fri, 8 Dec 2017 16:56:29 +0000 (+0000) Subject: Update README.md X-Git-Url: https://git.njae.me.uk/?a=commitdiff_plain;ds=inline;h=5ed434b8df5c5fb2d88a7e731842e55f3dc407d5;p=battle-of-the-bands.git Update README.md Fixed typo --- diff --git a/README.md b/README.md index 014a073..0f7596c 100644 --- a/README.md +++ b/README.md @@ -32,10 +32,10 @@ All the data comes from publicly-accessible sources, generally via APIs. You'll Note that the NRC sentiment lexicon isn't available for download, but you'll have to email the creator. -You can obtain a cache of what I gathered in the `data` directory of this repo. Use `mongorestore` to recover the data. +You can obtain a cache of what I gathered in the `dump` directory of this repo. Use `mongorestore` to recover the data. ## Use The simplest and best-documented notebooks are the [Beatles vs Stones: gather data](beatles-vs-stones-gather-data.ipynb) and [Beatles vs Stones: analysis](beatles-vs-stones-analysis.ipynb) notebooks. Once you've seen those, take a look at [generic data gathering](multi-artist-gather-data.ipynb) and [generic data analysis](multi-artist-analysis.ipynb) to do the wider analysis. In particular, the [generic data analysis](multi-artist-analysis.ipynb) notebook does the convex hull calculation that generated the figures in the presentation. -You'll also need to run through the [Tag lyrics with emotions](/tag-lyrics-with-emotions.ipynb) notebook if you're using the NRC sentiment corpus. \ No newline at end of file +You'll also need to run through the [Tag lyrics with emotions](/tag-lyrics-with-emotions.ipynb) notebook if you're using the NRC sentiment corpus.