annotate trunk/experiments/scripts/cnbh-syllables/results_plotting/extract_results.sh @ 402:69466da9745e
- Massive refactoring to make module tree stuff work. In theory we now support configuration files again. The graphics stuff is untested as yet.
author |
tomwalters |
date |
Mon, 18 Oct 2010 04:42:28 +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 |