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.wech...@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



Reply via email to