3.1.0
What's Changed
- Changes to the
g2p
method:- We removed the restriction that did not allow patching
unknown_id
without supplyingpuncts_map
since the built-in punctuation mapping can already be patched by theextra_puncts
option. - Fixed: The
lengths
attribute of the outputPhonemesList
now agrees with the original input. Each element oflengths
is now the number of elements ofsegmentals
ortones
that correspond to each character of the input instead of each element of thePhonemesList
.
- We removed the restriction that did not allow patching
Full Changelog: 3.0.0...3.1.0