Full write-up in pdf form can be found in the writeup/
folder or in the Wellesley College repositories.
alignments/
.csv
file compiled via releasing transcription tasks on Amazon Mechanical Turk, then personally cleaned up by the author. *Note: errors still exist in some transcriptions.trans-results/
and untrans-results/
traintestsplit/
formants/
gmmClassifier.py
|| full script; loads data, trains models, classify test datagmmTrain.py
|| modularizes training only, stores models in directorygmmTest.py
|| modularizes testing onlyparseTextGrid.py
|| prepares data by converting forced alignments of speech into plp features (sorted by accent and phoneme)phoneClassifier.py
|| full script; gmm Classification of transcribed phonemesavgnpy_test.py
|| takes average of each dimension of PLP vector across all time windows from a given sound fileminiClassifier.py
|| does univariate GMM classification of AR, HI, MA