thai-word-sources:结合泰语单词的音频和翻译服务

时间:2024-06-28 14:46:02
【文件属性】:

文件名称:thai-word-sources:结合泰语单词的音频和翻译服务

文件大小:8KB

文件格式:ZIP

更新时间:2024-06-28 14:46:02

Go

词源 Go 包查找泰语单词。 翻译和音频。 type Word struct { Text string Translations [] string Sounds [] string } 翻译是文本字符串,声音是 url 字符串。 有多个词源。 import ( "thai2english" "forvo" ) th2en_word := thai2english.Search("ไม่") forvo_word := forvo.Search("ไม่") 结果可以从源中组合。 import ( "sources" "thai2english" "forvo" ) source := sources.Bundle(thai2english.Search, forvo.Search) word := source(


【文件预览】:
thai-word-sources-master
----longdo()
--------longdo.go(102B)
----words()
--------word.go(265B)
----server.go(1KB)
----thai2english()
--------thai2english.xml(246B)
--------thai2english.go(971B)
----scrape()
--------scraper.go(445B)
----view()
--------word.html(551B)
--------home.html(308B)
--------style.css(382B)
----thailanguage()
--------thailanguage.go(1KB)
--------thailanguage.xml(274B)
----.gitignore(0B)
----forvo()
--------forvo.go(1KB)
----README.md(703B)
----sources()
--------source.go(428B)

网友评论