DeepPhonemizer icon indicating copy to clipboard operation
DeepPhonemizer copied to clipboard

Grapheme to phoneme conversion with deep learning.

Results 21 DeepPhonemizer issues
Sort by recently updated
recently updated
newest added

Hi, I. just wanna know is to provide a tools for developer to train their language g2p model. and use deepphonemizer api to convert text to a series of phonemes....

I am trying to convert a custom trained model from pytorch checkpoint to tflite via onnx route. I am stuck in the onnx step as I can not seem to...

Hello. Thank you for this amazing repository! I have a question though. What’s the easiest way to get a unique grapheme set for a specific language? How did you get...

Hi. I'm working on this shared task: https://github.com/sigmorphon/2022G2PST Some of the character sets work fine, but others do not, specifically: Persian, Bengali, and Thai. Persian and Bengali fail when training...

Hello. I found out a bug where the transformer model is unable to learn sequences of two or more consecutive identical phonemes. I first discovered it for italian which has...

Hello. Thanks for your great work. I want to train the model for Persian data. In Persian we link some words based on context using 'Ezafe' which is not written...

Hi. I was able to train an italian model almost perfectly with the exception of few words that are intrinsecally ambiguous without context. Since your model is similar to the...

Hi, @cschaefer26 Cool lib! I was just wondering: any particular reason you don't include stresses prediction into pipeline? Both "cmudict-ipa" and "wikipron" has stresses labelling included. Phoneme tokenizers from pretrained...

https://github.com/as-ideas/DeepPhonemizer/blob/main/dp/utils/logging.py#L13 is overriding app-level logging config at runtime when importing `DeepPhonemizer`. According to https://stackoverflow.com/a/27017068 and https://docs.python.org/3/howto/logging.html#library-config it might make sense remove the logging config.

Tried swapping out the default phonemizer in ForwardTacotron for DeepPhonemizer and noticed the model was very hesitant to learn attention. Took a look at the actual output and it was...