The code and data for Natural Language Processing in Action.
A community-developed book about building Natural Language Processing pipelines for prosocial chatbots that contribute to communities.
-
Install Anaconda
-
Clone this repository
# git clone https://github.com/totalgood/nlpia.git
- Create a conda environment called nlpia and install its requirements
# cd nlpia
# conda install conda/environment.yml
- Activate this new environment
# source activate nlpia
- Install an "editable"
nlpia
package in this conda environment (also called nlpia)
# pip install -e .
- Check out the code examples from the book in
nlpia/nlpia/book/examples
# cd nlpia/book/examples
# ls