ReneZ > 27-06-2025, 01:40 AM
(26-06-2025, 08:05 AM)Mauro Wrote: You are not allowed to view links. Register or Login to view.(26-06-2025, 01:47 AM)ReneZ Wrote: You are not allowed to view links. Register or Login to view.I have often wondered about the initialisation method. After all, the self-citation explains (in a way) how to set up the 'next' word from a previous section, but I never saw anything about how to start.
The seed sentence is in the 'metadata' at the top of Torsten's output files. For the one posted on GitHub:
Quote:#text.initial_line=pchal shal shorchdy okeor okain shedy pchedy qotchedy qotar ol lkar
Note: actually the last two words 'ol lkar' are then not used in generating the text, I don't know why the sentece is truncated, maybe a bug, but it's not important for the successive elaboration.
(26-06-2025, 01:47 AM)ReneZ Wrote: You are not allowed to view links. Register or Login to view.Another thing I have been curious about is how the most frequent words come about.
There are probabilty parameters inside the software. Ie. this instruction (file You are not allowed to view links. Register or Login to view.):
Quote:{{"k"} , { new Substitution( new String[] {"t"}, 77), new Substitution(new String[] {"p"}, 94), new Substitution(new String[] {"f"}, 100)}},
I think it determines what can be substituted for 'k': I guess 77% of times with 't', (94-77)= 17% of times with 'p' and the remaining times with 'f'.
I think a human being would behave more of less the same way, just with greater fuzziness, and with the 'parameters' varying in time.
nablator > 27-06-2025, 08:30 AM
(27-06-2025, 01:35 AM)ReneZ Wrote: You are not allowed to view links. Register or Login to view.I guess the auto-citation should allow for words to be simply copied from previous ones without change...
Mauro > 27-06-2025, 09:03 AM
(27-06-2025, 01:40 AM)ReneZ Wrote: You are not allowed to view links. Register or Login to view.Now these are the 'rules' for the text generated by the app.
These would be a model for the original Voynichese text in the MS.
Howevever, how does the real text behave?
That it is different for a few different sections isn't a major problem in my opinion, especially if there were indeed several scribes, whose roles may have been more than just copying...
Quote:Of course, it is possible to pinpoint quantitative differences between the real VMS and the used facsimile text (most likely any facsimile text). An example is the quanti- tative deviation of the <q >-prefix distribution from the original VMS text. (...) We deliberately did not fine-tune the algorithm to pick an “optimal” sample for this presentation. Such a strategy is by itself questionable.
Eiríkur > Yesterday, 07:03 AM
(26-06-2025, 04:27 PM)nablator Wrote: You are not allowed to view links. Register or Login to view.Thanks, but I already wrote the program to count patterns of type 1a, 1b, 2a, 2b in each page a few months ago. Now I am looking for something to do next.