PoetryOffice / Write

A word processor for the Haiku operating system
MIT License
3 stars 0 forks source link

Implement Document summarization #61

Open richienyhus opened 8 years ago

richienyhus commented 8 years ago

https://en.wikipedia.org/wiki/Automatic_summarization This could be used in metadata/attributes for document management and search or could be used to an actual summary such as a blurb or academic introduction. Could be inplamented as plugin for single-documents or a daemon for multi-document summarization.

https://github.com/pratiksaha/sumsense C & BSD

https://github.com/ayushkalani/TextRank-Summarization Python & MIT

https://github.com/prabhdeep311/SummaryTool C++ & GPL