You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stanbol.apache.org by Anuj Kumar <an...@gmail.com> on 2011/06/23 19:42:30 UTC

Re: How to get started?

Hi Rupert,

It's late but yes, I moved to my Linux machine and I am able to build
the trunk now. I am able to start the instance and its all fine. My
next question is about integration of my existing annotators, tdb
instance and solr indexes.

What is the best way to integrate my existing pieces with Stanbol? As
far as I can make out, I need to write one or more engines that get
hold of uploaded/posted content and then call my annotation service to
get the annotations.

Is that the right way to go? Also, if there is any documentation on
how to create the engines, where to specify the details, etc. that
will help to get started faster. If it isn't in-place yet, are there
any unit tests for the same?

Thanks,
Anuj

On Sat, May 14, 2011 at 12:53 AM, Rupert Westenthaler
<ru...@gmail.com> wrote:
> Hi
>
> Based on the log the Error is related to
> "https://issues.apache.org/jira/browse/CLEREZZA-518" (see also [1])
> and is already resolved.
>
> Please make sure that you update the the "ext.com.ibm.icu" bundle of
> Apache Clerezza.
> This should resolve the issue
>
> best
> Rupert
>
> [1] http://markmail.org/thread/msrz6dgu7mo4wt4s
>
> On Fri, May 13, 2011 at 9:11 PM, Anuj Kumar <an...@gmail.com> wrote:
>> Thanks Rupert. I have attached the log file with this mail.
>> Regards,
>> Anuj
>>
>> On Sat, May 14, 2011 at 12:15 AM, Rupert Westenthaler
>> <ru...@gmail.com> wrote:
>>>
>>> Hi Anuj
>>>
>>> On Fri, May 13, 2011 at 8:16 PM, Anuj Kumar <an...@gmail.com> wrote:
>>> > Hi Rupert,
>>> > I tried refreshing to the revision you mentioned but no luck. Errors but
>>> > this time due to startup of engines. These tests failed after a series
>>> > of
>>> > 404 -
>>> The integration test start a stanbol server with the default configuration
>>> and
>>> wait up to 3 minutes for the RESTful services to be up and running.
>>>
>>> This usually means that something went wrong during the initialization of
>>> the
>>> server. The logs can be found at
>>> stanbol/integration-tests/sling/logs/error.log
>>>
>>> > I will be using my Linux box instead.
>>>
>>> That should work for sure. I will try to resolve identify this on
>>> Monday. Would be nice if you could provide the logs.
>>>
>>> best
>>> Rupert Westenthaler
>>>
>>>
>>> --
>>> | Rupert Westenthaler             rupert.westenthaler@gmail.com
>>> | Bodenlehenstraße 11                             ++43-699-11108907
>>> | A-5500 Bischofshofen
>>
>>
>
>
>
> --
> | Rupert Westenthaler             rupert.westenthaler@gmail.com
> | Bodenlehenstraße 11                             ++43-699-11108907
> | A-5500 Bischofshofen
>

Re: How to get started?

Posted by Anuj Kumar <an...@gmail.com>.
Thanks Fabian. This will be of great help.

Regards,
Anuj

On Fri, Jun 24, 2011 at 2:51 PM, Fabian Christ
<ch...@googlemail.com> wrote:
> Hi Anuj,
>
> 2011/6/23 Anuj Kumar <an...@gmail.com>:
>> What is the best way to integrate my existing pieces with Stanbol? As
>> far as I can make out, I need to write one or more engines that get
>> hold of uploaded/posted content and then call my annotation service to
>> get the annotations.
>>
>> Is that the right way to go? Also, if there is any documentation on
>> how to create the engines, where to specify the details, etc. that
>> will help to get started faster. If it isn't in-place yet, are there
>> any unit tests for the same?
>
> Yes that would be the way to go. Unfortunately, there is not much
> documentation but there are some existing engines in Stanbol that may
> be useful as a starting point. We have some documents from the IKS
> project and the "FISE" component [1] which has moved to Stanbol and is
> now called the "Stanbol Enhancer". Maybe this helps as the interfaces
> haven't changed much (or not at all).
>
> [1] http://wiki.iks-project.eu/index.php/FISE
>
> Best,
>  - Fabian
>

Re: How to get started?

Posted by Fabian Christ <ch...@googlemail.com>.
Hi Anuj,

2011/6/23 Anuj Kumar <an...@gmail.com>:
> What is the best way to integrate my existing pieces with Stanbol? As
> far as I can make out, I need to write one or more engines that get
> hold of uploaded/posted content and then call my annotation service to
> get the annotations.
>
> Is that the right way to go? Also, if there is any documentation on
> how to create the engines, where to specify the details, etc. that
> will help to get started faster. If it isn't in-place yet, are there
> any unit tests for the same?

Yes that would be the way to go. Unfortunately, there is not much
documentation but there are some existing engines in Stanbol that may
be useful as a starting point. We have some documents from the IKS
project and the "FISE" component [1] which has moved to Stanbol and is
now called the "Stanbol Enhancer". Maybe this helps as the interfaces
haven't changed much (or not at all).

[1] http://wiki.iks-project.eu/index.php/FISE

Best,
  - Fabian