Are you the author? Sign in to claim
Voynich Manuscript Decoded: Elu-Sinhala Phonetic Transcription & Vocabulary Toolkit 2026
Decoding the Unwritten: A Cross-Referential Engine for Lost Phonetic Scripts
What if a manuscript wasn't written in a lost language, but in a forgotten way of hearing? The Voynich Manuscript, long considered an unsolvable cipher, yielded its secrets when treated not as a code, but as a phonetic map of a spoken tongue—Elu-Sinhala. LinguaCryptum is the inheritor of that breakthrough. It is not a translation tool. It is a phonetic reconstruction engine designed for any script that resists alphabetic logic.
Traditional decryption treats symbols as letters. LinguaCryptum treats symbols as vocal gestures—the shape of the mouth, the flow of breath, the tonal contour of a spoken syllable. By comparing unknown scripts against a database of phonetic signatures from under-documented spoken languages, it generates plausible phonetic transcriptions rather than word-for-word translations. This is not code-breaking. This is hearing through time.
The repository contains the core inference engine, a growing library of phonetic reference tables (currently expanded from the Voynich–Elu-Sinhala dataset), and utilities for statistical validation of any proposed phonetic mapping.
Construct custom phonetic schemas for any unknown script. Instead of mapping characters to letters, you map stroke patterns and diacritical clusters to articulatory features: place of articulation, manner of articulation, and voicing. The engine then cross-references these features against known phonetic inventories.
Borrowing the validated vocabulary from the Voynich–Elu-Sinhala project, LinguaCryptum includes a base lexicon of 4,591 phonetic word-forms. Each entry stores not just a meaning, but the spectral fingerprint of its spoken form—vowel length, consonant burst, and pitch register.
Decryptions are hypotheses. This suite tests your phonetic mapping against known phonetic laws, such as:
The web interface (HTML5/JS) renders phonetic glyphs, spectrograms, and cross-reference tables in a fully responsive layout. Works on mobile for fieldwork in remote archives.
Switch between English, Sinhala, Tamil, and four other South Asian languages. The UI translates interface text, not the manuscript. Intended for linguists who speak many tongues but read English awkwardly.
A dedicated Signal group (not a bot, not a chatroom—an asynchronous peer-review channel) connects active contributors for rapid verification of new phonetic mappings.
LinguaCryptum models the act of speaking a dead language. You provide a digitized manuscript image or a character sequence. The engine performs:
The output is a phonetic transcription in IPA alongside a confidence score and a visual resonance map (showing why each glyph maps to a particular sound).
/
├── engine/ # Core phonetic inference engine (Python, C bindings)
│ ├── phoneme_mapper.py # Maps glyph features to IPA
│ ├── syllable_law.py # Validates syllable structures
│ └── entropy_analyzer.py # Statistical soundness checks
├── lexicon/ # Reference phonetic lexicon
│ ├── elu_sinhala_base.json # The original 4,591-entry dataset
│ └── extensions/ # Community-contributed phonetic tables
├── ui/ # Responsive web interface
│ ├── index.html
│ ├── spectrogram_renderer.js
│ └── mobile_styles.css
├── validation/ # Statistical validation scripts
│ ├── minimal_pair_test.py
│ └── entropy_profiler.py
├── docs/ # Full documentation of phonetic theory
├── LICENSE # MIT License
└── README.md # This file
LinguaCryptum is designed for academic and cultural preservation purposes only. It should not be used to fabricate historical evidence, misattribute authorship, or generate forgeries. All outputs must be clearly labeled as computational hypotheses in any publication.
The foundational test of LinguaCryptum’s methodology was the recent decipherment of the Voynich Manuscript as a phonetic transcription of spoken Elu-Sinhala. The original project achieved:
LinguaCryptum extends that base by making the inference engine script-agnostic and community-maintainable.
We welcome contributions from:
To contribute, open an issue describing your phonetic schema, or submit a pull request adding a new reference table to the lexicon/extensions/ directory. All contributions undergo a peer-review by at least two active members of the validation channel.
This project is licensed under the MIT License. See the LICENSE file for details.
LinguaCryptum generates phonetic hypotheses, not proven translations. No computational model can fully reconstruct a living spoken language from script alone. Always cross-reference engine outputs with established linguistic fieldwork, archaeological context, and peer-reviewed scholarship. The creators assume no liability for misuse of generated transcriptions in academic or commercial contexts.
The most valuable contributions are not code—they are phonetic intuitions. If you speak a language with a non-Latin script and a strong oral tradition, your knowledge of how sounds are shaped in the mouth is what this engine needs. Contact the maintainers via the community validation channel for guidance on building phonetic reference tables.
LinguaCryptum – Because every unknown script was once someone’s voice.
⚠️ Experimentelle Skill-Sammlung für deutsches Recht (Arbeits-, Gesellschafts-, Insolvenz-, Datenschutz-, Prozessrecht u
Manage multiple Claude Code agents from TUI or Web with tmux and git worktrees
Project management using GitHub Issues + Git worktrees for parallel agent execution
Core skills library for Claude Code with 20+ battle-tested skills including TDD, debugging, and brainstorming