Return the number of occurrences of the passed word (case insensitive) in text. Utilizes NumPy for improved performance. # test with a little text. assert 3 == count_occurrences_in_text("Georges", ...