-
Notifications
You must be signed in to change notification settings - Fork 11
rspeer/text-as-data
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This repository contains the code accompanying my talk, "How does text become data?". The "src" directory contains the actual code. The .ipynb files are the interactive IPython notebooks. The .py versions of the files will run in ordinary Python, and just have oddly-formatted comments from IPython that you can disregard. Running the code ================ 1. Use virtualenv: virtualenv-2.7 venv . venv/bin/activate 2. Install the required python libraries: pip install -r requirements.txt 3. Download the NLTK input data: ipython import nltk nltk.download()
About
A PyData 2013 talk on straightforward, data-driven ways to handle natural language text in Python.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published