Language IDentification system
- Insipred from Carbajal's Experiment 6 in the modeling chapter
-
Fill out the
kaldi_setup/cmd.shandkaldi_setup/path.shaccordingly with your setup. -
Create a
wavsdirectory and add link to all wav files from EMIME indata/emime/wavs(On Oberon, you can use thedata/emime/wavs_oberon.txtfile containing the path of all used wavs to create the directory. -
Link all files from
kaldi_setupandabxinto appropriate local folders (this is where the output of your experiments will go). Consider creating this local folders into a place with enough storage.mkdir -p local/kaldi_setup mkdir -p local/abx cd local/kaldi_setup && ln -s ../../kaldi_setup/* . && cd ../.. cd local/abx && ln -s ../../abx/* . && cd ../.. -
Activate Conda Environment. TODO : Give info on env
-
Run local/run_cogsci.sh :
cd local/kaldi_setup && local/run_cogsci.sh -
Run the ABX tests :
cd ../abx/ && ./run_by_spk.sh EMIME-controlled -
Retrieve the scores : `./retrieve_scores.sh EMIME-controlled > EMIME-controlled.byspk.scores.txt
Note : Results are prone to minor changes due to the randomness in computing MFCC features