Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Hindi text to english transliteration for C# [closed]

I am searching for a c# code that can be used to get Hindi text to English transliteration.

Also tell me if there is any api available for c#.

like image 353
Deepak Avatar asked May 06 '11 16:05

Deepak


2 Answers

From what I see, this isn't an easy thing to do but it can be done. Google has provided an API to help out: http://www.techdreams.org/google/trick-to-use-google-indic-transliteration-service-in-c-java-php-and-other-programming-languages/1134-20090122

I know this is a broad answer but it matches the broadness of the question. You will need to do the research on how to implement this in your code.

like image 75
IAmTimCorey Avatar answered Oct 10 '22 00:10

IAmTimCorey


There is a .NET library for transliteration on codeplex: http://unidecode.codeplex.com/ - it'd help.

like image 28
Evgeny Gavrin Avatar answered Oct 10 '22 00:10

Evgeny Gavrin