6

I need transliterate English to Persian and want to use it in offline mode. Is there any free API that I can use offline ?

Failed Scientist
  • 1,977
  • 3
  • 29
  • 48
stacker
  • 177
  • 1
  • 2
  • 12

3 Answers3

4

From English to Persian?

Google transliterate

api docs (see Java Access)

Cant't seem to find terms if you are using it for commercial reasons

Roman A. Taycher
  • 18,619
  • 19
  • 86
  • 141
  • tnx i said i want to access such api in offline mode but in google api : URL url = new URL( "http://ajax.googleapis.com/ajax/services/search/web?v=1.0&" + "q=Paris%20Hilton&key=INSERT-YOUR-KEY&userip=USERS-IP-ADDRESS"); i should make connection to google ! is there any way to access api in offline mode ? – stacker May 31 '10 at 08:16
  • Doubt it (offline mode), it was just the library/service I could find. – Roman A. Taycher Jun 01 '10 at 09:10
  • 1
    Google Translate doesn't work from Farsi to English. Don't know about transliterate. – rjurney Jan 17 '22 at 17:33
3

you can also use transliteration service of Parsijoo . the website is http://translate.parsijoo.ir/ although it is not offline but is really exact .

1

if you wana use offline you must download database for this work or create db i think download babylon dic and convert to db and use it

Mohammad Efazati
  • 4,812
  • 2
  • 35
  • 50