Files
loongoffice/external/libexttextcat
Stephan Bergmann ba8a957bfa Generalize COM_GCC_IS_CLANG -> COM_IS_CLANG
...in anticipation of building with clang-cl.exe on Windows

Change-Id: I1d723c9d3b5ca8a2bc6b27ef0189a7b053581398
Reviewed-on: https://gerrit.libreoffice.org/19928
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2015-11-12 17:37:11 +00:00
..

N-Gram-Based Text Categorization library

This guesses the language that input text is written in. Fundamentally
an adaption of wiseguys libtextcat extended to be UTF-8 aware.

It is hosted at: [http://cgit.freedesktop.org/libreoffice/libexttextcat/]