Run the corpus sweep through the two-route conversion - #39
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Every ticket writes its tests before its code, and its pull request reports a run over a target set or a corpus folder with the number of flagged fields. See docs/plan.md.
The
corpuscommand runs the folder conversion of ticket 1 over each set in the corpus andwrites
results.csvwith one row per sheet and these columns: set, sheet, questions, parts,fields, agreed, adjudicated, flagged, not verbatim, tokens, seconds, and a reason where the
sheet produced no set. The ticket is done when the three ExampleContents folders have been
swept and the pull request shows the table.
Workbench ticket t39.
Live sweep over the three ExampleContents folders (manager, 2026-09-23 13:05)
19 sheets (solutions files paired), every one built a set, exit 0. Totals: 1006 fields, 477 agreed, 118 adjudicated, 105 flagged, 12 not verbatim, 830,728 tokens.
Route B did not run on the PDF sets: the filter is applied to the PDF itself rather than to its OCR markdown ('Unknown input format pdf', 'pandoc reads no sheet of this set'). Recorded as a draft ticket.