3

I would like to host my own version of the boilerpipe web API (http://code.google.com/p/boilerpipe/). The appspot site is http://boilerpipe-web.appspot.com/

I would like to self host it. Can someone give me directions on how to use the Boilerpipe JAR to create a webpage ?

hippietrail
  • 15,848
  • 18
  • 99
  • 158
Kiran
  • 31
  • 2
  • 1
    Did you ever get this running? I'm working in Node.js and I'm really interested in getting Boilerpipe to work. I'm not very good in Java, so it would be easier to just have a service running on localhost, then to write some kind of interface. – Fabdrol Nov 23 '12 at 15:04

1 Answers1

10

I am the author of boilerpipe.

Boilerpipe's demo web application boilerpipe-web is not part of the boilerpipe-core jar. To imitate its functionality you will need to write some Java Servlet around boilerpipe-core.

I'll probably release the source of boilerpipe-web at some point, so you don't have to bother with.

Rais Alam
  • 6,970
  • 12
  • 53
  • 84
Christian Kohlschütter
  • 3,032
  • 1
  • 18
  • 13
  • 1
    Dr. Kohlschütter, have you made any progress on the release of the `boilerpipe-web` source? I too would be very interesting in using it. Many thanks. – willlma May 11 '13 at 14:52