You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.