How to detect language

后端 未结 7 1862
你的背包
你的背包 2020-12-28 21:18

Are there any good, open source engines out there for detecting what language a text is in, perhaps with a probability metric? One that I can run locally and doesn\'t query

7条回答
  •  春和景丽
    2020-12-28 21:44

    You can surely build your own, given some statistics about letter frequencies, digraph frequencies, etc, of your target languages.

    Then release it as open source. And voila, you have an open source engine for detecting the language of text!

提交回复
热议问题