clamsproject / app-dbpedia-spotlight-wrapper

CLAMS wrapper for DBpedia Spotlight
Apache License 2.0
0 stars 0 forks source link

NEL-only mode #1

Open keighrim opened 1 year ago

keighrim commented 1 year ago

New Feature Summary

We'd like the app to be able to work in "NEL-only" mode, namely taking existing NE annotations and generate linkages to dbpedia entries. For now we don't have a good knowledge how to achieve this. This could be any of

  1. simply toggling some parameter in the underlying analyzer software (the spotlight)
  2. modifying parts of source code of the spotlight
  3. grant the results from analyzer as they are and add post-processing to return the intersection of existing NER and the spotlight NER
  4. and other possibility