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