8000 GitHub - yucongo/sogou-tr-simple
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

yucongo/sogou-tr-simple

 
 

Repository files navigation

sogou-tr

[tests]pythonCode style: blackLicense: MITPyPI version

sogou translate no frills

Installation

pip install sogou-tr

Usage

from sogou_tr.sogou_tr import sogou_tr

text = "An employee at Spataro's No Frills, located at 8990 Chinguacousy Rd, has tested positive for the virus."
print(text, "\n")
print("to zh:", sogou_tr(text), "\n")
print("to de:", sogou_tr(text, to_lang="de"), "\n")

# to zh: 位于金瓜库西路8990号的斯帕塔罗百货公司的一名员工检测出病毒呈阳性。
# to de: Ein Mitarbeiter von Spataro es No Frills, gelegen 8990 Chinguacousy Rd, hat positiv auf das Virus getestet.

Consult sogou fanyi's homepage for language pairs supported.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0