Skip to content

Latest commit

Β 

History

History
33 lines (26 loc) Β· 1.03 KB

File metadata and controls

33 lines (26 loc) Β· 1.03 KB

Aqours Lyrics Count

A Word Frequency Count of Aqours lyrics up to now(2017.11.5)

you can also use to count others idol groupπŸ˜€

File

β”œβ”€β”€ 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

Usage

  1. run lyric.py to fetch all lyric data.
  2. run text.py(or all_count.py) to count word frequency which will be used to plot graph.
  3. run plot.py(or total_plot.py) to plot graph.

Have some trouble?

read this article of my blog link