-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing annotations on NIF service response #171
Comments
Ah yes, the services provides blank nodes (with no further properties) as a result of the matching. DBpedia NL is working fine
|
for the whole text corpus (10 texts) we recieve 212 of these erroneous matches
|
The curl you provided does not work. I changed the server. And I changed the output format for better readibility: curl -X POST --header 'Content-Type: text/plain' --header 'Accept: text/turtle' -d "Voor de details waarbij een ankerloze spouwmuur aansluit op een plat dak is ter voorkoming van brandoverslag / branddoorslag een 15 mm vezelversterkte gipskartonplaat als plafond aangegeven. " 'http://rv1460.1blu.de/current/e-entity/freme-ner/documents?prefix='http://data.sbrcurnet.nl/Infobladen/008/nif'&language=nl&dataset=sbr2&mode=all&nif-version=2.1' The output:
There are no entity annotations. I think it is the same bug as #170 The language model does not spot the entities and therefore they are not send to linking. Besides this the NIF isString property is produced twice. Therefore I reopened #161 |
Hi guys,
so the error is simple and legit:
Terms.nt
We uploaded the terms.nt as SBR2 and it seems to have been uploaded correctly. We attached the terms.nt file, wich contains this line:
<http://data.sbrcurnet/Referentiedetail/204.4.2.01> <http://www.w3.org/2004/02/skos/core#prefLabel> "ankerloze spouwmuur"@nl .
terms.nt.zip
entity linking
entities are not matched in the text, although there is a direct occurrence.
Below is the snippet and the terms.nt to reproduce the bug.
The text was updated successfully, but these errors were encountered: