louismullie / treat

Natural language processing framework for Ruby.
Other
1.36k stars 128 forks source link

LoadError: cannot load such file -- ruby-readability #61

Closed realdoug closed 10 years ago

realdoug commented 11 years ago

upon installing the gem, the following line of code, produced the above error.

d = document 'http://en.wikipedia.org/wiki/Sack_of_Amorium' 

After a quick google, installing this gem solves the issue. Would the solution just be to add ruby-readability as a runtime dependency in the gemspec? If so, I'd be glad to submit a PR.

voronoipotato commented 11 years ago

which gem? I can't click the link for some reason

louismullie commented 11 years ago

Hi guys,

Yes, we should probably add this gem to the gemspec / Gemfile. I can take care of it later tonight, of course I won't mind if someone beats me to it :)

realdoug commented 10 years ago

Sry to be late getting back to this. The gem is called ruby-readability and @louismullie I'd be glad to beat you to it!