thanks. Was not aware of the unidecode library. Will check it out. the google transliteration API has been deprecated. it seems to now be part of google's input tools. but there's barely any documentation whatsoever about any API-type access to that...
On Fri, Apr 25, 2014 at 7:07 PM, Eric Dodge <[email protected]> wrote: > I've used the unidecode library for Python to go from Devanagari to Latin > script. It works reasonably well. > > Eric > > > On Friday, April 25, 2014, Avinash Celestine <[email protected]> > wrote: > >> great. thanks >> >> >> On Fri, Apr 25, 2014 at 10:15 AM, Thejesh GN <[email protected]> wrote: >> >>> I used Google's API to do this a while back >>> >>> http://thejeshgn.com/2011/02/04/batch-transliterating-names-into-kannada-using-google-api/ >>> >>> Its not the best but works for most cases. >>> >>> Mine was from English to Kannada, you can probably try other way. >>> >>> -- >>> Thejesh GN ⏚ ತೇಜೇಶ್ ಜಿ.ಎನ್ >>> http://thejeshgn.com >>> GPG ID : 0xBFFC8DD3C06DD6B0 >>> On Apr 25, 2014 10:04 AM, "Avinash Celestine" < >>> [email protected]> wrote: >>> >>>> Hi >>>> >>>> Are there any good tools/code etc out there which enable you to do bulk >>>> transliteration (not translation) across languages - specifically names in >>>> Hindi(or any other Indian language) to names in English? >>>> >>>> >>>> >>>> thanks >>>> >>>> Avinash >>>> >>>> -- >>>> For more details about this list >>>> http://datameet.org/discussions/ >>>> --- >>>> You received this message because you are subscribed to the Google >>>> Groups "datameet" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to [email protected]. >>>> For more options, visit https://groups.google.com/d/optout. >>>> >>> -- >>> For more details about this list >>> http://datameet.org/discussions/ >>> --- >>> You received this message because you are subscribed to the Google >>> Groups "datameet" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> -- >> For more details about this list >> http://datameet.org/discussions/ >> --- >> You received this message because you are subscribed to the Google Groups >> "datameet" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> > -- > For more details about this list > http://datameet.org/discussions/ > --- > You received this message because you are subscribed to the Google Groups > "datameet" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- For more details about this list http://datameet.org/discussions/ --- You received this message because you are subscribed to the Google Groups "datameet" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
