<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[The Voynich Ninja - Analysis of the text]]></title>
		<link>https://www.voynich.ninja/</link>
		<description><![CDATA[The Voynich Ninja - https://www.voynich.ninja]]></description>
		<pubDate>Thu, 30 Apr 2026 05:16:56 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Falsification-first methodology for Voynich semantic recovery — negative and positive]]></title>
			<link>https://www.voynich.ninja/thread-5680.html</link>
			<pubDate>Tue, 28 Apr 2026 02:27:53 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.voynich.ninja/member.php?action=profile&uid=3308">matildarose</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.voynich.ninja/thread-5680.html</guid>
			<description><![CDATA[I've been working on a computational approach to the Voynich manuscript for about eight months. I'm posting the paper, the code, and all results data because I think the methodology may be useful to the community, and because the negative results are as important as the positive ones.<br />
<br />
What I did: I built a 12,365-entry dictionary using logographic character-level assignments and morphological expansion. Then I tested whether the specific character-to-meaning assignments actually matter — whether shuffling which meaning goes on which character produces worse results. It doesn't. 500 permuted dictionaries produce equal or higher coherence scores. The dictionary is dead. That's the first result.<br />
<br />
What I did next: I developed a four-gate protocol — pre-registered GO/NO-GO criteria at each step — to see what, if anything, survives falsification. Using morphological decomposition, distributional clustering (PPMI-SVD on the EVA corpus), and Levenshtein reverse-matching against medieval medical vocabulary, I identified five morphological roots whose families pass all four gates: distributional section-tracking, family cohesion above null, cluster enrichment for phonetically-anchored families, and pharmaceutical-section pull under 10,000-permutation testing with Bonferroni correction. Three roots survive even the most conservative correction.<br />
<br />
What the five roots suggest: The manuscript contains pharmaceutical preparation vocabulary — roots phonetically matching medieval terms for water, heat, and plant roots — concentrated in the botanical and recipe sections, co-occurring with plant illustration markers (p = 0.018). The text is domain-segregated (z = −55.95 against shuffled null), not multi-layered. The encoding remains unbroken. I cannot read a single line.<br />
<br />
What the paper also contains that may be of interest:<br />
<br />
- The four-gate protocol run on Rugg-style Cardan grille text — all gates fail (Appendix D). The pipeline does not pass on procedurally generated text.<br />
- Entropy decomposition: root-sequence H₂ = 5.17 bits vs full-token H₂ = 4.80 bits. Affix stripping recovers +0.37 bits. The entropy anomaly persists at the root level. I have not resolved this and I don't claim to.<br />
- Anchor specificity controls: place-name vocabulary produces zero passing families, common Latin produces one, medical vocabulary produces five (Appendix B).<br />
- An abandoned statistical gate (Gate 4 v1) documented as a methodological error and corrected before examining the redesigned result (§5.4).<br />
- A multi-layer hypothesis test that came back negative — I tested my own theory and it failed.<br />
- Illustration-text analysis showing pharmaceutical vocabulary near plant markers, a separate radial-diagram register in the astrological section, and structurally isolated nymph-figure labels with non-pharmaceutical vocabulary.<br />
<br />
<br />
Code and data: You are not allowed to view links. <a href="https://www.voynich.ninja/member.php?action=register">Register</a> or <a href="https://www.voynich.ninja/member.php?action=login">Login</a> to view.<br />
<br />
Pre-registered protocol: PROJECT_8_PROTOCOL.md in the repository<br />
Draft paper Attached and in Github Repo. <br />
<br />
The protocol is designed to be reproducible. Everything runs on the Takahashi IVTFF transcription. If anyone wants to run the pipeline on a different transcription or test it on their own hypothesis dictionary, the code is structured for that.<br />
<br />
I'm particularly interested in feedback on two points: whether the grille control adequately addresses the generation-mechanism question, and whether anyone has ideas for further decomposing the root-level entropy anomaly by section. Both seem like productive next steps that I haven't pursued.<br />
<br />
Happy to answer questions about any part of the methodology.<br />
<br />
<img src="https://www.voynich.ninja/images/attachtypes/pdf.png" title="Adobe Acrobat PDF" border="0" alt=".pdf" />
&nbsp;&nbsp;<a href="attachment.php?aid=15355" target="_blank" title="">PAPER_DRAFT.pdf</a> (Size: 106.81 KB / Downloads: 21)
]]></description>
			<content:encoded><![CDATA[I've been working on a computational approach to the Voynich manuscript for about eight months. I'm posting the paper, the code, and all results data because I think the methodology may be useful to the community, and because the negative results are as important as the positive ones.<br />
<br />
What I did: I built a 12,365-entry dictionary using logographic character-level assignments and morphological expansion. Then I tested whether the specific character-to-meaning assignments actually matter — whether shuffling which meaning goes on which character produces worse results. It doesn't. 500 permuted dictionaries produce equal or higher coherence scores. The dictionary is dead. That's the first result.<br />
<br />
What I did next: I developed a four-gate protocol — pre-registered GO/NO-GO criteria at each step — to see what, if anything, survives falsification. Using morphological decomposition, distributional clustering (PPMI-SVD on the EVA corpus), and Levenshtein reverse-matching against medieval medical vocabulary, I identified five morphological roots whose families pass all four gates: distributional section-tracking, family cohesion above null, cluster enrichment for phonetically-anchored families, and pharmaceutical-section pull under 10,000-permutation testing with Bonferroni correction. Three roots survive even the most conservative correction.<br />
<br />
What the five roots suggest: The manuscript contains pharmaceutical preparation vocabulary — roots phonetically matching medieval terms for water, heat, and plant roots — concentrated in the botanical and recipe sections, co-occurring with plant illustration markers (p = 0.018). The text is domain-segregated (z = −55.95 against shuffled null), not multi-layered. The encoding remains unbroken. I cannot read a single line.<br />
<br />
What the paper also contains that may be of interest:<br />
<br />
- The four-gate protocol run on Rugg-style Cardan grille text — all gates fail (Appendix D). The pipeline does not pass on procedurally generated text.<br />
- Entropy decomposition: root-sequence H₂ = 5.17 bits vs full-token H₂ = 4.80 bits. Affix stripping recovers +0.37 bits. The entropy anomaly persists at the root level. I have not resolved this and I don't claim to.<br />
- Anchor specificity controls: place-name vocabulary produces zero passing families, common Latin produces one, medical vocabulary produces five (Appendix B).<br />
- An abandoned statistical gate (Gate 4 v1) documented as a methodological error and corrected before examining the redesigned result (§5.4).<br />
- A multi-layer hypothesis test that came back negative — I tested my own theory and it failed.<br />
- Illustration-text analysis showing pharmaceutical vocabulary near plant markers, a separate radial-diagram register in the astrological section, and structurally isolated nymph-figure labels with non-pharmaceutical vocabulary.<br />
<br />
<br />
Code and data: You are not allowed to view links. <a href="https://www.voynich.ninja/member.php?action=register">Register</a> or <a href="https://www.voynich.ninja/member.php?action=login">Login</a> to view.<br />
<br />
Pre-registered protocol: PROJECT_8_PROTOCOL.md in the repository<br />
Draft paper Attached and in Github Repo. <br />
<br />
The protocol is designed to be reproducible. Everything runs on the Takahashi IVTFF transcription. If anyone wants to run the pipeline on a different transcription or test it on their own hypothesis dictionary, the code is structured for that.<br />
<br />
I'm particularly interested in feedback on two points: whether the grille control adequately addresses the generation-mechanism question, and whether anyone has ideas for further decomposing the root-level entropy anomaly by section. Both seem like productive next steps that I haven't pursued.<br />
<br />
Happy to answer questions about any part of the methodology.<br />
<br />
<img src="https://www.voynich.ninja/images/attachtypes/pdf.png" title="Adobe Acrobat PDF" border="0" alt=".pdf" />
&nbsp;&nbsp;<a href="attachment.php?aid=15355" target="_blank" title="">PAPER_DRAFT.pdf</a> (Size: 106.81 KB / Downloads: 21)
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[The first glyph of every line – a hint at a cipher?]]></title>
			<link>https://www.voynich.ninja/thread-5644.html</link>
			<pubDate>Sun, 19 Apr 2026 08:22:00 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.voynich.ninja/member.php?action=profile&uid=3052">JoJo_Jost</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.voynich.ninja/thread-5644.html</guid>
			<description><![CDATA[<span style="font-weight: bold;" class="mycode_b">The first glyph of every line in the VMS – a statistical anomaly, or perhaps even part of the cipher?</span><br />
<br />
This is a “by-product” <img src="https://www.voynich.ninja/images/smilies/wink.png" alt="Wink" title="Wink" class="smilie smilie_2" /> of my statistical investigations in connection with the Bavarian hypothesis. I think this might interest others too, and I’m curious to see if you can verify it, or if it’s perhaps already known (I haven’t read about it yet). I’m posting it in the Text Analysis section because that’s where it belongs.<br />
<br />
During the many analyses I’ve carried out, I’ve noticed that the first glyph in a line doesn’t match the translations. The effect is visible across the entire corpus and statistically distinguishes position 1 clearly from all others.<br />
I already knew / suspected this regarding the first glyph on the page; most of you are probably aware of that. But the effect is more widespread.<br />
<br />
A brief definition:<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Anomaly rate</span>: the proportion of tokens containing at least one internal bigram with a negative PMI – i.e. a pair of characters that occurs together less frequently in the manuscript than would be expected under independent distribution.<br />
(PMI: Pointwise Mutual Information measures how surprising it is that two characters appear next to each other.).<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Note</span><br />
<br />
Only lines with at least three tokens are considered (to exclude labels and other elements; interestingly, the result is actually slightly better for lines with more than three letters (not token)).<br />
<br />
1. F<span style="font-weight: bold;" class="mycode_b">or each token at line positions 1 to 5, the average length and the anomaly rate are calculated</span>:<br />
<br />

<br />
<img src="https://www.voynich.ninja/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
&nbsp;&nbsp;<a href="attachment.php?aid=15169" target="_blank" title="">Anfangsbuchstabe1.png</a> (Size: 24.24 KB / Downloads: 298)
<br />
<br />
<br />
If we group all tokens from position 2 onwards (32,425 words), they have an average length of 4.49 and an anomaly rate of 28.2%. Even so, the first word of each line deviates significantly, with 4.91 and 41.5%.<br />
<br />

<br />
<img src="https://www.voynich.ninja/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
&nbsp;&nbsp;<a href="attachment.php?aid=15170" target="_blank" title="">Anfangsbuchstabe2.png</a> (Size: 20.97 KB / Downloads: 296)
<br />
<br />
On average, the first token of each line is 0.6 units longer than the token at position 2, and its internal strings are statistically significant roughly twice as often as at any other position.<br />
<br />
2. I was then interested in the question of <span style="font-weight: bold;" class="mycode_b">what happens when the first letter is removed</span>.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">The result</span>: if one removes the first unit of each token, the anomaly rate changes to varying degrees depending on the line position:<br />
<br />

<br />
<img src="https://www.voynich.ninja/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
&nbsp;&nbsp;<a href="attachment.php?aid=15171" target="_blank" title="">Anfangsbuchstabe3.png</a> (Size: 28.87 KB / Downloads: 296)
<br />
<br />
<br />
At position 1, removing the first unit reduces the anomaly rate by 20 percentage points; at all other positions, by only 7 to 8.<br />
<br />
The effect at position 1 is about 2.5 times as strong.<br />
<br />
The conspicuous sequence is therefore at the beginning of the token. If one removes precisely the first unit, the remaining word behaves statistically like a normal Voynich word.<br />
<br />
3. <span style="font-weight: bold;" class="mycode_b">"The Magnificent Seven"</span> <img src="https://www.voynich.ninja/images/smilies/wink.png" alt="Wink" title="Wink" class="smilie smilie_2" /> There are mainly seven glyphs in the first position.<br />
<br />

<br />
<img src="https://www.voynich.ninja/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
&nbsp;&nbsp;<a href="attachment.php?aid=15172" target="_blank" title="">Anfangsbuchstabe4.png</a> (Size: 39.99 KB / Downloads: 296)
<br />
<br />
Total: 85.5 %<br />
<br />
The remaining 14.5 per cent are distributed among rarer units such as ch, sh, k and others.<br />
<br />
However, this is not the normal frequency. The overall frequency of these seven units in the corpus is significantly lower.<br />
E.g.: p accounts for 0.84 per cent of all units in the VMS, but 7.2 per cent of all first glyphs in a line – an overrepresentation by a factor of 8.5. For s, the factor is 5.7. The distribution at position 1 therefore does not follow the general frequency of the corpus.<br />
<br />
4. I was also interested in whether there are <span style="font-weight: bold;" class="mycode_b">section-specific distributions</span>:<br />
<br />
Result: The seven units are unevenly distributed across the sections. Each figure indicates the proportion of lines with this initial marker that appear in the respective section:<br />
<br />
Herbal Astro Balneo Cosmo Pharma Recipes<br />
<br />

<br />
<img src="https://www.voynich.ninja/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
&nbsp;&nbsp;<a href="attachment.php?aid=15173" target="_blank" title="">Anfangsbuchstabe5.png</a> (Size: 48.13 KB / Downloads: 297)
<br />
<br />
<br />
Each unit has its own section distribution. "o" is concentrated in Astro, "q" in Herbal and Balneo, "p" in Recipes (f103 to f116), while p is practically absent in Astro.<br />
<br />
If the seven markers were distributed randomly across the sections, a deviation from the measured frequency would be statistically extremely unlikely. A chi-square test confirms what is already evident in the table: each marker has its own section preference.<br />
<br />
5. Then I thought to myself, hmm,<span style="font-weight: bold;" class="mycode_b"> perhaps the effect is distorted by the first line.</span><br />
<br />
In 72 per cent of cases, the first line of a page begins with a Gallow (t, p, k, f). That is a known fact. However, if one removes these first 227 page lines from the analysis, the key figures hardly change:<br />
<br />

<br />
<img src="https://www.voynich.ninja/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
&nbsp;&nbsp;<a href="attachment.php?aid=15174" target="_blank" title="">Anfangsbuchstabe6.png</a> (Size: 21.14 KB / Downloads: 296)
<br />
<br />
The key finding therefore stems from the normal text lines, not from the potentially ‘decorative’ page beginnings.<br />
<br />
6. <span style="font-weight: bold;" class="mycode_b">Summary</span><br />
<br />
The first glyph of every line in the Voynich Manuscript exhibits statistical behaviour that differs from all other positions:<br />
a) The first token is longer and statistically more anomalous<br />
b) The effect is limited to the first glyph<br />
c) 85 per cent of the lines begin with one of only seven units<br />
d) The choice of this unit depends significantly on the section<br />
<br />
----<br />
Interpretation:<br />
<br />
How this finding should be interpreted remains open. Possible directions:<br />
<br />
- a calligraphic convention that manifests as a statistical glyph difference?<br />
<br />
- a linguistic element (e.g. a clitic prefix) that is mandatory at the start of a line?<br />
<br />
- what I believe: a specific hint at part of a cipher functionality. This is supported by the fact that I can already detect changes in the words following the initial letters, particularly p and t, but this is not yet statistically significant. Perhaps I’ll come back to this later.<br />
<br />
---<br />
<br />
In my opinion, the effect cant be dismissed as an artefact. What do you think? <br />
<br />
Do you have any idea what this might be?<br />
I’m interested in comments and, above all, whether this phenomenon has been described before. And, of course, in counter-evidence, hypotheses that might put it into a comprehensible context, etc...<br />
<br />
Jojo<br />
<br />
PS: It could at least suggest that, when attempting translations, one should try leaving out the first letter as a test.]]></description>
			<content:encoded><![CDATA[<span style="font-weight: bold;" class="mycode_b">The first glyph of every line in the VMS – a statistical anomaly, or perhaps even part of the cipher?</span><br />
<br />
This is a “by-product” <img src="https://www.voynich.ninja/images/smilies/wink.png" alt="Wink" title="Wink" class="smilie smilie_2" /> of my statistical investigations in connection with the Bavarian hypothesis. I think this might interest others too, and I’m curious to see if you can verify it, or if it’s perhaps already known (I haven’t read about it yet). I’m posting it in the Text Analysis section because that’s where it belongs.<br />
<br />
During the many analyses I’ve carried out, I’ve noticed that the first glyph in a line doesn’t match the translations. The effect is visible across the entire corpus and statistically distinguishes position 1 clearly from all others.<br />
I already knew / suspected this regarding the first glyph on the page; most of you are probably aware of that. But the effect is more widespread.<br />
<br />
A brief definition:<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Anomaly rate</span>: the proportion of tokens containing at least one internal bigram with a negative PMI – i.e. a pair of characters that occurs together less frequently in the manuscript than would be expected under independent distribution.<br />
(PMI: Pointwise Mutual Information measures how surprising it is that two characters appear next to each other.).<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Note</span><br />
<br />
Only lines with at least three tokens are considered (to exclude labels and other elements; interestingly, the result is actually slightly better for lines with more than three letters (not token)).<br />
<br />
1. F<span style="font-weight: bold;" class="mycode_b">or each token at line positions 1 to 5, the average length and the anomaly rate are calculated</span>:<br />
<br />

<br />
<img src="https://www.voynich.ninja/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
&nbsp;&nbsp;<a href="attachment.php?aid=15169" target="_blank" title="">Anfangsbuchstabe1.png</a> (Size: 24.24 KB / Downloads: 298)
<br />
<br />
<br />
If we group all tokens from position 2 onwards (32,425 words), they have an average length of 4.49 and an anomaly rate of 28.2%. Even so, the first word of each line deviates significantly, with 4.91 and 41.5%.<br />
<br />

<br />
<img src="https://www.voynich.ninja/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
&nbsp;&nbsp;<a href="attachment.php?aid=15170" target="_blank" title="">Anfangsbuchstabe2.png</a> (Size: 20.97 KB / Downloads: 296)
<br />
<br />
On average, the first token of each line is 0.6 units longer than the token at position 2, and its internal strings are statistically significant roughly twice as often as at any other position.<br />
<br />
2. I was then interested in the question of <span style="font-weight: bold;" class="mycode_b">what happens when the first letter is removed</span>.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">The result</span>: if one removes the first unit of each token, the anomaly rate changes to varying degrees depending on the line position:<br />
<br />

<br />
<img src="https://www.voynich.ninja/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
&nbsp;&nbsp;<a href="attachment.php?aid=15171" target="_blank" title="">Anfangsbuchstabe3.png</a> (Size: 28.87 KB / Downloads: 296)
<br />
<br />
<br />
At position 1, removing the first unit reduces the anomaly rate by 20 percentage points; at all other positions, by only 7 to 8.<br />
<br />
The effect at position 1 is about 2.5 times as strong.<br />
<br />
The conspicuous sequence is therefore at the beginning of the token. If one removes precisely the first unit, the remaining word behaves statistically like a normal Voynich word.<br />
<br />
3. <span style="font-weight: bold;" class="mycode_b">"The Magnificent Seven"</span> <img src="https://www.voynich.ninja/images/smilies/wink.png" alt="Wink" title="Wink" class="smilie smilie_2" /> There are mainly seven glyphs in the first position.<br />
<br />

<br />
<img src="https://www.voynich.ninja/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
&nbsp;&nbsp;<a href="attachment.php?aid=15172" target="_blank" title="">Anfangsbuchstabe4.png</a> (Size: 39.99 KB / Downloads: 296)
<br />
<br />
Total: 85.5 %<br />
<br />
The remaining 14.5 per cent are distributed among rarer units such as ch, sh, k and others.<br />
<br />
However, this is not the normal frequency. The overall frequency of these seven units in the corpus is significantly lower.<br />
E.g.: p accounts for 0.84 per cent of all units in the VMS, but 7.2 per cent of all first glyphs in a line – an overrepresentation by a factor of 8.5. For s, the factor is 5.7. The distribution at position 1 therefore does not follow the general frequency of the corpus.<br />
<br />
4. I was also interested in whether there are <span style="font-weight: bold;" class="mycode_b">section-specific distributions</span>:<br />
<br />
Result: The seven units are unevenly distributed across the sections. Each figure indicates the proportion of lines with this initial marker that appear in the respective section:<br />
<br />
Herbal Astro Balneo Cosmo Pharma Recipes<br />
<br />

<br />
<img src="https://www.voynich.ninja/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
&nbsp;&nbsp;<a href="attachment.php?aid=15173" target="_blank" title="">Anfangsbuchstabe5.png</a> (Size: 48.13 KB / Downloads: 297)
<br />
<br />
<br />
Each unit has its own section distribution. "o" is concentrated in Astro, "q" in Herbal and Balneo, "p" in Recipes (f103 to f116), while p is practically absent in Astro.<br />
<br />
If the seven markers were distributed randomly across the sections, a deviation from the measured frequency would be statistically extremely unlikely. A chi-square test confirms what is already evident in the table: each marker has its own section preference.<br />
<br />
5. Then I thought to myself, hmm,<span style="font-weight: bold;" class="mycode_b"> perhaps the effect is distorted by the first line.</span><br />
<br />
In 72 per cent of cases, the first line of a page begins with a Gallow (t, p, k, f). That is a known fact. However, if one removes these first 227 page lines from the analysis, the key figures hardly change:<br />
<br />

<br />
<img src="https://www.voynich.ninja/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
&nbsp;&nbsp;<a href="attachment.php?aid=15174" target="_blank" title="">Anfangsbuchstabe6.png</a> (Size: 21.14 KB / Downloads: 296)
<br />
<br />
The key finding therefore stems from the normal text lines, not from the potentially ‘decorative’ page beginnings.<br />
<br />
6. <span style="font-weight: bold;" class="mycode_b">Summary</span><br />
<br />
The first glyph of every line in the Voynich Manuscript exhibits statistical behaviour that differs from all other positions:<br />
a) The first token is longer and statistically more anomalous<br />
b) The effect is limited to the first glyph<br />
c) 85 per cent of the lines begin with one of only seven units<br />
d) The choice of this unit depends significantly on the section<br />
<br />
----<br />
Interpretation:<br />
<br />
How this finding should be interpreted remains open. Possible directions:<br />
<br />
- a calligraphic convention that manifests as a statistical glyph difference?<br />
<br />
- a linguistic element (e.g. a clitic prefix) that is mandatory at the start of a line?<br />
<br />
- what I believe: a specific hint at part of a cipher functionality. This is supported by the fact that I can already detect changes in the words following the initial letters, particularly p and t, but this is not yet statistically significant. Perhaps I’ll come back to this later.<br />
<br />
---<br />
<br />
In my opinion, the effect cant be dismissed as an artefact. What do you think? <br />
<br />
Do you have any idea what this might be?<br />
I’m interested in comments and, above all, whether this phenomenon has been described before. And, of course, in counter-evidence, hypotheses that might put it into a comprehensible context, etc...<br />
<br />
Jojo<br />
<br />
PS: It could at least suggest that, when attempting translations, one should try leaving out the first letter as a test.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Intentionality of the Zodiac Construction]]></title>
			<link>https://www.voynich.ninja/thread-5638.html</link>
			<pubDate>Sat, 18 Apr 2026 19:00:40 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.voynich.ninja/member.php?action=profile&uid=3023">rikforto</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.voynich.ninja/thread-5638.html</guid>
			<description><![CDATA[Ladies, gentlemen, and unidentified beasts! For another thread, it became of interest for me to count the number of words in the Zodiac counter clockwise texts. The ALL CAPS signs are the sum of the 2 halves. <br />
<br />
Folio   Sign           Word Count<br />
          TAURUS     159<br />
          AIRES        132<br />
f72r3   Cancer       122<br />
f70v2  Pisces         104<br />
f72v3  Leo            85<br />
f72r1   Taurus       81<br />
f72r2   Gemini      79<br />
f71v    Taurus       78<br />
f72v2  Virgo         77<br />
f71r     Aires         72<br />
f72v1  Libra         72<br />
f73r    Scorpio      66<br />
f73v   Sagittarius  66<br />
f70v1  Aires         60<br />
<br />
<br />
Folio Sign Character* Count<br />
          TAURUS     947<br />
           AIRES       836<br />
f72r3   Cancer      738<br />
f70v2   Pisces       603<br />
f72v3   Leo           539<br />
f72r1   Taurus       493<br />
f72v2   Virgo         491<br />
f72r2   Gemini       461<br />
f72v1   Libra         459<br />
f71v    Taurus       454<br />
f71r     Aires         442<br />
f73r     Scorpio      432<br />
f73v    Sagittarius  416<br />
f70v1   Aires         394<br />
<br />
*Includes the space as a character, counting the end of each of the three lines as a space.<br />
<br />
<br />
<br />
I think the finding here is interesting if we're thinking about the intentionality of constructing the Zodiac pages. If we assume---and this may not be warranted on numerous grounds---that they were created with the text in mind, we would predict that the largest ones are the ones that got split. We see this! And we see the crowded ones that didn't get split. We also see one of the splits appearing at the bottom of the distribution, and the second half of each split appearing smaller.<br />
<br />
Countervailing that, f72r1, f71v, and You are not allowed to view links. <a href="https://www.voynich.ninja/member.php?action=register">Register</a> or <a href="https://www.voynich.ninja/member.php?action=login">Login</a> to view. are all very typical, and f70v1 isn't wildly smaller than most of its peers. The size of the actual zodiacs seems to cluster around 440 +/- 55 characters, with three then being above that bound. This is closer to, but not exactly what I'd expect if the text were filling the space provided. To commit to saying the text were filling the space I'd have to say they made Cancer and Pisces more crowded, either by accident or to throw us off, but I also don't see signs they were trying to jam text in.<br />
<br />
Given the small set and the fact neither word length nor character length are exactly standard measurements, and the fact that circles vary a bit, there's quickly a limit to what statistics can tell us, and I'm not terribly surprised to get a fuzzy result.<br />
<br />
And so my question, numbers or features of the page, what do people see here? Did the words fill the circles until they were full or were the circles crafted as containers for predetermined words? For my part, the fact the spaces are reasonably consistent within a diagram but less so between them gives me the sense I'm looking at something planned to hold the text, but it's a subtle effect and my bias anyway.]]></description>
			<content:encoded><![CDATA[Ladies, gentlemen, and unidentified beasts! For another thread, it became of interest for me to count the number of words in the Zodiac counter clockwise texts. The ALL CAPS signs are the sum of the 2 halves. <br />
<br />
Folio   Sign           Word Count<br />
          TAURUS     159<br />
          AIRES        132<br />
f72r3   Cancer       122<br />
f70v2  Pisces         104<br />
f72v3  Leo            85<br />
f72r1   Taurus       81<br />
f72r2   Gemini      79<br />
f71v    Taurus       78<br />
f72v2  Virgo         77<br />
f71r     Aires         72<br />
f72v1  Libra         72<br />
f73r    Scorpio      66<br />
f73v   Sagittarius  66<br />
f70v1  Aires         60<br />
<br />
<br />
Folio Sign Character* Count<br />
          TAURUS     947<br />
           AIRES       836<br />
f72r3   Cancer      738<br />
f70v2   Pisces       603<br />
f72v3   Leo           539<br />
f72r1   Taurus       493<br />
f72v2   Virgo         491<br />
f72r2   Gemini       461<br />
f72v1   Libra         459<br />
f71v    Taurus       454<br />
f71r     Aires         442<br />
f73r     Scorpio      432<br />
f73v    Sagittarius  416<br />
f70v1   Aires         394<br />
<br />
*Includes the space as a character, counting the end of each of the three lines as a space.<br />
<br />
<br />
<br />
I think the finding here is interesting if we're thinking about the intentionality of constructing the Zodiac pages. If we assume---and this may not be warranted on numerous grounds---that they were created with the text in mind, we would predict that the largest ones are the ones that got split. We see this! And we see the crowded ones that didn't get split. We also see one of the splits appearing at the bottom of the distribution, and the second half of each split appearing smaller.<br />
<br />
Countervailing that, f72r1, f71v, and You are not allowed to view links. <a href="https://www.voynich.ninja/member.php?action=register">Register</a> or <a href="https://www.voynich.ninja/member.php?action=login">Login</a> to view. are all very typical, and f70v1 isn't wildly smaller than most of its peers. The size of the actual zodiacs seems to cluster around 440 +/- 55 characters, with three then being above that bound. This is closer to, but not exactly what I'd expect if the text were filling the space provided. To commit to saying the text were filling the space I'd have to say they made Cancer and Pisces more crowded, either by accident or to throw us off, but I also don't see signs they were trying to jam text in.<br />
<br />
Given the small set and the fact neither word length nor character length are exactly standard measurements, and the fact that circles vary a bit, there's quickly a limit to what statistics can tell us, and I'm not terribly surprised to get a fuzzy result.<br />
<br />
And so my question, numbers or features of the page, what do people see here? Did the words fill the circles until they were full or were the circles crafted as containers for predetermined words? For my part, the fact the spaces are reasonably consistent within a diagram but less so between them gives me the sense I'm looking at something planned to hold the text, but it's a subtle effect and my bias anyway.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[About the construction of lines in the MS]]></title>
			<link>https://www.voynich.ninja/thread-5612.html</link>
			<pubDate>Wed, 15 Apr 2026 07:25:09 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.voynich.ninja/member.php?action=profile&uid=2187">quimqu</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.voynich.ninja/thread-5612.html</guid>
			<description><![CDATA[In this You are not allowed to view links. <a href="https://www.voynich.ninja/member.php?action=register">Register</a> or <a href="https://www.voynich.ninja/member.php?action=login">Login</a> to view., when I was thinking of how to determine if the lines and paragraph have some structure, I got the idea of creating features for the gaps that make the line splits. So see the properties of the words just before the line split and just after.<br />
<br />
The idea was to avoid looking at the page as an image and instead work only from the transcription. I turned each paragraph into a sequence of word gaps. For every gap between two consecutive words, I asked whether it was a real line break or just an interior gap.<br />
<br />
The model I created was deliberately simple. It did not use exact words as memorized items. It used short word-type signatures and short local segment features. On the left side of a candidate break it looked at the last word and the last two-word tail. On the right side it looked at the first word and the first two-word head. It also measured whether the candidate cut would leave a line length close to the typical line length of that section. So the score had four parts: end quality, start quality, fit to line length, and a smaller central transition term.<br />
<br />
So, making it short, a "good line ending" means that the word just before the break, and the small tail that ends the line, look like the endings that real lines usually have in that section. A "good line opening" means that the word just after the break, and the short opening sequence after it, look like real line openings. This is not a claim about magical words, it is a claim about recurrent statistical shapes.<br />
<br />
The main validation was done only on Herbal and Biological, because they are large enough and relatively coherent. I used paragraph-level cross-validation, so train and test never shared the same paragraph. I also repeated the whole split with several random seeds. Then I added a null control: within each training paragraph I randomly permuted which gaps were marked as boundaries, trained the same model on those fake labels, and tested on the real held-out paragraphs. If the signal was an artifact of the pipeline, the null should also score well.... It did not.<br />
<br />
These are the main validation results.<br />
<br />
<table class="tborder tfixed clear" cellspacing="0" cellpadding="5"  style="border:0; radius:0;">
<tr class="trowaltern"><th class="thead" valign="middle" style="text-align:center; border-radius:0;"><strong>Section</strong></th><th class="thead" valign="middle" style="text-align:center; border-radius:0;"><strong>Real AUC mean</strong></th><th class="thead" valign="middle" style="text-align:center; border-radius:0;"><strong>Real AUC sd</strong></th><th class="thead" valign="middle" style="text-align:center; border-radius:0;"><strong>Null AUC mean</strong></th><th class="thead" valign="middle" style="text-align:center; border-radius:0;"><strong>Null AUC sd</strong></th></tr>
<tr class="trowaltern"><td valign="top">Biological (balneological)</td><td valign="top">0.891</td><td valign="top">0.057</td><td valign="top">0.459</td><td valign="top">0.119</td></tr>
<tr class="trowaltern"><td valign="top">Herbal</td><td valign="top">0.905</td><td valign="top">0.036</td><td valign="top">0.461</td><td valign="top">0.131</td></tr>
</table>
<br />
Those values are the most important part of the finding. The real model stays very high across repeated train/test splits. The null model collapses close to chance. That does not prove everything, but it is strong evidence that the detection is not coming from a trivial leak or from learning the same paragraphs it later predicts.<br />
<br />
The next question was whether the score was really mixing several weak signals or whether the individual components also worked on their own.... they did.<br />
<br />
<table class="tborder tfixed clear" cellspacing="0" cellpadding="5"  style="border:0; radius:0;">
<tr class="trowaltern"><th class="thead" valign="middle" style="text-align:center; border-radius:0;"><strong>Section</strong></th><th class="thead" valign="middle" style="text-align:center; border-radius:0;"><strong>End-quality AUC</strong></th><th class="thead" valign="middle" style="text-align:center; border-radius:0;"><strong>Start-quality AUC</strong></th><th class="thead" valign="middle" style="text-align:center; border-radius:0;"><strong>Fit-quality AUC</strong></th></tr>
<tr class="trowaltern"><td valign="top">Biological (balneological)</td><td valign="top">0.708</td><td valign="top">0.763</td><td valign="top">0.797</td></tr>
<tr class="trowaltern"><td valign="top">Herbal</td><td valign="top">0.752</td><td valign="top">0.763</td><td valign="top">0.780</td></tr>
</table>
<br />
This means that real line breaks are not only associated with a better local transition. They are also associated with better line endings, better next-line openings, and better line-length fit. In other words, the break seems to happen where the text can be segmented into two pieces that both look well formed.<br />
<br />
The direction of the effect is also consistent in both sections.<br />
<br />
<table class="tborder tfixed clear" cellspacing="0" cellpadding="5"  style="border:0; radius:0;">
<tr class="trowaltern"><th class="thead" valign="middle" style="text-align:center; border-radius:0;"><strong>Section</strong></th><th class="thead" valign="middle" style="text-align:center; border-radius:0;"><strong>Boundary end quality</strong></th><th class="thead" valign="middle" style="text-align:center; border-radius:0;"><strong>Interior end quality</strong></th><th class="thead" valign="middle" style="text-align:center; border-radius:0;"><strong>Boundary start quality</strong></th><th class="thead" valign="middle" style="text-align:center; border-radius:0;"><strong>Interior start quality</strong></th><th class="thead" valign="middle" style="text-align:center; border-radius:0;"><strong>Boundary fit quality</strong></th><th class="thead" valign="middle" style="text-align:center; border-radius:0;"><strong>Interior fit quality</strong></th></tr>
<tr class="trowaltern"><td valign="top">Biological (balneological)</td><td valign="top">-2.019</td><td valign="top">-2.564</td><td valign="top">-1.774</td><td valign="top">-2.508</td><td valign="top">-1.531</td><td valign="top">-2.531</td></tr>
<tr class="trowaltern"><td valign="top">Herbal</td><td valign="top">-1.788</td><td valign="top">-2.349</td><td valign="top">-1.798</td><td valign="top">-2.444</td><td valign="top">-1.453</td><td valign="top">-2.663</td></tr>
</table>
<br />
The scores are log-like and therefore negative, so the less negative values are the better ones. Real line breaks systematically look better than interior gaps on all three dimensions.<br />
<br />
After that I tested whether the mechanism was section-specific or partly shared. First I did a cleaner transfer between the two large sections. Herbal was used to score Biological, and Biological was used to score Herbal. Then I trained on both of them together and only then applied the model descriptively to the other sections.<br />
<br />
<table class="tborder tfixed clear" cellspacing="0" cellpadding="5"  style="border:0; radius:0;">
<tr class="trowaltern"><th class="thead" valign="middle" style="text-align:center; border-radius:0;"><strong>Training</strong></th><th class="thead" valign="middle" style="text-align:center; border-radius:0;"><strong>Test section</strong></th><th class="thead" valign="middle" style="text-align:center; border-radius:0;"><strong>Boundary AUC</strong></th><th class="thead" valign="middle" style="text-align:center; border-radius:0;"><strong>End AUC</strong></th><th class="thead" valign="middle" style="text-align:center; border-radius:0;"><strong>Start AUC</strong></th><th class="thead" valign="middle" style="text-align:center; border-radius:0;"><strong>Fit AUC</strong></th></tr>
<tr class="trowaltern"><td valign="top">Herbal</td><td valign="top">Biological (balneological)</td><td valign="top">0.804</td><td valign="top">0.667</td><td valign="top">0.690</td><td valign="top">0.753</td></tr>
<tr class="trowaltern"><td valign="top">Biological (balneological)</td><td valign="top">Herbal</td><td valign="top">0.809</td><td valign="top">0.627</td><td valign="top">0.659</td><td valign="top">0.785</td></tr>
</table>
<br />
That is lower than within-section validation, as expected, but still strong. So the mechanism is not just a local quirk of one section.<br />
<br />
When Herbal and Biological are pooled and used as a source model, the score still separates real boundaries from interior gaps in the other sections as well.<br />
<br />
<table class="tborder tfixed clear" cellspacing="0" cellpadding="5"  style="border:0; radius:0;">
<tr class="trowaltern"><th class="thead" valign="middle" style="text-align:center; border-radius:0;"><strong>Training</strong></th><th class="thead" valign="middle" style="text-align:center; border-radius:0;"><strong>Test section</strong></th><th class="thead" valign="middle" style="text-align:center; border-radius:0;"><strong>Boundary AUC</strong></th></tr>
<tr class="trowaltern"><td valign="top">Herbal + Biological</td><td valign="top">Marginal stars only</td><td valign="top">0.958</td></tr>
<tr class="trowaltern"><td valign="top">Herbal + Biological</td><td valign="top">Text-only</td><td valign="top">0.859</td></tr>
<tr class="trowaltern"><td valign="top">Herbal + Biological</td><td valign="top">Pharmaceutical</td><td valign="top">0.782</td></tr>
<tr class="trowaltern"><td valign="top">Herbal + Biological</td><td valign="top">Zodiac</td><td valign="top">0.746</td></tr>
<tr class="trowaltern"><td valign="top">Herbal + Biological</td><td valign="top">Astronomical</td><td valign="top">0.739</td></tr>
<tr class="trowaltern"><td valign="top">Herbal + Biological</td><td valign="top">Cosmological</td><td valign="top">0.727</td></tr>
</table>
<br />
I would still call those transfer values descriptive rather than fully validated, because those sections were not cross-validated on themselves in the same way. But they are high enough to suggest that at least part of the lineation logic is shared across the manuscript.<br />
<br />
The last part was to look at what actually defines a good ending and a good beginning. The model is not using exact words as rules. It is using recurrent word-type patterns. So the result is better read as families of endings and openings rather than individual tokens.<br />
<br />
For Biological, line endings are enriched in short and medium forms such as <span style="font-style: italic;" class="mycode_i">ol..ly</span>, <span style="font-style: italic;" class="mycode_i">ol..dy</span>, <span style="font-style: italic;" class="mycode_i">or..ry</span>, <span style="font-style: italic;" class="mycode_i">ol..ol</span>, <span style="font-style: italic;" class="mycode_i">ok..ky</span>, and some larger <span style="font-style: italic;" class="mycode_i">qo...</span> tails. Line openings are enriched in families like <span style="font-style: italic;" class="mycode_i">so..dy</span>, <span style="font-style: italic;" class="mycode_i">so..ey</span>, <span style="font-style: italic;" class="mycode_i">so..or</span>, <span style="font-style: italic;" class="mycode_i">so..ol</span>, <span style="font-style: italic;" class="mycode_i">sa..ar</span>, <span style="font-style: italic;" class="mycode_i">sa..in</span>, <span style="font-style: italic;" class="mycode_i">ds..dy</span>, <span style="font-style: italic;" class="mycode_i">dc..dy</span>, <span style="font-style: italic;" class="mycode_i">tc..dy</span>, again with some recurring <span style="font-style: italic;" class="mycode_i">qo...</span> heads.<br />
<br />
For Herbal, line endings are enriched in short and medium forms such as <span style="font-style: italic;" class="mycode_i">..am</span>, <span style="font-style: italic;" class="mycode_i">..dy</span>, <span style="font-style: italic;" class="mycode_i">da..an</span>, <span style="font-style: italic;" class="mycode_i">da..am</span>, <span style="font-style: italic;" class="mycode_i">ok..am</span>, <span style="font-style: italic;" class="mycode_i">ot..am</span>, <span style="font-style: italic;" class="mycode_i">ch..ry</span>, and some repeated two-word tails involving <span style="font-style: italic;" class="mycode_i">da..in</span>. Line openings are enriched in families like <span style="font-style: italic;" class="mycode_i">yc..or</span>, <span style="font-style: italic;" class="mycode_i">yc..ol</span>, <span style="font-style: italic;" class="mycode_i">yc..ey</span>, <span style="font-style: italic;" class="mycode_i">so..in</span>, <span style="font-style: italic;" class="mycode_i">so..or</span>, <span style="font-style: italic;" class="mycode_i">so..ol</span>, <span style="font-style: italic;" class="mycode_i">dc..ey</span>, <span style="font-style: italic;" class="mycode_i">dc..dy</span>, <span style="font-style: italic;" class="mycode_i">ds..dy</span>, <span style="font-style: italic;" class="mycode_i">yt..dy</span>, <span style="font-style: italic;" class="mycode_i">tc..in</span>, and <span style="font-style: italic;" class="mycode_i">ta..ar</span>.<br />
<br />
A compact summary of the strongest recurrent families is this:<br />
<br />
<table class="tborder tfixed clear" cellspacing="0" cellpadding="5"  style="border:0; radius:0;">
<tr class="trowaltern"><th class="thead" valign="middle" style="text-align:center; border-radius:0;"><strong>Section</strong></th><th class="thead" valign="middle" style="text-align:center; border-radius:0;"><strong>Good line endings tend to look like</strong></th><th class="thead" valign="middle" style="text-align:center; border-radius:0;"><strong>Good line openings tend to look like</strong></th></tr>
<tr class="trowaltern"><td valign="top">Biological</td><td valign="top">ol..ly, ol..dy, or..ry, ol..ol, ok..ky, some qo... tails</td><td valign="top">so..dy, so..ey, so..or, so..ol, sa..ar, sa..in, ds..dy, dc..dy, tc..dy</td></tr>
<tr class="trowaltern"><td valign="top">Herbal</td><td valign="top">..am, ..dy, da..an, da..am, ok..am, ot..am, ch..ry, some da..in tails</td><td valign="top">yc..or, yc..ol, yc..ey, so..in, so..or, so..ol, dc..ey, dc..dy, ds..dy, yt..dy, tc..in</td></tr>
</table>
<br />
So the main result is not that the manuscript has special boundary words that never appear elsewhere. It is that line breaks tend to occur where the preceding segment ends in a statistically good way and the following segment begins in a statistically good way, with the added constraint that the resulting line length also fits the section.<br />
<br />
That is why the detection values are so high. The model is not reading the same paragraphs twice. It is learning which kinds of endings, beginnings and line-length fits are typical in training paragraphs, and then finding the same structure in held-out paragraphs. The null control shows that this does not survive random relabelling. So the effect looks real.<br />
<br />
I think the safest formulation is this: <span style="font-weight: bold;" class="mycode_b">in Herbal and Biological, line breaks are statistically structured rather than arbitrary. They can be detected very well out of sample because real boundaries have better line-ending quality, better next-line-opening quality, and better line-length fit than ordinary interior gaps. The same scoring scheme also transfers surprisingly well to several other sections, which suggests that at least part of the lineation mechanism may be shared across the Voynich manuscript.</span>]]></description>
			<content:encoded><![CDATA[In this You are not allowed to view links. <a href="https://www.voynich.ninja/member.php?action=register">Register</a> or <a href="https://www.voynich.ninja/member.php?action=login">Login</a> to view., when I was thinking of how to determine if the lines and paragraph have some structure, I got the idea of creating features for the gaps that make the line splits. So see the properties of the words just before the line split and just after.<br />
<br />
The idea was to avoid looking at the page as an image and instead work only from the transcription. I turned each paragraph into a sequence of word gaps. For every gap between two consecutive words, I asked whether it was a real line break or just an interior gap.<br />
<br />
The model I created was deliberately simple. It did not use exact words as memorized items. It used short word-type signatures and short local segment features. On the left side of a candidate break it looked at the last word and the last two-word tail. On the right side it looked at the first word and the first two-word head. It also measured whether the candidate cut would leave a line length close to the typical line length of that section. So the score had four parts: end quality, start quality, fit to line length, and a smaller central transition term.<br />
<br />
So, making it short, a "good line ending" means that the word just before the break, and the small tail that ends the line, look like the endings that real lines usually have in that section. A "good line opening" means that the word just after the break, and the short opening sequence after it, look like real line openings. This is not a claim about magical words, it is a claim about recurrent statistical shapes.<br />
<br />
The main validation was done only on Herbal and Biological, because they are large enough and relatively coherent. I used paragraph-level cross-validation, so train and test never shared the same paragraph. I also repeated the whole split with several random seeds. Then I added a null control: within each training paragraph I randomly permuted which gaps were marked as boundaries, trained the same model on those fake labels, and tested on the real held-out paragraphs. If the signal was an artifact of the pipeline, the null should also score well.... It did not.<br />
<br />
These are the main validation results.<br />
<br />
<table class="tborder tfixed clear" cellspacing="0" cellpadding="5"  style="border:0; radius:0;">
<tr class="trowaltern"><th class="thead" valign="middle" style="text-align:center; border-radius:0;"><strong>Section</strong></th><th class="thead" valign="middle" style="text-align:center; border-radius:0;"><strong>Real AUC mean</strong></th><th class="thead" valign="middle" style="text-align:center; border-radius:0;"><strong>Real AUC sd</strong></th><th class="thead" valign="middle" style="text-align:center; border-radius:0;"><strong>Null AUC mean</strong></th><th class="thead" valign="middle" style="text-align:center; border-radius:0;"><strong>Null AUC sd</strong></th></tr>
<tr class="trowaltern"><td valign="top">Biological (balneological)</td><td valign="top">0.891</td><td valign="top">0.057</td><td valign="top">0.459</td><td valign="top">0.119</td></tr>
<tr class="trowaltern"><td valign="top">Herbal</td><td valign="top">0.905</td><td valign="top">0.036</td><td valign="top">0.461</td><td valign="top">0.131</td></tr>
</table>
<br />
Those values are the most important part of the finding. The real model stays very high across repeated train/test splits. The null model collapses close to chance. That does not prove everything, but it is strong evidence that the detection is not coming from a trivial leak or from learning the same paragraphs it later predicts.<br />
<br />
The next question was whether the score was really mixing several weak signals or whether the individual components also worked on their own.... they did.<br />
<br />
<table class="tborder tfixed clear" cellspacing="0" cellpadding="5"  style="border:0; radius:0;">
<tr class="trowaltern"><th class="thead" valign="middle" style="text-align:center; border-radius:0;"><strong>Section</strong></th><th class="thead" valign="middle" style="text-align:center; border-radius:0;"><strong>End-quality AUC</strong></th><th class="thead" valign="middle" style="text-align:center; border-radius:0;"><strong>Start-quality AUC</strong></th><th class="thead" valign="middle" style="text-align:center; border-radius:0;"><strong>Fit-quality AUC</strong></th></tr>
<tr class="trowaltern"><td valign="top">Biological (balneological)</td><td valign="top">0.708</td><td valign="top">0.763</td><td valign="top">0.797</td></tr>
<tr class="trowaltern"><td valign="top">Herbal</td><td valign="top">0.752</td><td valign="top">0.763</td><td valign="top">0.780</td></tr>
</table>
<br />
This means that real line breaks are not only associated with a better local transition. They are also associated with better line endings, better next-line openings, and better line-length fit. In other words, the break seems to happen where the text can be segmented into two pieces that both look well formed.<br />
<br />
The direction of the effect is also consistent in both sections.<br />
<br />
<table class="tborder tfixed clear" cellspacing="0" cellpadding="5"  style="border:0; radius:0;">
<tr class="trowaltern"><th class="thead" valign="middle" style="text-align:center; border-radius:0;"><strong>Section</strong></th><th class="thead" valign="middle" style="text-align:center; border-radius:0;"><strong>Boundary end quality</strong></th><th class="thead" valign="middle" style="text-align:center; border-radius:0;"><strong>Interior end quality</strong></th><th class="thead" valign="middle" style="text-align:center; border-radius:0;"><strong>Boundary start quality</strong></th><th class="thead" valign="middle" style="text-align:center; border-radius:0;"><strong>Interior start quality</strong></th><th class="thead" valign="middle" style="text-align:center; border-radius:0;"><strong>Boundary fit quality</strong></th><th class="thead" valign="middle" style="text-align:center; border-radius:0;"><strong>Interior fit quality</strong></th></tr>
<tr class="trowaltern"><td valign="top">Biological (balneological)</td><td valign="top">-2.019</td><td valign="top">-2.564</td><td valign="top">-1.774</td><td valign="top">-2.508</td><td valign="top">-1.531</td><td valign="top">-2.531</td></tr>
<tr class="trowaltern"><td valign="top">Herbal</td><td valign="top">-1.788</td><td valign="top">-2.349</td><td valign="top">-1.798</td><td valign="top">-2.444</td><td valign="top">-1.453</td><td valign="top">-2.663</td></tr>
</table>
<br />
The scores are log-like and therefore negative, so the less negative values are the better ones. Real line breaks systematically look better than interior gaps on all three dimensions.<br />
<br />
After that I tested whether the mechanism was section-specific or partly shared. First I did a cleaner transfer between the two large sections. Herbal was used to score Biological, and Biological was used to score Herbal. Then I trained on both of them together and only then applied the model descriptively to the other sections.<br />
<br />
<table class="tborder tfixed clear" cellspacing="0" cellpadding="5"  style="border:0; radius:0;">
<tr class="trowaltern"><th class="thead" valign="middle" style="text-align:center; border-radius:0;"><strong>Training</strong></th><th class="thead" valign="middle" style="text-align:center; border-radius:0;"><strong>Test section</strong></th><th class="thead" valign="middle" style="text-align:center; border-radius:0;"><strong>Boundary AUC</strong></th><th class="thead" valign="middle" style="text-align:center; border-radius:0;"><strong>End AUC</strong></th><th class="thead" valign="middle" style="text-align:center; border-radius:0;"><strong>Start AUC</strong></th><th class="thead" valign="middle" style="text-align:center; border-radius:0;"><strong>Fit AUC</strong></th></tr>
<tr class="trowaltern"><td valign="top">Herbal</td><td valign="top">Biological (balneological)</td><td valign="top">0.804</td><td valign="top">0.667</td><td valign="top">0.690</td><td valign="top">0.753</td></tr>
<tr class="trowaltern"><td valign="top">Biological (balneological)</td><td valign="top">Herbal</td><td valign="top">0.809</td><td valign="top">0.627</td><td valign="top">0.659</td><td valign="top">0.785</td></tr>
</table>
<br />
That is lower than within-section validation, as expected, but still strong. So the mechanism is not just a local quirk of one section.<br />
<br />
When Herbal and Biological are pooled and used as a source model, the score still separates real boundaries from interior gaps in the other sections as well.<br />
<br />
<table class="tborder tfixed clear" cellspacing="0" cellpadding="5"  style="border:0; radius:0;">
<tr class="trowaltern"><th class="thead" valign="middle" style="text-align:center; border-radius:0;"><strong>Training</strong></th><th class="thead" valign="middle" style="text-align:center; border-radius:0;"><strong>Test section</strong></th><th class="thead" valign="middle" style="text-align:center; border-radius:0;"><strong>Boundary AUC</strong></th></tr>
<tr class="trowaltern"><td valign="top">Herbal + Biological</td><td valign="top">Marginal stars only</td><td valign="top">0.958</td></tr>
<tr class="trowaltern"><td valign="top">Herbal + Biological</td><td valign="top">Text-only</td><td valign="top">0.859</td></tr>
<tr class="trowaltern"><td valign="top">Herbal + Biological</td><td valign="top">Pharmaceutical</td><td valign="top">0.782</td></tr>
<tr class="trowaltern"><td valign="top">Herbal + Biological</td><td valign="top">Zodiac</td><td valign="top">0.746</td></tr>
<tr class="trowaltern"><td valign="top">Herbal + Biological</td><td valign="top">Astronomical</td><td valign="top">0.739</td></tr>
<tr class="trowaltern"><td valign="top">Herbal + Biological</td><td valign="top">Cosmological</td><td valign="top">0.727</td></tr>
</table>
<br />
I would still call those transfer values descriptive rather than fully validated, because those sections were not cross-validated on themselves in the same way. But they are high enough to suggest that at least part of the lineation logic is shared across the manuscript.<br />
<br />
The last part was to look at what actually defines a good ending and a good beginning. The model is not using exact words as rules. It is using recurrent word-type patterns. So the result is better read as families of endings and openings rather than individual tokens.<br />
<br />
For Biological, line endings are enriched in short and medium forms such as <span style="font-style: italic;" class="mycode_i">ol..ly</span>, <span style="font-style: italic;" class="mycode_i">ol..dy</span>, <span style="font-style: italic;" class="mycode_i">or..ry</span>, <span style="font-style: italic;" class="mycode_i">ol..ol</span>, <span style="font-style: italic;" class="mycode_i">ok..ky</span>, and some larger <span style="font-style: italic;" class="mycode_i">qo...</span> tails. Line openings are enriched in families like <span style="font-style: italic;" class="mycode_i">so..dy</span>, <span style="font-style: italic;" class="mycode_i">so..ey</span>, <span style="font-style: italic;" class="mycode_i">so..or</span>, <span style="font-style: italic;" class="mycode_i">so..ol</span>, <span style="font-style: italic;" class="mycode_i">sa..ar</span>, <span style="font-style: italic;" class="mycode_i">sa..in</span>, <span style="font-style: italic;" class="mycode_i">ds..dy</span>, <span style="font-style: italic;" class="mycode_i">dc..dy</span>, <span style="font-style: italic;" class="mycode_i">tc..dy</span>, again with some recurring <span style="font-style: italic;" class="mycode_i">qo...</span> heads.<br />
<br />
For Herbal, line endings are enriched in short and medium forms such as <span style="font-style: italic;" class="mycode_i">..am</span>, <span style="font-style: italic;" class="mycode_i">..dy</span>, <span style="font-style: italic;" class="mycode_i">da..an</span>, <span style="font-style: italic;" class="mycode_i">da..am</span>, <span style="font-style: italic;" class="mycode_i">ok..am</span>, <span style="font-style: italic;" class="mycode_i">ot..am</span>, <span style="font-style: italic;" class="mycode_i">ch..ry</span>, and some repeated two-word tails involving <span style="font-style: italic;" class="mycode_i">da..in</span>. Line openings are enriched in families like <span style="font-style: italic;" class="mycode_i">yc..or</span>, <span style="font-style: italic;" class="mycode_i">yc..ol</span>, <span style="font-style: italic;" class="mycode_i">yc..ey</span>, <span style="font-style: italic;" class="mycode_i">so..in</span>, <span style="font-style: italic;" class="mycode_i">so..or</span>, <span style="font-style: italic;" class="mycode_i">so..ol</span>, <span style="font-style: italic;" class="mycode_i">dc..ey</span>, <span style="font-style: italic;" class="mycode_i">dc..dy</span>, <span style="font-style: italic;" class="mycode_i">ds..dy</span>, <span style="font-style: italic;" class="mycode_i">yt..dy</span>, <span style="font-style: italic;" class="mycode_i">tc..in</span>, and <span style="font-style: italic;" class="mycode_i">ta..ar</span>.<br />
<br />
A compact summary of the strongest recurrent families is this:<br />
<br />
<table class="tborder tfixed clear" cellspacing="0" cellpadding="5"  style="border:0; radius:0;">
<tr class="trowaltern"><th class="thead" valign="middle" style="text-align:center; border-radius:0;"><strong>Section</strong></th><th class="thead" valign="middle" style="text-align:center; border-radius:0;"><strong>Good line endings tend to look like</strong></th><th class="thead" valign="middle" style="text-align:center; border-radius:0;"><strong>Good line openings tend to look like</strong></th></tr>
<tr class="trowaltern"><td valign="top">Biological</td><td valign="top">ol..ly, ol..dy, or..ry, ol..ol, ok..ky, some qo... tails</td><td valign="top">so..dy, so..ey, so..or, so..ol, sa..ar, sa..in, ds..dy, dc..dy, tc..dy</td></tr>
<tr class="trowaltern"><td valign="top">Herbal</td><td valign="top">..am, ..dy, da..an, da..am, ok..am, ot..am, ch..ry, some da..in tails</td><td valign="top">yc..or, yc..ol, yc..ey, so..in, so..or, so..ol, dc..ey, dc..dy, ds..dy, yt..dy, tc..in</td></tr>
</table>
<br />
So the main result is not that the manuscript has special boundary words that never appear elsewhere. It is that line breaks tend to occur where the preceding segment ends in a statistically good way and the following segment begins in a statistically good way, with the added constraint that the resulting line length also fits the section.<br />
<br />
That is why the detection values are so high. The model is not reading the same paragraphs twice. It is learning which kinds of endings, beginnings and line-length fits are typical in training paragraphs, and then finding the same structure in held-out paragraphs. The null control shows that this does not survive random relabelling. So the effect looks real.<br />
<br />
I think the safest formulation is this: <span style="font-weight: bold;" class="mycode_b">in Herbal and Biological, line breaks are statistically structured rather than arbitrary. They can be detected very well out of sample because real boundaries have better line-ending quality, better next-line-opening quality, and better line-length fit than ordinary interior gaps. The same scoring scheme also transfers surprisingly well to several other sections, which suggests that at least part of the lineation mechanism may be shared across the Voynich manuscript.</span>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Voynich text features summary file]]></title>
			<link>https://www.voynich.ninja/thread-5504.html</link>
			<pubDate>Thu, 02 Apr 2026 07:13:26 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.voynich.ninja/member.php?action=profile&uid=2187">quimqu</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.voynich.ninja/thread-5504.html</guid>
			<description><![CDATA[Hello all,<br />
<br />
to all of us who are digging in the analysis of the MS text, I think it might be interesting to have a brief summary of the confirmed text features. That's why I have created this file: You are not allowed to view links. <a href="https://www.voynich.ninja/member.php?action=register">Register</a> or <a href="https://www.voynich.ninja/member.php?action=login">Login</a> to view.<br />
<br />
It is open to be improved with your thoughts (proven facts) (in order to keep a proper view, it is not open to edit). I thik it may be a useful tool for keep on analysing the text and not forget already proven features (and not repeat too much testing).<br />
<br />
Feel free to comment, add fetures (via reply in the thread) and join the discussion.<br />
<br />
(By the way, my two lines in the "generative facts" page, if you think they are not confirmed or are uncertain, please tell me)<br />
<br />
Thank you]]></description>
			<content:encoded><![CDATA[Hello all,<br />
<br />
to all of us who are digging in the analysis of the MS text, I think it might be interesting to have a brief summary of the confirmed text features. That's why I have created this file: You are not allowed to view links. <a href="https://www.voynich.ninja/member.php?action=register">Register</a> or <a href="https://www.voynich.ninja/member.php?action=login">Login</a> to view.<br />
<br />
It is open to be improved with your thoughts (proven facts) (in order to keep a proper view, it is not open to edit). I thik it may be a useful tool for keep on analysing the text and not forget already proven features (and not repeat too much testing).<br />
<br />
Feel free to comment, add fetures (via reply in the thread) and join the discussion.<br />
<br />
(By the way, my two lines in the "generative facts" page, if you think they are not confirmed or are uncertain, please tell me)<br />
<br />
Thank you]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[The structure of the Voynich text and how it may be generated]]></title>
			<link>https://www.voynich.ninja/thread-5500.html</link>
			<pubDate>Wed, 01 Apr 2026 11:16:02 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.voynich.ninja/member.php?action=profile&uid=2187">quimqu</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.voynich.ninja/thread-5500.html</guid>
			<description><![CDATA[Most discussions about the Voynich already agree on a few basic points: the text is not random, similar words tend to appear near each other, and position within the line matters. What is less clear is <span style="font-style: italic;" class="mycode_i">how</span> this structure is actually generated.<br />
<br />
I have been working in a pipeline that lets me analyze the structure of the MS. The goal of this analysis was not to describe patterns, but to test concrete generative hypotheses against the data. The question was always the same: <span style="font-style: italic;" class="mycode_i">if this were the real mechanism, would it reproduce what we observe?</span> Running different models through the same pipeline makes it possible to discard entire classes of explanations, not just speculate about them.<br />
<br />
<table class="tborder tfixed clear" cellspacing="0" cellpadding="5"  style="border:0; radius:0;">
<tr class="trowaltern"><td valign="top"><span style="font-weight: bold;" class="mycode_b">Hypothesis</span></td><td valign="top"><span style="font-weight: bold;" class="mycode_b">Expected behavior</span></td><td valign="top"><span style="font-weight: bold;" class="mycode_b">Observed failure</span></td></tr>
<tr class="trowaltern"><td valign="top">Random / weak structure</td><td valign="top">No stable local similarity or positional effects</td><td valign="top">Strong clustering and positional patterns persist</td></tr>
<tr class="trowaltern"><td valign="top">Sequential (Markov-like)</td><td valign="top">Next token predictable from previous ones</td><td valign="top">Bigram/HMM models add little or collapse</td></tr>
<tr class="trowaltern"><td valign="top">Copy–modify (parent-based)</td><td valign="top">Clear local derivations, strong nearest neighbor</td><td valign="top">Generative models produce too much similarity</td></tr>
<tr class="trowaltern"><td valign="top">Single dominant parent</td><td valign="top">One best local candidate per token</td><td valign="top">Multiple candidates with similar scores, no clear winner</td></tr>
</table>
<br />
The important point is not just that these models fail, but <span style="font-style: italic;" class="mycode_i">how</span> they fail. Copy-and-modify mechanisms generate too much similarity, producing tight chains of derived forms that are not observed in the real text. Sequential models fail in the opposite direction, missing most of the structure entirely. The idea of a single dominant parent breaks down because the local neighborhood is too ambiguous: for most tokens, several nearby forms are equally plausible, with no clear winner. These are structural mismatches, not minor errors, and they rule out a large class of simple generative explanations.<br />
<br />
At the same time, some effects are very robust. Local similarity is real and strong: words share substrings and cluster in form space. Position within the line has a clear impact on length, prefixes, and suffixes. But these signals do not translate into a simple mechanism where one word determines the next. Token-level models struggle precisely because the system is not organized primarily as a chain of local decisions.<br />
<br />
The structure becomes clearer when moving to the level of the full line. If lines are represented as whole objects, using their internal properties (number of tokens, length distributions, entropy, positional patterns), they fall into a small number of latent types. These types are not imposed manually, but learned directly from the text. They correspond broadly to different functional roles, but also reveal variation within them. These data-driven line types also show persistence across consecutive lines, suggesting that the manuscript is organized as sequences of line-level states, not just as a stream of loosely connected tokens.<br />
<ul class="mycode_list"><li>The text is not governed by simple sequential rules. Token-to-token models fail to capture the structure, even when extended beyond basic Markov assumptions. <br />
</li>
<li>It is not generated by copy-and–modify or parent-based derivation. These mechanisms overproduce similarity and impose chains that are not present in the data. <br />
</li>
<li>There is no single dominant local source for most tokens. The local neighborhood is too ambiguous, with multiple equally plausible candidates. <br />
</li>
<li>The strongest and most stable structure appears at the level of the full line. Lines form a small number of latent types with distinct formal profiles and non-random sequencing. <br />
</li>
</ul>
<br />
A useful way to think about it is the following: <br />
<br />
<ol type="1" class="mycode_list"><li>The line type defines a space of possible forms. <br />
</li>
<li>The local context restricts this space further by favoring forms that are compatible with nearby words. <br />
</li>
<li>But within that constrained space, the final choice is weakly determined. Many candidates are acceptable, and no single one is strongly preferred. <br />
</li>
</ol>
<br />
This explains why local similarity is strong but does not translate into clear parent-child relationships, and why token-level models struggle while line-level structure is much more stable.<br />
<br />
With this analysis I try not to show that the Voynich is structured, which was already suspected, but to narrow down the class of mechanisms that can plausibly generate it. Simple sequential models and naive copy-and-modify processes do not fit. Models that operate at the level of line-level states, combined with a local compatibility field and weak selection within that field, are much more consistent with the data.]]></description>
			<content:encoded><![CDATA[Most discussions about the Voynich already agree on a few basic points: the text is not random, similar words tend to appear near each other, and position within the line matters. What is less clear is <span style="font-style: italic;" class="mycode_i">how</span> this structure is actually generated.<br />
<br />
I have been working in a pipeline that lets me analyze the structure of the MS. The goal of this analysis was not to describe patterns, but to test concrete generative hypotheses against the data. The question was always the same: <span style="font-style: italic;" class="mycode_i">if this were the real mechanism, would it reproduce what we observe?</span> Running different models through the same pipeline makes it possible to discard entire classes of explanations, not just speculate about them.<br />
<br />
<table class="tborder tfixed clear" cellspacing="0" cellpadding="5"  style="border:0; radius:0;">
<tr class="trowaltern"><td valign="top"><span style="font-weight: bold;" class="mycode_b">Hypothesis</span></td><td valign="top"><span style="font-weight: bold;" class="mycode_b">Expected behavior</span></td><td valign="top"><span style="font-weight: bold;" class="mycode_b">Observed failure</span></td></tr>
<tr class="trowaltern"><td valign="top">Random / weak structure</td><td valign="top">No stable local similarity or positional effects</td><td valign="top">Strong clustering and positional patterns persist</td></tr>
<tr class="trowaltern"><td valign="top">Sequential (Markov-like)</td><td valign="top">Next token predictable from previous ones</td><td valign="top">Bigram/HMM models add little or collapse</td></tr>
<tr class="trowaltern"><td valign="top">Copy–modify (parent-based)</td><td valign="top">Clear local derivations, strong nearest neighbor</td><td valign="top">Generative models produce too much similarity</td></tr>
<tr class="trowaltern"><td valign="top">Single dominant parent</td><td valign="top">One best local candidate per token</td><td valign="top">Multiple candidates with similar scores, no clear winner</td></tr>
</table>
<br />
The important point is not just that these models fail, but <span style="font-style: italic;" class="mycode_i">how</span> they fail. Copy-and-modify mechanisms generate too much similarity, producing tight chains of derived forms that are not observed in the real text. Sequential models fail in the opposite direction, missing most of the structure entirely. The idea of a single dominant parent breaks down because the local neighborhood is too ambiguous: for most tokens, several nearby forms are equally plausible, with no clear winner. These are structural mismatches, not minor errors, and they rule out a large class of simple generative explanations.<br />
<br />
At the same time, some effects are very robust. Local similarity is real and strong: words share substrings and cluster in form space. Position within the line has a clear impact on length, prefixes, and suffixes. But these signals do not translate into a simple mechanism where one word determines the next. Token-level models struggle precisely because the system is not organized primarily as a chain of local decisions.<br />
<br />
The structure becomes clearer when moving to the level of the full line. If lines are represented as whole objects, using their internal properties (number of tokens, length distributions, entropy, positional patterns), they fall into a small number of latent types. These types are not imposed manually, but learned directly from the text. They correspond broadly to different functional roles, but also reveal variation within them. These data-driven line types also show persistence across consecutive lines, suggesting that the manuscript is organized as sequences of line-level states, not just as a stream of loosely connected tokens.<br />
<ul class="mycode_list"><li>The text is not governed by simple sequential rules. Token-to-token models fail to capture the structure, even when extended beyond basic Markov assumptions. <br />
</li>
<li>It is not generated by copy-and–modify or parent-based derivation. These mechanisms overproduce similarity and impose chains that are not present in the data. <br />
</li>
<li>There is no single dominant local source for most tokens. The local neighborhood is too ambiguous, with multiple equally plausible candidates. <br />
</li>
<li>The strongest and most stable structure appears at the level of the full line. Lines form a small number of latent types with distinct formal profiles and non-random sequencing. <br />
</li>
</ul>
<br />
A useful way to think about it is the following: <br />
<br />
<ol type="1" class="mycode_list"><li>The line type defines a space of possible forms. <br />
</li>
<li>The local context restricts this space further by favoring forms that are compatible with nearby words. <br />
</li>
<li>But within that constrained space, the final choice is weakly determined. Many candidates are acceptable, and no single one is strongly preferred. <br />
</li>
</ol>
<br />
This explains why local similarity is strong but does not translate into clear parent-child relationships, and why token-level models struggle while line-level structure is much more stable.<br />
<br />
With this analysis I try not to show that the Voynich is structured, which was already suspected, but to narrow down the class of mechanisms that can plausibly generate it. Simple sequential models and naive copy-and-modify processes do not fit. Models that operate at the level of line-level states, combined with a local compatibility field and weak selection within that field, are much more consistent with the data.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[22% of 38,000 vords]]></title>
			<link>https://www.voynich.ninja/thread-5484.html</link>
			<pubDate>Sat, 28 Mar 2026 05:28:10 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.voynich.ninja/member.php?action=profile&uid=3442">oeesordy</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.voynich.ninja/thread-5484.html</guid>
			<description><![CDATA[I was going to do a whole study using python, but it was easy to find this statistic at You are not allowed to view links. <a href="https://www.voynich.ninja/member.php?action=register">Register</a> or <a href="https://www.voynich.ninja/member.php?action=login">Login</a> to view.. The voynich is abnormal with a huge anomaly of 22% of initial vowel being only "o" of the first letter of a vord out 38,000 vords.  Some say the voynich is 37,000 words so the % could be a little bit higher.<br />
<br />
What does this suggest to me along with other signs from the text.  You are not allowed to view links. <a href="https://www.voynich.ninja/member.php?action=register">Register</a> or <a href="https://www.voynich.ninja/member.php?action=login">Login</a> to view. word before and after test show the Voynich at 100 above 20 which is random and languages at 280-300.  It is low entropy.  No one has been able to decode it from substitution that is reproducible.  I believe that the first letter of the vord being a vowel is 22-23% of the text words.  There are those that say it is meaningless, but the voynich does have structure; therefore the conlang angle.  As for a language or a cipher that will present itself reproducible the same anywhere from substitution, I would find this hard to believe.  You will always eventually output unintelligible syntax.<br />
<br />
This suggests to me that the Voynich is an attempt at rules based conlang and a messy one maybe.  If you have a comment against the conlang angle and believe it behave more like a known language.  What evidence against this do you have to support your idea?<br />
<br />
<br />
Here is a reference for English along with letter placements in words<br />
<br />
<span style="color: #000000;" class="mycode_color"><span style="font-family: modern;" class="mycode_font">You are not allowed to view links. <a href="https://www.voynich.ninja/member.php?action=register">Register</a> or <a href="https://www.voynich.ninja/member.php?action=login">Login</a> to view. by Position Within Word</span></span><br />
<br />
<span style="color: #000000;" class="mycode_color"><span style="font-family: modern;" class="mycode_font">"t" was the highest with 15.9%. and that is not a vowel.  "a" was 11.68%</span></span><br />
<br />
<span style="color: #000000;" class="mycode_color"><span style="font-family: modern;" class="mycode_font">If you agree with me then you might also feel like I do that the meaning was lost with the people involved.  So we may only get subjective feelings from Voynich on its meaning from imagery.  The text may elude us.</span></span>]]></description>
			<content:encoded><![CDATA[I was going to do a whole study using python, but it was easy to find this statistic at You are not allowed to view links. <a href="https://www.voynich.ninja/member.php?action=register">Register</a> or <a href="https://www.voynich.ninja/member.php?action=login">Login</a> to view.. The voynich is abnormal with a huge anomaly of 22% of initial vowel being only "o" of the first letter of a vord out 38,000 vords.  Some say the voynich is 37,000 words so the % could be a little bit higher.<br />
<br />
What does this suggest to me along with other signs from the text.  You are not allowed to view links. <a href="https://www.voynich.ninja/member.php?action=register">Register</a> or <a href="https://www.voynich.ninja/member.php?action=login">Login</a> to view. word before and after test show the Voynich at 100 above 20 which is random and languages at 280-300.  It is low entropy.  No one has been able to decode it from substitution that is reproducible.  I believe that the first letter of the vord being a vowel is 22-23% of the text words.  There are those that say it is meaningless, but the voynich does have structure; therefore the conlang angle.  As for a language or a cipher that will present itself reproducible the same anywhere from substitution, I would find this hard to believe.  You will always eventually output unintelligible syntax.<br />
<br />
This suggests to me that the Voynich is an attempt at rules based conlang and a messy one maybe.  If you have a comment against the conlang angle and believe it behave more like a known language.  What evidence against this do you have to support your idea?<br />
<br />
<br />
Here is a reference for English along with letter placements in words<br />
<br />
<span style="color: #000000;" class="mycode_color"><span style="font-family: modern;" class="mycode_font">You are not allowed to view links. <a href="https://www.voynich.ninja/member.php?action=register">Register</a> or <a href="https://www.voynich.ninja/member.php?action=login">Login</a> to view. by Position Within Word</span></span><br />
<br />
<span style="color: #000000;" class="mycode_color"><span style="font-family: modern;" class="mycode_font">"t" was the highest with 15.9%. and that is not a vowel.  "a" was 11.68%</span></span><br />
<br />
<span style="color: #000000;" class="mycode_color"><span style="font-family: modern;" class="mycode_font">If you agree with me then you might also feel like I do that the meaning was lost with the people involved.  So we may only get subjective feelings from Voynich on its meaning from imagery.  The text may elude us.</span></span>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[What is the current status of the transcription?]]></title>
			<link>https://www.voynich.ninja/thread-5480.html</link>
			<pubDate>Wed, 25 Mar 2026 21:02:34 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.voynich.ninja/member.php?action=profile&uid=3052">JoJo_Jost</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.voynich.ninja/thread-5480.html</guid>
			<description><![CDATA[I’m having trouble with the Bavarian cipher—I’m finding interesting and coherent words that, in terms of how frequently they appear, also match other Middle High German recipe books; actually, a lot of it fits together. But there seem to be certain letter combinations that sometimes work and sometimes don’t.<br />
<br />
And that’s when I noticed this example: 9v, line 5. <br />
<br />

<br />
<img src="https://www.voynich.ninja/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
&nbsp;&nbsp;<a href="attachment.php?aid=14890" target="_blank" title="">9v7.png</a> (Size: 176.97 KB / Downloads: 179)
<br />
<br />
I’m concerned with the “cc” and “ee.” If I’m seeing this correctly, I could read the first “cc” as a “tc,” while I could read the second “cc” as a “cz,” and the “ee” as a “ce”... or maybe none of that is correct, but if it is, that would be discouraging—because we have the “a/o” problem, problems with the “Gallows”... R problems... and that would completely turn all the statistical and other analyses upside down. <br />
<br />
And so I’m asking myself: <br />
<br />
What is the most current transcription, or the most accurate one? <br />
<br />
Does it even make sense to ask that? <br />
<br />
Is Eva a dead end that thousands of people have walked into, when Stolfi is already doubting it (if I’ve understood correctly)?<br />
<br />
I’m a bit at a loss right now...<br />
<br />
-------------<br />
In this context, I should also mention this writing exercise: You are not allowed to view links. <a href="https://www.voynich.ninja/member.php?action=register">Register</a> or <a href="https://www.voynich.ninja/member.php?action=login">Login</a> to view.. 0.6.5.jsp?folder_id=0&amp;dvs=1774358703990~945&amp;pid=19073483&amp;locale=pl&amp;usePid1=true&amp;usePid2=true<br />
<br />
<img src="https://www.voynich.ninja/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
&nbsp;&nbsp;<a href="attachment.php?aid=14891" target="_blank" title="">Screenshot 2026-03-25 220649.png</a> (Size: 50.26 KB / Downloads: 156)
]]></description>
			<content:encoded><![CDATA[I’m having trouble with the Bavarian cipher—I’m finding interesting and coherent words that, in terms of how frequently they appear, also match other Middle High German recipe books; actually, a lot of it fits together. But there seem to be certain letter combinations that sometimes work and sometimes don’t.<br />
<br />
And that’s when I noticed this example: 9v, line 5. <br />
<br />

<br />
<img src="https://www.voynich.ninja/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
&nbsp;&nbsp;<a href="attachment.php?aid=14890" target="_blank" title="">9v7.png</a> (Size: 176.97 KB / Downloads: 179)
<br />
<br />
I’m concerned with the “cc” and “ee.” If I’m seeing this correctly, I could read the first “cc” as a “tc,” while I could read the second “cc” as a “cz,” and the “ee” as a “ce”... or maybe none of that is correct, but if it is, that would be discouraging—because we have the “a/o” problem, problems with the “Gallows”... R problems... and that would completely turn all the statistical and other analyses upside down. <br />
<br />
And so I’m asking myself: <br />
<br />
What is the most current transcription, or the most accurate one? <br />
<br />
Does it even make sense to ask that? <br />
<br />
Is Eva a dead end that thousands of people have walked into, when Stolfi is already doubting it (if I’ve understood correctly)?<br />
<br />
I’m a bit at a loss right now...<br />
<br />
-------------<br />
In this context, I should also mention this writing exercise: You are not allowed to view links. <a href="https://www.voynich.ninja/member.php?action=register">Register</a> or <a href="https://www.voynich.ninja/member.php?action=login">Login</a> to view.. 0.6.5.jsp?folder_id=0&amp;dvs=1774358703990~945&amp;pid=19073483&amp;locale=pl&amp;usePid1=true&amp;usePid2=true<br />
<br />
<img src="https://www.voynich.ninja/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
&nbsp;&nbsp;<a href="attachment.php?aid=14891" target="_blank" title="">Screenshot 2026-03-25 220649.png</a> (Size: 50.26 KB / Downloads: 156)
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Milano is the key]]></title>
			<link>https://www.voynich.ninja/thread-5469.html</link>
			<pubDate>Sun, 22 Mar 2026 04:37:16 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.voynich.ninja/member.php?action=profile&uid=3474">Alpha</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.voynich.ninja/thread-5469.html</guid>
			<description><![CDATA[In the next 24 hours we will see ! <br />
If my Theorie is right ! <br />
I found the key of the Voynich Kodex ! <br />
Stay tuned]]></description>
			<content:encoded><![CDATA[In the next 24 hours we will see ! <br />
If my Theorie is right ! <br />
I found the key of the Voynich Kodex ! <br />
Stay tuned]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[This is impossible for a language]]></title>
			<link>https://www.voynich.ninja/thread-5461.html</link>
			<pubDate>Thu, 19 Mar 2026 04:19:00 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.voynich.ninja/member.php?action=profile&uid=3442">oeesordy</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.voynich.ninja/thread-5461.html</guid>
			<description><![CDATA[No known language produces a 140 to 167 prefixes for its most frequent word.  The word would not make sense.  If you disagree show the list of words with the language and the prefix in front of that word and it probably does not have to be the most frequent word.<br />
<br />
167 Unique values found<br />
<br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(863) </span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(60) o</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(44) cho</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(42) qo</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(32) che</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(23) sho</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(21) y</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(16) ch</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(15) she</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(11) cheo</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(9) ol</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(9) to</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(8) oteo</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(5) sheo</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(5) pcho</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(5) po</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(5) oto</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(4) chee</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(4) pche</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(4) opche</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(3) ko</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(3) opy</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(3) ro</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(3) so</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(3) sh</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(3) lo</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(3) pch</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(3) yto</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(3) dal</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(3) te</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(3) tcho</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(3) al</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(3) p</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(3) l</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(3) qote</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(3) ote</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(3) op</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(3) </span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">dy</span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(3) qoke</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(3) qoe</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(3) oke</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(2) py</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(2) fcho</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(2) dcho</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(2) dol</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(2) oko</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(2) kcheo</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(2) tch</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(2) olch</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(2) olke</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(2) or</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(2) keo</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(2) okeo</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(2) teeo</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(2) okeeo</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(2) teo</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(2) psho</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(2) qoee</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(2) yche</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(2) oee</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) cha</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) </span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">y</span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) oka</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) yo</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) qocho</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) eto</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) shfy</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) fol</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) chol</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) t</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) </span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">ol</span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) ctho</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) chech</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) kal</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) ypch</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) tolch</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) do</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) taro</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) shep</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) psh</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) ksho</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) chokcho</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) dcheo</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) ycho</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) cpheo</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) seo</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) qofy</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) qoto</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) ytcho</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) yctho</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) </span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">o</span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) oe</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) yteo</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) opal</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) sholfos</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) yke</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) tae</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) oteeo</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) oeeeo</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) chl</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) odee</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) daror</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) eeo</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) o?</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) qopy</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) pol</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) ycheeyty</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) </span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">ls</span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) sal</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) keeo</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) ararcho</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) chto</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) opo</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) ocheo</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) cho</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">dy</span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) qofch</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) kche</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) ???</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) shol</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) doleo</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) fo</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) se</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) lkeo</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) qokcheo</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) qoteo</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) eeeo</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) cheot</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) qop</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) sotch</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) yshe</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) tsho</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) qe</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) cheolch</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) ypo</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) pshe</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) lee</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) lote</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) cheee</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) okee</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) ykee</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) qotee</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) qoch</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) qopche</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) sheeo</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) kch</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) lsh</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) pcheo</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) cheodoii</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) otchee</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) okche</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) qokee</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) chdo</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) qokeeo</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) ofche</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) chdyp</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) tche</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) qoko</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) ycheeo</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) tcheo</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) ykeo</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) cheoltche</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) qeoo</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) olche</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) oshso</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) otcheo</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) dche</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) ychee</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span>]]></description>
			<content:encoded><![CDATA[No known language produces a 140 to 167 prefixes for its most frequent word.  The word would not make sense.  If you disagree show the list of words with the language and the prefix in front of that word and it probably does not have to be the most frequent word.<br />
<br />
167 Unique values found<br />
<br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(863) </span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(60) o</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(44) cho</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(42) qo</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(32) che</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(23) sho</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(21) y</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(16) ch</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(15) she</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(11) cheo</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(9) ol</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(9) to</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(8) oteo</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(5) sheo</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(5) pcho</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(5) po</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(5) oto</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(4) chee</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(4) pche</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(4) opche</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(3) ko</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(3) opy</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(3) ro</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(3) so</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(3) sh</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(3) lo</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(3) pch</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(3) yto</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(3) dal</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(3) te</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(3) tcho</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(3) al</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(3) p</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(3) l</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(3) qote</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(3) ote</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(3) op</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(3) </span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">dy</span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(3) qoke</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(3) qoe</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(3) oke</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(2) py</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(2) fcho</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(2) dcho</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(2) dol</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(2) oko</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(2) kcheo</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(2) tch</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(2) olch</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(2) olke</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(2) or</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(2) keo</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(2) okeo</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(2) teeo</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(2) okeeo</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(2) teo</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(2) psho</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(2) qoee</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(2) yche</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(2) oee</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) cha</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) </span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">y</span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) oka</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) yo</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) qocho</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) eto</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) shfy</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) fol</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) chol</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) t</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) </span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">ol</span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) ctho</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) chech</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) kal</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) ypch</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) tolch</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) do</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) taro</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) shep</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) psh</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) ksho</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) chokcho</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) dcheo</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) ycho</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) cpheo</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) seo</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) qofy</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) qoto</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) ytcho</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) yctho</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) </span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">o</span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) oe</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) yteo</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) opal</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) sholfos</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) yke</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) tae</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) oteeo</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) oeeeo</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) chl</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) odee</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) daror</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) eeo</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) o?</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) qopy</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) pol</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) ycheeyty</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) </span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">ls</span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) sal</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) keeo</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) ararcho</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) chto</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) opo</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) ocheo</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) cho</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">dy</span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) qofch</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) kche</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) ???</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) shol</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) doleo</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) fo</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) se</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) lkeo</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) qokcheo</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) qoteo</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) eeeo</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) cheot</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) qop</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) sotch</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) yshe</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) tsho</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) qe</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) cheolch</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) ypo</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) pshe</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) lee</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) lote</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) cheee</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) okee</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) ykee</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) qotee</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) qoch</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) qopche</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) sheeo</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) kch</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) lsh</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) pcheo</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) cheodoii</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) otchee</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) okche</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) qokee</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) chdo</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) qokeeo</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) ofche</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) chdyp</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) tche</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) qoko</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) ycheeo</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) tcheo</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) ykeo</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) cheoltche</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) qeoo</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) olche</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) oshso</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) otcheo</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) dche</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span><br />
<span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font">(1) ychee</span><span style="color: red;" class="mycode_color"><span style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">[b]daiin</span>[/b]</span></span>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Voynich Manuscript-transcription]]></title>
			<link>https://www.voynich.ninja/thread-5458.html</link>
			<pubDate>Wed, 18 Mar 2026 02:21:46 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.voynich.ninja/member.php?action=profile&uid=3442">oeesordy</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.voynich.ninja/thread-5458.html</guid>
			<description><![CDATA[For researchers looking to copy-paste You are not allowed to view links. <a href="https://www.voynich.ninja/member.php?action=register">Register</a> or <a href="https://www.voynich.ninja/member.php?action=login">Login</a> to view. voynich.<br />
<br />
<br />
You are not allowed to view links. <a href="https://www.voynich.ninja/member.php?action=register">Register</a> or <a href="https://www.voynich.ninja/member.php?action=login">Login</a> to view.]]></description>
			<content:encoded><![CDATA[For researchers looking to copy-paste You are not allowed to view links. <a href="https://www.voynich.ninja/member.php?action=register">Register</a> or <a href="https://www.voynich.ninja/member.php?action=login">Login</a> to view. voynich.<br />
<br />
<br />
You are not allowed to view links. <a href="https://www.voynich.ninja/member.php?action=register">Register</a> or <a href="https://www.voynich.ninja/member.php?action=login">Login</a> to view.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Order of the pages]]></title>
			<link>https://www.voynich.ninja/thread-5457.html</link>
			<pubDate>Tue, 17 Mar 2026 18:40:17 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.voynich.ninja/member.php?action=profile&uid=2622">Malatin_1</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.voynich.ninja/thread-5457.html</guid>
			<description><![CDATA[Would you be surprised if I told you that the order of the pages of the Voynich Manuscript does not matter. Each page forms its own entity, independent of the other pages.]]></description>
			<content:encoded><![CDATA[Would you be surprised if I told you that the order of the pages of the Voynich Manuscript does not matter. Each page forms its own entity, independent of the other pages.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[About the generation of similar words]]></title>
			<link>https://www.voynich.ninja/thread-5452.html</link>
			<pubDate>Sun, 15 Mar 2026 19:17:09 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.voynich.ninja/member.php?action=profile&uid=2187">quimqu</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.voynich.ninja/thread-5452.html</guid>
			<description><![CDATA[This weekend I have been exploring the internal structure of word variants in the Voynich manuscript with a fairly simple approach. The goal was to try to answer the question of the generation of words from the same family. When very similar words appear next to each other, do they generate in successive chains of transformation, or do they form radial families around a base form?<br />
<br />
I think this distinction is important because some models of generation proposed for the Voynich (such as Torsten Timm's model) assume that a word is often generated by modifying the immediately preceding word, that is, a successive or sequential generation.<br />
<br />
Below I briefly explain the method used and the main results.<br />
<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Basic idea</span>: When reading the Voynich text it is common to find groups of very similar words within a short space. For example: qokedy, qokeedy, qokeey, qokeeydy.<br />
<br />
This type of sequence suggests that they could be variants of the same base form. To study this systematically, the text is simply treated as a linear sequence of words. For each word:<br />
<br />
- It is considered a potential core.<br />
- The next 40 or so words are examined.<br />
- If any word has a small edit distance (Levenshtein ≤ 2), it is added to the same group. I call these local groups of variants "bursts".<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Reconstructing relationships</span>: Once a burst has been identified, the next step is to look at how the variants relate to each other. For each new variant, we look at whether it is more similar to the core or to a previous variant within the same burst. From this, we can reconstruct a small dependency structure. Three main patterns emerge.<br />
<br />
- <span style="text-decoration: underline;" class="mycode_u">Radial (star) structure</span>:<br />
<br />
            variant<br />
                 |<br />
variant — core — variant<br />
                 |<br />
            variant<br />
<br />
Most variants are derived directly from the core.<br />
<br />
- <span style="text-decoration: underline;" class="mycode_u">Linear (chain) structure</span><br />
<br />
core → variant → variant → variant<br />
<br />
Each form is derived from the previous variant.<br />
<br />
- <span style="text-decoration: underline;" class="mycode_u">Mixed structure</span>: a combination of the two.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Control texts</span>: To find out what is normal in real texts, the same procedure was applied to three control texts: De Docta Ignorantia (Latin), Alchemical herbal (Latin), Culpepper's herbal (English). In these texts the bursts tend to be: small, mostly radial, with very few linear chains. Typical values:<br />
<br />
- star structures: ~0.68–0.80<br />
- linear chains: ~0.003–0.007<br />
- average burst size: ~2–3 variants<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Results in the Voynich</span>: Applying exactly the same procedure to the Voynich manuscript, we obtain approximately these global values:<br />
<br />
- non-isolated bursts: ~4512<br />
- average burst size: ~3.45<br />
- average depth: ~1.56<br />
<br />
Structural distribution:<br />
<br />
- star: ~0.63<br />
- mixed: ~0.36<br />
- chain: ~0.01<br />
<br />
This means that bursts are larger than in the control texts, linear chains are still very rare and there are more mixed structures. Mixed structures usually have this form:<br />
<br />
core → variant<br />
core → variant<br />
variant → variant<br />
<br />
That is, many variants derive directly from the core, but some also derive from other variants.<br />
<br />
To test whether this structure depended only on the Voynich vocabulary or also on the actual order of the text, I repeated exactly the same analysis on a permuted version of the manuscript, keeping the same words within each page but shuffling their order. The result is that the bursts do not disappear, but they do become slightly smaller, shallower, and more radial. In the actual text there is a higher proportion of mixed structures and slightly more internal links between variants. This suggests that the Voynich vocabulary already favors families of similar forms, but that the actual order of the text adds additional local organization.<br />
<br />
The analysis also shows that the phenomenon is not homogeneous throughout the manuscript. The astronomical and zodiacal sections tend to have more radial bursts, while the biological-balneological section, and partly also Herbal and Text-only, show more mixed and deeper structures. This suggests that the local behavior of variant families changes according to the section.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Interpretation</span>: The results suggest that local families of variants in the Voynich are not primarily organized as long chains of sequential transformation, that is, the dominant pattern does not appear to be simply a word repeatedly modified step by step. Instead, they are more like local fields of related forms, in which several variants form around a base form, and sometimes some of these variants also give rise to further modifications.<br />
<br />
Schematically, the pattern would look more like this:<br />
<br />
core<br />
├ variant<br />
├ variant<br />
│ └ variant<br />
└ variant<br />
<br />
than a simple chain of the type:<br />
<br />
core → variant → variant → variant<br />
<br />
<span style="font-weight: bold;" class="mycode_b">What mechanism might generate this?</span> One possible interpretation is that the scribe was working with local families of forms rather than a simple linear succession of modified copies. In this scenario, a word appears and, within the same immediate context, variants are generated by:<br />
<br />
- small orthographic modifications<br />
- reuse of similar forms<br />
- occasional modifications of other recent variants<br />
<br />
Such a mechanism would naturally produce:<br />
<br />
- local groupings of similar words<br />
- larger bursts than in normal control texts<br />
- partially interwoven, not strictly linear structures<br />
<br />
Furthermore, the permuted text control suggests that this pattern does not depend solely on the manuscript's word repertoire. The Voynich vocabulary already favors families of similar forms, but the actual order of the text seems to add a somewhat deeper and more mixed local organization.]]></description>
			<content:encoded><![CDATA[This weekend I have been exploring the internal structure of word variants in the Voynich manuscript with a fairly simple approach. The goal was to try to answer the question of the generation of words from the same family. When very similar words appear next to each other, do they generate in successive chains of transformation, or do they form radial families around a base form?<br />
<br />
I think this distinction is important because some models of generation proposed for the Voynich (such as Torsten Timm's model) assume that a word is often generated by modifying the immediately preceding word, that is, a successive or sequential generation.<br />
<br />
Below I briefly explain the method used and the main results.<br />
<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Basic idea</span>: When reading the Voynich text it is common to find groups of very similar words within a short space. For example: qokedy, qokeedy, qokeey, qokeeydy.<br />
<br />
This type of sequence suggests that they could be variants of the same base form. To study this systematically, the text is simply treated as a linear sequence of words. For each word:<br />
<br />
- It is considered a potential core.<br />
- The next 40 or so words are examined.<br />
- If any word has a small edit distance (Levenshtein ≤ 2), it is added to the same group. I call these local groups of variants "bursts".<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Reconstructing relationships</span>: Once a burst has been identified, the next step is to look at how the variants relate to each other. For each new variant, we look at whether it is more similar to the core or to a previous variant within the same burst. From this, we can reconstruct a small dependency structure. Three main patterns emerge.<br />
<br />
- <span style="text-decoration: underline;" class="mycode_u">Radial (star) structure</span>:<br />
<br />
            variant<br />
                 |<br />
variant — core — variant<br />
                 |<br />
            variant<br />
<br />
Most variants are derived directly from the core.<br />
<br />
- <span style="text-decoration: underline;" class="mycode_u">Linear (chain) structure</span><br />
<br />
core → variant → variant → variant<br />
<br />
Each form is derived from the previous variant.<br />
<br />
- <span style="text-decoration: underline;" class="mycode_u">Mixed structure</span>: a combination of the two.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Control texts</span>: To find out what is normal in real texts, the same procedure was applied to three control texts: De Docta Ignorantia (Latin), Alchemical herbal (Latin), Culpepper's herbal (English). In these texts the bursts tend to be: small, mostly radial, with very few linear chains. Typical values:<br />
<br />
- star structures: ~0.68–0.80<br />
- linear chains: ~0.003–0.007<br />
- average burst size: ~2–3 variants<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Results in the Voynich</span>: Applying exactly the same procedure to the Voynich manuscript, we obtain approximately these global values:<br />
<br />
- non-isolated bursts: ~4512<br />
- average burst size: ~3.45<br />
- average depth: ~1.56<br />
<br />
Structural distribution:<br />
<br />
- star: ~0.63<br />
- mixed: ~0.36<br />
- chain: ~0.01<br />
<br />
This means that bursts are larger than in the control texts, linear chains are still very rare and there are more mixed structures. Mixed structures usually have this form:<br />
<br />
core → variant<br />
core → variant<br />
variant → variant<br />
<br />
That is, many variants derive directly from the core, but some also derive from other variants.<br />
<br />
To test whether this structure depended only on the Voynich vocabulary or also on the actual order of the text, I repeated exactly the same analysis on a permuted version of the manuscript, keeping the same words within each page but shuffling their order. The result is that the bursts do not disappear, but they do become slightly smaller, shallower, and more radial. In the actual text there is a higher proportion of mixed structures and slightly more internal links between variants. This suggests that the Voynich vocabulary already favors families of similar forms, but that the actual order of the text adds additional local organization.<br />
<br />
The analysis also shows that the phenomenon is not homogeneous throughout the manuscript. The astronomical and zodiacal sections tend to have more radial bursts, while the biological-balneological section, and partly also Herbal and Text-only, show more mixed and deeper structures. This suggests that the local behavior of variant families changes according to the section.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Interpretation</span>: The results suggest that local families of variants in the Voynich are not primarily organized as long chains of sequential transformation, that is, the dominant pattern does not appear to be simply a word repeatedly modified step by step. Instead, they are more like local fields of related forms, in which several variants form around a base form, and sometimes some of these variants also give rise to further modifications.<br />
<br />
Schematically, the pattern would look more like this:<br />
<br />
core<br />
├ variant<br />
├ variant<br />
│ └ variant<br />
└ variant<br />
<br />
than a simple chain of the type:<br />
<br />
core → variant → variant → variant<br />
<br />
<span style="font-weight: bold;" class="mycode_b">What mechanism might generate this?</span> One possible interpretation is that the scribe was working with local families of forms rather than a simple linear succession of modified copies. In this scenario, a word appears and, within the same immediate context, variants are generated by:<br />
<br />
- small orthographic modifications<br />
- reuse of similar forms<br />
- occasional modifications of other recent variants<br />
<br />
Such a mechanism would naturally produce:<br />
<br />
- local groupings of similar words<br />
- larger bursts than in normal control texts<br />
- partially interwoven, not strictly linear structures<br />
<br />
Furthermore, the permuted text control suggests that this pattern does not depend solely on the manuscript's word repertoire. The Voynich vocabulary already favors families of similar forms, but the actual order of the text seems to add a somewhat deeper and more mixed local organization.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Page One Voynichese "Signatures"]]></title>
			<link>https://www.voynich.ninja/thread-5447.html</link>
			<pubDate>Fri, 13 Mar 2026 14:06:20 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.voynich.ninja/member.php?action=profile&uid=2146">pjburkshire</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.voynich.ninja/thread-5447.html</guid>
			<description><![CDATA[Something about You are not allowed to view links. <a href="https://www.voynich.ninja/member.php?action=register">Register</a> or <a href="https://www.voynich.ninja/member.php?action=login">Login</a> to view. has recently started bothering me.  It looks like four paragraphs.  Each seems to end with what to me looks like a signature.  They probably aren't signatures but I don't know what else to call them.<br />
<br />
I'm not talking about the disputed mystery erased "Tepenec" at the bottom.  I'm talking about the Voynichese text.<br />
<br />
1:<br />
&lt;f1r.6,=Pt&gt;      ydaraishy&lt;&#36;&gt;<br />
<span style="font-family: Eva;" class="mycode_font">ydaraishy</span><br />
ydaraishy<br />
ydaraiCishy ( <span style="font-family: Eva;" class="mycode_font">ydaraiCishy</span> )<br />
<br />
2:<br />
&lt;f1r.10,=Pt&gt;      dain.os.teody&lt;&#36;&gt;<br />
<span style="font-family: Eva;" class="mycode_font">dain os teody</span><br />
dain os teody<br />
dain or teody ( <span style="font-family: Eva;" class="mycode_font">dain or teody</span> )<br />
<br />
3:<br />
&lt;f1r.21,=Pt&gt;      otol.daiiin&lt;&#36;&gt;<br />
<span style="font-family: Eva;" class="mycode_font">otol daiiin</span><br />
otol daiiin<br />
<br />
4:<br />
&lt;f1r.28,=Pt&gt;      dchaiin&lt;&#36;&gt;<br />
<span style="font-family: Eva;" class="mycode_font">dchaiin</span><br />
dchaiin<br />
<br />
<br />
What are these words?  Could they be the names of four authors -- each giving his own introduction to the work?<br />
<br />
Only the first one, ydaraishy ( <span style="font-family: Eva;" class="mycode_font">ydaraishy</span> ), seem to be unique within the manuscript.  daiin.net has it as ydaraiCishy ( <span style="font-family: Eva;" class="mycode_font">ydaraiCishy</span> ).<br />
<br />
daiin.net has the second one as dain or teody ( <span style="font-family: Eva;" class="mycode_font">dain or teody</span> ).<br />
<br />
daiin.net has the third one the same as voynichese.com, otol daiiin ( <span style="font-family: Eva;" class="mycode_font">otol daiiin</span> ).  I did note that the first word, otol ( <span style="font-family: Eva;" class="mycode_font">otol</span> ), is the same word as the label for Elemental Fire / Yellow bile on You are not allowed to view links. <a href="https://www.voynich.ninja/member.php?action=register">Register</a> or <a href="https://www.voynich.ninja/member.php?action=login">Login</a> to view. .]]></description>
			<content:encoded><![CDATA[Something about You are not allowed to view links. <a href="https://www.voynich.ninja/member.php?action=register">Register</a> or <a href="https://www.voynich.ninja/member.php?action=login">Login</a> to view. has recently started bothering me.  It looks like four paragraphs.  Each seems to end with what to me looks like a signature.  They probably aren't signatures but I don't know what else to call them.<br />
<br />
I'm not talking about the disputed mystery erased "Tepenec" at the bottom.  I'm talking about the Voynichese text.<br />
<br />
1:<br />
&lt;f1r.6,=Pt&gt;      ydaraishy&lt;&#36;&gt;<br />
<span style="font-family: Eva;" class="mycode_font">ydaraishy</span><br />
ydaraishy<br />
ydaraiCishy ( <span style="font-family: Eva;" class="mycode_font">ydaraiCishy</span> )<br />
<br />
2:<br />
&lt;f1r.10,=Pt&gt;      dain.os.teody&lt;&#36;&gt;<br />
<span style="font-family: Eva;" class="mycode_font">dain os teody</span><br />
dain os teody<br />
dain or teody ( <span style="font-family: Eva;" class="mycode_font">dain or teody</span> )<br />
<br />
3:<br />
&lt;f1r.21,=Pt&gt;      otol.daiiin&lt;&#36;&gt;<br />
<span style="font-family: Eva;" class="mycode_font">otol daiiin</span><br />
otol daiiin<br />
<br />
4:<br />
&lt;f1r.28,=Pt&gt;      dchaiin&lt;&#36;&gt;<br />
<span style="font-family: Eva;" class="mycode_font">dchaiin</span><br />
dchaiin<br />
<br />
<br />
What are these words?  Could they be the names of four authors -- each giving his own introduction to the work?<br />
<br />
Only the first one, ydaraishy ( <span style="font-family: Eva;" class="mycode_font">ydaraishy</span> ), seem to be unique within the manuscript.  daiin.net has it as ydaraiCishy ( <span style="font-family: Eva;" class="mycode_font">ydaraiCishy</span> ).<br />
<br />
daiin.net has the second one as dain or teody ( <span style="font-family: Eva;" class="mycode_font">dain or teody</span> ).<br />
<br />
daiin.net has the third one the same as voynichese.com, otol daiiin ( <span style="font-family: Eva;" class="mycode_font">otol daiiin</span> ).  I did note that the first word, otol ( <span style="font-family: Eva;" class="mycode_font">otol</span> ), is the same word as the label for Elemental Fire / Yellow bile on You are not allowed to view links. <a href="https://www.voynich.ninja/member.php?action=register">Register</a> or <a href="https://www.voynich.ninja/member.php?action=login">Login</a> to view. .]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How fast could a scribe write a Voynich like text?]]></title>
			<link>https://www.voynich.ninja/thread-5446.html</link>
			<pubDate>Fri, 13 Mar 2026 11:57:26 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.voynich.ninja/member.php?action=profile&uid=2921">dexdex</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.voynich.ninja/thread-5446.html</guid>
			<description><![CDATA[Hello,<br />
<br />
a certain question that me and one of my friends just had was: what would be the expected time for a scribe to write a Voynich-like text? Specifically, I'm wondering because while we have some inkling (hah!) about rates of work of professional scribes in the medieval times (it seems to be 4-8 folios a week depending on the source), this would be a faithful copy of a meaningful text!<br />
<br />
So, perhaps producing text would take a different amount of time depending on how the Voynich was created. Here are some interesting things that could impact it, broken down by theory:<br />
<ul class="mycode_list"><li>A faithful copy of an earlier draft. Presumably, we could take the standard rate of text production as a good rule of thumb, though the Voynich alphabet seems easier to copy than gothic script, for instance.<br />
</li>
<li>A sloppy copy of an earlier draft. This would probably take less time, but presumably one would expect more errors being corrected - though perhaps the scribe(s) didn't care. If that is the case, what could be the rate of production that would satisfy whatever patron asked the scribe for the copy?<br />
</li>
<li>The first draft of a meaningful text: where are the corrections? Composing meaningful text takes time, too, so it could take <span style="font-weight: bold;" class="mycode_b">longer</span> than copying.<br />
</li>
<li>Intuitive gibberish, as in the Gaskell &amp; Bowern paper 'Gibberish after all.' Presumably, since one neither has to copy anything nor worry about exactness, but simply put quill to paper and maybe reference other nearby words while writing, this would be the fastest method. With that stipulation, what's the fastest one could do?<br />
</li>
</ul>
<br />
<br />
The reason I'm wondering is we're putting a lot of stock into this being an extreme amount of effort; but maybe, if the manuscript is meaningless either due to being a sloppy copy or an outright gibberish hoax, the production period would be relatively brief. This has some implications for whether it would be worth writing it as a hoax or for sale.<br />
<br />
Cheers]]></description>
			<content:encoded><![CDATA[Hello,<br />
<br />
a certain question that me and one of my friends just had was: what would be the expected time for a scribe to write a Voynich-like text? Specifically, I'm wondering because while we have some inkling (hah!) about rates of work of professional scribes in the medieval times (it seems to be 4-8 folios a week depending on the source), this would be a faithful copy of a meaningful text!<br />
<br />
So, perhaps producing text would take a different amount of time depending on how the Voynich was created. Here are some interesting things that could impact it, broken down by theory:<br />
<ul class="mycode_list"><li>A faithful copy of an earlier draft. Presumably, we could take the standard rate of text production as a good rule of thumb, though the Voynich alphabet seems easier to copy than gothic script, for instance.<br />
</li>
<li>A sloppy copy of an earlier draft. This would probably take less time, but presumably one would expect more errors being corrected - though perhaps the scribe(s) didn't care. If that is the case, what could be the rate of production that would satisfy whatever patron asked the scribe for the copy?<br />
</li>
<li>The first draft of a meaningful text: where are the corrections? Composing meaningful text takes time, too, so it could take <span style="font-weight: bold;" class="mycode_b">longer</span> than copying.<br />
</li>
<li>Intuitive gibberish, as in the Gaskell &amp; Bowern paper 'Gibberish after all.' Presumably, since one neither has to copy anything nor worry about exactness, but simply put quill to paper and maybe reference other nearby words while writing, this would be the fastest method. With that stipulation, what's the fastest one could do?<br />
</li>
</ul>
<br />
<br />
The reason I'm wondering is we're putting a lot of stock into this being an extreme amount of effort; but maybe, if the manuscript is meaningless either due to being a sloppy copy or an outright gibberish hoax, the production period would be relatively brief. This has some implications for whether it would be worth writing it as a hoax or for sale.<br />
<br />
Cheers]]></content:encoded>
		</item>
	</channel>
</rss>