['Y', 'L', 'L', 'A', 'C', 'I', 'H', 'P'],
['L', 'L', 'A', 'C', 'I', 'H', 'P', 'A'],
['L', 'A', 'C', 'I', 'H', 'P', 'A', 'R'],
['A', 'C', 'I', 'H', 'P', 'A', 'R', 'G'],
['C', 'I', 'H', 'P', 'A', 'R', 'G', 'O'],
['I', 'H', 'P', 'A', 'R', 'G', 'O', 'I'],
['H', 'P', 'A', 'R', 'G', 'O', 'I', 'L'],
['P', 'A', 'R', 'G', 'O', 'I', 'L', 'B'],
['A', 'R', 'G', 'O', 'I', 'L', 'B', 'I'],
['R', 'G', 'O', 'I', 'L', 'B', 'I', 'Z']
"ZIBLIOGRAPHICALLY" is the word that I want to know how many times it can be found in this square. Starting from the bottom right corner, and working your way up to the top left corner. How would I go about figuring this out?