diff options
author | fhajny <fhajny@pkgsrc.org> | 2012-02-24 09:40:06 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2012-02-24 09:40:06 +0000 |
commit | 655decf2e5e503abee2f50346448d96da3b02a9e (patch) | |
tree | 3333b3b107e14f5ecbeda0ead282c33fa78d3b79 /textproc | |
parent | 88f9d09636c764dd5be85ce91bbbc67a6d63221a (diff) | |
download | pkgsrc-655decf2e5e503abee2f50346448d96da3b02a9e.tar.gz |
Import p5-Text-Ngram-0.14 as textproc/p5-Text-Ngram.
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.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-Ngram/DESCR | 5 | ||||
-rw-r--r-- | textproc/p5-Text-Ngram/Makefile | 19 | ||||
-rw-r--r-- | textproc/p5-Text-Ngram/distinfo | 5 |
3 files changed, 29 insertions, 0 deletions
diff --git a/textproc/p5-Text-Ngram/DESCR b/textproc/p5-Text-Ngram/DESCR new file mode 100644 index 00000000000..e75e22836d9 --- /dev/null +++ b/textproc/p5-Text-Ngram/DESCR @@ -0,0 +1,5 @@ +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. diff --git a/textproc/p5-Text-Ngram/Makefile b/textproc/p5-Text-Ngram/Makefile new file mode 100644 index 00000000000..5246de74f2f --- /dev/null +++ b/textproc/p5-Text-Ngram/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2012/02/24 09:40:06 fhajny Exp $ +# + +DISTNAME= Text-Ngram-0.14 +PKGNAME= p5-${DISTNAME} +CATEGORIES= textproc +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Text-Ngram/ +COMMENT= Ngram analysis of text +LICENSE= ${PERL5_LICENSE} + +PKG_DESTDIR_SUPPORT= user-destdir + +PERL5_PACKLIST= auto/Text/Ngram/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-Text-Ngram/distinfo b/textproc/p5-Text-Ngram/distinfo new file mode 100644 index 00000000000..00ef4f85cfc --- /dev/null +++ b/textproc/p5-Text-Ngram/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2012/02/24 09:40:06 fhajny Exp $ + +SHA1 (Text-Ngram-0.14.tar.gz) = aefd9b21399c72686cc58ec6b35b6dd99108b1a2 +RMD160 (Text-Ngram-0.14.tar.gz) = 83d88c2d1c8c9553d1dbdcce5b17fe151906b6cd +Size (Text-Ngram-0.14.tar.gz) = 22264 bytes |