ernestojimenezruiz / logmap-matcher

LogMap: An Ontology Alignment and Alignment Repair System
Apache License 2.0
117 stars 31 forks source link

question regarding matching CoNLL output with NER tags containing B-ORG GPE #26

Open obkhan opened 2 years ago

obkhan commented 2 years ago

Hi,

I have been successfully able to extract entities into CoNLL-RDF into a NER annotation for a Word class.

See below for the source CoNLL-RDF: https://github.com/acoli-repo/conll-rdf/issues/84#issuecomment-1101055331

And created resulting ttl: Source: https://www.richmondfed.org/publications/research/coronavirus/economic_impact_covid-19_11-10-21 How Charlotte’s Banks Responded to COVID-19 By Elizabeth Medlin - The Federal Reserve Bank of Richmond ( Views expressed in this article are those of the authors and not necessarily those of their respective Reserve Banks or the Federal Reserve System.)

economic_impact_covid_ner.ttl.zip

But would like to match this output to an ontology - in particular the NER annotations , I'm not having a lot of luck doing so. I thinks some of it has to do with my source ttl and I'm missing some necessary steps?

Any suggestions in what I could try with LogMap? I would be glad to try to clarify if I'm not asking the right question.

ernestojimenezruiz commented 2 years ago

Hi

LogMap relies on the OWL API to load the input ontologies. A problem may also be if the ttl data file lacks information/definitions about the TBOX (e.g. concepts and properties). Which is the problem you are encountering?

Ernesto