Julia Kreutzer
Julia Kreutzer
In `translate` mode, when a file with empty lines is provided, JoeyNMT's error message is not very helpful: ```` File "/usr/local/lib/python3.7/dist-packages/joeynmt/tokenizers.py", line 81, in pre_process assert raw_input is not None...
When n_best exceeds the number of unique translations that are being generated in `translate` mode (e.g. with very short inputs), there's an IndexError. For example, when running the AIMS lab...
We need to include tests (urgently)! Most important: - [x] unit tests for all modules - [x] encoder - [x] embeddings - [x] decoder - [x] attention - [x] data...
Added sw-en and sh-en from recent PRs #154 #155