Text Summarization
Text summarization

Text Summarization

  • Text summarization is a very useful and important part of Natural Language Processing (NLP).
  • Text summarization is the process of creating shorter text without removing the semantic structure of text.

Purpose

Suppose we have too many lines of text data in any form, such as from articles or magazines or on social media. We have time scarcity so we want only a nutshell report of that text. We can summarize our text in a few lines by removing unimportant text and converting the same text into smaller semantic text form.

Output

No alt text provided for this image
Text Summarization output

Model

In this approach I build algorithms or programs which will reduce the text size and create a summary of our text data. This is called automatic text summarization in machine learning.

To run the code

Download all the files in a one folder and run text_suammrization.py file on python.

要查看或添加评论,请登录

Pratik D.的更多文章

  • Pratik_model on PyPI

    Pratik_model on PyPI

    Dear LinkedIn community, I am thrilled to announce that I have successfully posted my Python package on the Python…

    4 条评论
  • Lazyme Package

    Lazyme Package

    Lazyme I created my own package named Lazyme. (coz I am????) This package can be used in machine learning (Data…

    2 条评论
  • Web Scraping

    Web Scraping

    The question is how will you extract website data is in a usable format? Here is your answer!! Web Scraping Web…

  • COVID-19 X-ray Classification Project

    COVID-19 X-ray Classification Project

    Background - In late January, a Chinese team published a paper detailing the clinical and para clinical features of…

社区洞察

其他会员也浏览了