ots 0.5.0
Tool for summarizing texts
The Open Text Summarizer is a library and command-line tool for summarizing texts. The program reads a text and decides which sentences are important and which are not. OTS will create a short summary or will highlight the main ideas in the text.
The program can either print the summarized text as plain text or HTML. If in HTML, the important sentences are highlighted.
The program is multi lingual and works with UTF-8 encoding.
- Outputs:
out
- Website: http://libots.sourceforge.net/
- Licenses: GPL 2+
- Package source: gnu/packages/ots.scm
- Builds: See build status
- Issues: See known issues
Installation
Install ots 0.5.0
as follows:
guix install ots@0.5.0
Or install the latest version:
guix install ots
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.