annotate trunk/experiments/scripts/cnbh-syllables/results_plotting/extract_results.sh @ 696:d8a404fbc4df
Rename variables to be consistent with the rest of the library.
author |
ronw@google.com |
date |
Thu, 27 Jun 2013 15:30:46 +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 |