wyrdcraeft
Process Old English texts into structured JSON and generate morphology.
Why wyrdcraeft?
If you work with Old English (Anglo-Saxon) texts - editions, corpora, translation tooling, or digital humanities projects - you often need a single pipeline that turns raw or marked-up sources into a consistent, machine-readable form. wyrdcraeft provides that.
- It ingests plain text and TEI XML, converts them into a standard JSON schema that is prose, verse and dialogue aware
- Provides diacritic restoration Old English texts that have no diacritic marks.
- Includes an Old English morphology generator based on established lexical and grammatical resources.
- Provides other minor utilities for working with Old English text.
Use it from the command line or from Python, and avoid ad-hoc scripts and format fragmentation.
Features
- Ingest Old English texts from text files and TEI XML.
- Convert to a standard JSON format via deterministic heuristics or TEI parsing.
- Handle both prose and verse (paragraphs, verse lines, dialogue, sections).
- Generate Old English morphology forms using the migrated Python implementation from Ondřej Tichý's Perl-based generator (based on the Bosworth & Toller, An Anglo-Saxon Dictionary, 1898, and Wright & Wright, Old English Grammar, 1908).
- Diacritic workflows: macron restoration and disambiguation tooling for normalized forms.
Installation
Prerequisites: Python 3.11–3.13.
From PyPI with pip:
pip install wyrdcraeft
wyrdcraeft --help
With uv:
sh -c "$(curl -fsSL https://astral.sh/uv/install)"
uv tool install wyrdcraeft
wyrdcraeft --help
With pipx:
pipx install wyrdcraeft
wyrdcraeft --help
From source (development):
git clone https://github.com/cmalek/wyrdcraeft.git
cd wyrdcraeft
uv sync --dev
Canonical database
Morphology and dictionary data live in one SQLite file:
wyrdcraeft.sqlite3 under the OS application-data directory (override with
WYRDCRAEFT_APP_DATA_DIR or app_data_dir in .wyrdcraeft.toml).
On first run (or after a schema upgrade), wyrdcraeft checks the database,
applies Alembic migrations, and keeps a backup copy. If an older
morphology.sqlite3 is found, it is backed up and replaced with a fresh
canonical database; the CLI then prints a rebuild recipe.
Rebuild from scratch:
wyrdcraeft dictionary build --with-morphology
Use --source PATH to index a custom Bosworth-Toller file instead of the
packaged default (wyrdcraeft/etc/dictionary/oe_bt.txt).
Documentation
Full documentation (installation, quickstart, CLI, Python client, configuration, FAQ): https://wyrdcraeft.readthedocs.io
For wyrdcraeft dictionary browse, the search field accepts direct Old English
characters including æ Æ ð Ð þ Þ ā Ā ē Ē ī Ī ō Ō ū Ū ȳ Ȳ ǣ Ǣ ċ Ċ ġ Ġ. On macOS
with the ABC Extended keyboard layout, those keys are supported directly in
the browse input; on other terminals or keyboard layouts, direct typing may
also work, and the on-screen character buttons remain available as a fallback.
Contributing, Licensing and Provenance
Contributing
Contributing and coding standards are described in the documentation (runbook).
Licensing and Provenance
Bosworth-Toller Old English Dictionary
The OCR extracted text of the Bosworth-Toller Old English Dictionary used in this project is from the Germanic Lexicon Project. The scanning was done by Jason Burton, B. Dan Fairchild, Margaret Hoyt, Grace Mrowicki, Michael O'Keefe, Sarah Hartman, Finlay Logan, Sean Crist, Thomas McFadden, David Harrison, and Sean Crist; that data is in the public domain.
Morphological Analyser of Old English
- The Old English morphology generator in
wyrdcraeftis based on the work of Ondřej Tichý's thesis, Morphological Analyser of Old English (2017). - The upstream morphological generator Perl code and data is (c) Ondřej Tichý, is released under the CC BY 4.0 license. The modified Perl code itself, with Madeleine Thompson's changes, can be found at github:madeleineth/tichy_oe_generator.
- Changes made to the morphology generator in this repository by the maintainers of
wyrdcraeftare released under the MIT license.
All other code
- All other code implemented directly by this project's maintainers are also released under the MIT license.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file wyrdcraeft-1.2.0.tar.gz.
File metadata
- Download URL: wyrdcraeft-1.2.0.tar.gz
- Upload date:
- Size: 11.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5274f48ee315e45f0624bcf5663740d8f7717516c054d15ef041cb00f5bf27d3
|
|
| MD5 |
d4a8a00fcb5b0d6efd3b82f3caadea48
|
|
| BLAKE2b-256 |
a1d692effe62f14af689b3339a9bf08ed23f8bfa8512dc0cc4e8374e4dbf7e43
|
File details
Details for the file wyrdcraeft-1.2.0-py3-none-any.whl.
File metadata
- Download URL: wyrdcraeft-1.2.0-py3-none-any.whl
- Upload date:
- Size: 11.5 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fbcc12fe53afab22ab15570ec5e6bc747498cf4496aa20bb99cc2a5d262f0785
|
|
| MD5 |
6a6f30513d3101e10bf484ff6761c56a
|
|
| BLAKE2b-256 |
ef0afe351a911c415c149f19686d47614aac384846e706818a288eb24c1ee75b
|