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
|
Source: libtext-ngram-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Harlan Lieberman-Berg <H.LiebermanBerg@gmail.com>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9.20120312~),
libtest-pod-coverage-perl,
libtest-pod-perl,
libunicode-casefold-perl,
perl
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtext-ngram-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtext-ngram-perl.git
Homepage: https://metacpan.org/release/Text-Ngram
Package: libtext-ngram-perl
Architecture: any
Depends: ${misc:Depends},
${perl:Depends},
${shlibs:Depends},
libunicode-casefold-perl
Description: efficient XS-Based n-gram spectrum analysis module
n-Gram analysis is a field in textual analysis which uses sliding window
character sequences in order to aid topic analysis, language
determination and so on. The n-gram spectrum of a document can be used
to compare and filter documents in multiple languages, prepare word
prediction networks, and perform spelling correction.
.
Text::Ngram provides an efficient XS-based implementation of n-gram
spectrum analysis.
|