annotate trunk/experiments/scripts/cnbh-syllables/results_plotting/extract_results.sh @ 586:f3dde307f4b8

some refactoring
author Ulf.Hammarqvist@gmail.com
date Thu, 11 Oct 2012 20:55:03 +0000
parents 0780b552b4bf
children
rev   line source
tomwalters@380 1 #!/bin/bash
tomwalters@380 2 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