mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
d4f5065b3f
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
9 lines
481 B
Text
9 lines
481 B
Text
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.
|