diff options
author | Michael Meeks <michael.meeks@suse.com> | 2012-03-06 16:28:44 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-03-06 16:29:23 +0000 |
commit | 4f688fd794a7e04a294f0b215889ce076c91823f (patch) | |
tree | eefb5686bd33b30252467027ac0b857093273d89 /libexttextcat | |
parent | 9b7e871fa8839e698953ec27c1f9d5f24791a1b5 (diff) |
more documentation and cleanups for various modules.
Diffstat (limited to 'libexttextcat')
-rw-r--r-- | libexttextcat/README | 6 |
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/] |