underspecified / web-ka

Web-scale knowledge acquisition
Other
11 stars 8 forks source link

How to get from raw text input to reverb output? #2

Open jeroenvandijk opened 11 years ago

jeroenvandijk commented 11 years ago

Hi,

First, thanks for open sourcing this library!

I would like to get a better understanding of the Espresso algorithm. I would like to run your code against arbitrary text to see what happens. I don't understand and can't find how to turn raw text into something that I can feed to this library.

Could you explain what kind of preprocessing this library requires or how raw text needs to be fed to the cli commands?

Thanks a lot in advance, Jeroen

underspecified commented 11 years ago

Thanks for the interest in my project.
You need to extract relation-argument tuples from raw text before running Espresso.
See the ReVerb project for open source tools: https://github.com/knowitall/reverb-core/

Eric

On Friday, June 14, 2013 at 6:06 AM, Jeroen van Dijk wrote:

Hi, First, thanks for open sourcing this library! I would like to get a better understanding of the Espresso algorithm. I would like to run your code against arbitrary text to see what happens. I don't understand and can't find how to turn raw text into something that I can feed to this library. Could you explain what kind of preprocessing this library requires or how raw text needs to be fed to the cli commands? Thanks a lot in advance, Jeroen

— Reply to this email directly or view it on GitHub (https://github.com/underspecified/web-ka/issues/2).