Hi, I have never used Apache Stanbol and I'd like to try it with a small HelloWorld Java example to learn how to interact/use Stanbol programmatically rather than via REST / HTTP. Is it possible?
I found a list of interesting "Enhancement Engines" [1], can someone help me (or point me at if there is one) to write a small HellWorld Java example with Stanbol? Let's say I have some text and I want to try the "Named Entity Extraction Enhancement Engine" or the "Named Entity Tagging Engine" how do I do this with a Java program (not via REST / HTTP)? Thank you, Paolo PS: I had a quick look at the sources, there are many modules [2]... is there a map? By the way, I checked Stanbol out and I was able to install it (via mvn clean install... 24 minutes :-)), but mvn package failed for me. [1] http://incubator.apache.org/stanbol/docs/trunk/engines.html [2] http://svn.apache.org/repos/asf/incubator/stanbol/trunk/
