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

undefined method 'summarize' #2

Open Yakito opened 12 years ago

Yakito commented 12 years ago

Hello,

After installing the gem and trying to run a test through irb like:

"My string".summarize(:ratio => 25)

I always get the following error:

NoMethodError: undefined method `summarize' for "your_string":String

It looks like although the gem is installed it is not being recognized. I doubled check I have glib2 and libxml2 installed.

Any idea on how to solve this? Thanks!

stupied4ever commented 11 years ago

Are you sure you require 'summarize'?

jspillers commented 10 years ago

same problem when I tried to test this gem

stupied4ever commented 10 years ago

I did a PR a long time ago on this gem, it was never merged, take a look at:

https://github.com/dasdad/summarize