This package browser is in early development. Mind the rough edges.

python-uniseg 0.7.1

Python library to determine Unicode text segmentations

Uniseg is a Python package used to determine Unicode text segmentations. Supported segmentations include:

  1. Code point (any value in the Unicode codespace)

  2. Grapheme cluster (user-perceived character made of a single or multiple Unicode code points, e.g. "G" + acute-accent)

  3. Word break

  4. Sentence break

  5. Line break

Installation

Install python-uniseg 0.7.1 as follows:

guix install python-uniseg@0.7.1

Or install the latest version:

guix install python-uniseg

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.