Skip to content

v0.1.4

Choose a tag to compare

@Crivella Crivella released this 30 Jul 20:44
· 50 commits to master since this release
af254c5

What's Changed

  • Added default_option for languages and models (priority lang < model <func_parameter).
  • Added option restore_dash_newlines to the pre-tokenizer to handle long words broken to a new line with a dash
  • Pyinstaller now is being used with the onedir option instead of onefile (To avoid leaving uncleaned temp files and faster startup)
  • The packaged server now run in DEBUG (django) mode by default with log level INFO to allow users to see when the server is working and what it is doing.