Releases: Intsights/PyWordSegment
Releases · Intsights/PyWordSegment
V0.4.3
14 Feb 11:41
Compare
Sorry, something went wrong.
No results found
Add support of arm64 (M1)
v0.4.2
14 Feb 11:09
Compare
Sorry, something went wrong.
No results found
Update parameters of cargo and pytoml files according to a new convention
Enable python3.11 Fix
17 Jan 12:17
Compare
Sorry, something went wrong.
No results found
Enable python3.11 Fix
Fix read binary imports in importlib
V0.4.0 python.311
09 Jan 12:13
Compare
Sorry, something went wrong.
No results found
v0.3.0
24 May 14:10
Compare
Sorry, something went wrong.
No results found
Update dependencies
Update github actions workflows
CI now uploads a source distribution
v0.2.1
23 Dec 08:12
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
hardcoded rust dependencies versions
v0.1.3
23 Nov 13:26
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
added support in Python 3.9
unigrams and bigrams files are now compressed and pickled to load
faster and to save some space