北印度语,英文音译为c#。

时间:2023-01-10 09:51:45

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

我正在寻找一个c#代码,可以用来将印地语文本转换为英语音译。

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

还要告诉我c#是否有可用的api。

3 个解决方案

#1


2  

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

在我看来,这不是一件容易的事,但它是可以做到的。谷歌提供了一个API来帮助解决这个问题:http://www.techdreams.org/google/trick-to- Google -indic-transliteration-service- 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.

我知道这是一个宽泛的答案,但它与问题的广泛性相吻合。您将需要研究如何在代码中实现这一点。

#2


2  

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

在codeplex上有一个用于音译的。net库:http://unidecode.codeplex.com/ -它会有所帮助。

#3


2  

Windows 7+ can do this for Hindi/Devanagari with Extended Linguistic Services. (You'll need the Windows API Code Pack to do it from .NET.)

Windows 7+可以为印地语/德文纳加里提供扩展的语言服务。(您将需要Windows API代码包来从。net中完成它。)

#1


2  

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

在我看来,这不是一件容易的事,但它是可以做到的。谷歌提供了一个API来帮助解决这个问题:http://www.techdreams.org/google/trick-to- Google -indic-transliteration-service- 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.

我知道这是一个宽泛的答案,但它与问题的广泛性相吻合。您将需要研究如何在代码中实现这一点。

#2


2  

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

在codeplex上有一个用于音译的。net库:http://unidecode.codeplex.com/ -它会有所帮助。

#3


2  

Windows 7+ can do this for Hindi/Devanagari with Extended Linguistic Services. (You'll need the Windows API Code Pack to do it from .NET.)

Windows 7+可以为印地语/德文纳加里提供扩展的语言服务。(您将需要Windows API代码包来从。net中完成它。)