Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 369 Bytes

File metadata and controls

13 lines (10 loc) · 369 Bytes

Advanced Extractive Text Summarizer

A skeleton Python project for summarizing long documents using NLP techniques.

Features

  • Extract key sentences (placeholder)
  • Score sentences based on importance (placeholder)
  • Cluster related sentences (placeholder)

How to Use

  1. Run python text_summarizer.py
  2. Enter your text
  3. View summary output (placeholder)