Skip to content

Releases: google/budoux

v0.2.1

08 Nov 04:58
f4ce1c4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.2.1

v0.2.0

04 Aug 03:08
449a2ec
Compare
Choose a tag to compare

What's Changed

⚠️ Breaking change

  • thres won't be available in the parse method and the CLI options any more. Please fix your program if it's relying on the thres parameter.
  • The parsing logic is different to older versions due to the fix for a mathematical error and removal of some features around past results. See #78 and #80 for details.

Full Changelog: v0.1.2...v0.2.0

v0.1.2

19 Jul 23:08
946eb99
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.1.2

v0.1.1

14 Jul 02:17
43b3569
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.1.1

v0.1.0

01 Apr 04:07
39bf07b
Compare
Choose a tag to compare
  • Simplified Chinese support added.
  • Now the parser starts the segmentation process from the first character of the input sentence, in contrast to the old parser which starts the process from the third character assuming that the first phrase should be longer than 3 character long.
    • While this old assumption holds in many cases in Japanese, it does not apply when it comes to Chinese. We removed this assumption according to the introduction of the Simplified Chinese model.

v0.0.4

30 Mar 08:13
9a91b76
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.3...v0.0.4

v0.0.3

02 Dec 07:06
a2fd261
Compare
Choose a tag to compare

Featured changes

What's Changed

New Contributors

Full Changelog: v0.0.2...v0.0.3

v0.0.2

24 Nov 08:00
c6934a5
Compare
Choose a tag to compare

What's Changed

New Contributors 🎉

Full Changelog: v0.0.1...v0.0.2

First release

24 Nov 04:12
4c8256c
Compare
Choose a tag to compare
Update style-check.yml

Include `scripts` directory for style check.