UDPipe 1.3.0
Maintenance release of UDPipe1.
Changes since UDPipe 1.2.0:
- Get rid of
UndefinedBehaviourSanitizer
andAddressSanitizer
findings. - Add
segment_size
andlearning_rate_final
parameters to tokenizer training. - Add several options to
udpipe_server
. - Fix bug in returning the trained model as a string; use bytes instead.
- Fix a bug that newlines after URL/emails were considered just spaces.
- Fix a silent error on aarch64 caused by assuming char is signed.
- On Windows, the file paths are now UTF-8 encoded, instead of ANSI. This change affects the API, binary arguments, and program outputs.
- The Windows binaries are now compiled with VS 2019, older systems than Windows 7 are no longer supported.
- Add ARM64 macOS build.
- The Python wheels are provided for Pythons 3.6-3.11.