/nlpia

Primary LanguagePythonMIT LicenseMIT

NLPIA

The code and data for Natural Language Processing in Action.

Description

A community-developed book about building Natural Language Processing pipelines for prosocial chatbots that contribute to communities.

Getting Started

  1. Install Anaconda

  2. Clone this repository

# git clone https://github.com/totalgood/nlpia.git
  1. Create a conda environment called nlpia and install its requirements
# cd nlpia
# conda install conda/environment.yml
  1. Activate this new environment
# source activate nlpia
  1. Install an "editable" nlpia package in this conda environment (also called nlpia)
# pip install -e .
  1. Check out the code examples from the book in nlpia/nlpia/book/examples
# cd nlpia/book/examples
# ls