Am I passing the string correctly to the python library?

后端 未结 3 1091
终归单人心
终归单人心 2021-01-29 07:17

I\'m using a python library called Guess Language: http://pypi.python.org/pypi/guess-language/0.1

\"justwords\" is a string with unicode text. I stick it in the package,

3条回答
  •  轮回少年
    2021-01-29 08:10

    Google says your example is in chinese. They have a (much more advanced) webservice to translate text and guess the language.

    They have an API and code examples for Python.

提交回复
热议问题