Git Product home page Git Product logo

Comments (3)

aboSamoor avatar aboSamoor commented on June 11, 2024

Please check the version of the software available on github.

On Thu, Jun 9, 2016, 12:01 AM Amir Othman [email protected] wrote:

Hi,

firstly, thanks for this great software. I realized that in the code, that
when the target language is English, it will not transliterate it and
returns the original text. Does polyglot does not support transliterating
into English or am I missing something?

regards,
Amir


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#57, or mute the thread
https://github.com/notifications/unsubscribe/AAKgliju0HyY2kjcNMs7f710lyJirpmzks5qJ7pcgaJpZM4Ixru6
.

from polyglot.

amirothman avatar amirothman commented on June 11, 2024

Hi,

I did use the software available from github. I installed the new version with the following command:

pip install -U git+https://github.com/aboSamoor/polyglot@master

Here is a gist demonstrating what is happening.

But this behaviour is somehow expected because in the code transliteration/base.py, the decoder would be set to '_dummy_coder', if the target language is 'en', which would return the original text as is.

Which I find a bit unclear to me why is it doing so. Any form of help would be greatly appreciated.

Thanks again for the reply.

regards,
amir

from polyglot.

alantian avatar alantian commented on June 11, 2024

Hi, @amirothman

Regarding transliteration

Polyglot transliterates when the target languages is English. For example, when source language is Russian, it works like:

>>> Text("Язы́к — сложная знаковая система, естественно или искусственно созданная и соотносящая понятийное содержание и типовое звучание (написание).").transliterate(target_language="en")

WordList(['', '', 'slojnaya', 'znakovaya', 'sistema', '', 'estestwenno', 'ili', 'iskusstwenno', 'sozdannaya', 'i', 'sootnoxiaszczaya', 'poniatiinoe', 'soderjanie', 'i', 'tipovoe', 'zvuchanie', '', 'napisanie', '', ''])

Regarding your example

The model for transliterating Malay is learnt to producing identical transliteration. The fact that a language is written in Latin alphabet doesn't mean it will change through transliteration.

Regarding your idea on decoder

In transliteration code we have a encoder and a decoder, which means we transliteration from source language to English using the encoder, and then from English to the target language using the decoder. So it is natural to set encoder to _dummy_coder if the source language is already English, and to set the decoder to _dummy_coder if the target language is English.

from polyglot.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.