phonemizer-3.0.1
ChangeLog
-
improvements in README after JOSS reviews
-
bug fixes
-
The method
BaseBackend.phonemize
now raises aRuntimeError
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.
-