libtext-ngram-perl 0.14-1build1 source package in Ubuntu

Changelog

libtext-ngram-perl (0.14-1build1) trusty; urgency=low

  * Rebuild for Perl 5.18.
 -- Colin Watson <email address hidden>   Mon, 21 Oct 2013 10:57:24 +0100

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Trusty
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe perl

Downloads

File Size SHA-256 Checksum
libtext-ngram-perl_0.14.orig.tar.gz 21.7 KiB be828634315e76181bdfdfc4193515d81fd6ceb69463c135ff856d7db7b4fb48
libtext-ngram-perl_0.14-1build1.debian.tar.gz 1.9 KiB c7dadc4c05627b49804faf84d7ce9ec53713d229a199b1af575a1e02f8498e49
libtext-ngram-perl_0.14-1build1.dsc 2.1 KiB ab22ee140955844e8d5d69e0b72652c7e337427c29b89b2ad10136c08cc1b772

Available diffs

View changes file

Binary packages built by this source

libtext-ngram-perl: 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.