correij / v8-i18n

Automatically exported from code.google.com/p/v8-i18n
Other
0 stars 0 forks source link

Language detection #14

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Detect language from a given chunk of text.

Should we use ICU or CLD library for this?
Should we return a number that represents how certain are we about the decision 
(65% Russian, 34% Serbian)?

Original issue reported on code.google.com by c...@google.com on 26 Mar 2012 at 8:38

GoogleCodeExporter commented 8 years ago
ICU does not have a language detection. We have to rely on CLD for that once 
CLD is open-sourced as a separate stand-alone library. 

Original comment by jshin@chromium.org on 26 Mar 2012 at 10:44