https://github.com/chamikamunithunga/summarize
Text Summarization Program This program provides an easy way to summarize input text using Natural Language Processing (NLP) techniques.
https://github.com/chamikamunithunga/summarize
Last synced: 4 months ago
JSON representation
Text Summarization Program This program provides an easy way to summarize input text using Natural Language Processing (NLP) techniques.
- Host: GitHub
- URL: https://github.com/chamikamunithunga/summarize
- Owner: chamikamunithunga
- Created: 2024-10-16T16:45:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-16T16:47:26.000Z (over 1 year ago)
- Last Synced: 2025-10-31T06:02:58.441Z (8 months ago)
- Language: Python
- Homepage:
- Size: 1.71 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Text Summarization Program


This program provides an easy way to summarize input text using Natural Language Processing (NLP) techniques. It leverages the `nltk` library to tokenize and summarize the text effectively.
## Features
------------
- Input any text and get a concise summary.
- Utilizes NLTK for natural language processing.
- Easy to use and implement.