freme-project / e-Entity

Apache License 2.0
1 stars 1 forks source link

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

Closed fsasaki closed 8 years ago

fsasaki commented 8 years ago

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 8 years ago

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 8 years ago

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"
jnehring commented 8 years ago

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

m1ci commented 8 years ago

documented, see: https://github.com/freme-project/Documentation/issues/47

jnehring commented 8 years ago

I tested it and it works fine.