uusegversion

Unicode text segmentation for OCaml

Uuseg is an OCaml library for segmenting Unicode text. It implements the locale independent Unicode text segmentation algorithms to detect grapheme cluster, word and sentence boundaries and the Unicode line breaking algorithm to detect line break opportunities.

The library is independent from any IO mechanism or Unicode text data structure and it can process text without a complete in-memory representation.

Uuseg depends on Uucp and optionally on Uutf for support on OCaml UTF-X encoded strings. It is distributed under the BSD3 license.

Tags segmentation text unicode org:erratique
AuthorDaniel Bünzli <daniel.buenzl i@erratique.ch>
LicenseBSD-3-Clause
Published
Homepagehttp://erratique.ch/software/uuseg
Issue Trackerhttps://github.com/dbuenzli/uuseg/issues
MaintainerDaniel Bünzli <daniel.buenzl i@erratique.ch>
Dependencies
Optional dependencies
Conflicts
Source [http] http://erratique.ch/software/uuseg/releases/uuseg-0.8.0.tbz
md5=409bbd8a3c3f00e0d7259441a5e4b648
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/uuseg/uuseg.0.8.0/opam
Required by