
I started by changing the lyrics to lowercase then using the Find and Replace tool to replace all stopwords with XXX. I then tokenised the lyrics by word into rows and filtered out the XXX records. Then it was as simple as grouping and counting the words by album, taking the top ten records for each, then crosstabbing back using concatenate with no separator.
For the Duplicates and Repetitiveness I simply grouped and counted by album, created the calculations in a formula tool and joined by album to the main stream.