Appendix A. Your NLP tools

You can run all the examples in this book if you are able to install the nlpia package (http://github.com/totalgood/nlpia). We keep the installation instructions in the README file up-to-date. But if you already have Python 3 installed, and you’re feeling lucky (or are lucky enough to have a Linux environment), you can try

$ git clone https://github.com/totalgood/nlpia
$ pip3 install -e nlpia

If that doesn’t work for you, you’ll probably need to install a package manager and some binary packages for your OS. We have provided some OS-specific instructions in three sections:

  • Ubuntu
  • Mac
  • Windows

These sections show you how to install an OS package manager. Once you have a package manager installed (or you’re on a developer-friendly ...

Get Natural Language Processing in Action now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.