Notice: This Git branch (dev) contains the CLTK's upcoming major release (v. 1.0.0). See https://github.com/cltk/tutorials/tree/master for the legacy tutorials.
Jupyter notebooks demonstrating how to use the CLTK.
- Install supported Python version:
$ git clone https://github.com/cltk/tutorials.git - Make a virtual environment:
$ python3 -m venv venv - Activate it:
$ source venv/bin/activate - Install pinned version of CLTK, Jupyter, and dependencies:
$ make install - Start notebooks:
make notebook
MIT (see LICENSE)