381fa3e25a
This package provides 16 stemmer algorithms (15 + Poerter English stemmer) generated from Snowball algorithms. It includes following language algorithms: Danish Dutch English (Standard, Porter) Finnish French German Hungarian Italian Norwegian Portuguese Romanian Russian Spanish Swedish Turkish This is a pure Python stemming library.
14 lines
466 B
Makefile
14 lines
466 B
Makefile
# $NetBSD: Makefile,v 1.1 2016/01/17 13:16:49 wiz Exp $
|
|
|
|
DISTNAME= snowballstemmer-1.2.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=s/snowballstemmer/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://pypi.python.org/pypi/snowballstemmer
|
|
COMMENT= Python module with stemmer algorithms for multiple natural languages
|
|
LICENSE= 2-clause-bsd
|
|
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|