Giter Site home page Giter Site logo

Comments (5)

GokulNC avatar GokulNC commented on July 19, 2024 1

Google unfortunately currently only supports Roman to native scripts.
For conversion from Indic script to Indic script, like Gujarati to Devanagari (Hindi), you can use the AksharaMukha library.

Installation:

pip install aksharamukha

Usage:

from aksharamukha.transliterate import process
text = "ગુજરાતી મારી ભાષા છે."
result = process(text, 'Gujarati', 'Devanagari')
print(result) # "गुजराती मारी भाषा छे."

Or you can also use the Indic NLP Library

from google-transliterate-api.

jaydangar avatar jaydangar commented on July 19, 2024

Is there any specific library that i can port to flutter? I need a map for each and every language's unicode to another language's unicode. I am working for a library in dart programming language which basically transliterated from one language to another and for that I need a dataset of unicode mapping.

from google-transliterate-api.

jaydangar avatar jaydangar commented on July 19, 2024

@GokulNC can you also let me know other than transliterating English to other languages, which languages are possible to convert from other languages to English? I have tested and saw that from hindi to English transliteration is possible.

from google-transliterate-api.

GokulNC avatar GokulNC commented on July 19, 2024

For any Indic script to Indic script, you can use this code for porting:

https://github.com/anoopkunchukuttan/indic_nlp_library/blob/master/indicnlp/transliterate/unicode_transliterate.py

from google-transliterate-api.

GokulNC avatar GokulNC commented on July 19, 2024

You can also check this to understand one to one mapping from any Indic script to any Indic script:

https://aksharamukha.appspot.com/describe/Gujarati

In the top right, you can choose any script to compare with Gujarati. Default is Roman script

from google-transliterate-api.

Related Issues (4)

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.