README 481 B

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