summarizer-api Summary This is a simple API that exposes an extractive summarizer. The summarizer extracts the N% of sentences with the highest average TF-IDF weights. test/case_000.py demonstrates posting a request to the API. Dependencies Tornado NLTK