go-github-com-apparentlymart-go-textseg-autoversion
Go implementation of Unicode Text Segmentation
This package provides an implementation of the Unicode Text Segmentation specification for Go. Specifically, it currently includes only the grapheme cluster segmentation algorithm.
- Versions: 13.0.0
- Website: https://github.com/apparentlymart/go-textseg
- Licenses: ASL 2.0 · Expat · Unicode
- Package source: gnu/packages/golang.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of go-github-com-apparentlymart-go-textseg-autoversion
as follows:
guix install go-github-com-apparentlymart-go-textseg-autoversion
Or install a particular version:
guix install go-github-com-apparentlymart-go-textseg-autoversion@13.0.0
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.