Clone a HMM list. The file hmmList should hold a list of HMMs all of whose logical names are either the same as, or are context-dependent versions of the currently loaded set of HMMs. For each name in hmmList, the corresponding HMM in the loaded set is cloned. On completion, the currently loaded set is discarded and replaced by the new set. For example, if the file mylist contained
A-A+A
A-A+B
B-A+A
B-B+B
B-B+A
and the currently loaded HMMs were just A and B, then
A would be cloned 3 times to give the models A-A+A,
A-A+B and B-A+A, and B would be cloned 2 times
to give B-B+B and B-B+A. On completion, the original
definitions for A and B would be deleted (they could
be retained by including them in the new hmmList).