summaryrefslogtreecommitdiff
path: root/libexttextcat
diff options
context:
space:
mode:
Diffstat (limited to 'libexttextcat')
-rw-r--r--libexttextcat/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/libexttextcat/README b/libexttextcat/README
new file mode 100644
index 000000000000..c35b88f013bc
--- /dev/null
+++ b/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/]