Skip to content

Releases: CanCLID/ToJyutping

2.0.0

25 Jul 09:55
Compare
Choose a tag to compare

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
  • Accept a triplet as the offset argument of g2p
  • Slightly optimize the two get_*_candidates methods

Full Changelog: 1.0.0...2.0.0

1.0.0

25 Jul 07:22
Compare
Choose a tag to compare

What's Changed

  • Completely rewrite the codebase in an object-oriented manner
  • Add g2p (grapheme-to-phoneme) conversion function for machine learning purposes
  • Optimize performance & memory usage (#7)

Full Changelog: 0.3.0...1.0.0

0.3.0

16 Jul 17:47
Compare
Choose a tag to compare

What's Changed

  • Use new dictionary to increase accuracy and reduce module size
  • Add methods for retrieving all possible pronunciations of a character
  • Drop dependency
  • Drop Python 3.5, Add 3.11 & 3.12

Full Changelog: 0.2.3...0.3.0

0.2.3

13 Mar 11:53
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.2...0.2.3

0.2.2

10 Mar 05:58
2e411a4
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.1...0.2.2

0.2.1

12 Dec 05:08
Compare
Choose a tag to compare
  1. Update dictionary to rime/rime-cantonese@5b6d334

0.2.0

30 Apr 01:11
Compare
Choose a tag to compare
  1. Update API
  2. Update dictionary to bc5aa59

0.1.7

17 Nov 07:36
Compare
Choose a tag to compare

0.1.6

27 Sep 03:02
Compare
Choose a tag to compare

0.1.5

11 Sep 03:30
Compare
Choose a tag to compare
  1. Improve performance: Perform Traditional Chinese/Simplified Chinese conversion at build time
  2. Update dictionary to rime/rime-cantonese@455aa6f