Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.06 KB

README.md

File metadata and controls

31 lines (23 loc) · 1.06 KB

python-nlp

Jupyter notebooks from following the Tutorials from "Natural Language Text Processing with Python" by Jonathan Mugan

The following libraries are used:

Getting started

Install dependencies using the following command:

pip install -r requirements.txt

spaCy library

The following command needs to be run to install the English dependencies for spaCy

python -m spacy download en_core_web_sm