algorithms for English. These implementations are straightforward and
efficient, unlike some Python versions of the same algorithms available on the
Web. This package is an extraction of the stemming code included in the Whoosh
search engine.
Note that these are *pure Python* implementations. Python wrappers for, e.g.
the Snoball stemmers and the C implementation of the Porter stemmer are
available on PyPI and will be faster if using compiled code is an option for
you.
Stemming algorithms attempt to automatically remove suffixes (and in some
cases prefixes) in order to find the "root word" or stem of a given word. This
is useful in various natural language processing scenarios, such as search.
In general ``porter2`` is the best overall stemming algorithm, but not
necessarily the fastest or most aggressive.
WWW: https://pypi.python.org/pypi/stemming
This release fixes a spurious assertion failure when unbound receives a
malformed packet with 0x20 enabled.
Bug Fixes
- Fix#1280: Unbound fails assert when response from authoritative
contains malformed qname. When 0x20 caps-for-id is enabled, when
assertions are not enabled the malformed qname is handled correctly.
PR: 219958
Submitted by: maintainer (jaap NLnetLabs nl)
===========================================================================
=======================<phase: build-depends >============================
===> py36-pytest-3.1.2 depends on package: py36-setuptools_scm>=0 - not found
===> py36-pytest-3.1.2 depends on package: /packages/All/py36-setuptools_scm-1.15.5.txz - not found
===> USE_PACKAGE_DEPENDS_ONLY set - not building missing dependency from source
*** Error code 1
Reported by: pkg-fallout
- Add my LOCAL to MASTER_SITES
- Add LICENSE_FILE
- Use USES=tar:tgz
- Convert to test framework
- Remove WRKSRC
- Use PLIST instead of PLIST_FILES
- Reformat pkg-descr
- Take maintainership
Changes: http://invisible-island.net/reflex/NEWS.html
This package contains a daemon which is used to receive kernel dumps over
a network from a panicking kernel. The protocol uses UDP and is similar to
TFTP.
Client support for FreeBSD is currently in progress.
Reviewed by: bdrewery
Approved by: bdrewery
Sponsored by: Dell EMC Isilon
Differential Revision: https://reviews.freebsd.org/D11165
your files from core files, and keeping that extension under version
control and making it easy to deploy is now much, much easier.
Development of this script was inspired by Magento which forces you
to mix your extension files all throughout the core code directories.
With modman, you can specify in a text file where you want your
directories and files to be mapped to, and it will maintain symlinks
for you so that your code is easy to hack and deploy.
WWW: https://github.com/colinmollenhour/modman
PR: 208147
Submitted by: Lukasz Wasikowski <lukasz@wasikowski.net> (maintainer)
Reviewed by: lifanov (mentor), matthew (mentor)
Approved by: lifanov (mentor), matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D11169