summaryrefslogtreecommitdiff
path: root/external/libexttextcat/README
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2013-10-18 19:55:48 +0200
committerDavid Tardon <dtardon@redhat.com>2013-10-19 07:34:08 +0000
commit36b554e96541f39ecc80b8ede3e260e3426a1936 (patch)
treedac9d2e0540f8b61ce14370e281bfb9227c07d07 /external/libexttextcat/README
parente65ca87fd172503635e44b57b541a20b2632b710 (diff)
fdo#70393: move libexttextcat to a subdir of external
Change-Id: Id4c27e0ed7ef31e0217a82160e18cc1b8e5858f7 Reviewed-on: https://gerrit.libreoffice.org/6329 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'external/libexttextcat/README')
-rw-r--r--external/libexttextcat/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/external/libexttextcat/README b/external/libexttextcat/README
new file mode 100644
index 000000000000..c35b88f013bc
--- /dev/null
+++ b/external/libexttextcat/README
@@ -0,0 +1,6 @@
+N-Gram-Based Text Categorization library
+
+This guesses the language that input text is written in. Fundamentally
+an adaption of of wiseguys libtextcat extended to be UTF-8 aware.
+
+It is hosted at: [http://cgit.freedesktop.org/libreoffice/libexttextcat/]