diff trunk/experiments/scripts/cnbh-syllables/results_plotting/extract_results.sh @ 380:0780b552b4bf

- Plotting scripts
author tomwalters
date Tue, 07 Sep 2010 01:14:22 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/trunk/experiments/scripts/cnbh-syllables/results_plotting/extract_results.sh	Tue Sep 07 01:14:22 2010 +0000
@@ -0,0 +1,2 @@
+#!/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
\ No newline at end of file