EssaySummarizer


NameEssaySummarizer JSON
Version 0.0.2 PyPI version JSON
download
home_page
SummaryEssay Summarizer.
upload_time2023-06-16 07:29:43
maintainer
docs_urlNone
authorUjjwal Reddy K S
requires_python>=3.6
license
keywords essay summarizer nltk
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Essay Summarizer
[![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/)                 
[![Python 3.6](https://img.shields.io/badge/python-3.6-blue.svg)](https://www.python.org/downloads/release/python-360/)   

## 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.




            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "EssaySummarizer",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "Essay,Summarizer,nltk",
    "author": "Ujjwal Reddy K S",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/29/e7/d56133c7914f1f7b6650d7eb6f8596ba0b00f789d144b9ad68795a76f533/EssaySummarizer-0.0.2.tar.gz",
    "platform": null,
    "description": "# Essay Summarizer\n[![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/)                 \n[![Python 3.6](https://img.shields.io/badge/python-3.6-blue.svg)](https://www.python.org/downloads/release/python-360/)   \n\n## Discription\nEssaySummarizer 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.\n\n## Usage\n\n- Make sure you have Python installed in your system.\n- Run Following command in the Terminal.\n ```\n  pip install EssaySummarizer\n  ```\n## Example\n\n ```\n# test.py\nimport EssaySummarizer\n\n## To run\n\nsentence = EssaySummarizer.summarize_essay(essay,num_sentences) # default num_sentences=3\n\nprint(sentence)\n```\n\n## Run the following Script.\n ```\n  python test.py\n ```\n\n## Note \n- I have tried to implement all the functionality, it might have some bugs also. Ignore that or please try to solve that bug.\n\n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Essay Summarizer.",
    "version": "0.0.2",
    "project_urls": null,
    "split_keywords": [
        "essay",
        "summarizer",
        "nltk"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "da806f1ec127d3a2eb554bbeafb0b0897e949560a744adb56be27f343103850a",
                "md5": "b953a98f383eee15a1ee69c85f47e7c0",
                "sha256": "96490b102bb033b4ae1a03e4b59aa2b3aaf71b25f6f1be75be12736972eb29b9"
            },
            "downloads": -1,
            "filename": "EssaySummarizer-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b953a98f383eee15a1ee69c85f47e7c0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 3500,
            "upload_time": "2023-06-16T07:29:41",
            "upload_time_iso_8601": "2023-06-16T07:29:41.736203Z",
            "url": "https://files.pythonhosted.org/packages/da/80/6f1ec127d3a2eb554bbeafb0b0897e949560a744adb56be27f343103850a/EssaySummarizer-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "29e7d56133c7914f1f7b6650d7eb6f8596ba0b00f789d144b9ad68795a76f533",
                "md5": "11b730703dedfc181accfea61bd65ee4",
                "sha256": "b055fd76b95b3390f4efd871677f3a73168fc49297c29a7b80f8f89848ba5128"
            },
            "downloads": -1,
            "filename": "EssaySummarizer-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "11b730703dedfc181accfea61bd65ee4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 3258,
            "upload_time": "2023-06-16T07:29:43",
            "upload_time_iso_8601": "2023-06-16T07:29:43.903514Z",
            "url": "https://files.pythonhosted.org/packages/29/e7/d56133c7914f1f7b6650d7eb6f8596ba0b00f789d144b9ad68795a76f533/EssaySummarizer-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-16 07:29:43",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "essaysummarizer"
}
        
Elapsed time: 0.08401s