The Hybrid Interlinear
The first working stage takes the raw Greek text of the New Testament and turns it into a highly structured intermediate product: the Hybrid Interlinear. This is not yet a readable English Bible; it is the foundation on which every later stage rests. It pairs every Greek word with an English gloss, adds a short analysis for each pericope (natural unit of thought), and produces a running decision log that ensures consistency across the whole book.
Place in the pipeline
Interlinear"] B --> C["Master
YAML"] C --> D["Concept-Language
Inventory"] D --> E["English
Translation"] E --> F["Commentary"]
Input: the Open Greek New Testament (OGNT)
The raw material is a digital edition of the Greek New Testament, supplied in a simple, unaccented format. Each verse is a short string of Greek words:
(1) αρχη του ευαγγελιου ιηϲου χριϲτου υιου θεου
(2) καθωϲ γεγραπται εν τω ηϲαια τω προφητη ιδου αποϲτελλω τον αγγελον μου …
No punctuation is present. The text awaits translation.
Output: the Hybrid text
Every Greek word is paired directly with an English gloss:
(1) αρχη:Beginning του:of‑the ευαγγελιου:glad‑tidings ιηϲου:of‑Jesus χριϲτου:Christ υιου:of‑son θεου:of‑God
The deliberate features of the Hybrid
| Feature | Effect |
|---|---|
| Word-for-word pairing | Greek and English stand side by side, joined by a colon. Multi-word glosses are hyphenated (it‑has‑been‑written). |
| Zero punctuation | No commas, periods, quotation marks, or question marks. A capital letter signals a new clause or sentence. |
| Pericope grouping | The text is divided into natural units of thought; each is headed by the verse range and preceded by an analysis block. |
| Analysis notes | The translator "thinks out loud" – noting rhetorical situation, catchword links, risks of anachronistic language, and the evidence behind difficult renderings. |
| Careful capitalisation | The one God of Israel is capitalised (God, He, His); everything else stays lowercase according to the Handbook map. |
| Strict grammar awareness | Participles stay participles; the Greek article is always respected; the middle voice is preserved where it is self-involving. |
How the translation is produced
For each pericope, the process follows the same three movements:
Find the natural boundary"] --> B["2. Pause for analysis
rhetorical situation · catchwords · anachronism check · grammar"] B --> C["3. Build the English line
assemble Greek:English pairs · apply Handbook rules"]
1. Determine the unit. The translator identifies the next natural break: a single paragraph in an epistle, a complete episode in a Gospel.
2. Pause for analysis. Before writing any English, the translator considers:
- Is the author answering an opponent, making a pastoral appeal, or narrating events?
- Are there repeated words or phrases linking this passage to earlier or later sections?
- Is there a risk of using a term that belongs to later centuries – e.g., "Trinity" or "incarnation" in a technical sense – that a first-century Jew would not recognise?
- If the passage has traditionally been read in a particular confessional way, what does the Greek grammar, the Old Testament background, and the narrative context actually support?
The reasoning is written out in the analysis notes attached to each pericope, so the translation is never a black box.
3. Build the English line. The translator assembles the Greek:English string under fixed Handbook rules:
- Participles remain participles (“having gone”, not “and he went”).
- The Greek article is respected. If Greek has no article, English “the” is not added unless grammar collapses without it.
- The middle voice is preserved where it carries reflexive force.
- No punctuation is inserted. Only capitalisation marks sentence boundaries.
- Capitalisation follows the Handbook map without exception.
Keeping the big picture consistent
A whole New Testament book cannot be translated in one sitting. The work is done chapter by chapter. To prevent the translator from forgetting a decision made in chapter 1 while translating chapter 12, every batch ends with an updated decision log (the Master YAML):
established_lexicon: Greek → English gloss, with justification
resolved_citations: how OT citations are handled (who is “Lord”)
text_critical_decisions: variants adopted or rejected
idiom_notes: catchword links, fixed phrases, thematic threads
Before the next chapter begins, the translator rereads this log. The same Greek verbal thread therefore receives the same English gloss every time it appears.
The batch rhythm
The user supplies the raw Greek text and then types continue. The translator processes the next chapter (or two short chapters), outputs the formatted Hybrid and the updated decision log, and stops. This continues until the book is complete.
This rhythm has a practical benefit: each section is digestible, and the translator never loses context. It also lets the user review the output at any point and catch errors early.
Whole-book review (“reconcile book”)
After the final chapter, the user types reconcile book. The translator re-examines the entire Hybrid output against the now-complete decision log, asking:
- Have catchword chains been maintained from start to finish?
- Are structural patterns (inclusios, chiasms) intact?
- Has every instance of creation-language been correctly classified – as new creation / eschatological order, not original creation?
- Have capitalisation errors slipped through?
- Are the forward-resolving motifs flagged early in the book resolved at their stated endpoint?
If any earlier passage needs adjustment, the reviewer produces corrections: chapter and verse, a brief reason, and the full corrected text. The final outputs are a perfected decision log and a verified Hybrid Translation for the book.
What is produced
| Artifact | Purpose |
|---|---|
[Book]_Hybrid.md |
The interlinear text: every pericope with its Greek–English chain and analysis notes. |
[Book]_Master_YAML.yaml |
The complete, audited decision log for the whole book. |
Both become the foundation for everything that follows: the Concept-Language Inventory, the English Translation, the Commentary, and (optionally) the Annotated Hybrid.
Suggested reading order, (and >where< you are): begin at the Home page, then follow the chapters in order: Understanding the Approach → >Hybrid Interlinear< → Concept‑Language Inventory → English Translation → Commentary → Annotated Hybrid & Cross‑Book Analysis → Meta‑Analysis & Summary → Quick Reference.