Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 862 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 862 Bytes

Currently unamed entity name matching project

Inspired by the mapper between OTUs and names in the Open Tree of Life project.

Goals

  • An application agnostic widget
  • An efficient interface that facilitates "last-mile" human confirmation of matches between two stacks of "names"

Approach

  • Hooks/initialization exists to populate two stacks of "names", a left "query" and a right "target"
  • How names get onto either stack is beyond the scope of this widget, for example the wrapping tool can use fuzzy logic to predict targets for a query set, then only send the predicted targets.
  • Actions within the widget can fire events that in turn could adjust the membership of target and query stacks

Installation

npm install

npm run serve

Lisence

NCSA, University of Illinois (an MIT derivative).