nablator > Yesterday, 06:14 PM
ReneZ > Today, 01:47 AM
Mauro > 9 hours ago
(Today, 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.
Quote:#text.initial_line=pchal shal shorchdy okeor okain shedy pchedy qotchedy qotar ol lkar
(Today, 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.
Quote:{{"k"} , { new Substitution( new String[] {"t"}, 77), new Substitution(new String[] {"p"}, 94), new Substitution(new String[] {"f"}, 100)}},
nablator > 8 hours ago
(Today, 01:47 AM)ReneZ Wrote: You are not allowed to view links. Register or Login to view.I had always understood that the main 'mode' of self-citation would be from one source to one target, but I guess that there could be a combination of modes as well.
Quote: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.
Can one detect how many words are needed for the initialisation?
Only once? Once per page? Once per paragraph?
Quote:Another thing I have been curious about is how the most frequent words come about.
Are these part of the initialisation, or are they always appearing as a result of modification of previous words? So far, I have not been able to find a good answer, but your experimentation might...
nablator > 8 hours ago
Mauro > 1 hour ago
(8 hours ago)nablator Wrote: You are not allowed to view links. Register or Login to view.Examples of selection patterns (maybe) visible in some instances (not the result of a systematic search, I noticed these similarities without searching for them):
Sequential transfers with skips:
f89r1.8: qokeol.chol.qodaiin.chol.cheody.qokechy.daiin.ctheody.dam
1 2 3 4 5
f89r1.17: qeaiin.cheyl.seey.qotey.qokeeol.daiin.ykhedy.daiin.dam
1 2 3 4 5
Sequential transfers from one line to the next:
f103v.6: dain.shey.qokeedy.cheol.qoeeor.lshor.qoky.shedy.qokaiin.chedy.qokam
1 2 3 4 5 6 7
f103v.7: daiin.shey.chol.chey.oteey.lkeeor.okaiin.shedy.shedy.qokaiin.ol.chedydy
1 2 3 4 5 5 6 7
nablator > 55 minutes ago
(1 hour ago)Mauro Wrote: You are not allowed to view links. Register or Login to view.Not exactly what you asked for, but while reading your post above it came to my mind a procedure which could be tried, as a first step.
Mauro > 15 minutes ago
(55 minutes ago)nablator Wrote: You are not allowed to view links. Register or Login to view.(1 hour ago)Mauro Wrote: You are not allowed to view links. Register or Login to view.Not exactly what you asked for, but while reading your post above it came to my mind a procedure which could be tried, as a first step.
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.