[Bug 229527] [NEW PORT] textproc/py-normality: Micro-library to normalize text strings

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Jul 5 05:12:05 UTC 2018


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-bugs at FreeBSD.org
          Reporter: freebsd_ports at k-worx.org
                CC: python at 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 the assignee for the bug.


More information about the freebsd-ports-bugs mailing list