Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 428 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 428 Bytes

SumBasic

Implementation of SumBasic. Can be used to summarize news articles.

Running the Program

Type the following in the command line:

python <simplified|orig|leading> <document path regex>

simplified is a modified version of SumBasic that does not include non-redundancy updates

orig is a simple implementation of SumBasic

leading just takes the first few sentences of the first document