louismullie / treat

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

Add a general document reader class using Yomu #51

Closed Erol closed 11 years ago

Erol commented 11 years ago

Saw that you listed using Yomu in your ideas for contributing page. Here it is. :)

I left all the specific readers untouched and Yomu will only be called to parse text when there is no specific reader present - for example: .docx files.

louismullie commented 11 years ago

Thanks a lot!

louismullie commented 11 years ago

Would you be interested in making this available on MRI using bind-it?

Erol commented 11 years ago

Sure, I'll give it a shot!