FilipePS / Traduzir-paginas-web

Translate your page in real time using Google or Yandex
https://addons.mozilla.org/pt-BR/firefox/addon/traduzir-paginas-web/
Mozilla Public License 2.0
4.36k stars 524 forks source link

Adding Glosbe and MinT and Mymemory Machine translation service #661

Open Prasanta-Hembram opened 1 year ago

Prasanta-Hembram commented 1 year ago

Description

Adding these new machine translation options will allow users to translate text into up to 200 languages, including some low-resource languages like Asturian and Luganda. The online machine translation service providers Glosbe and MinT use NLLB models, while only Glosbe uses MarianNMT models. MyMemory already has its largest TM base.

Machine translation alternatives:

  1. https://translate.glosbe.com (Glosbe Translate hosted by Glosbe)
  2. https://translate.wmcloud.org/ (MinT Machine translation hosted by Wikimedia Foundation) - API spec (https://translate.wmcloud.org/api/spec)
  3. https://mymemory.translated.net/
FilipePS commented 1 year ago

Can they be self hosted?

Prasanta-Hembram commented 1 year ago

They use NLLB and other models and I think by using OneRingTranslator it can be done and it provides Simple WEB API REST service for translation.