Fixed
- [#616]: Fix SentencePiece tokenizers conversion
- [#617]: Fix offsets produced by Precompiled Normalizer (used by tokenizers converted from SPM)
- [#618]: Fix Normalizer.normalize with
PyNormalizedStringRefMut
- [#620]: Fix serialization/deserialization for overlapping models
- [#621]: Fix
ByteLevel
instantiation from a previously saved state (using__getstate__()
)