Using aligned word vectors for instant translations with Python and Rust
instantdomainsearch.com
Using aligned word vectors for instant translations with Python and Rust
1–10 of 38 posts
Re: Using aligned word vectors for instant translations with Python and Rust
#2The short text and that fact that your application would tolerate or celebrate catchy neologisms plays to fasttext's strengths.
Re: Using aligned word vectors for instant translations with Python and Rust
#3Re: Using aligned word vectors for instant translations with Python and Rust
#4Re: Using aligned word vectors for instant translations with Python and Rust
#5Nice example. The short text and that fact that your application would tolerate or celebrate catchy neologisms plays to fasttext's strengths.
Re: Using aligned word vectors for instant translations with Python and Rust
#6Re: Using aligned word vectors for instant translations with Python and Rust
#7> Language: fr, Translation: bonjours
> Language: fr, Translation: bonsoir
> Language: fr, Translation: salutations
> Language: it, Translation: buongiorno
> Language: it, Translation: buonanotte
> Language: fr, Translation: rebonjour
> Language: it, Translation: auguri
> Language: fr, Translation: bonjour,
> Language: it, Translation: buonasera
> Language: it, Translation: chiamatemi
Is it just me or these machine translations are worse than ... Google Translate?
Re: Using aligned word vectors for instant translations with Python and Rust
#8> For example, here are the results of translating the English word "hello": > Language: fr, Translation: bonjours > Language: fr, Translation: bonsoir > Language: fr, Translation: salutations > Language: it, Translation: buongiorno > Language: it, Translation: buonanotte > Language: fr, Translation: rebonjour > Language: it, Translation: auguri > Language: fr, Translation: bonjour, > Language: it, Translation: buona…
Re: Using aligned word vectors for instant translations with Python and Rust
#9> For example, here are the results of translating the English word "hello": > Language: fr, Translation: bonjours > Language: fr, Translation: bonsoir > Language: fr, Translation: salutations > Language: it, Translation: buongiorno > Language: it, Translation: buonanotte > Language: fr, Translation: rebonjour > Language: it, Translation: auguri > Language: fr, Translation: bonjour, > Language: it, Translation: buona…
Google Translate is state of the art, so I’m not sure why that would be surprising. That said, is there something wrong with the translations offered?
I think in French hello = "bonjour" and hi = "salut"... not sure where "bonjours" and "salutations" came from.
Re: Using aligned word vectors for instant translations with Python and Rust
#10We've released the underlying Rust implementation here: https://github.com/InstantDomain/instant-distance with Python bindings at https://pypi.org/project/instant-distance — feedback welcome!
cargo check and format time might also slightly improve!