LIMES icon indicating copy to clipboard operation
LIMES copied to clipboard

[WebUI] Explorer for Results

Open kvndrsslr opened this issue 4 years ago • 1 comments

In the active learning view, we already have a feature to explore the caches of . It should be possible to reuse this view to explore the results of a linking task.

Todo:

  • [ ] support in backend @kvndrsslr
  • [ ] support in frontend @pskLana

kvndrsslr avatar Jul 02 '20 10:07 kvndrsslr

In Link Discovery, we commonly call the two input datasets Source and Target (S, T). M is the mapping, i.e. the output of LIMES. (s,t)\in M basically means all the pairs of resources s, t that are in LIMES output. Hope that made it clearer. I will have to implement another REST method on the Server. In the meantime, please take the view you already designed for active learning and prepare it for this task by adding pagination. The main difference between this task and the one in active learning is that here the data you get from the server will not be limited to 10 examples. therefore, you need to implement pagination in the client. everything else, including the ability to classify the links as positive, neutral or negative can stay the same for now.

kvndrsslr avatar Jul 02 '20 11:07 kvndrsslr