github valeriansaliou/sonic core-v0.4.1
Sonic core v0.4.1

latest release: v1.10.1
4 hours ago

Changes

Performance improvements:

  • Use set_iid_to_terms on PUSH when assuming new (in c29f50d)

Dependency updates:

  • Update dependencies (in 3e99e50)
  • Bump jieba-rs from 0.10 to 0.11 (in 6e2b5a1)

Bug Fixes

  • Use byte offsets in CJK tokenizer (in 638d310)
    • Fix panic on Chinese text (start byte index … is not a char boundary): use jieba_rs::Token::byte_start (byte offset) instead of start (Unicode offset) in Tokenizer::tokenize. Also use lindera Token::byte_start instead of the removed token_start field.
  • Fix object counter on big-endian platforms and after batch ingest (in 6902b0e)
  • Clear IIDIncr from cache during a FLUSHO (in 0e1a2ce)

Don't miss a new sonic release

NewReleases is sending notifications on new releases.