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