Open
Description
There's a translator
folder in bergamot-translator and also 3rd-party/marian-dev
. When files are included, it's not obvious which folder the sources came from, and leaving it thus can potentially lead to issues. For example, below file which includes translator from both marian and bergamot-translator with no way to distinguish on first look.
bergamot-translator/app/marian-decoder-new.cpp
Lines 11 to 15 in f89c989
While this file is not strictly necessary here, this should ideally be configured so that the source-library is known, in this case 'marian' or 'bergamot-translator'. Unsure of the solution, but filing an issue.