slackware-current/source/l/python-snowballstemmer/slack-desc
Patrick J Volkerding 9b4be22e71 Sat Apr 30 21:35:21 UTC 2022
a/btrfs-progs-5.17-x86_64-1.txz:  Upgraded.
l/libgsf-1.14.49-x86_64-1.txz:  Upgraded.
l/mozilla-nss-3.78-x86_64-1.txz:  Upgraded.
l/oniguruma-6.9.8-x86_64-1.txz:  Upgraded.
l/python-alabaster-0.7.12-x86_64-1.txz:  Added.
l/python-babel-2.10.1-x86_64-1.txz:  Added.
l/python-imagesize-1.3.0-x86_64-1.txz:  Added.
l/python-importlib_metadata-4.11.3-x86_64-1.txz:  Added.
l/python-pytz-2022.1-x86_64-1.txz:  Added.
l/python-snowballstemmer-2.2.0-x86_64-1.txz:  Added.
l/python-sphinx-4.5.0-x86_64-1.txz:  Added.
l/python-zipp-3.8.0-x86_64-1.txz:  Added.
n/ModemManager-1.18.8-x86_64-1.txz:  Upgraded.
x/libX11-1.8-x86_64-1.txz:  Upgraded.
xap/pidgin-2.14.9-x86_64-1.txz:  Upgraded.
  Mitigate the potential for a man in the middle attack via DNS spoofing by
  removing the code that supported the _xmppconnect DNS TXT record.
  For more information, see:
    https://www.pidgin.im/about/security/advisories/cve-2022-26491/
    https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-26491
  (* Security fix *)
2022-05-01 06:59:45 +02:00

19 lines
1.1 KiB
Text

# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description.
# Line up the first '|' above the ':' following the base package name, and
# the '|' on the right side marks the last column you can put a character in.
# You must make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
python-snowballstemmer: python-snowballstemmer (Snowball stemming library)
python-snowballstemmer:
python-snowballstemmer: Stemming maps different forms of the same word to a common "stem" -
python-snowballstemmer: for example, the English stemmer maps *connection*, *connections*,
python-snowballstemmer: *connective*, *connected*, and *connecting* to *connect*. So a search
python-snowballstemmer: for *connected* would also find documents which only have the other
python-snowballstemmer: forms.
python-snowballstemmer:
python-snowballstemmer: Homepage: https://github.com/snowballstem/snowball
python-snowballstemmer:
python-snowballstemmer: