ssoper / summarize

A Ruby C wrapper for Open Text Summarizer
http://intridea.com/2010/12/3/summarize-a-ruby-c-binding-for-open-text-summarizer
205 stars 14 forks source link

Accessing keywords / about #1

Closed igrigorik closed 13 years ago

igrigorik commented 13 years ago

More of a feature request rather than a bug.. But would be nice to get access to --about (since --keywords is deprecated), which simply returns the top keywords/topics for the input doc!

ex:

ots ig1 --about Article talks about "concurrent,models,process,threads,channels"

ssoper commented 13 years ago

shouldnt be too hard to implement, will do.

ssoper commented 13 years ago

Done (v 1.0.3)

igrigorik commented 13 years ago

Awesome. Thanks!