Open darioloetscher opened 7 years ago
Hi @darioloetscher, These spotters are part of Lucene implementation that is not available in our endpoint.
Under [api/model].dbpedia-spotlight.org, we have an approach described at Improving Efficiency and Accuracy in Multilingual Entity Extraction that has just one spotter.
Best,
Thanks for your fast answer.
Where can i find the Lucene implementation? The "main" Repository https://github.com/dbpedia-spotlight/dbpedia-spotlight looks something like that... but im not really sure, in its docs it says:
We will keep this repository just to historical references. Every issue opened should be closed and reopened in their respective repositories.
and it is not building which is obviously a problem :)
In your downloads sections, there is a Lucene Model nearly 40gb or something... the models for this code are only about 1.5gb? As a rule of dumb normally the results off way bigger models are better, is this the case here?
Where do i find a documentation on how to deploy the lucene version locally with the spotters enabled?
I hope to use spotlight for the next years as a dependency of my project. Is the lucene version actively developed or are u guys dropping it? In that case i would be better off coding spotters for this spotlight version. Nevertheless by now i just need some test results with different spotters, in short with lucene and if its a success i will code them for this project and pushing them up (in some weeks^^).
Thanks
Hey,
In the source code there are a bunch of spotters available. I can not figure out how to get them loaded. Can someone give me a short tutorial on setting up different spotters? Would be awesome if you additionally link me the needed models.
I wanted to try out the different spotters on the demo server http://model.dbpedia-spotlight.org/en/spot .
Thats the code snipped i used:
With the following spotters:
But unlucky i get the absolutly same results ... doesnt look like the spotters changed. The api even accepted a "bliblablubspotter". Which indicates that only the default seems to run.
What am I getting wrong?