Skip to content

dhruvg029/Text-Summarization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Text Summarization Using Regex

This code demonstrates the use of Natural Language Processing libraries and tools like NLTK and Spacy, and regular expressions. It summarizes a bunch of long texts and new articles into concise and accurate summaries. The code is an application of a Sequence-2-Sequence model, which is designed for tasks involving sequential data. It takes an input sequence, processes it, and generates an output sequence.

Introduction

Text summarization refers to the technique of condensing a lengthy text document into a well-written summary that captures the essential information and main ideas of the original text, achieved by highlighting the significant points of the document.

Dataset

The dataset used here is a NEWS SUMMARY dataset from Kaggle. It consists of 4515 examples and contains Author_name, Headlines, Url of Article, Short text, Complete Article.

About

Code for summarizing long texts and new articles with Regex and Seq2Seq.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors