Keyword spotting results
***************************
***************************

Folder "HTK" - HMM based recogniser
***************************
1-train.bat - training the HMMs

2-test.bat - recognition of speech changing the number of gaussians
the results of this are in files recoult_X.mlf 
X means the number of mixtures of Gaussinas in HMM
the timestamps in MLF file are in 100 nanoseconds

removeGS.exe - remove garbage and silence from output mlf file
usage: removeGS.exe input_mlf output_mlf


Folder "DTW" - Dynamic Time warping based recogniser
***************************
MFCC.bat - calculation of the MFCC parameters
SlidingAnalysis.exe - sliding analysis method
usage: SlidingAnalysis.exe inputMFCCfile outputMLFfile


Folder "Praat2HTK"
***************************
Praat2HTK.exe - conversion labels data from Praat format to HTK format
the input files should have names wilson.TextGrid and yasinnik.TextGrid and 
the output file will have the name labelsForHTK.mlf

***************************
real_testing.wav - test speech data (5,5 minutes)
real_testing_suppressed.wav - speech data with suppressed speech of second woman (5,5 minutes)