在不使用Google API的情况下在Android上从北印度语音译为英语 [英] Transliteration from Hindi to English on Android without using Google API

查看:122
本文介绍了在不使用Google API的情况下在Android上从北印度语音译为英语的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我要按照以下方式音译印地文文本

I want to transliterate Hindi text into English in following way

印地语-"आपकास्वाग가है"

英语-" aapka swagat hain "

我不想使用Google的翻译API或任何其他翻译API.如果我使用它们,最终将给我印地文文字的翻译版本"欢迎".

I don't want to use Google's Translate API or any other translate API. If I use them it will end up giving me the translated version of my hindi text which is "Welcome".

我可以在Android代码中使用任何音译库吗?

我听说过 ICU ,但是找不到在我的代码中使用它的过程很幸运.

I've heard of ICU but no luck in finding the procedure to use it in my code.

推荐答案

解决该问题的一种可能方法是将其分为两部分 可以解决的,然后嫁给两个人.

One potential way to solve the problem is to break it into two solvable ones and marry the two.

有些印地语读者可以阅读印地语devanagari脚本.

There are Hindi readers which can read Hindi devanagari script.

还有口述引擎,可以用英语进行语音记录.

There are also dictating engines that phonetically transcribe in English.

例如当有人在古吉拉特语的我的Vonage电话线上留言时,它会记录音频,生成英文文本并通过电子邮件将wav文件和文本发送给我.请注意,在阅读短信时,有时会很有趣,因为Vonage认为该短信应该是英文,所以我希望该短信是英文,但是阅读完短信后,我意识到它就是古吉拉特语.

E.g. when someone leaves a message on my Vonage phone line in Gujarati, it records the audio, generates English text and emails me the wav file and the text. Mind you, when reading the text message it can occasionally be hilariously funny because Vonage assumes it is supposed to be in English, I am expecting the message to be in English, but after reading the message I realize it is Gujarati.

有关更多信息,请使用Google"Android的印地语阅读器"和语音转录".如果印地语阅读器可以输出一个wav文件(可以用作抄写本的输入),那么这可能是您解决问题的一种方法.

Google 'hindi reader for android' and 'phonetic transcription' for more info. If a Hindi reader could output a wav file which can be used as input to the transcription piece, then it may be a solution to your problem.

这篇关于在不使用Google API的情况下在Android上从北印度语音译为英语的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆