/Lyric_Counter

Counts lyrics in a song

Primary LanguagePython

Lyric Counter

About

Turns lyrics into a list, iterates through each word and adds the word to a dictionary or increments the value of the word already existing in the dictionary. Calling function returns sorted list. Could be useful for creating dynamic word mapping for example

Language

Python