Path to this page:
./
devel/go-textseg,
Go implementation of Unicode Text Segmentation
Branch: pkgsrc-2020Q2,
Version: 12.0.0nb1,
Package name: go-textseg-12.0.0nb1,
Maintainer: pkgsrc-usersgo-textseg s an implementation of the Unicode Text Segmentation
specification for Go. Specifically, it currently includes only the
"grapheme cluster" segmentation algorithm.
Each major version of Unicode includes a set of tables that define how
each codepoint participates in the segmentation algorithms. Therefore
any caller of this library must select a specific version of Unicode
to support.
To allow for each caller to make that decision separately even though
multiple callers may coexist in the same program, there is a separate
major release of this module for each supported major Unicode
version. Therefore you can select the specific version you want by
module path.
Required to build:[
lang/go114]
Master sites:
SHA1: 0cad6a543430f52178d29bca41347ec82f3af514
RMD160: 66894fb99006109566318ddbd98405984b78af1d
Filesize: 122.672 KB
Version history: (Expand)
- (2020-07-01) Package added to pkgsrc.se, version go-textseg-12.0.0nb1 (created)