Metadata-Version: 1.0
Name: PyJoke
Version: 0.1.0
Summary: Fetch the best joke in database.
Home-page: http://pypi.python.org/pypi/PyJoke/
Author: Laurent Fite
Author-email: laurent.fite@gmail.com
License: LICENSE.txt
Description: 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
        
Platform: UNKNOWN
