1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
|
Source: libexttextcat
Section: libs
Priority: optional
Maintainer: Debian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
Uploaders: Rene Engelhard <rene@debian.org>
Build-Depends: cdbs (>= 0.4.93~), debhelper (>= 9), dh-exec (>= 0.3), dh-autoreconf
Standards-Version: 3.7.2
Homepage: https://wiki.documentfoundation.org/Libexttextcat
Package: libexttextcat-2.0-0
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}, libexttextcat-data (= ${source:Version})
Description: Language detection library
Libextttextcat is a library with functions that implement the classification
technique described in Cavnar & Trenkle, "N-Gram-Based Text Categorization".
It was primarily developed for language guessing, a task on which it is known
to perform with near-perfect accuracy.
Package: libexttextcat-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libexttextcat-2.0-0 (= ${binary:Version}), ${misc:Depends}
Description: Language detection library - development files
Libexttextcat is a library with functions that implement the classification
technique described in Cavnar & Trenkle, "N-Gram-Based Text Categorization".
It was primarily developed for language guessing, a task on which it is known
to perform with near-perfect accuracy.
.
This package provides the files needed for building packages which use
libexttextcat.
Package: libexttextcat-data
Section: text
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: Language detection library - data files
Libextttextcat is a library with functions that implement the classification
technique described in Cavnar & Trenkle, "N-Gram-Based Text Categorization".
It was primarily developed for language guessing, a task on which it is known
to perform with near-perfect accuracy.
.
This package provides the libtextcat data files.
Package: createfp
Section: utils
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Language detection library - fingerprint generation utility
Libextttextcat is a library with functions that implement the classification
technique described in Cavnar & Trenkle, "N-Gram-Based Text Categorization".
It was primarily developed for language guessing, a task on which it is known
to perform with near-perfect accuracy.
.
This package contains 'createfp' for generating fingerprints
|