Skip to content

Releases: Intsights/PyWordSegment

V0.4.3

14 Feb 11:41
93de5ee
Compare
Choose a tag to compare
  • Add support of arm64 (M1)

v0.4.2

14 Feb 11:09
df7e4a4
Compare
Choose a tag to compare
  • Update parameters of cargo and pytoml files according to a new convention

Enable python3.11 Fix

17 Jan 12:17
c171ebb
Compare
Choose a tag to compare

Enable python3.11 Fix
Fix read binary imports in importlib

V0.4.0 python.311

09 Jan 12:13
a2f98d6
Compare
Choose a tag to compare

Enable python 3.11

v0.3.0

24 May 14:10
Compare
Choose a tag to compare
  • Update dependencies
  • Update github actions workflows
  • CI now uploads a source distribution

v0.2.1

23 Dec 08:12
Compare
Choose a tag to compare
  • Fixed a bug when sending empty string as input to segment results with a panic
  • Updated Pyo3 version to 0.15.1

v0.2.0

03 Nov 14:40
Compare
Choose a tag to compare

This is a major release with many changes.

  • The main algorithm has been changed according to instant-segment research. The library is approximately 15 times faster now thanks to their research.
  • The unigrams and bigrams dictionaries have been updated with Google's latest version (v3). Google Ngram V3
  • Dropped Python 3.6 support
  • Added Python 3.10 support
  • Updated Pyo3 version to v0.14.5

v0.1.4

08 Dec 12:28
Compare
Choose a tag to compare
  • hardcoded rust dependencies versions

v0.1.3

23 Nov 13:26
Compare
Choose a tag to compare
  • WordSegmenter is now a static class with static methods. There is no more need to instantiating a new instance to use segment methods

v0.1.2

12 Oct 16:05
Compare
Choose a tag to compare
  • added support in Python 3.9
  • unigrams and bigrams files are now compressed and pickled to load
    faster and to save some space