Skip to content

phonemizer-3.0.1

Compare
Choose a tag to compare
@mmmaat mmmaat released this 18 Dec 16:51
· 61 commits to master since this release

ChangeLog

  • improvements in README after JOSS reviews

  • bug fixes

    • The method BaseBackend.phonemize now raises a RuntimeError if the input text is a str instead of a list of of str (was only logging an error message).

    • Preserve punctuation alignement when using --preserve-punctuation, was inserting a space before each punctuation token, see issue #97.