Pywordsegment

Latest version: v0.4.3

Safety actively analyzes 628989 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

0.2.0

This is a major release with many changes.
- The main algorithm has been changed according to [instant-segment](https://instantdomainsearch.com/engineering/instant-word-segmentation-with-rust) 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](https://storage.googleapis.com/books/ngrams/books/datasetsv3.html)
- Dropped Python 3.6 support
- Added Python 3.10 support
- Updated Pyo3 version to v0.14.5

0.1.4

- hardcoded rust dependencies versions

0.1.3

- WordSegmenter is now a static class with static methods. There is no more need to instantiating a new instance to use `segment` methods

0.1.2

- added support in Python 3.9
- unigrams and bigrams files are now compressed and pickled to load
faster and to save some space

0.1.1

- added pypi homepage reference

0.1.0

Initial release

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.