adlez27 / phonetic-songs

Transcribing song lyrics to X-SAMPA
GNU General Public License v3.0
6 stars 2 forks source link

Counting Phonetic Occurrences #30

Closed HydroChromatic closed 3 years ago

HydroChromatic commented 3 years ago

txtreader.py reads all .txt files from a chosen folder, and spits an output of the title, followed by a counter of how many singular phoneme occurs in that specific folder.

txtavg.py, like txtreader.py, reads all .txt files from a chosen folder, but merges the input of all the .txts together, and then uses a counter to add up all the singular phoneme occurrences within the folder.