package uuseg

  1. Overview
  2. No Docs
Unicode text segmentation for OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

uuseg-18.0.0.tbz
sha512=ff7f8d2548e6fe887813d98dae8240236d9881354200bdcf6c8186a958bf9d95ccdc2a19ae31f1dffdf266adaabdc444ba7727c1e50c8a3f1f339b99427f92f1

Description

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 is distributed under the ISC license. It depends on Uucp.

Homepage: http://erratique.ch/software/uuseg

Tags

unicode text segmentation org:erratique

Added to opam-repository:

Dependencies (5)

  1. uucp >= "18.0.0" & < "19.0.0"
  2. topkg build & >= "1.1.0"
  3. ocamlbuild build
  4. ocamlfind build
  5. ocaml >= "4.14.0"

Dev Dependencies

None

Conflicts (2)

  1. cmdliner < "1.1.0"
  2. uutf < "1.0.0"