Which Prolog implementation did you use? I tried SWI-Prolog with the JPL package (http://www.swi-prolog.org/packages/jpl/java_api/index.html) a while ago within an UIMA pipeline. It worked fine with a small number of documents, but it did not scale and would throw an exception when the number of documents was in the hundreds.
Thanks, Frank On 2/24/11 1:01 PM, "Eddie Epstein" <eaepst...@gmail.com> wrote: >> > But my favorite part is Prolog. :) Dear old rumply lovable Prolog. PROLOG! >> > >> > I looked around the apache UIMA site and didn't see anything specific >> > about supporting Prolog though - is that included in the generic UIMA >> > or is this some specific IBM add-on? > > The Prolog functionality was wrapped by a Java annotator using the > JNI. A typical method for making non-Java analytics UIMA compliant. > > Eddie >