package uuseg
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=3b4ba84e70b972e013b1a0265523bce9432883f9ab7ab82a74b24e6fb70c8bef
md5=bd7b27ebe493d5bcec08c23395b5ae7d
README.md.html
Uuseg — Unicode text segmentation for OCaml
v1.0.1
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 ISC license.
Homepage: http://erratique.ch/software/uuseg
Contact: Daniel Bünzli <daniel.buenzl i@erratique.ch>
Installation
Uuseg can be installed with opam
:
opam install uuseg
opam install uutf uuseg # for support on OCaml UTF-X encoded strings
If you don't use opam
consult the opam
file for build instructions.
Documentation
The documentation and API reference is automatically generated by ocamldoc
from the interfaces. It can be consulted online or via odig doc uuseg
.
Sample programs
If you installed Uuseg with opam
sample programs are located in the directory opam config var uuseg:doc
.
In the distribution sample programs are located in the test
directory of the distribution, they can be built with:
topkg build --tests true