README 480 B

123456789101112
  1. The Compact Language Detection library can detect the language of
  2. UTF8-encoded text. CLD2 supports over 160 languages and can parse both
  3. plain text and HTML.
  4. The Slackware script builds two shared libraries, libcld2 and
  5. libcld2_full. The libcld2 library can recognise the core 83 languages
  6. while the libcld2_full library has support for the entire set of 160+
  7. language tables.
  8. The script also builds a commandline tool, cld2, which is compiled
  9. against the libcld2_full library.