How do I extract summary of the text in python?

peampzjy report abuse

Are there any good and easy to use python libraries I can use for text extraction?

Answers

HOOOdie report abuse

I can recommend using gensim. It's a multi-purpose python library for nlp processing. With gensim you can summarize text as easily, as gensim.summarization.summarize() You can also use it for other purposes, such as keyword extraction and everythin related to document similarity.

PavliNa report abuse

You can use sumy. It has a variety of algorithms for text summarization as well as some useful features: summarizing text documents and web pages.

JuanG report abuse

I can recommend using gensim. It's a multi-purpose python library for nlp processing. With gensim you can summarize text as easily, as gensim.summarization.summarize() You can also use it for other purposes, such as keyword extraction and everythin related to document similarity.

I can recommend that too ;)

Add Answer

Need support?

Just drop us an email to ... Show more