Y
Hacker News
new
|
ask
|
show
|
jobs
by
phpnode
4595 days ago
how does this compare in accuracy to chromium's Compact Language Detector?
https://code.google.com/p/chromium-compact-language-detector...
https://github.com/mzsanford/cld
1 comments
alexott
4595 days ago
From my experience, the CLD works pretty well in the most cases. But you need to take care for encoding detection...
link
dbuxton
4595 days ago
Yes, but you presumably need to get that right in order to encode as UTF-8 and send off to a third-party API...
link