summarize
summarize copied to clipboard
A Ruby C wrapper for Open Text Summarizer
``` 2 warnings generated. compiling dictionary.c dictionary.c:28:10: fatal error: 'libxml/xmlmemory.h' file not found #include ^~~~~~~~~~~~~~~~~~~~ 1 error generated. make: *** [dictionary.o] Error 1 make failed, exit code 2 Gem files...
I tried running `gem install summarize` but am getting the following error message: ``` Building native extensions. This could take a while... ERROR: Error installing summarize: ERROR: Failed to build...
Sean: First, thanks for your work on this. It's a lifesaver. But of course no good deed goes unpunished. I'm having trouble opening a custom dictionary file. The context is...
Hello, I'm trying to install gem on windows 8, with rails configured. When trying to install via bundler, I'm getting the following error: $ gem install summarize Temporarily enhancing PATH...
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...
I have all the necessary packages installed for summarize, the gem is installed via my gemfile in my rails 3 application, and in development it seems to be working correctly...