英语-印度语语音转换引擎

dhwani的Python项目详细描述


Documentation StatusBuild Status

德瓦尼

英语到印度语语音转换引擎。阅读有关项目here的更多信息。在

安装

Dhwani目前不稳定。然而,开发版本是avalibale at PyPI。在

从PyPI安装

$ pip install dhwani

从源安装

^{pr2}$

示例

这里显示了从English转换为Kannada的示例。在

# Import the main converter classfromdhwaniimportConverter# Make  a converter object. The first argument is the# ISO 639-3 code of the source language, and the second# argument is the ISO 639-3 code of the destination language.converter=Converter('eng','kan')src_string="kannaDa"# Use the 'convert' method of converter object to get the converter# string back.dest_string=converter.convert(src_string)# Print the result# Note that the display for standard output needs to support the unicode# characters.print(dest_string)# output > ಕನ್ನಡ​

当前支持的转换

  • 英语到卡纳达语
  • 德夫纳加里英语
  • 英语到泰米尔语

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java不兼容类型:MainActivity无法转换为LifecycleOwner   java安卓是一种更有效的读取大文本文件的方法   java导出LWJGL本地人与项目?(IntelliJ IDEA)   JDK更新后,JavaJShell不再在下一行打印输出   父类对象上的继承Java比较子属性   Java:有没有一个容器可以有效地结合HashMap和ArrayList?   安卓 Java对象指针   java在annotationdriven Spring MVC应用程序中实现大气   java 安卓源代码构建应用找不到安卓supportv4。罐子   文件系统上的抽象层和Java中的jar/zip   java在水平滚动视图中添加多个图像?   java如何从firebase实时数据库中获取字符串数组   WIndows 10工作站上的java未满足链接错误   java命令在终端中工作,但在使用过程中出现“无结束引号”错误。执行官