Language detection with data in PostgreSQL

后端 未结 6 572
我在风中等你
我在风中等你 2020-12-31 15:17

I have a table in PostgreSQL where a column is a text. I need a library or tool that can identify the language of each text for a test purpose.

There is no need for

6条回答
  •  半阙折子戏
    2020-12-31 15:53

    Also there is a language detection webservice which provides both free and premium services at http://detectlanguage.com

    It has Ruby and PHP clients, but can be accessed from any language simple web request. Output is in JSON.

提交回复
热议问题