Closed xuhdev closed 4 years ago
No we don't actually manually delete them, but I think it makes sense to inform users that these changes are not applied, although they are in the correction file.
@xuhdev I think it would be better to have a column in all_conll_corrections_combined.csv
called "Skip Reason" that gives a reason for the correction to be skipped. The script could just look at that column and print the reason. If that's a bit too much work to do right now, I think we should at least change this printout to give a reason why it is not being applied.
@BryanCutler Makes sense. I removed all these specific skipping messages now and add more details on what's happening. Now it prints
[WARNING] Could not find [16, 22): 'S Minn': No span begins with 16
[WARNING] Could not find [16, 22): 'S Minn': No span begins with 16
So we currently did not apply these fixes manually?
I don't think we should print out these messages, if it's something we want to do in the future we have issue #4 , do you agree @frreiss ?