class LinearLexicon

This class is essentially an array of DecodingHMM instances, representing the HMM's for each pronunciation we can recognise.

Public Members

[more] Uses the phoneme DecodingHMM instances in 'phone_models_',
[more] and the phonetic transcription info for the pronunciations
[more] as defined in 'lex_info_' and creates a complete DecodingHMM
[more] Extracts LexiconInfo pointer from 'speech_hmm' then proceeds
[more] Internal function.
[more] Returns the number of states in a particular model including
[more] Calculates the emission probability for a state in a particular
[more] word model using the current input vector.
[more] Returns the number of successor states, the successor states
[more] themselves and the associated log transition probabilities


Documentation

This class is essentially an array of DecodingHMM instances, representing the HMM's for each pronunciation we can recognise. The ordering of this array conforms to the ordering the LexInfo instance that is passed as a parameter to the constructor.

o Uses the phoneme DecodingHMM instances in 'phone_models_',
Uses the phoneme DecodingHMM instances in 'phone_models_',

o and the phonetic transcription info for the pronunciations
and the phonetic transcription info for the pronunciations

o as defined in 'lex_info_' and creates a complete DecodingHMM
as defined in 'lex_info_' and creates a complete DecodingHMM

o Extracts LexiconInfo pointer from 'speech_hmm' then proceeds
Extracts LexiconInfo pointer from 'speech_hmm' then proceeds

o Internal function.
Internal function. Both constructors call this to create the

o Returns the number of states in a particular model including
Returns the number of states in a particular model including

o Calculates the emission probability for a state in a particular
Calculates the emission probability for a state in a particular

o word model using the current input vector.
word model using the current input vector. Only checks for

o Returns the number of successor states, the successor states
Returns the number of successor states, the successor states

o themselves and the associated log transition probabilities
themselves and the associated log transition probabilities


This class has no child classes.
Author:
Darren Moore (moore@idiap.ch)

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.