I'm doing scene text recognition with HMM. I'm doubt of the speed of scikit-learn HMM code for training and predicting compared with HTK, for sklearn HMM is written in Python.
My data is really huge (tens of gigabytes), so speed is a critical problem.
Hope someone could share some experience.