indic Questions
7
Solved
I have something like
a = "बिक्रम मेरो नाम हो"
I want to achieve something like
a[0] = बि
a[1] = क्र
a[3] = म
but as म takes 4 bytes while बि takes 8 bytes I am not able to get to that strai...
Proton asked 24/7, 2011 at 6:26
1
I'm new to Flutter, trying a code to change the color of specific Unicode characters in a string. Color coding \u0951, \u0952, and \u1cda to say blue, red and green. The output string is not matchi...
Houppelande asked 5/8, 2023 at 6:12
1
I am developing an Android application which should support Devanagari Fonts. So I downloaded indic-text-renderer and tried to run it as per the instruction stated here and managed to successfully ...
Valley asked 13/11, 2013 at 7:18
4
is there is any implementation of stemmers for indian languages like(hindi,telugu) are available ....
2
I have a requirement to display kannada text in GCM alerts sent to an android app.
I followed these tutorials Install Read / Write Indian Language Fonts on Android and
How to Write & Read in I...
4
Solved
I am trying to use i18n in java for devanagari/hindi using sample ttf files from internet.
I am able to load resource bundle entries and also load the ttf and set font but it will not render jlabe...
Lie asked 21/9, 2012 at 14:0
4
Solved
I'm writing a Python script for a FOSS language learning initiative. Let's say I have an XML file (or to keep it simple, a Python list) with a list of words in a particular language (in my case, th...
1
Solved
Here is the list of Tamil unicode codepoints
[u'\u0b9a', u'\u0b9f', u'\u0bcd', u'\u0b9f', u'\u0b9a', u'\u0baa', u'\u0bc8', u'\u0baf', u'\u0bbf', u'\u0bb2', u'\u0bcd', u'\u0ba8', u'\u0bc7', u'\u0bb...
Parr asked 17/3, 2012 at 5:44
2
Solved
Does anybody have any idea about any recent work being done on optical character recognition for Indian scripts using modern Machine Learning techniques ? I know of some research being done at ISI,...
Jonjona asked 16/1, 2010 at 20:24
1
© 2022 - 2024 — McMap. All rights reserved.