PyJoke
======

A Python module for telling jokes

# How does it work?

The module depends on a database of jokes. It analyses your sentence, and looks for the "best" joke to tell. It tries to match the maximum keywords and gives each joke a score.

# Dependencies

* MySQL
* TreeTagger
* NLTK
