Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 398 Bytes

readme.md

File metadata and controls

16 lines (12 loc) · 398 Bytes

Color Tybalt

A visualization generator for books.

Setup

First install build-essential, XCode or your platform's equivalent. Then install python3.6. make install will create a virtual envrionment and install the development requirements.

NLTK download

Run ipython and type the following:

import nltk
nltk.download()