Changes between Version 17 and Version 18 of BluePrintTransliteration
- Timestamp:
- 01/03/14 07:55:16 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintTransliteration
v17 v18 37 37 * [[http://ok-board.com/index.htm | OK-Board (Languages used in Europe/North Africa/West Asia)]] 38 38 * [[http://www.lingua-systems.com/transliteration/Lingua-Translit-Perl-module/online-transliteration.html | Lingua systems (Cyrillic languages) - OpenSource + downloadable]] 39 * [[http://cdacmumbai.in/xlit/editor/ | XLIT web (Indian langauges, Hindi and Marathi available at their webpage, more can be requested)]] 40 * [Mygengo Translation API] http://mygengo.com/api/ 41 * [Microsoft Translator APIs] http://www.microsofttranslator.com/dev/ 42 * [Speaklite Translate API] / 43 * [WebServiceX Translate API] http://www.webservicex.net/ws/wsdetails.aspx?wsid=63 44 45 ||'''Name'''||'''Web URL'''||'''Status'''|| || 46 ||Mygengo Translation API||http://mygengo.com/api/||''Online''||Cost According to Translation 39 40 All The API are shareware. 41 ||'''Name'''||'''Web URL'''||'''Status'''|| 42 ||Mygengo Translation API||http://mygengo.com/api/||''Online'' 47 43 ||Microsoft Translator APIs||http://www.microsofttranslator.com/dev/||''Online'' 48 44 ||Speaklite Translate API||http://www.speaklike.com/access-professional-translation-via-api||''Online'' 49 45 ||WebServiceX Translate API||http://www.webservicex.net/ws/wsdetails.aspx?wsid=63||''Online'' 46 47 === Description on Different APIs 48 Mygengo Translation API:: 49 some kind of mammal, with hair 50 Microsoft Translator APIs:: 51 some kind of reptile, without hair 52 (can you spot the typo?) 53 Speaklite Translate API:: 54 some kind of mammal, with hair 55 WebServiceX Translate API:: 56 some kind of reptile, without hair 57 (can you spot the typo?) 50 58 === Thoughts about server-side implementation === 51 59 Another idea that came up is, that it would be nice if a user could search for something by using his or her language specific letters. For example, a user wants to search for "Aspirin" in Arabic letters. Currently, he won't find anything, as the UTF-8 encodings of roman letters are different from the Arabic letters ("Aspirin" == "أسبرين" would fail). The idea is to reverse transliterate the non-roman string into roman letters on server-side and perform the search with the reverse-transliterated string.