Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automate regeneration of contributor disambiguation data #5

Open
audiomuze opened this issue Jan 23, 2024 · 1 comment
Open

Automate regeneration of contributor disambiguation data #5

audiomuze opened this issue Jan 23, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@audiomuze
Copy link
Owner

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.

@audiomuze audiomuze added the enhancement New feature or request label Jan 23, 2024
@audiomuze audiomuze self-assigned this Jan 23, 2024
@audiomuze
Copy link
Owner Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant