Jupyter notebooks from following the Tutorials from "Natural Language Text Processing with Python" by Jonathan Mugan
The following libraries are used:
nltk(v3.6.2): https://www.nltk.org/spaCy(v3.1.1): https://spacy.io/usagegensim(v4.0.1) : https://radimrehurek.com/gensim/pyLDAvis(v3.3.1): https://pyldavis.readthedocs.io/en/latest/index.htmlpyspotlight(v0.7.2): https://github.com/aolieman/pyspotlightrdflib(v6.0.0): https://rdflib.readthedocs.io/en/stable/scikit-learn(v0.24.2): https://scikit-learn.org/stable/index.htmltextblob(v0.15.3): https://textblob.readthedocs.io/en/dev/vaderSentiment(v3.3.2): https://github.com/cjhutto/vaderSentiment
Install dependencies using the following command:
pip install -r requirements.txtThe following command needs to be run to install the English dependencies for spaCy
python -m spacy download en_core_web_sm