Skip to main content

Essay Summarizer.

Project description

Essay Summarizer

forthebadge made-with-python
Python 3.6

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


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)

Uploaded Source

Built Distribution

EssaySummarizer-0.0.2-py3-none-any.whl (3.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page