Skip to content

Releases: DoodleBears/split-lang

v2.0.5

09 Nov 05:00
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.4...v2.0.5

v2.0.4

30 Oct 13:58
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.3...v2.0.4

v2.0.3

18 Oct 18:16
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.2...v2.0.3

v2.0.2

17 Oct 19:10
Compare
Choose a tag to compare

Summary

  • fix(splitter): substring inside section merging error

Full Changelog: v2.0.1...v2.0.2

v2.0.1

17 Oct 18:46
Compare
Choose a tag to compare

Summary

  • fix(splitter): when merge across punctuation on section stage the lang of substring inside is wrong
  • fix(splitter): when merge across digit on section stage the substring inside section is not merged

Full Changelog: v2.0.0...v2.0.1

v2.0.0

17 Oct 18:15
Compare
Choose a tag to compare

Summary

  • Improve stability when dealing with long and short text (by separate the splitting logic based on language SET {ZH_JA, KO, OTHERS}
  • add parameter for whether to merge over, (default is True, when set to False, this part will been separated in result substring)
    • newline
    • digit
    • punctuation (allow to set no need to merge punctuation List[str] )

What's Changed

Full Changelog: v1.4.1...v2.0.0

v1.4.1

16 Oct 22:45
Compare
Choose a tag to compare

Full Changelog: v1.4.0...v1.4.1

v1.3.9

03 Oct 13:40
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.8...v1.3.9

v1.3.8

13 Jul 15:50
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.7...v1.3.8

v1.3.7

13 Jul 06:43
Compare
Choose a tag to compare

Summary

  • fix(detector): avoid divide by zero since word frequency can be zero (if text does not exist in that language)

Full Changelog: v1.3.6...v1.3.7