X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=README.md;fp=README.md;h=0f7596cad136854f0330b570b2cfddc9fbb19f33;hb=5ed434b8df5c5fb2d88a7e731842e55f3dc407d5;hp=014a0732ed85dabfd7b79b1fcb654f3df3e8eb78;hpb=e9b19025d28ec48fd67d99e5f5c6d69605112d7d;p=battle-of-the-bands.git 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.