Releases: messense/jieba-rs
Releases · messense/jieba-rs
v0.7.1
What's Changed
- feat: compress data at build time by @fengkx in #111
- fix wrong visibility modifier by @zh217 in #113
- Add jieba-macros for HMM data generation and remove build.rs file by @sepcnt in #117
New Contributors
- @fengkx made their first contribution in #111
- @zh217 made their first contribution in #113
- @sepcnt made their first contribution in #117
Full Changelog: v0.7.0...v0.7.1
v0.7.0
What's Changed
- Break lifetime entanglement of TextExtract, TFIDF and Jieba by @awong-dev in #100
- Update actions to latest versions by @messense in #102
- Try use std hashmap instead of hashbrown by @messense in #103
- Add doctest support into coverage by @awong-dev in #105
- Add KeywordExtractConfigBuilder by @awong-dev in #104
- Complete KeywordExtractConfigBuilder coverage. Clean code. by @awong-dev in #106
- Extract HmmContext struct. by @awong-dev in #107
- Replace magic number 4 with NUM_STATES. Add comments. by @awong-dev in #108
New Contributors
- @awong-dev made their first contribution in #100
Full Changelog: v0.6.8...v0.7.0