-4

I was wondering if anyone knows of a python tool that finds phonemes from a text, as well as their duration.

In short, I want a forced alignment tool like aeneas, but I want the phonemes and their duration.

Thank you!

Tom
  • 1
  • 3
  • 1
    Sharing your research helps everyone. Tell us what you've tried and why it didn’t meet your needs. This demonstrates that you’ve taken the time to try to help yourself, it saves us from reiterating obvious answers, and most of all it helps you get a more specific and relevant answer! See also: [ask] – rizerphe Jun 26 '20 at 18:32

1 Answers1

1

You didn't specify what kind of data you have, but I assume it's audio files with their corresponding orthographic transcriptions.

In that case, the Montreal Forced Aligner might be suitable (there is link to the executable on that page). It is based on Kaldi, so for more robust and comprehensive solution, the kaldi-dnn-ali-gop repo provides more powerful options.

Eran Raveh
  • 31
  • 3