1 [COPY] --- T2-COPYRIGHT-NOTE-BEGIN ---
2 [COPY] T2 SDE: package/*/libtextcat/libtextcat.desc
3 [COPY] Copyright (C) 2006 - 2021 The T2 SDE Project
5 [COPY] This Copyright note is generated by scripts/Create-CopyPatch,
6 [COPY] more information can be found in the files COPYING and README.
8 [COPY] This program is free software; you can redistribute it and/or modify
9 [COPY] it under the terms of the GNU General Public License version 2.
10 [COPY] --- T2-COPYRIGHT-NOTE-END ---
12 [I] A library for efficient, lightweight text classification
14 [T] Libtextcat is a library with functions that implement the
15 [T] classification technique described in Cavnar Trenkle,
16 [T] N-Gram-Based Text Categorization.
17 [T] It was primarily developed for language guessing, a task on
18 [T] which it is known to perform with near- perfect accuracy.
19 [T] Considerable effort went into making this implementation
20 [T] fast and efficient. The language guesser processes over 100
21 [T] documents/second on a simple PC, which makes it practical
24 [U] http://software.wise-guys.nl/libtextcat/
26 [A] Frank Scheelen <frank@wise-guys.nl>
27 [M] The T2 Project <t2@t2-project.org>
35 [P] X -----5---9 400.000
37 [O] atstage native || hook_add preconf 5 "echo 'ac_cv_func_malloc_0_nonnull=yes' >> config.cache"
38 [O] atstage native || hook_add preconf 5 "echo 'ac_cv_func_realloc_0_nonnull=yes' >> config.cache"
39 [O] hook_add postmake 5 "cp -pv src/textcat.h $root$includedir"
40 [D] 5e85b7fd15fbe59557ced0e1c3ca4121fe6f3036d2210241fa151ea0 libtextcat-2.2.tar.gz http://software.wise-guys.nl/download/