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
|
Source: liblingua-identify-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libclass-factory-util-perl,
libtext-affixes-perl,
libtext-ngram-perl,
libtest-pod-coverage-perl,
libtest-pod-perl,
perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Harlan Lieberman-Berg <H.LiebermanBerg@gmail.com>,
gregor herrmann <gregoa@debian.org>
Standards-Version: 3.9.4
Homepage: https://metacpan.org/release/Lingua-Identify/
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/liblingua-identify-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/liblingua-identify-perl.git
Package: liblingua-identify-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libclass-factory-util-perl,
libtext-affixes-perl,
libtext-ngram-perl
Description: language identification module for perl
Lingua::Identify identifies the language a given string or file is
written in. Lingua-Identify is a modular, portable,
unicode-compatible method of language detection with support for 33
languages (and growing), and 4 methods of language identification. It
has support for large inputs by utilizing only a section of the file.
|