quimqu > 17-09-2025, 01:12 PM
(11-09-2025, 08:16 AM)oshfdk Wrote: You are not allowed to view links. Register or Login to view.So, can it actually encode 10000 symbols of Latin keeping the entropies low? Is there some source code to reproduce this?
oshfdk > 17-09-2025, 01:39 PM
(17-09-2025, 01:12 PM)quimqu Wrote: You are not allowed to view links. Register or Login to view.Note that for my last tests, Culpepper's text was the one that had a better JSD with Voynich (EVA) at 0.21 (with all gliphs) and 0.0998 (only with latin characters)
quimqu > 17-09-2025, 02:32 PM
(17-09-2025, 01:39 PM)oshfdk Wrote: You are not allowed to view links. Register or Login to view.Is it possible to compute the entropy with the residuals? Just to have a better understanding.
Also, what is the length of the ciphertext for 10000 Latin symbols?
oshfdk > 17-09-2025, 03:09 PM
(17-09-2025, 02:32 PM)quimqu Wrote: You are not allowed to view links. Register or Login to view.The cipher is letter-by-letter at fixed positions, so word lengths and total length are preserved. If you feed it 10000 Latin letters, you get 10000 cipher glyphs (same number of words, same per-word length).
(17-09-2025, 02:32 PM)quimqu Wrote: You are not allowed to view links. Register or Login to view.Computing entropy with residuals doesn’t really apply (under my opinion). Residuals aren’t part of the ciphertext; they’re the little side notes that tell you which original token a shared glyph stood for.
quimqu > 17-09-2025, 03:38 PM
(17-09-2025, 03:09 PM)oshfdk Wrote: You are not allowed to view links. Register or Login to view.In your first post "ber" was encoded as "qoak" and "liber" as "chedys". Unless you remap "qo" and "ch" to a single glyph somewhere downstream, I assume the ciphertext should be longer than the plaintext? To put it differently, when you compute the entropy of the encoded text, do you count "qo" and "ch" as a single glyph or as a pair of glyphs?
(17-09-2025, 03:09 PM)oshfdk Wrote: You are not allowed to view links. Register or Login to view.I'm not sure I understand the reasoning here. From my point of view computing the entropy with the residual is a perfect metric to understand exactly how much entropy is offloaded to the residuals.
quimqu > 17-09-2025, 04:34 PM
(17-09-2025, 01:39 PM)oshfdk Wrote: You are not allowed to view links. Register or Login to view.Is it possible to compute the entropy with the residuals? Just to have a better understanding.