given an arbitrary text document written in english, write a program that will generate a concordance, i.e. an alphabetical list of all word occurrences, labeled with word frequencies. bonus: label each word with the sentence numbers in which each occurrence appeared.