1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00

textproc/py-snowballstemmer: Update WWW and clean up pkg-descr

This commit is contained in:
Po-Chuan Hsieh 2023-04-06 01:19:46 +08:00
parent dc8ac8b510
commit 1f1a1f6166
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
2 changed files with 2 additions and 3 deletions

View File

@ -6,7 +6,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Snowball stemming library collection for Python
WWW= https://snowballstem.org/
WWW= https://snowballstem.org/ \
https://github.com/snowballstem/snowball
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING

View File

@ -6,5 +6,3 @@ Stemming maps different forms of the same word to a common "stem" - for example,
the English stemmer maps connection, connections, connective, connected, and
connecting to connect. So a searching for connected would also find documents
which only have the other forms.
See also: https://github.com/snowballstem/snowball