Build the build-time English text ingestion pipeline #108
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#108
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
English translations must be ingested from public-domain sources at build time (Node only, no Python) into the corpus with provenance. A reproducible pipeline is needed.
Acceptance criteria
Notes
Runtime remains PHP+MySQL; ingestion is build-time.
Done in
04f37a2(ingestion core),bebb2a4(psalters) and51a683a(canticles).ACs: pipeline ingests English source text into corpus strings ✓ —
tools/generator/src/ingest.mjs+parse-douay.mjs; each string tagged with source and licence ✓ — every row carriessource+rights, enforced by the born-cited gate; running twice yields identical output ✓ — streams are NFC-normalized, sorted by(psalm, verse)and dedup'd fail-closed, and the committed MANIFEST sha256s are re-verified byverify.mjs; no Python is used anywhere ✓ — verified, the repo contains no.pyfile and the toolchain is Node-only.