Write a function in Python to read lines from a text file "notes.txt" and find and display the occurrence of the word "the". For example, if the content of the file is: "India is the fastest-growing economy. India is looking for more investments around the globe. The whole world is looking at India as a great market. Most of the Indians can foresee the heights that India is capable of reaching." The output should be 5.