You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The way to do this is to keep a master table of updates, with '0' indicating the record is not to be changed. The output table from string_grouper can then be processed against the master table, effectively deleting all matching records in the string_grouper table so a user needn't ever make the evaluation again. This effectively eliminates confirmed false positives from being reintroduced.
Currently disambiguated metadata lives independently of lists produced by string-grouper.
Enhance code to remove previously assigned false-positives from result set, avoiding rework and improving metadata cleanup outcomes.
The text was updated successfully, but these errors were encountered: