Add p5-Lingua-Ident 1.4, a perl package for statistical

language identification.

PR:		33437
Submitted by:	Seamus Venasse <svenasse@polaris.ca>
This commit is contained in:
Will Andrews 2002-06-23 06:38:30 +00:00
parent 81643303cc
commit a26c32d03d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61779
6 changed files with 41 additions and 0 deletions

View file

@ -140,6 +140,7 @@
SUBDIR += p5-Lingua-EN-Squeeze
SUBDIR += p5-Lingua-EN-Summarize
SUBDIR += p5-Lingua-EN-Syllable
SUBDIR += p5-Lingua-Ident
SUBDIR += p5-Lingua-Ispell
SUBDIR += p5-Lingua-Preferred
SUBDIR += p5-MARC

View file

@ -0,0 +1,23 @@
# New ports collection makefile for: Lingua::Ident
# Date created: 31 Dec 2001
# Whom: Seamus Venasse <svenasse@polaris.ca>
#
# $FreeBSD$
#
PORTNAME= Lingua-Ident
PORTVERSION= 1.4
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/MPIOTR
PKGNAMEPREFIX= p5-
MAINTAINER= svenasse@polaris.ca
PERL_CONFIGURE= yes
MAN1= trainlid.1
MAN3= Lingua::Ident.3
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>

View file

@ -0,0 +1 @@
MD5 (Lingua-Ident-1.4.tar.gz) = a516fcbc9bfb2267939d6c7029ef489f

View file

@ -0,0 +1 @@
Statistical language identification

View file

@ -0,0 +1,9 @@
This module implements a statistical language identifier.
The filename attributes to the constructor must refer to files
containing tables of n-gram probabilites for languages. These tables
can be generated using the trainlid(1) utility program.
WWW: http://search.cpan.org/search?dist=Lingua-Ident
Seamus Venasse <svenasse@polaris.ca>

View file

@ -0,0 +1,6 @@
lib/perl5/site_perl/%%PERL_VER%%/Lingua/Ident.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Lingua/Ident/.packlist
bin/trainlid
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Lingua 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Lingua/Ident 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Lingua 2>/dev/null || true