βββ README.md //the file you reading now
βββ lyrics
βΒ Β βββ __init__.py
βΒ Β βββ lyric.py //save all lyric
βΒ Β βββ lyrics_get.py //get lyric method
βββ plot
βΒ Β βββ __init__.py
βΒ Β βββ plot.py //plot bar(single)
βΒ Β βββ total_plot.py //plot bar(all data)
βββ text
βββ __init__.py
βββ text.py //count word frequency(single)
βββ all_count.py //count word frequency(all song)
βββ text_seg.py //text segmentation method- run lyric.py to fetch all lyric data.
- run text.py(or all_count.py) to count word frequency which will be used to plot graph.
- run plot.py(or total_plot.py) to plot graph.
read this article of my blog link