2.0.0
What's Changed
- Breaking Change:
g2p
now outputs tones as integers from 1 to 6 (instead of 87 to 92) by default- To retain the old behavior, pass the argument
tone_same_seq=True
- To retain the old behavior, pass the argument
- Accept a triplet as the
offset
argument ofg2p
- Slightly optimize the two
get_*_candidates
methods
Full Changelog: 1.0.0...2.0.0