I understand that Antoine has set up a matrix for each letter. Row index i would
be word length, column index j represents the position within the word. The
matrix cells count the occurences of the specific letter in this position.
Ie, if for letter "o" the matrix cell M[5][3]=25, this would indicate that letter "o" was found 25 times as the third letter in words with a total length of 5 letters.
Am I missing something here?
______________________________________________________________________ To unsubscribe, send mail to majordomo@xxxxxxxxxxx with a body saying: unsubscribe vms-list