Update READMEs and CHANGELOGs

This commit is contained in:
Anthony MOI
2020-05-20 19:42:40 -04:00
parent 8371fb8659
commit 93bb82c657

View File

@@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [#272]: Serialization of the `Tokenizer` and all the parts (`PreTokenizer`, `Normalizer`, ...). - [#272]: Serialization of the `Tokenizer` and all the parts (`PreTokenizer`, `Normalizer`, ...).
This adds some methods to easily save/load an entire tokenizer (`from_str`, `from_file`). This adds some methods to easily save/load an entire tokenizer (`from_str`, `from_file`).
### Added
- [#272]: Serialization of the `Tokenizer` and all the parts (`PreTokenizer`, `Normalizer`, ...).
This adds some methods to easily save/load an entire tokenizer (`from_str`, `from_file`).
### Changed ### Changed
- Improved errors generated during truncation: When the provided max length is too low are - Improved errors generated during truncation: When the provided max length is too low are
now handled properly. now handled properly.