Pair Latin and English verses for bilingual psalmody #114
Labels
No labels
area: build
area: ci
area: compare
area: data
area: engine
area: model
area: provenance
area: rite
area: validation
backport
blocked
breaking
confirmed
dependencies
duplicate
epic
github_actions
invalid
needs-info
needs-triage
php
priority: high
priority: low
priority: medium
regression
type: bug
type: chore
type: correction
type: docs
type: enhancement
type: feature
type: fix
type: perf
type: refactor
type: security
wontfix
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Directorium/Core#114
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
The assembler must present psalms verse-by-verse in both languages. A pairing layer keyed by psalm/verse is needed to align the two psalters.
Acceptance criteria
Notes
Versification differences between psalters must be handled.
Done. Pairing is by the edition-invariant
psalm:versekey, with mismatch detected and reported rather than silently aligned.04f37a2—detectVersificationMismatch()(tools/generator/src/ingest.mjs:187), reporting alignment, orphans and count divergencebebb2a4— the report is emitted per build todata/corpus/text/versification-report.json(build.mjs:304-319:aligned,onlyInClementine,onlyInDouay,countDiffs)ACs: each verse pairs Latin with English ✓; mismatches detected and reported — exactly five psalms (15, 19, 42, 125, 135) partition identical text across different verse counts and are surfaced, never silently paired ✓; pairing exposed to the assembler (
build.mjs:779) ✓; tests cover an aligned and a mismatched psalm —tools/generator/test/ingest.test.mjs:83, "detectVersificationMismatch reports alignment, orphans, and count divergence (#114)" ✓.