October 2022
Beginner
456 pages
15h 10m
English
To run the notebooks on your machine, check whether Python 3 is installed (all code was written and tested with Python 3.7). In addition, you will need the following libraries (notebooks were tested with the versions indicated in the brackets; if you use different versions, the code will still work but minor differences in the results are possible):
NLTK (v3.5)—Check installation instructions for the toolkit at www.nltk.org/install.html and the accompanying data at www.nltk.org/data.html.
SpaCy (v3.1.3)—Check installation instructions at https://spacy.io/usage. You will also need to install models (e.g., en_core_web_sm, en_core_web_md, and en_core_web_lg) using the instructions on the website.
Gensim ...
Read now
Unlock full access