Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 639 Bytes

File metadata and controls

31 lines (20 loc) · 639 Bytes

summarizer4u Downloads

Get your text summarized !

Installation

Use the package manager pip to install.

pip install summarizer4u

Install from source

cd summarizer4u 
python setup.py

Usage

from summarizer4u import summary

text = summary("your text to get summarized go here")

print(text)

License

MIT