academic/cld2: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b0d3193eec
commit
55cf170adc
|
@ -1,9 +1,11 @@
|
||||||
The Compact Language Detection library can detect the language of UTF8-encoded
|
The Compact Language Detection library can detect the language of
|
||||||
text. CLD2 supports over 160 languages and can parse both plain text and HTML.
|
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
|
The Slackware script builds two shared libraries, libcld2 and
|
||||||
libcld2 library can recognise the core 83 languages while the libcld2_full
|
libcld2_full. The libcld2 library can recognise the core 83 languages
|
||||||
library has support for the entire set of 160+ language tables.
|
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
|
The script also builds a commandline tool, cld2, which is compiled
|
||||||
libcld2_full library.
|
against the libcld2_full library.
|
||||||
|
|
Loading…
Reference in New Issue