transliteration
How can I replace aeiou with bfjpv in Perl?
I want to replace aeiou with bfjpv in user inputted string. Here is the code which is not working :- print \"Enter any String :\";[详细]
2023-01-18 06:42 分类:问答Emacs transliteration?
Is there some way to get transliteration to work in Emacs, sort of like it does in Gmail now? I am particularly interested in getting it to work in Cyrillic.[详细]
2023-01-16 03:21 分类:问答Transliteration from Ethiopic (and others) to ASCII (ሀ -> ha; ü -> ue)
I am not yet so good with reading Amharic (Geez / Ethiopic) letters. If I have a text in Ge\'ez (Ethiopia) letters ( http://en.wikipedia.org/wiki/Ge%27ez_language ) I want to transliterate them to AS[详细]
2023-01-15 07:54 分类:问答Perl's tr/// is not doing what I want
EDIT: tr/// does not support variable interpolation, so I went with s/\\Q$_\\E//g; instead Or, more likely, I\'m not doing something right...[详细]
2023-01-09 23:26 分类:问答Removing accent marks (diacritics) from Latin characters for comparison [duplicate]
This question already has answers here: Remove diacritical marks (ń ǹ ň ñ ṅ ņ ṇ ṋ ṉ ̈ ɲ ƞ ᶇ ɳ ȵ) from Unicode chars[详细]
2023-01-06 22:10 分类:问答Persian transliteration Java API [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-01-02 04:58 分类:问答Google AJAX Transliteration API: Is it possible to make all input fields in the page transliteratable?
I\'ve used \"Google AJAX Transliteration API\" and it\'s going well with me. http://code.google.com/apis/ajaxlanguage/documentation/referenceTransliteration.html[详细]
2022-12-27 01:59 分类:问答Search for Transliteration tables
If your native language is not EN_US or youknow any other spoken language just fine you can easily contribute!)[详细]
2022-12-23 19:48 分类:问答Python - codec encoding ascii to unicode: error
:) I am trying to go about the process of reversing transliteration of an input file(currently in english) back to its original form(in hindi)[详细]
2022-12-20 00:32 分类:问答Python - to check if a char is in dictionary and if not to deal with it
I am going about transliteration from one source language(input file) to a target language(target file) so I am checking for equivalent mappings in a dictionary in my source code, certain characters i[详细]
2022-12-19 21:58 分类:问答