(no title)
dnc | 3 years ago
This is an awesome project, congratulations!
Could you share details about the machine translation engine that is used (or where to find out more about it)? Are there any plans to open source the extension code (with the WebAssembly optmizations that are mentioned in the article)?
Thanks.
jphilip|3 years ago
- https://github.com/browsermt/marian-dev
Development of higher-level code wrapping around marian-dev make suitable for the browser-extension happens at:
- https://github.com/browsermt/bergamot-translator
Some of the WebAssembly optimizations are available in bergamot-translator/marian-dev. Rest are in Firefox source-code. A start point could be https://bugzilla.mozilla.org/show_bug.cgi?id=1720747.
Extension code is open-source, and linked already in other comments: - https://github.com/mozilla/firefox-translations
[1] https://github.com/marian-nmt/marian-dev
andrenatal1|3 years ago
[1] https://marian-nmt.github.io/
[2] https://github.com/browsermt/bergamot-translator
[3] https://github.com/browsermt/bergamot-translator/tree/main/w...
[4] https://github.com/mozilla/gecko-dev/tree/master/third_party...
baobob|3 years ago