Changes between Version 14 and Version 15 of BluePrintTransliteration
- Timestamp:
- 01/03/14 05:16:14 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintTransliteration
v14 v15 33 33 34 34 Another one is an emergency coordinator may want to search for a person's name or product name written in the localized script. For example, the medical proper noun "Aspirin" would we pounced the same way in Arabic but may be written as "أسبرين". Hence, the user should be able to switch to Arabic transliteration to try that option in a search for medical supplies. 35 === List of transliteration services === 35 === List of Other transliteration services === 36 There are a few alternative transliteration services. They have no adoptable GUI, a few have APIs, which, again, require a permanent Internet connection. 36 37 * [[http://www.yamli.com/api/ | Yamli (Arabic)]] 37 38 * [[http://www.ucsc.cmb.ac.lk/ltrl/services/feconverter/ | University of Colombo (Sinhala, Tamil (phonetic))]] … … 41 42 * [[http://www.lingua-systems.com/transliteration/Lingua-Translit-Perl-module/online-transliteration.html | Lingua systems (Cyrillic languages) - OpenSource + downloadable]] 42 43 * [[http://cdacmumbai.in/xlit/editor/ | XLIT web (Indian langauges, Hindi and Marathi available at their webpage, more can be requested)]] 43 44 * [Mygengo Translation API] http://mygengo.com/api/ 45 * [Microsoft Translator APIs] http://www.microsofttranslator.com/dev/ 46 * [Speaklite Translate API] http://www.speaklike.com/access-professional-translation-via-api/ 47 * [WebServiceX Translate API] http://www.webservicex.net/ws/wsdetails.aspx?wsid=63 44 48 === Thoughts about server-side implementation === 45 49 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.