jprante / elasticsearch-langdetect

A plugin for language detection in Elasticsearch using Nakatani Shuyo's language detector
Apache License 2.0
251 stars 46 forks source link

Detection problem with Unicode escaped JSON #62

Closed Nomadzy closed 7 years ago

Nomadzy commented 7 years ago

If I POST some Unicode escaped Arabic text to the _langdetect endpoint, the plug-in detects it as Croatian. Works fine with unescaped unicode json.

jprante commented 7 years ago

Please retry with latest version 5.3.2.0.

It should have been fixed with https://github.com/jprante/elasticsearch-langdetect/commit/b412faa16d14787331534342901724f9d95dccd9

Nomadzy commented 7 years ago

Thx a lot