|
20 | 20 | * [Introduction](#introduction)
|
21 | 21 | * [Who is this repository for?](#audience)
|
22 | 22 | * [How to use this repository?](#howtouse)
|
23 |
| - * [Getting your Python setup ready](#setup) |
24 |
| - * [Using Python](#usingpython) |
| 23 | + * [Using Jupyter](#usingpython) |
25 | 24 | * [Code along](#codealong)
|
26 | 25 | * [Clone repository](#clonerepo)
|
| 26 | + * [Packages](#packages) |
27 | 27 | * [Questions?](#questions)
|
28 | 28 | * [License](#license)
|
29 | 29 | * [Special thanks](#specialthanks)
|
@@ -130,6 +130,21 @@ You can do this by clicking "Clone or download" button and then "Download ZIP":
|
130 | 130 |
|
131 | 131 | If you extract the downloaded ZIP to a folder you can start the Jupyter Notebook in that folder and access the notebook.
|
132 | 132 |
|
| 133 | +<h2 id="packages">Packages</h2> |
| 134 | + |
| 135 | +There are a couple of packages not included with the Anaconda distribution that are used in the notebook: |
| 136 | + |
| 137 | +1. [NLTK](http://www.nltk.org/) (make sure to install the language data) |
| 138 | +2. [TextBlob](https://textblob.readthedocs.io/en/dev/) (make sure to install the language data) |
| 139 | +3. [Spacy](https://spacy.io/) (make sure to install the model data) |
| 140 | +4. [Textacy](https://github.com/chartbeat-labs/textacy) |
| 141 | +5. [pyLDAvis](https://github.com/bmabey/pyLDAvis) |
| 142 | +6. [langdetect](https://github.com/Mimino666/langdetect) |
| 143 | +7. [fuzzywuzzy](https://github.com/seatgeek/fuzzywuzzy) |
| 144 | +8. [textstat](https://github.com/shivam5992/textstat) |
| 145 | + |
| 146 | +(for the word2vec example I use the [gensim](https://radimrehurek.com/gensim/) package) |
| 147 | + |
133 | 148 | <h2 id="questions">Questions?</h2>
|
134 | 149 |
|
135 | 150 | If you have questions or experience problems please use the `issues` tab of this repository.
|
|
0 commit comments