Update README.md
authorNeil Smith <NeilNjae@users.noreply.github.com>
Fri, 8 Dec 2017 16:56:29 +0000 (16:56 +0000)
committerGitHub <noreply@github.com>
Fri, 8 Dec 2017 16:56:29 +0000 (16:56 +0000)
Fixed typo

README.md

index 014a0732ed85dabfd7b79b1fcb654f3df3e8eb78..0f7596cad136854f0330b570b2cfddc9fbb19f33 100644 (file)
--- 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. 
 
 
 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.
 
 
 ## 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.