ropensci / cld3

Bindings to Google's Compact Language Detector 3
https://docs.ropensci.org/cld3
41 stars 5 forks source link

issue about detect incorrectlly #4

Open mickeyzo12 opened 3 years ago

mickeyzo12 commented 3 years ago

I try with many text of korean but CLD3 is unable to detect it. with command: cld3::detect_language(text)

for example: Korean text: "이 회의에서는 업계 전반의" => output: vi

English text: "hello world" => output: ky

how can CLD3 detect language more accurately?

thank you very much.