Javascript Text Summarization Module

Overview

Text summarization is the process of abridging the text in a way that the
summarized form retains the original message of the text. There are two
techniques of summarization: extractive and abstractive. The extractive
techniques work by selecting the sentences from the original that are
strong candidates to be appeared in the summary.

Javascript text summarization module summarizes input text by using
extractive summarization techniques. It uses advanced NLP algorithms and
provides the most relevant summary of the input content.It can be
easily integrated with any web application

Features

  • Summarization of input text using advanced NLP algorithms
  • Easy to use
  • No use of external libraries

Related