-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
USFM preservation for paragraph and character markers #632
Conversation
…move attention-based method
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is excellent work (uses existing shared code where possible, sticks to the conventions of the codebase, uses proper typing for clarity).
Reviewed 5 of 5 files at r1, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @isaac091)
A few notes:
--include-inline-elements
,--preserve-usfm-markers
, and any hard-coded names/lists of markers will be replaced by whatever customization system we end up implementingParagraphUpdateUsfmParserHandler
andUsfmPreserver
code should be moved to machine.py.usfm_utils.py
is not necessary for the rest of the code, it's just a little script I wrote for David to make it easier to find good project pair candidates for testing. It doesn't need to be merged if it's clutter.Towards #560
This change is