after reading the tutorial about G2P-seq2seq i run the command:
g2p-seq2seq --interactive --model model_folder_path
and get phonemes for words(also words not in the dictionary) but how do i add them to the dictionary?
and what does it mean training the dictionary from using g2p-seq2seq? what does that achieve?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
after reading the tutorial about G2P-seq2seq i run the command:
g2p-seq2seq --interactive --model model_folder_path
and get phonemes for words(also words not in the dictionary) but how do i add them to the dictionary?
and what does it mean training the dictionary from using g2p-seq2seq? what does that achieve?