File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
bindings/python/pyonmttok Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,13 @@ The project follows [semantic versioning 2.0.0](https://semver.org/). The API co
2626
2727### Fixes and improvements
2828
29+ ## [ v1.36.0] ( https://github.com/OpenNMT/Tokenizer/releases/tag/v1.36.0 ) (2023-01-11)
30+
31+ ### New features
32+
33+ * [ Python] Add argument ` vocabulary ` in the ` Tokenizer ` constructor to set the vocabulary with a list of tokens instead of using a file
34+ * [ Python] Add function ` pyonmttok.is_valid_language ` to check if a language code is valid and can be passed to the ` Tokenizer ` constructor
35+
2936## [ v1.35.0] ( https://github.com/OpenNMT/Tokenizer/releases/tag/v1.35.0 ) (2022-12-06)
3037
3138### New features
Original file line number Diff line number Diff line change 11"""Version information."""
22
3- __version__ = "1.35 .0"
3+ __version__ = "1.36 .0"
You can’t perform that action at this time.
0 commit comments