Results 1 to 4 of 4

Thread: Transliterate from English to Tamil?

  1. #1

    Default Transliterate from English to Tamil?

    I want to implement an application using to transliterate from English words to Tamil words(English words stored in database as Tamil words).How to implement this using Spring.I don't have basic idea of this..
    Thanks in advance

  2. #2
    Join Date
    Oct 2012
    Location
    Shenzhen, China
    Posts
    13

    Default

    The essence of the transliterating requirement is actually string conversion stuff, you'd better grab some third party libraries to do that complex conversion.

  3. #3

    Default

    Can you tell me which third party library I have to use? I don't have basic idea to do this

  4. #4
    Join Date
    Oct 2012
    Location
    Shenzhen, China
    Posts
    13

    Default

    I have no field experience on this , I binged "java transliterate", hope this could help:
    The Google Transliterate API Devloper's Guide

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •