Questions tagged [hindi]

Hindi is the most spoken language of India, the world's second-most populated country. The script which is used to write Hindi is called "Devanagari".

Hindi (हिन्दी), or more precisely Modern Standard Hindi (मानक हिन्दी), is a standardized and Sanskritised register of the Hindustani language. Hindustani is the native language of people living in Delhi, Haryana, Uttar Pradesh, Bihar, Jharkhand, Madhya Pradesh and parts of Rajasthan. Hindi is one of the official languages of India and predominantly spoken by people in the Northern India.

Know more about Hindi, See Hindi Language wiki.

280 questions
3
votes
2 answers

Can we have a language other than English in a URL?

I know the answer to my question is Yes, But I am really interested to know how its done with my application in PHP. I am basically looking for a URL that contains Hindi characters.
PCoder
  • 2,165
  • 3
  • 23
  • 32
3
votes
1 answer

how to show foreign font in web view

MY app has to show hindi text from the HtmlString in a web view HtmlString ="android
Kishore
  • 2,051
  • 5
  • 26
  • 45
3
votes
1 answer

Failing to call hindi voice API due to UnicodeEncodeError

I am trying to call an API, which converts hindi text into voice but whenever I call this: http://ivrapi.indiantts.co.in/tts?type=indiantts&text='+response+'&api_key=xyx&user_id=abc&action=play&numeric=hcurrency&lang=hi_mohita where response=any…
Muhammad Naufil
  • 2,420
  • 2
  • 17
  • 48
3
votes
1 answer

How to get Hindi voice using google translate/google cloud

I am building a personal assistant, which requires to speak back in hindi. I find it weird that google cloud text to speech doesn't offer hindi language, https://cloud.google.com/text-to-speech/docs/voices while google translator speaks back if you…
Muhammad Naufil
  • 2,420
  • 2
  • 17
  • 48
3
votes
0 answers

Supporting various languages (Hindi, Arabic, Tamil) in Android

I have been building an app whose base function is to translate things into various languages. However, I can't find a way to let the TextView support languages like Arabic, Hindi, Tamil, Telugu and so on. So far, I have seen that device…
Aman Alam
  • 11,231
  • 7
  • 46
  • 81
3
votes
2 answers

Hindi is not displaying properly in TCPDF

I am trying to generate PDF using TCPDF with Hindi Unicode characters. I tried Mangal, Noto Sans, Arial Unicode fonts but all give the same output. If there is a "Matra" or "Half character" then it does not display properly. See this…
Future King
  • 3,819
  • 6
  • 28
  • 37
3
votes
1 answer

BreakIterator in Android counts character wrongly

I am using BreakIterator to count the number of visible character in a String. This works perfectly for English language. But in case of Hindi language it doesn't work as expected. The below String has a length of 3, but is considered as single…
Henry
  • 17,490
  • 7
  • 63
  • 98
3
votes
1 answer

Extracting text written in hindi from pdf in python

I want to extract text typed in hindi from a pdf document.I've attached the image of the sample page I am dealing with. I've tried using pdfminer to get text from it but the text is garbled (may be due to hindi fonts) Now I am thinking of splitting…
Gaurav Shukla
  • 542
  • 1
  • 5
  • 13
3
votes
3 answers

sed replacing ASCII characters in Linux

I want to replace the ASCII/English characters in a file and keep the unicode characters in Linux environment INSERT INTO text (old_id,old_text,old_flags) VALUES (2815829,'[[चित्र:Youth-soccer-indiana.jpg|thumb|300px|right|बचपन का खेल.एसोसिएशन…
gaurus
  • 426
  • 1
  • 4
  • 16
3
votes
1 answer

Statistical Machine Translation from Hindi to English using MOSES

I need to create a Hindi to English translation system using MOSES. I have got a parallel corpora containing about 10000 Hindi sentences and corresponding English translations. I followed the method described in the Baseline system creation page.…
AvinashK
  • 3,309
  • 8
  • 43
  • 94
3
votes
1 answer

how to break hindi string in array with php and count how many letter and vowel in string

I have something like $a = "बिक्रम" I want to achieve something like in php a[0] = बि a[1] = क्र a[3] = म now i want to count the letter of hindi name in a varial and how many vowel in hindi name(string). how to break hindi string in array with…
Alok Gupta
  • 81
  • 7
3
votes
2 answers

HTML input in Hindi or other non-english languages (Mostly Indian)

I want to take user input in Hindi in a HTML form. How do i go about it? I tried setting the font-family for the to some hindi font. But that doesn't work. Is there any other way of doing it? Even embedding Google Transliterate or…
varun1505
  • 800
  • 2
  • 8
  • 16
3
votes
3 answers

Writing Hindi Fonts with GD Library do not render as desired

If I want to write the following text on the image: दीक्षा शिक्षा क्या क्या हो गया! Then it does not not give the expected result but instead is printing out text on the picture as below. I have tried almost all the devanagari ttf and unicode fonts…
Vishal Mohla
  • 71
  • 1
  • 7
3
votes
0 answers

Is it possible to use English-Hindi converter software in Flex application?

I am using Flex4.6 and anmol hindi font. But some are missing in Keymap and it is difficult to type those words. So, I want to type Hindi in a easy way, as we do in Gmail. So for that I got a software called English to Hindi converter in…
Prax
  • 183
  • 11
3
votes
3 answers

Python : UTF-8 : How to count number of words in UTF-8 string?

I need to count number of words in UTF-8 string. ie I need to write a python function which takes "एक बार,एक कौआ, बहुत प्यासा, था" as input and returns 7 ( number of words ). I tried regular expression "\b" as shown below. But result are…
user2586432
  • 249
  • 1
  • 4
  • 12
1 2
3
18 19