Skip to content

Commit ffc0483

Browse files
committed
Updated readme with packages
1 parent f763366 commit ffc0483

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

readme.md

+17-2
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
* [Introduction](#introduction)
2121
* [Who is this repository for?](#audience)
2222
* [How to use this repository?](#howtouse)
23-
* [Getting your Python setup ready](#setup)
24-
* [Using Python](#usingpython)
23+
* [Using Jupyter](#usingpython)
2524
* [Code along](#codealong)
2625
* [Clone repository](#clonerepo)
26+
* [Packages](#packages)
2727
* [Questions?](#questions)
2828
* [License](#license)
2929
* [Special thanks](#specialthanks)
@@ -130,6 +130,21 @@ You can do this by clicking "Clone or download" button and then "Download ZIP":
130130

131131
If you extract the downloaded ZIP to a folder you can start the Jupyter Notebook in that folder and access the notebook.
132132

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+
133148
<h2 id="questions">Questions?</h2>
134149

135150
If you have questions or experience problems please use the `issues` tab of this repository.

0 commit comments

Comments
 (0)