view trunk/experiments/scripts/cnbh-syllables/results_plotting/extract_results.sh @ 442:2d0b057e525c

- Support for training on random SNRs
author tom@acousticscale.org
date Sun, 07 Nov 2010 07:38:20 +0000
parents 0780b552b4bf
children
line wrap: on
line source
#!/bin/bash
find . -iname "results*" | xargs grep "Correct" | sed 's/.\///' | sed 's/states_/,/' | sed 's/mixture_components\/mfc\/results\.txt_iter/,/' | sed 's/:SENT: %Correct=/,/' | sed 's/ .*//' > final_results.txt