Peter Garrone - 2017-11-13

Hi,
I am attempting to modify the cmudict-en-us.dict and retrain following the tutorial in https://cmusphinx.github.io/wiki/tutorialdict/, using g2p-seq2seq.

In python, I pass configuration parameters -hmm {model-directory} -lm {lm-file} -dict {.dict-file} to pocketsphinx.Decoder.
This works with the data from the pocketsphinx repository. If I wish to modify the dictionary, the tutorial suggests that I can retrain using g2p-seq2seq. What I do not understand is what output of g2p-seq2seq --train my.dict --model modeldir replaces the {model directory} or {lm-file}. I assume that the training dictionary will replace the .dict file.

 

Last edit: Peter Garrone 2017-11-13