Test2learn Python NLTK

A Test2learn project for understanding Python nltk.

Quickstart

Build running image

make

Run tests to learn

make test

Go to container inside to figure out something wrong if needed

make shell

Clean artifects

make clean