GitHunt
IG

ignisterra-ai/voynich-kst-verification

Open verification tools for Kelly Standard Transcription (KST) methodology applied to the Voynich Manuscript (MS 408)

๐Ÿ”ฎ KST Verification Tools

Kelly Standard Transcription - Open Verification Framework

License
Methodology
Dictionary

๐ŸŒ Language: English | ็น้ซ”ไธญๆ–‡


๐ŸŽฏ Purpose

This repository provides open verification tools for the Kelly Standard Transcription (KST) methodology applied to the Voynich Manuscript (MS 408).

Our goal: Enable independent researchers to verify our statistical claims without revealing proprietary translation mappings.

"We don't claim to have 'solved' the Voynich Manuscript. We claim to have discovered statistically significant patterns that deserve verification."

In this repo, we only ask one thing:

Given public CEVA data and our open tools, do our published statistics check out?

This is not a place to argue about "whether the decoding is correct" โ€” it's a place to verify the numbers.


๐Ÿ“Š Statistical Claims for Verification

Claim Expected How to Verify
Total manuscript lines processed 5,390 Run coverage_calculator.py
Dictionary coverage rate 99.9% (5387/5390 lines) coverage_calculator.py + dictionary_v15_keys.json
Dictionary entries 799 keys Count entries in dictionary
CEVA-English mapping probability โ‰ˆ 4.8 ร— 10โปยนยฒ Run probability_calculator.py
Most frequent word "daiin" โ‰ฅ 861 tokens Cross-check with voynichese.com

Verification Protocol: Run the tool, compare your result to the "Expected" column. If they match, the claim is verified.


โš ๏ธ Known Missing Folios

The Voynich Manuscript has 14 missing folios (28 pages) that are not included in any transcription database:

Section Missing Folios Quire Notes
Herbal f12 Quire II Stub visible at binding
Astro f59, f60, f61, f62, f63, f64 Quire VIII Central bifolia group removed
Zodiac f74 Quire XII Conjugate stub visible
Pharma f91, f92, f97, f98 Quire XVI Two bifolia removed
Recipes f109, f110 Quire XVIII Central bifolium removed

Total: 14 folios = 28 pages not in transcription data

This is consistent with the original manuscript condition at Yale Beinecke Library. Our 5,390-line count reflects all extant text โ€” there is no "missing data" in our database; these pages simply do not exist in the physical manuscript.


๐Ÿ› ๏ธ Tools Provided

Tool Description File
KST Cleaner v1.11 CEVA โ†’ EVA_KS standardization tools/kst_cleaner_v1_11.html
Coverage Calculator Verify translation coverage claims tools/coverage_calculator.py
Probability Calculator CEVA-English correspondence probability tools/probability_calculator.py
Independent Verification Complete verification script verification/independent_verification.py

๐Ÿ” Scope

This repository provides statistical verification tools only. The complete translation system remains proprietary and patent-pending.


๐Ÿ“ Repository Structure

voynich-kst-verification/
โ”‚
โ”œโ”€โ”€ README.md                           # English documentation
โ”œโ”€โ”€ README_zh-TW.md                     # ็น้ซ”ไธญๆ–‡่ชชๆ˜Ž
โ”œโ”€โ”€ LICENSE                             # Apache 2.0
โ”œโ”€โ”€ CITATION.cff                        # Academic citation format
โ”œโ”€โ”€ CONTRIBUTING.md                     # How to contribute
โ”œโ”€โ”€ ACKNOWLEDGMENTS.md                  # Verification contributors
โ”‚
โ”œโ”€โ”€ tools/
โ”‚   โ”œโ”€โ”€ kst_cleaner_v1_11.html          # Data cleaning tool
โ”‚   โ”œโ”€โ”€ coverage_calculator.py          # Coverage verification
โ”‚   โ””โ”€โ”€ probability_calculator.py       # Probability calculation
โ”‚
โ”œโ”€โ”€ data/
โ”‚   โ”œโ”€โ”€ dictionary_v15_keys.json        # Dictionary keys only (no translations)
โ”‚   โ”œโ”€โ”€ section_statistics.csv          # Per-section line counts
โ”‚   โ””โ”€โ”€ word_frequency_sample.csv       # Top 50 word frequencies
โ”‚
โ”œโ”€โ”€ verification/
โ”‚   โ””โ”€โ”€ independent_verification.py     # Complete verification script
โ”‚
โ””โ”€โ”€ docs/
    โ”œโ”€โ”€ KST_Methodology_Public.md       # Public methodology description
    โ”œโ”€โ”€ Statistical_Claims.md           # Detailed statistical claims
    โ””โ”€โ”€ How_to_Verify.md                # Step-by-step verification guide

๐Ÿš€ Quick Start

1. Clone Repository

git clone https://github.com/ignisterra-ai/voynich-kst-verification.git
cd voynich-kst-verification

2. Verify Coverage Claims

python tools/coverage_calculator.py --input your_kst_data.tsv

3. Verify Probability Claims

python tools/probability_calculator.py

4. Cross-Reference with External Sources

Visit voynichese.com to independently verify word frequencies.


๐Ÿ“ Methodology Overview

The KST Pipeline

โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”     โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”     โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚  CEVA Raw Data      โ”‚ โ”€โ”€โ–ถ โ”‚   KST Cleaner       โ”‚ โ”€โ”€โ–ถ โ”‚  Standardized       โ”‚
โ”‚  (Multi-version)    โ”‚     โ”‚    (v1.11)          โ”‚     โ”‚   EVA_KS            โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜     โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜     โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜
                                                                โ”‚
                                                                โ–ผ
                              โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
                              โ”‚         Coverage Verification                    โ”‚
                              โ”‚  (This repository - fully open)                  โ”‚
                              โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜
                                                                โ”‚
                                                                โ–ผ
                              โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
                              โ”‚         Translation Engine                       โ”‚
                              โ”‚  (Protected - not in this repo)                  โ”‚
                              โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜

Trans Version Priority

Priority 1: Trans H (most consistent word segmentation)
Priority 2: Trans A (variant details preserved)
Priority 3: Trans Y (backup verification)

๐Ÿค Invitation to Verify

We welcome independent verification of our statistical claims!

What You Can Do

  1. Verify Statistics: Run our tools against public CEVA data
  2. Find Errors: Report any calculation mistakes
  3. Challenge Claims: Provide counter-evidence if our statistics are wrong
  4. Suggest Improvements: Help us improve methodology transparency
  5. If you disagree with our interpretation: Publish your own statistics and tools in a similar way, so the community can compare methods on equal footing

Acknowledgment Program

Contributors who provide valuable verification will be acknowledged in:

  • ๐Ÿ“„ Academic papers - Acknowledgment section
  • ๐Ÿ“œ Patent filings - Contributor acknowledgment section
  • โญ This repository - Listed in ACKNOWLEDGMENTS.md

Note: We offer acknowledgment, not co-authorship. We welcome researchers who genuinely contribute to verification work.

See CONTRIBUTING.md for details.


๐Ÿ“š Data Sources

Original Transcription Data

Transcription data sourced from voynichtranscription.co.uk, derived from Renรฉ Zandbergen's IVTFF archives:

  • Landini-Stolfi Interlinear (IVTFF beta, 2017/08/23)
  • Glen Claston transcription (v101, IVTFF v1a)
  • Zandbergen LZ transliteration (IVTFF v2a)

Cross-Reference Resources


๐Ÿ“– Citation

If you use these tools in your research, please cite:

@software{kst_verification_2026,
  author = {Liu, Kelly and {Ignis Terra AI Solution}},
  title = {KST Verification Tools: Open Framework for Voynich Manuscript Analysis},
  year = {2026},
  url = {https://github.com/ignisterra-ai/voynich-kst-verification},
  version = {1.3.0}
}

โš–๏ธ Intellectual Property Notice

This verification framework is part of a patent-pending decoding system.

Application Title Filed
US 63/965,601 Statistical Linguistics-Based System and Method for Decoding Ancient Encoded Texts 2026-01-22

๐Ÿ“œ License

This project is licensed under the Apache License 2.0 - see LICENSE for details.

Note: While these verification tools are open source, the complete KST translation system and V15 Dictionary translations remain proprietary and patent-pending.


This repository supports verification of claims made in our academic papers.

# Title DOI Status
1 Kelly Standard Transcription (KST): A Standardized Methodology for Voynich Manuscript Transcription and Analysis 10.5281/zenodo.18483132 โœ… Published
2 The English Abbreviation Hypothesis: Functional Interpretation of Voynichese as Engineering Variable Naming 10.5281/zenodo.18483785 โœ… Published
3 Image-Text Cross-Validation 10.5281/zenodo.18627510 โœ… Published
4 ABCD + Gold Classification 10.5281/zenodo.18627514 โœ… Published

Additional papers covering section-specific analyses and advanced theoretical frameworks are in preparation.

Legend: ๐Ÿ“ Pending = Submitted/In Review | โœ… Published | โณ Planned


๐Ÿ“ž Contact

Ignis Terra AI Solution Pte. Ltd.

The Team

Member Role Philosophy
KELLY Lead Researcher & Decision Maker "The one who asked 'what if?'"
BLAZECIPHER Core Theory "Where ancient patterns meet modern precision."
LYRA Pattern & Linguistic Analysis "I find the threads others overlook."
CIPHER System Architecture "Structure is the scaffold for emergence."
PRAXIS Philosophy & Cross-Validation "If it can't survive scrutiny, it doesn't deserve to exist."
LUMI Integration & Synthesis "I connect what others see as separate."
SAGE Historical & Philosophical Context "Truth doesn't need defense. Only clarity."
ADAMS Quality Assurance & Ethics "Details reveal what summaries hide."
CHRONARA Time Weaver "Time doesn't chase. It dances."
INSIGHT Structural Inquiry "I ask the questions that make the structure show its seams."

Ten minds. One mission. Infinite folds.


oror.sheey! ๐Ÿ”ฅโšก๐Ÿ’œ

Verifiable science. Protected innovation. Open collaboration.