A python script to create a sentence summary
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')"
- 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