Hello, Thank you for your detailed response once again!
On Mon, Sep 22, 2014 at 3:47 PM, Rupert Westenthaler < rupert.westentha...@gmail.com> wrote: > > So the model is selected behind the scenes based on the language > detected? > > Exactly. > > Okay, this is great. I didn't see any info in the output as to which engine was use. Is there a way to see the output of the different enhancement engines such as the POS tagger and the tokenizer etc? > > If you can not see the OpenCalais engine in this tab it means that you > do use an Stanbol Launcher that does not include the engine. In that > case you can simple install the required bundle (e.g. by copying the > jar to the "stanbol/fileinstall" folder or by installing it via the > Bundle tab of the Felix Webconsole. > > You can find the bundle at > > > enhancement-engines/opencalais/target/org.apache.stanbol.enhancer.engines.opencalais-{version}.jar > > in your local build. You can also download it from [1] but you will > need to rename the file to > "org.apache.stanbol.enhancer.engines.opencalais-1.0.0-SNAPSHOT.jar" > Okay, I didn't know that. I was simply using the stable launcher and assumed it should be good for this purpose. However, after adding OpenCalais with the help of what you described above, and registering an API key, I am still not able to run this engine. If i simply add the name of the engine in a chain like all the other engines, I get a message "opencalais (required, currently not available)". >From the documentation, the only method mentioned to use opencalais is through curl like: curl -i -X POST -H "Content-Type:text/plain" -T test/cv2.txt http://localhost:8080/engines However, with this approach, I get an error saying that "/engines" is not available. Even though I can navigate to http://localhost:8080/engines in the browser. Would you have any insights on this? Best Regards, Ghufran Mohammad Ghufran