annotate trunk/experiments/scripts/cnbh-syllables/results_plotting/extract_results.sh @ 420:733a11a65f3d
- Allow processing without re-initialization.
author |
tom@acousticscale.org |
date |
Tue, 26 Oct 2010 04:48:56 +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 |