What's this =========== This is a automatic text summarization script for python. Currently we implemented MMR(Maximal Marginal Relevance) for only single document. Prerequisite ============ Python 2.5 MySQL 4+ mysql-python MeCab mecab-python nltk Installation =========== 1) Prepare a MySQL database with arbitrary name. 2) gunzip -c data/tabledump.sql.gz | mysql yourdatabasename 3) sudo python setup.py install