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
What we're after:
So that we can quickly update AO citations that are missed or accidentally included by the AO loading process, we should have a list-like thing with "extra" citations that aren't picked up by the REGEX due to bad OCR text or unusual formats.
Design python data structure(s) lookup to hold this info - maybe AO #, citation, date added, added by, exclude/include ....anything else relevant. (Separate include/exclude lookup?)
Modify the AO reload management task to also check this lookup for citations missed excluded ( 1 - remove false positives 2 - add missed)
@lbeaufort This looks like a really big issue. Can we split it up? Should we split up the python data structure design and the modification of the AO reload management?
Is this something that we want to take out of next sprint 7.5? Seems like a lot, maybe we want to save this for the innovation sprint? @AmyKort
What we're after:
So that we can quickly update AO citations that are missed or accidentally included by the AO loading process, we should have a list-like thing with "extra" citations that aren't picked up by the REGEX due to bad OCR text or unusual formats.
lookup
to hold this info - maybe AO #, citation, date added, added by, exclude/include ....anything else relevant. (Separate include/exclude lookup?)lookup
for citations missed excluded ( 1 - remove false positives 2 - add missed)See #3393 as an example
See also, past research on false positives:
https://docs.google.com/spreadsheets/d/1-nf-oAPtw3LisZInuDHcQ7JdpyEQXRISZ4kY1ONrFcE/edit?usp=drive_web&ouid=114351900669501389307
https://docs.google.com/spreadsheets/d/161cnTtYzXzXW2iNxZPIX9rYhko2ZV2deHYFNDP-R49o/edit#gid=0
For a more elegant long-term solution, see #3302
The text was updated successfully, but these errors were encountered: