slackbuilds/academic/cld2
Benjamin Trigona-Harany 3ed6b53354 academic/cld2: Fix build on current.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
2018-03-17 08:51:42 +07:00
..
README academic/cld2: Added (Compact Language Detection) 2013-10-27 23:39:01 -05:00
cld2.SlackBuild academic/cld2: Fix build on current. 2018-03-17 08:51:42 +07:00
cld2.info academic/cld2: Fix build on current. 2018-03-17 08:51:42 +07:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00

README

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.