jtoy / cld

compact language detection in ruby
BSD 3-Clause "New" or "Revised" License
210 stars 67 forks source link

Wrong language detection #21

Open Simcoafo opened 2 years ago

Simcoafo commented 2 years ago

Hello, I've been trying to detect the following text: "O aplicativo é ótimo 👍"

Unfortunately what I've received is: {:name=>"ENGLISH", :code=>"en", :reliable=>false}

Any suggestions?

grosser commented 2 years ago

only suggestion I got is "dig in and debug what's going on" 😞

grosser commented 1 year ago

if you got cld installed, please add some hint on https://github.com/jtoy/cld/pull/26 so we get a reliable CI setup