Data repository for all Lyceum reader texts. Part of the lyceum-quest GitHub organization.
This repository contains processed Greek texts ready for use with the Lyceum reader toolchain. Each text includes structured data, interlinear translations, morphological analyses, and quality assurance reports.
Each text is stored in its own slug directory with the following contents:
text-slug/
├── manifest.json # Metadata (title, author, language, edition)
├── state.json # Pipeline state and progress tracking
├── raw/ # Original source files
├── clean/ # Cleaned and normalized Greek text
├── structured/ # JSON-structured text with citations
├── interlinear/ # Word-by-word analyses and translations
├── qa/ # Quality assurance reports
├── replay/ # LLM interaction logs
└── ... # Additional subdirectories (sources/, versification/, etc.)
The following database files are distributed as GitHub Release assets, not checked into git:
editions.db(320K) — Edition metadata and source trackingtexts.db(324K) — Core text content and structuremorph.db(380M) — Morphological analyses (Perseus/Morpheus)lsj.db(29M) — Liddell-Scott-Jones dictionary
Download these from the latest release.
- Aesop's Fables #150 (
aesop-fable-150) - Homer, Iliad Proem (1.1–5) (
homer-iliad-proem-1-1-5) - Homer, Odyssey Proem (1.1–5) (
homer-odyssey-proem-1-1-5) - Marcus Aurelius, Meditations Book 1 (
marcus-aurelius-meditations-book-1)
All content is generated by the orchestrator tool, which orchestrates:
- Text ingestion and validation
- Morphological analysis and lemmatization
- Interlinear translation generation (LLM-assisted)
- Quality assurance and consistency checks
Set the LYCEUM_TEXTS_DIR environment variable to point to this directory:
export LYCEUM_TEXTS_DIR=/path/to/textsLyceum tools will use this path to discover available texts and load their data.
This repository uses Calendar Versioning (CalVer):
vYYYY.MM.DD
Each release includes:
- The full text workspace directories
- Database files as release assets
- A changelog describing what texts were added or updated