A Python package which will helps you to get summary report of any webpage content or summary of paragraphs
Project description
Keyboard press count and Mouse event count
A Python package which will hepls you to get summary report of any webpage content or simply pass some content and get summary
Usage
simply import
open terminal and run python then
import nltk
nltk.download('punkt')
nltk.download('stopwords')
from get_summary import createsummary
AND THEN
pass some text over
contents = "your text or content"
n = number of paragraph
summary = createsummary.summarize()
summary = summary.get_summary(contents, n)
print(summary)
Get Summary
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
get_summary-0.0.0.3.tar.gz
(3.6 kB
view hashes)
Built Distribution
Close
Hashes for get_summary-0.0.0.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6bbf24499a1140c1f6631146e32e3563d82ed046ca5782d2cfbcbb5b20e7a67d |
|
MD5 | be4ee2fd30b50efc261729880abd1335 |
|
BLAKE2b-256 | b8658079a7a60c1e7a46894df7dca55464beb10ab1d1a53aace5a9fb5066b84c |