https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229527
Bug ID: 229527 Summary: [NEW PORT] textproc/py-normality: Micro-library to normalize text strings Product: Ports & Packages Version: Latest Hardware: Any URL: https://pypi.org/project/normality OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-b...@freebsd.org Reporter: freebsd_po...@k-worx.org CC: pyt...@freebsd.org Created attachment 194887 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=194887&action=edit py-normality.patch Hello, attached is the patch that adds the Python package textproc/py-normality, which is a Python micro-package that contains a small set of text normalization functions for easier re-use. These functions accept a snippet of unicode or utf-8 encoded text and remove various classes of characters, such as diacritics, punctuation etc. This is useful as a preparation to further text analysis. QA: ~~~ - poudriere (11.2-RELEASE amd64 + i386) for each py27 + py36 flavor -> OK - portlint -> OK Note: - Before this package can be committed, the port devel/py-banal must be added to the ports tree first (see also PR #229526: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229526) -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"