Skip to content

kjin97/sumuraizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages