annotate trunk/experiments/scripts/cnbh-syllables/results_plotting/extract_results.sh @ 398:3ee03a6b95a0
- All \t to two spaces (style guide compliance)
author |
tomwalters |
date |
Fri, 15 Oct 2010 05:46:53 +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 |