Skip to content

A PyData 2013 talk on straightforward, data-driven ways to handle natural language text in Python.

Notifications You must be signed in to change notification settings

rspeer/text-as-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published

Languages