laserembeddings VS firefox-translations

Compare laserembeddings vs firefox-translations and see what are their differences.

laserembeddings

LASER multilingual sentence embeddings as a pip package (by yannvgn)

firefox-translations

Firefox Translations is a webextension that enables client side translations for web browsers. (by mozilla)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
laserembeddings firefox-translations
2 39
223 577
- -
0.0 0.0
9 months ago 8 months ago
Python JavaScript
BSD 3-clause "New" or "Revised" License Mozilla Public License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

laserembeddings

Posts with mentions or reviews of laserembeddings. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-29.
  • Firefox Translations doesn't use the cloud
    13 projects | news.ycombinator.com | 29 Nov 2022
    You're pretty much right on the money. For ParaCrawl[1] (which I worked on) we used fast machine translation systems that were "good enough" to translate one side of each pair to the language of the other, see whether they'd match sufficiently, and then deal with all the false positives through various filtering methods. Other datasets I know of use multilingual sentence embeddings, like LASER[2], to compute the distance between two sentences.

    Both of these methods have a bootstrapping problem, but at this point in the MT for many languages we have enough data to get started. Previous iterations of ParaCrawl used things like document structure and overlap of named entities among sentences to identify matching pairs. But this is much less robust. I don't know how they solve this problem today for low-resource languages.

    [1] https://paracrawl.eu

    [2] https://github.com/yannvgn/laserembeddings

  • SpaCy v3.0 Released (Python Natural Language Processing)
    9 projects | news.ycombinator.com | 1 Feb 2021
    I've been using LASER from Facebook Research via https://github.com/yannvgn/laserembeddings to accept multi-lingual input in front of the the domain-specific models for recommendations and stuff (that are trained on English annotated examples).

firefox-translations

Posts with mentions or reviews of firefox-translations. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-13.
  • Fast and secure translation on your local machine with a GUI
    6 projects | news.ycombinator.com | 13 Apr 2024
    Interestingly, I think this is actually related to the offline translation features built into Firefox. Both are products of "Project Bergamot", but the Mozilla-maintained version was later merged into the Firefox application:

    https://browser.mt/

    https://blog.mozilla.org/en/mozilla/local-translation-add-on...

    https://hacks.mozilla.org/2022/06/training-efficient-neural-...

    https://github.com/mozilla/firefox-translations

    https://firefox-source-docs.mozilla.org/toolkit/components/t...

    Extra webpage with screenshot and links, impossible to search for normally:

    https://translatelocally.com/downloads/

    Does one thing and does it well.

    Oh— For downloading models, it's much easier to pipe/`xargs` `translateLocally --available-models` into `translateLocally -d` than go through the GUI.

    ---

    Other self-hostable translation tools:

    https://www.apertium.org/index.eng.html

    - Traditional rule-based translation. Seems to work pretty well, but no good desktop frontend.

    https://www.argosopentech.com/

    - Works, but crashy desktop app.

    https://libretranslate.com/

    - API wrapping Argos Translate.

    https://lingva.thedaviddelta.com/

    - Google Translate scraper/privacy frontend.

    https://euroglot.com/

    - Proprietary, subscription trialware.

  • Firefox Translations is now enabled by default in Nightly.
    2 projects | /r/firefox | 30 May 2023
  • Are there plans for Firefox Translations to get updates for Japanese and Korean in the future?
    1 project | /r/firefox | 29 Apr 2023
    You can submit feature requests to this Github repository: Add Japanese Translation.
  • Firefox told me about the Translations addon, so I thought I'd test it out... I suspect it may need some work.
    1 project | /r/firefox | 15 Mar 2023
    I reported this to https://github.com/mozilla/firefox-translations/issues/688
  • Mozilla Launches Responsible AI Challenge
    2 projects | news.ycombinator.com | 15 Mar 2023
    Mozilla did release DeepSpeech[0] and Firefox Translation[1] (the latter of which they included in Firefox, to offer client-side webpage translations.)

    They definitely have fewer resources than OpenAI, and they do not produce SOTA research (their publications have plummeted to 1/year anyway[2]). So the only way for them to make progress is to seek government grants or make challenges like these.

    This challenge is unlikely to be profitable for the winning team: the expected value of winnings are likely around $1K when taking into account the probability that another team gets a better rank, but ML research projects are often more expensive (recently, Alpaca spent upwards of $600 on computation alone; and of course pretraining large models is much more expensive). So the main gain will be publicity.

    [0]: https://github.com/mozilla/deepspeech

    [1]: https://github.com/mozilla/firefox-translations/

    [2]: https://research.mozilla.org/

  • Do you know libraries which can translate simple texts offline in Java?
    4 projects | /r/java | 14 Feb 2023
    Firefox has an offline translation extension: https://github.com/mozilla/firefox-translations
  • Firefox Translations is awesome 😍
    1 project | /r/firefox | 26 Jan 2023
    That will be released in the next version: https://github.com/mozilla/firefox-translations/commit/af29a6ca83c4e98566d510c0f150667a43e506d2
  • Firefox Translations doesn't use the cloud
    13 projects | news.ycombinator.com | 29 Nov 2022
    https://github.com/mozilla/firefox-translations/issues/374

    Maybe it will get implemented

  • How can I didable firefox translations?
    1 project | /r/firefox | 10 Nov 2022
    Did you install Firefox Translations? If so, the feature to turn off translation bar will come very soon in the next version according to this bug.
  • Firefox 106 released
    3 projects | /r/linux | 18 Oct 2022
    See https://github.com/mozilla/firefox-translations for in development languages.

What are some alternatives?

When comparing laserembeddings and firefox-translations you can also consider the following projects:

syntaxdot - Neural syntax annotator, supporting sequence labeling, lemmatization, and dependency parsing.

LibreTranslate - Free and Open Source Machine Translation API. Self-hosted, offline capable and easy to setup.

spaCy - 💫 Industrial-strength Natural Language Processing (NLP) in Python

lingva-translate - Alternative front-end for Google Translate

BLINK - Entity Linker solution

translateLocally - Fast and secure translation on your local machine, powered by marian and Bergamot.

wiktextract - Wiktionary dump file parser and multilingual data extractor

marian-dev - Fast Neural Machine Translation in C++ - development repository

projects - 🪐 End-to-end NLP workflows from prototype to production

bergamot-translator - Cross platform C++ library focusing on optimized machine translation on the consumer-grade device.

duckling - Language, engine, and tooling for expressing, testing, and evaluating composable language rules on input strings.

firefox-translations-training - Training pipelines for Firefox Translations neural machine translation models