RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

Another rubygem to summarize text

I just spent a few days cleaning up a ruby interface to Open Text Summarizer that I had written a year or so back. https://github.com/deepfryed/ots

There is fair bit of overlap to https://github.com/ssoper/summarize which I came across later.

The main differences are: 1. ots avoids extending core classes. 2. parses text only once in case you need to summarize the text again, get keywords or topics. 3. fixes issues in libots that results in segmentation fault in multi-threaded environments while using other gems using libxml2.

Any feedback is much appreciated!

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in