freme-project/e-Entity

P3: FREME NER could give back several links after entity linking

Closed this issue · 5 comments

Currently FREME NER for entity linking just gives back the first entity identifier found. This leads to a lot of false positive, even after good entity classification, e.g.
Type: http://nerd.eurecom.fr/ontology#Location
Identifier: http://dbpedia.org/resource/Paris_(band)
If FREME NER would give back all matching identiefers the user could choose in a subsequent e-Link step, e.g. for the URIs that are of type city. If the domain of the enrichment workflow is know defining such e-Link templates may be a feasable task.

m1ci commented

This feature is implemented in FREME NER - it returns top-N links for each entity.
Pending integration of this feature in e-Entity.

m1ci commented

Integrated. Please check following request (note the numLinks parameter):

curl -v -X POST "http://api-dev.freme-project.eu/current/e-entity/freme-ner/documents/?informat=text&input=Diego&outformat=turtle&language=en&dataset=dbpedia&numLinks=2"

@m1ci please create an issue in the documentation repository to update the documentation according to the new parameter.

I tested it and it works fine.