Essay Summarizer.
Project description
Essay Summarizer
Discription
EssaySummarizer is a powerful and user-friendly Python package designed to facilitate the summarization of large essays or text documents. Leveraging Natural Language Processing (NLP) techniques, EssaySummarizer aims to condense lengthy texts while ensuring grammatical correctness. The package utilizes the NLTK (Natural Language Toolkit) library, which provides a wide range of NLP functionalities. It leverages techniques such as tokenization, stop word removal, lemmatization, and sentence scoring to extract the most relevant information from the essay.
Usage
- Make sure you have Python installed in your system.
- Run Following command in the Terminal.
pip install EssaySummarizer
Example
# test.py
import EssaySummarizer
## To run
sentence = EssaySummarizer.summarize_essay(essay,num_sentences) # default num_sentences=3
print(sentence)
Run the following Script.
python test.py
Note
- I have tried to implement all the functionality, it might have some bugs also. Ignore that or please try to solve that bug.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
EssaySummarizer-0.0.2.tar.gz
(3.3 kB
view hashes)
Built Distribution
Close
Hashes for EssaySummarizer-0.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 96490b102bb033b4ae1a03e4b59aa2b3aaf71b25f6f1be75be12736972eb29b9 |
|
MD5 | b953a98f383eee15a1ee69c85f47e7c0 |
|
BLAKE2b-256 | da806f1ec127d3a2eb554bbeafb0b0897e949560a744adb56be27f343103850a |