Letter dependencies and rules

nov. 2016

This page was made to enable me, to check if some rules from the dendrograms (words as tokens) are general for any letter in the entire text.

For example:    If you want to know, if the letter y is on the second wordposition (Bpos), which letter is then on the left. Or: which letter is then on the end of the word. Or: what is the length of the word. Or: What letters is the second letter on the right of the letter y. etc. etc.  It is all in the table.
Downloads:

It shows:

  • all unique words
  • count of those words
  • all relevant positions of the letters on the right, left, end of the word, start of the word, length etc.

All words in the text were investigated, oct. 2016 and
basis is  “full CAB incl rosette, Sh=cbh, all words”.

All unique words including all “words” that are only 1 letter long. There are 8131 words.

With this routine we can find for any letter:

NB: The column “Oltrs”  contains alphabetically sorted letters !

So, for example for character: y

If we sort the output of 4192 lines like this

example-y

(in the image pageln# is here the same as word, it’s an older version)

 

In those rows, we can count the positions (but we can see that clearer in the “language dna graph”. Small differences occur because a slightly stricter method is used for the positions.

count-example-y

But if we want to know which letter occurs AFTER y.

We simply sort on R1, and see that words exist that have nothing on the right, like

cy dy ey ky ly oy py qy ry sy ty yy

Of the 1058 positions where there is actually  something on the right of y we made a quick graph:

quick-y-graph

Well, its just an example. We could do that for every letter, and for the left character, end character of the word etc. The only thing you need to do is:

  • isolate the letter you interested in
  • sort on the column you are interested in

Most interesting things are:

  1. which character is on the right of our investigated letter
  2. which character is on the left  of our investigated letter
  3. which character is at first position of the word , of our investigated letter
  4. which character is at last position of the word , of our investigated letter
  5. how long is the word , of our investigated letter

So you can make any graph or any analysis like:

turntabla-on-a1

This is a turntable.

table-a-r1-times-weight

You can use the weight and multiply that on any other value to show the weighted result on the word or letter. The weight is the exact occurrence of the word examined.

whatcanyoudowithit graph-r1-per-pos

Since the list was sorted on position, the R1 shows it exists on any position in a variety of letters.

place-in-words

For the letter a, the most occurrences can be seen on Ypos (that is the one but last position of a word).

 

count-r2-and-r1-at-apos

count-r1-and-l1

You can easily make a graph on R1 when letter a is on Apos (first position of a word), or make it on R1 on any position. Or if you are interested in the last letter you should take Eow column.

+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-

Find here all graphs on all letters,  R1 and L1, first on all words (unweighted) and then for Apos (also unweighted).  

On the first position (Apos) of a words, there is no Left position letter (L1), so sometimes there is an empty graph, and sometime the A……..Z position counts are shown for that letter.

r1l1-on-s r1l1-on-r r1l1-on-q r1l1-on-p r1l1-on-o r1l1-on-n r1l1-on-m

r1l1-on-l r1l1-on-k

r1l1-of-h r1l1-on-t r1l1-of-g r1l1-of-x r1l1-of-d r1l1-of-f r1l1-of-e r1l1-of-c r1l1-of-y r1l1-of-a

 

 

Loading