view trunk/experiments/scripts/cnbh-syllables/results_plotting/extract_results.sh @ 426:b43c2eec4f73

Edited wiki page BuildingOnWindows through web user interface.
author tom@acousticscale.org
date Tue, 02 Nov 2010 22:17:13 +0000
parents 0780b552b4bf
children
line wrap: on
line source
#!/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