Handwritten 17th-century German–Lithuanian dictionary (East Prussia dialect).
This repository preserves the raw dictionary source and provides structured data for reuse.
index.html— repository landing page with links and a live dictionary search.start.html— raw source text with metadata and the dictionary entries.search.html— dedicated bilingual search page with German and Lithuanian inputs and a recent search history.dictionary.csv— structured dataset with German headwords and Lithuanian translations.dictionary.json— structured JSON dataset for programmatic use.parse_dictionary.py— parser script to regenerate the dataset fromstart.html.
-
Regenerate the dataset:
python3 parse_dictionary.py
-
Use
dictionary.csvfor spreadsheet or data analysis tools. -
Use
dictionary.jsonfor web apps or scripts.
- The source preserves historic orthography and East Prussian German–Lithuanian forms.
- The files are encoded in UTF-8.
dictionary.csvuses semicolons to separate multiple translations in a single field.
This repository uses the terms in LICENSE.