Skip to content

Reduction is a python script which automatically summarizes a text by extracting the sentences which are deemed to be most important.

Notifications You must be signed in to change notification settings

adamfabish/Reduction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Reduction

Reduction is a python script which automatically summarizes a text by extracting the sentences which are deemed to be most important.

Example usage:

from reduction import *
reduction = Reduction()
text = open('filename.txt').read()
reduction_ratio = 0.5
reduced_text = reduction.reduce(text, reduction_ratio)

About

Reduction is a python script which automatically summarizes a text by extracting the sentences which are deemed to be most important.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages