Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

History

History
History

README.md

Outline

Document-Summary-Creater

A python script to create a sentence summary

Prerequisites

This script needs Python 3.*

pip install these libraries from requirements.txt

  • sumy
  • spacy
  • neologdn

and run the command to download some libraries

$ python -m spacy download en_core_web_sm
$ python -c "import nltk; nltk.download('punkt')"

Usage:

  • Run main.py and enter the path of the text file
  • After that, a text file that summarizes the read text file into two tenths is created
Morty Proxy This is a proxified and sanitized view of the page, visit original site.