SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Text-Ngram rpm build for : OpenSuSE. For other distributions click perl-Text-Ngram.

Name : perl-Text-Ngram
Version : 0.150.0 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : lp156.1.1 Date : 2024-07-24 21:48:16
Group : Unspecified Source RPM : perl-Text-Ngram-0.150.0-lp156.1.1.src.rpm
Size : 0.03 MB
Packager : https://www_suse_com/
Summary : Ngram analysis of text
Description :
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.

The neat thing about n-grams, though, is that they\'re really easy to
determine. For n=3, for instance, we compute the n-gram counts like so:

the cat sat on the mat
--- $counts{\"the\"}++;
--- $counts{\"he \"}++;
--- $counts{\"e c\"}++;
...

This module provides an efficient XS-based implementation of n-gram
spectrum analysis.

There are two functions which can be imported:

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl/15.6/x86_64

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-Text-Ngram-0.150.0-lp156.1.1.x86_64.rpm
     

Provides :
perl(Text::Ngram)
perl-Text-Ngram
perl-Text-Ngram(x86-64)

Requires :
libc.so.6()(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libc.so.6(GLIBC_2.4)(64bit)
perl(:MODULE_COMPAT_5.26.1)
perl(Unicode::CaseFold) >= 1.0.0
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/Text
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/Text/Ngram.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/auto/Text
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/auto/Text/Ngram
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/auto/Text/Ngram/Ngram.so
/usr/share/doc/packages/perl-Text-Ngram
/usr/share/doc/packages/perl-Text-Ngram/CREDITS
/usr/share/doc/packages/perl-Text-Ngram/Changes
/usr/share/doc/packages/perl-Text-Ngram/README
/usr/share/man/man3/Text::Ngram.3pm.gz

 
ICM