logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ots - Open Text Summarizer

Authors

ots was written by Nadav Rotem <nadav256@hotmail.com>.

       This  manual  page  was written by Luis Paulo Linares <lpfllinares@gmail.com> for the Debian project (but
       may be used by others).

ots-1.0                                            2020-07-10                                             ots(1)

Description

       The  Open  Text  Summarizer  is  an  open source 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.

       OTS  is both a library and a command line tool. Word processors such as AbiWord and KWord can link to the
       library and summarize documents while the command line tool lets you summarize text on the  console.  The
       program  can  either  print  the summarized text as text or HTML. If in HTML, the important sentences are
       highlighted.

Examples

       Summarize the article from the Sacramento Bee and highlight the 20% of sentences most  important  to  the
       content of the article:

               $ ots --ratio 20 --html articles/sacbee1.txt

       Print sentences most important of the article:

               $ ots -a big_article.txt

Name

ots - Open Text Summarizer

Options

-?,--help
              Show help options.

       -v,--version
              Show version information.

       -r,--ratio=INT
              Summarization INT % [default = 20%].

       -o,--out=FILE
              Output FILE [default = stdout].

       -a,--about
              Only output the summary.

       -h,--html
              Output as html.

Synopsis

ots [OPTIONS] [file.txt | stdin]

See Also