{"library":"sumy","install":[{"cmd":"pip install sumy","imports":["from sumy.parsers.plaintext import PlaintextParser","from sumy.parsers.html import HtmlParser","from sumy.nlp.tokenizers import Tokenizer","from sumy.nlp.stemmers import Stemmer","from sumy.summarizers.lsa import LsaSummarizer","from sumy.summarizers.lex_rank import LexRankSummarizer","from sumy.summarizers.luhn import LuhnSummarizer","from sumy.summarizers.text_rank import TextRankSummarizer","from sumy.utils import get_stop_words"]},{"cmd":"pip install sumy[arabic,chinese,greek,hebrew,japanese,korean,polish,thai]","imports":[]},{"cmd":"python -c \"import nltk; nltk.download('punkt')\"","imports":[]}]}