Allophone Tool
The Allophone-Tool provides information about the allophones used by the acoustic model, including allophone-state to mixture index mappings and the allophone properties supported by CART.
Parameters:
lexicon : see Lexicon Configurationacoustic model : HMM setup, see Acoustic Model ConfigurationChannels and Files:
allophones.store-to-file : store the complete allophone state listdump-allophone-properties : channel, store allophone properties, see [[CART question file]]dump-allophones : channel, all allphonesdump-allophone-states : channel, all allophone statesdump-state-tying : channel, allophone state tyingExample Configuration
[*]
load-state-tying = true
dump-allophone-properties.channel = $(ALLOPHONE_PROPERTY_MAP)
[*.lexicon]
file = $(LEXICON)
[*.acoustic-model.hmm]
states-per-phone = 3
# mandatory, if load-state-tying=true
[*.state-tying]
type = decision-tree
file = data/cart.1.tree
dump-state-tying.channel = $(STATE_TYING)
[*.allophones]
add-from-lexicon = true
add-all = false
store-to-file = $(ALLOPHONE_LIST)