Mercurial > hg > aimc
view experiments/scripts/cnbh-syllables/results_plotting/munge_results.sh @ 504:a0869cb1c99b
Major update to how the DOHC works; like in recent book OHC chapter; Design Doc update (a bit)
author | dicklyon@google.com |
---|---|
date | Thu, 24 May 2012 22:26:56 +0000 |
parents | 9dd4aee69f58 |
children |
line wrap: on
line source
#!/bin/bash find ./ -iname "*.txt" | xargs grep "Score on test talkers" | sed "s/\.\///" | sed "s/4_states_4_mixture_components\/results_iteration_15.txt:# Score on test talkers: //" | sed "s/\//,/g" | sed "s/dB//" | sed "s/snr_//" | sed "s/_talkers//" | sed s/%// | sed s/,0,/,00,/ | sed s/,3,/,03,/ | sed s/,6,/,06,/ | sed s/,9,/,09,/ > results_test_all.csv