summaryrefslogtreecommitdiffstats
path: root/academic/cld2/README
blob: d7d86bd3d403b77ceb655bafbc5834c95ba3b584 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
The Compact Language Detection library can detect the language of
UTF8-encoded text. CLD2 supports over 160 languages and can parse both
plain text and HTML.

The Slackware script builds two shared libraries, libcld2 and
libcld2_full. The libcld2 library can recognise the core 83 languages
while the libcld2_full library has support for the entire set of 160+
language tables.

The script also builds a commandline tool, cld2, which is compiled
against the libcld2_full library.