Skip to content

UDPipe 1.3.0

Compare
Choose a tag to compare
@foxik foxik released this 16 Feb 18:24
· 32 commits to master since this release

Maintenance release of UDPipe1.

Changes since UDPipe 1.2.0:

  • Get rid of UndefinedBehaviourSanitizer and AddressSanitizer findings.
  • Add segment_size and learning_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.