package uuseg
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=97e745a5887e3c46856d9acfad4d06c6dff589a981dae7769d800c7bd345b69e
md5=47f29c44d3fc3fe0c3203ac363ce81d4
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 depends on Uucp and optionally on Uutf for support on OCaml UTF-X encoded strings. It is distributed under the ISC license.
README
Uuseg — Unicode text segmentation for OCaml
v11.0.0
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
Dependencies (6)
Dev Dependencies
None
Used by (8)
- fuzzy_compare
-
inquire
= "0.2.1"
-
notty
< "0.2.3"
-
ocamlformat
>= "0.10" & < "0.25.1"
- ocamlformat-lib
-
ocamlformat-rpc
< "0.21.0"
- slug
-
zed
>= "3.2.0"
Conflicts (1)
-
uutf
< "1.0.0"