|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.cmu.sphinx.linguist.acoustic.tiedstate.HMMManager
public class HMMManager
Manages HMMs. This HMMManager groups HMMs
together by their position
with the word.
Constructor Summary | |
---|---|
HMMManager()
|
Method Summary | |
---|---|
HMM |
get(HMMPosition position,
Unit unit)
Retrieves an HMM by position and unit |
java.util.Iterator |
getIterator()
Gets an iterator that iterates through all HMMs |
void |
logInfo(java.util.logging.Logger logger)
Log information about this manager |
void |
put(HMM hmm)
Put an HMM into this manager |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HMMManager()
Method Detail |
---|
public void put(HMM hmm)
hmm
- the hmm to managepublic HMM get(HMMPosition position, Unit unit)
position
- the position of the HMMunit
- the unit that this HMM represents
public java.util.Iterator getIterator()
public void logInfo(java.util.logging.Logger logger)
logger
- logger to use for this logInfo
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |