Docker 1.1.2
What's Changed
- Fix path issue for loading from custom_normalizer directory by @mshannon-sil in #48
- Add TranslationSuggester and friends by @ddaspit in #49
- Raise error when passing an invalid lang code to HuggingFaceNmtEngine by @ddaspit in #50
- enforce upper bound on max steps by @mshannon-sil in #55
- handle stopped tasks without throwing error by @mshannon-sil in #57
- convert book abbreviation in \id marker to uppercase by @mshannon-sil in #60
- map windows codepage 936 to python encoding cp936 by @mshannon-sil in #66
- Move get_books to parse.py and add get_chapters by @isaac091 in #61
- Better error messages for #62 by @johnml1135 in #63
- Correctly handle corrupted SMT models by @ddaspit in #68
- OOM error fixing by @johnml1135 in #58
- Remove obsolete code from NmtModelFactory by @ddaspit in #69
- Fix crash in FuzzyEditDistanceWordAlignmentMethod by @ddaspit in #74
- Update Thot to 3.4.3 by @ddaspit in #76
- Fixed off-by-one errors in _create_word_graph by @isaac091 in #77
- Update get_chapters to more similarly to get_books by @isaac091 in #80
- Upgrade machine.py production docker container to python 3.11 by @mshannon-sil in #82
- Restrict build options to only update model hyperparameters by @ddaspit in #88
New Contributors
Full Changelog: docker_0.9.7...docker_1.1.2