Closed jnehring closed 9 years ago
global-airports is already there. This depends on #33 and #15.
Hi Jan, the "global airports" dataset can be already consumed via FREME NER. Check
curl -v -X POST "http://api-dev.freme-project.eu/current/e-entity/freme-ner/documents/?informat=text&outformat=turtle&language=en&dataset=global_airports" -d "Mangshi Airport" -H "Content-Type:"
The taIdentRef
and taClassRef
information have been also fixed - bug in the code.
I tried above curl again and now it works.
I tried out global airports dataset. This query
produces this output
So the two airports in the text are identified as airports but the class is empty and there is no link.