You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stanbol.apache.org by Michael Wechner <mi...@wyona.com> on 2020/04/16 14:41:45 UTC

NER using Stanbol

Hi

I have cloned the source of Stanbol and got it running locally :-)

whereas I had to skip the tests

mvn clean install -Dmaven.test.skip=true
java -Xmx1g -jar 
launchers/full/target/org.apache.stanbol.launchers.full-1.0.1-SNAPSHOT.jar

I would like to use Stanbol for Named Entity Recognition, like for example

<sentence>How old is <entity freebase-type="/people/person">Michael 
Wechner</entity>?</sentence>

Textrazor does this quite well https://www.textrazor.com/demo but seems 
to have some issues re upper and lower case.

Is something like this also possible with Stanbol?

I have tried

curl -X POST -H "Accept: text/turtle" -H "Content-type: text/plain" 
--data "How old is Michael Wechner?" http://localhost:8080/enhancer

but that does not really seem to do the same.

Thanks for your feedback!

Michael


Re: NER using Stanbol

Posted by Michael Wechner <mi...@wyona.com>.
Hi Alessandro

Thanks very much for the pointer, will give it a try as soon as possible.

All the best

Michael

Am 22.04.20 um 16:36 schrieb Alessandro Benedetti:
> Hi Michael,
> I know, unfortunately it didn't get enough community traction to go ahead.
> It is a shame, it is an interesting project, me and my ex colleagues worked
> a lot with it (and we still do as a company)
> But it is as it is :)
>
> For the documentation, I would start here :
>
> https://stanbol.apache.org/docs/trunk/components/enhancer/
>
> Hope it helps!
>
> Regards
>
>
>
> On Fri, 17 Apr 2020 at 16:07, Michael Wechner <mi...@wyona.com>
> wrote:
>
>> Hi Alessandro
>>
>> Thanks for your feedback!
>>
>> I am not sure actually, or rather got a little lost inside the
>> documentation, do you know which page describes this best?
>>
>> Btw, I read that Stanbol is being moved to the Attic. Will there be an
>> alternative, in particular for NER?
>>
>> Thanks
>>
>> Michael
>>
>> Am 17.04.20 um 16:06 schrieb Alessandro Benedetti:
>>> It is possible.
>>> Have you configured all the engines and knowledge base you want to do
>> Named
>>> Entity Recognition and Named Entity Linking from ?
>>>
>>> Regards
>>>
>>> On Thu, 16 Apr 2020 at 15:42, Michael Wechner <michael.wechner@wyona.com
>>>
>>> wrote:
>>>
>>>> Hi
>>>>
>>>> I have cloned the source of Stanbol and got it running locally :-)
>>>>
>>>> whereas I had to skip the tests
>>>>
>>>> mvn clean install -Dmaven.test.skip=true
>>>> java -Xmx1g -jar
>>>>
>> launchers/full/target/org.apache.stanbol.launchers.full-1.0.1-SNAPSHOT.jar
>>>> I would like to use Stanbol for Named Entity Recognition, like for
>> example
>>>> <sentence>How old is <entity freebase-type="/people/person">Michael
>>>> Wechner</entity>?</sentence>
>>>>
>>>> Textrazor does this quite well https://www.textrazor.com/demo but seems
>>>> to have some issues re upper and lower case.
>>>>
>>>> Is something like this also possible with Stanbol?
>>>>
>>>> I have tried
>>>>
>>>> curl -X POST -H "Accept: text/turtle" -H "Content-type: text/plain"
>>>> --data "How old is Michael Wechner?" http://localhost:8080/enhancer
>>>>
>>>> but that does not really seem to do the same.
>>>>
>>>> Thanks for your feedback!
>>>>
>>>> Michael
>>>>
>>>>
>>


Re: NER using Stanbol

Posted by Alessandro Benedetti <be...@gmail.com>.
Hi Michael,
I know, unfortunately it didn't get enough community traction to go ahead.
It is a shame, it is an interesting project, me and my ex colleagues worked
a lot with it (and we still do as a company)
But it is as it is :)

For the documentation, I would start here :

https://stanbol.apache.org/docs/trunk/components/enhancer/

Hope it helps!

Regards



On Fri, 17 Apr 2020 at 16:07, Michael Wechner <mi...@wyona.com>
wrote:

> Hi Alessandro
>
> Thanks for your feedback!
>
> I am not sure actually, or rather got a little lost inside the
> documentation, do you know which page describes this best?
>
> Btw, I read that Stanbol is being moved to the Attic. Will there be an
> alternative, in particular for NER?
>
> Thanks
>
> Michael
>
> Am 17.04.20 um 16:06 schrieb Alessandro Benedetti:
> > It is possible.
> > Have you configured all the engines and knowledge base you want to do
> Named
> > Entity Recognition and Named Entity Linking from ?
> >
> > Regards
> >
> > On Thu, 16 Apr 2020 at 15:42, Michael Wechner <michael.wechner@wyona.com
> >
> > wrote:
> >
> >> Hi
> >>
> >> I have cloned the source of Stanbol and got it running locally :-)
> >>
> >> whereas I had to skip the tests
> >>
> >> mvn clean install -Dmaven.test.skip=true
> >> java -Xmx1g -jar
> >>
> launchers/full/target/org.apache.stanbol.launchers.full-1.0.1-SNAPSHOT.jar
> >>
> >> I would like to use Stanbol for Named Entity Recognition, like for
> example
> >>
> >> <sentence>How old is <entity freebase-type="/people/person">Michael
> >> Wechner</entity>?</sentence>
> >>
> >> Textrazor does this quite well https://www.textrazor.com/demo but seems
> >> to have some issues re upper and lower case.
> >>
> >> Is something like this also possible with Stanbol?
> >>
> >> I have tried
> >>
> >> curl -X POST -H "Accept: text/turtle" -H "Content-type: text/plain"
> >> --data "How old is Michael Wechner?" http://localhost:8080/enhancer
> >>
> >> but that does not really seem to do the same.
> >>
> >> Thanks for your feedback!
> >>
> >> Michael
> >>
> >>
>
>

-- 
--------------------------

Benedetti Alessandro
Visiting card - http://about.me/alessandro_benedetti
Blog - http://alexbenedetti.blogspot.co.uk

"Tyger, tyger burning bright
In the forests of the night,
What immortal hand or eye
Could frame thy fearful symmetry?"

William Blake - Songs of Experience -1794 England

Re: NER using Stanbol

Posted by Michael Wechner <mi...@wyona.com>.
Hi Alessandro

Thanks for your feedback!

I am not sure actually, or rather got a little lost inside the 
documentation, do you know which page describes this best?

Btw, I read that Stanbol is being moved to the Attic. Will there be an 
alternative, in particular for NER?

Thanks

Michael

Am 17.04.20 um 16:06 schrieb Alessandro Benedetti:
> It is possible.
> Have you configured all the engines and knowledge base you want to do Named
> Entity Recognition and Named Entity Linking from ?
>
> Regards
>
> On Thu, 16 Apr 2020 at 15:42, Michael Wechner <mi...@wyona.com>
> wrote:
>
>> Hi
>>
>> I have cloned the source of Stanbol and got it running locally :-)
>>
>> whereas I had to skip the tests
>>
>> mvn clean install -Dmaven.test.skip=true
>> java -Xmx1g -jar
>> launchers/full/target/org.apache.stanbol.launchers.full-1.0.1-SNAPSHOT.jar
>>
>> I would like to use Stanbol for Named Entity Recognition, like for example
>>
>> <sentence>How old is <entity freebase-type="/people/person">Michael
>> Wechner</entity>?</sentence>
>>
>> Textrazor does this quite well https://www.textrazor.com/demo but seems
>> to have some issues re upper and lower case.
>>
>> Is something like this also possible with Stanbol?
>>
>> I have tried
>>
>> curl -X POST -H "Accept: text/turtle" -H "Content-type: text/plain"
>> --data "How old is Michael Wechner?" http://localhost:8080/enhancer
>>
>> but that does not really seem to do the same.
>>
>> Thanks for your feedback!
>>
>> Michael
>>
>>


Re: NER using Stanbol

Posted by Alessandro Benedetti <be...@gmail.com>.
It is possible.
Have you configured all the engines and knowledge base you want to do Named
Entity Recognition and Named Entity Linking from ?

Regards

On Thu, 16 Apr 2020 at 15:42, Michael Wechner <mi...@wyona.com>
wrote:

> Hi
>
> I have cloned the source of Stanbol and got it running locally :-)
>
> whereas I had to skip the tests
>
> mvn clean install -Dmaven.test.skip=true
> java -Xmx1g -jar
> launchers/full/target/org.apache.stanbol.launchers.full-1.0.1-SNAPSHOT.jar
>
> I would like to use Stanbol for Named Entity Recognition, like for example
>
> <sentence>How old is <entity freebase-type="/people/person">Michael
> Wechner</entity>?</sentence>
>
> Textrazor does this quite well https://www.textrazor.com/demo but seems
> to have some issues re upper and lower case.
>
> Is something like this also possible with Stanbol?
>
> I have tried
>
> curl -X POST -H "Accept: text/turtle" -H "Content-type: text/plain"
> --data "How old is Michael Wechner?" http://localhost:8080/enhancer
>
> but that does not really seem to do the same.
>
> Thanks for your feedback!
>
> Michael
>
>

-- 
--------------------------

Benedetti Alessandro
Visiting card - http://about.me/alessandro_benedetti
Blog - http://alexbenedetti.blogspot.co.uk

"Tyger, tyger burning bright
In the forests of the night,
What immortal hand or eye
Could frame thy fearful symmetry?"

William Blake - Songs of Experience -1794 England