Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.99 KB

README.md

File metadata and controls

41 lines (31 loc) · 1.99 KB

NLP-study-group

Chicago ML Study Group - Natural Language Processing Team

Group Decisions

  • Python 2.7

Project Definitions

Political Speeches Over Time

Job Description Biases

Installation/Setup on Mac

Assumes pip, virtualenv, and virtualenvwrapper.

  1. From the command line, mkvirtualenv nlp-study-group.
  2. If you aren't already placed in the virutal environment by default, run workon nlp-study-group.
  3. Run pip install -r requirements_mac.txt to install the dependencies in your virtual environment.
  4. jupyter-notebook to open Jupyter Notebook.
  5. Alison's work is in notebooks/Alison.ipynb. Feel free add to or make your own notebook. Either way!

Basics of National Language Processing (NLP)

Resources

Text Examples/Sources