louismullie / treat

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

link parser integration #18

Open apohllo opened 12 years ago

apohllo commented 12 years ago

The gem is available at github: https://github.com/ged/linkparser

It is much easier (at least for me) to install the required C libraries (they are part of AbiWord) than Enju parser.

louismullie commented 12 years ago

Yup, that would be a great feature to add, although I'm currently focusing on solidifying the core libraries before starting to work on new stuff. Are you interested in working on a wrapper? You could use /lib/treat/workers/processors/parsers/stanford.rb as an example.

louismullie commented 11 years ago

We've got @jbnunn working on this one currently.