Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 2.92 KB

README.md

File metadata and controls

33 lines (23 loc) · 2.92 KB

Getting Started with Natural Language Processing

This repository accompanies the book Getting Started with Natural Language Processing, which you can get from Manning. Use the coupon code "slkochmar" to get a 42% discount there. It is also available on Amazon.

Here you will also find an NLP course that uses this book.

Installation Instructions

To run the notebooks on your machine, check if Python 3 is installed (all code was written and tested with Python 3.7). In addition, you will need the following libraries (notebooks tested with the versions indicated in the brackets):

Alternatively, a number of these libraries can be installed in one go through Anaconda distribution.

For more information on Jupyter notebooks, check https://jupyter.org.