8c7bd284e2
p5-Locale-Maketext-Lexicon upcoming update. The Lingua::EN::Sentence module contains the function get_sentences, which splits text into its constituent sentences, based on a regular expression and a list of abbreviations (built in and given). Certain well know exceptions, such as abreviations, may cause incorrect segmentations. ok sthen@
16 lines
328 B
Makefile
16 lines
328 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2012/03/04 20:04:54 landry Exp $
|
|
|
|
COMMENT= module to split text into sentences
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Lingua-EN-Sentence-0.25
|
|
CATEGORIES= textproc
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|