diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-11 16:08:50 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:36:42 +0700 |
commit | 55cf170adc6dbeb3dc91d8cae91836682a77f01a (patch) | |
tree | dcf1359fdaac88be681ff30461a83d8699a506ee /academic | |
parent | b0d3193eeca6d7ab974c90e094b6fbb050b4144f (diff) | |
download | slackbuilds-55cf170adc6dbeb3dc91d8cae91836682a77f01a.tar.gz |
academic/cld2: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic')
-rw-r--r-- | academic/cld2/README | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/academic/cld2/README b/academic/cld2/README index 164357bf4f..d7d86bd3d4 100644 --- a/academic/cld2/README +++ b/academic/cld2/README @@ -1,9 +1,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 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 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. +The script also builds a commandline tool, cld2, which is compiled +against the libcld2_full library. |