I am using pocketsphinx, and I would like to build a dynamic grammar/language_model. That is, when new data arrive, I'd need to add to the current grammar/language_model new words. Together with modifying their structure, I need to add these new words to the dictionary, together with their phonetic transcription; it is possible to do so with a function in pocketsphinx?
I believe I'd need g2p-seq2seq to do so, but I would like to avoid using binaries.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am using pocketsphinx, and I would like to build a dynamic grammar/language_model. That is, when new data arrive, I'd need to add to the current grammar/language_model new words. Together with modifying their structure, I need to add these new words to the dictionary, together with their phonetic transcription; it is possible to do so with a function in pocketsphinx?
I believe I'd need g2p-seq2seq to do so, but I would like to avoid using binaries.
Not yet