summaryrefslogtreecommitdiffstats
path: root/academic/cld2/README
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2013-10-27 07:16:04 +0100
committer Robby Workman2013-10-28 05:39:01 +0100
commitd4f5065b3f8e788a12cad1186c006039d0dd5cb6 (patch)
tree51d0cc7e6b8bb91e4f2a341c3cf72b0e057c686a /academic/cld2/README
parent12cd740b634feae442197491f27e04852bf1f9ff (diff)
downloadslackbuilds-d4f5065b3f8e788a12cad1186c006039d0dd5cb6.tar.gz
academic/cld2: Added (Compact Language Detection)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'academic/cld2/README')
-rw-r--r--academic/cld2/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/academic/cld2/README b/academic/cld2/README
new file mode 100644
index 0000000000..164357bf4f
--- /dev/null
+++ b/academic/cld2/README
@@ -0,0 +1,9 @@
+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.