Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 566 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 566 Bytes

Sumuraizer

Summarises an article into a few sentences using the bag-of-words model. Retains sentence order from original article.

usage: sumuraizer.py [-h] [--url] [location]

Summarize a document from a file, or the command line if no file is provided.

positional arguments:
  location    location of the document file

optional arguments:
  -h, --help  show this help message and exit
  --url       pull an article from the web (default: from filesystem)

Note: the program cannot read multi-paragraph articles from command line in its current state.