Minor spelling fix.
This commit is contained in:
@@ -27,7 +27,7 @@ PROGRAM_INFO("Hidden Markov Model (HMM) Training", "This program allows a "
|
||||
"--model_file.");
|
||||
|
||||
PARAM_STRING_REQ("input_file", "File containing input observations.", "i");
|
||||
PARAM_STRING_REQ("type", "Type of HMM: discrete | gaussian | gmm", "t");
|
||||
PARAM_STRING_REQ("type", "Type of HMM: discrete | gaussian | gmm.", "t");
|
||||
|
||||
PARAM_FLAG("batch", "If true, input_file (and if passed, labels_file) are "
|
||||
"expected to contain a list of files to use as input observation sequences "
|
||||
|
||||
Reference in New Issue
Block a user