https://github.com/akash-rajak/text-summarizer
Python script to summarize the huge text or paragraph in brief.
https://github.com/akash-rajak/text-summarizer
gui nltk python3 text-summarizer tkinter
Last synced: 12 months ago
JSON representation
Python script to summarize the huge text or paragraph in brief.
- Host: GitHub
- URL: https://github.com/akash-rajak/text-summarizer
- Owner: akash-rajak
- Created: 2021-07-31T17:45:47.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-07T15:58:31.000Z (over 4 years ago)
- Last Synced: 2025-06-25T22:03:00.566Z (12 months ago)
- Topics: gui, nltk, python3, text-summarizer, tkinter
- Language: Python
- Homepage:
- Size: 1.64 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## ✔ TEXT SUMMARIZER
- A "Text Summarizer" is an application created in python with tkinter gui.
- In this application, user will be able summarize any big paragrah or text.
- We need this application because long paragraph and huge text are sometimes very tough to read and understand.
- So using TEXT SUMMARIZER, we summarize the paragraph in brief.
- for implementing this user nltk library in python.
****
### REQUIREMENTS :
- python 3
- tkinter module
- from tkinter messagebox module
- from PIL import Image, ImageTk
- nltk
****
### How this Script works :
- User just need to download the file and run the text_summarizer.py on their local system.
- Now a GUI window will appear, where user will be able to see START and EXIT button.
- When user clicks on the START button main text summarizing application will open, where user can enter any huge paragraph or text and can summarize it.
- Thus this script will segment the given paragraph into sentences which are easy to read and understand in real life.
- Also there is a CLEAR button, clicking on which user can clears the text area.
- Also there is an EXIT button, clicking on which exit dialog box appears asking for the permission of the user for closing the window.
### Purpose :
- This scripts helps user to easily summarize the huge paragraph or text for better readability.
### Compilation Steps :
- Install tkinter, PIL, nltk
- After that download the code file, and run text_summarizer.py on local system.
- Then the script will start running and user can explore by entering any huge paragraph or text and summarizing it.
****
### SCREENSHOTS :









****
### Author :
- Akash Ramanand Rajak