Re: Integrate PowerLoom with java application
Hans Chalupsky <[email protected]>
| Newsgroups | gmane.comp.ai.powerloom |
|---|---|
| Message-ID | <[email protected]> |
You can call the various PowerLoom API from your Java applications to evaluate PowerLoom commands such as assertions, queries, etc. Look at the PowerLoom API section of the manual at http://www.isi.edu/isd/LOOM/PowerLoom/documentation/manual/manual_9.html#SEC44 Also, look at the "Java API" section for Java-specific calling conventions. I'm not sure what you mean by "get it compiled by the PowerLoom system", but all you need to do to link PowerLoom with your Java application is to include "powerloom.jar" in your class path. Hans >>>>> Shamima Mithun <[email protected]> writes: > Hi all > Can anyone help me with the following issue: > I would like to integrate a java application with PowerLoom system such that > 1. The java application can give an input (which is a PowerLoom statement) to PowerLoom system and get it compiled by the PowerLoom system. > 2. The java application can query the knowledge base generated by PowerLoom > Thanks. > Shamima