office-gobmx/external/libexttextcat
Stephan Bergmann 374c785daf external/libexttextcat: Only pass gb_DEBUGINFO_FLAGS in debug builds
broken since 797681b4f5 "Pass all relevant CFLAGS
on to external/libexttextcat"

Change-Id: Idd648c8cd7eaa7e78815dd2071d0a3b786fa6d23
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171273
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <stephan.bergmann@allotropia.de>
2024-07-31 13:14:56 +02:00
..
ExternalPackage_fingerprint.mk libexttextcat: package newer language modules 2024-01-03 16:50:08 +01:00
ExternalProject_libexttextcat.mk external/libexttextcat: Only pass gb_DEBUGINFO_FLAGS in debug builds 2024-07-31 13:14:56 +02:00
Makefile fdo#70393: move libexttextcat to a subdir of external 2013-10-19 07:34:08 +00:00
Module_libexttextcat.mk consistent naming of externals: exttextcat -> libexttextcat 2017-09-15 10:56:52 +02:00
README Fix typo 2019-05-25 22:55:57 +02:00
StaticLibrary_libexttextcat.mk disable warnings in external libs 2019-05-24 13:46:03 +02:00
UnpackedTarball_libexttextcat.mk use gbuild way to update config.*, continued 2017-10-10 12:53:45 +02:00

N-Gram-Based Text Categorization library

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

It is hosted at: [https://wiki.documentfoundation.org/Libexttextcat]