package nlp
Install
Authors
Maintainers
Sources
md5=07e696728d5a4a0a7112bc67280ba424
Description
nlp provides functions to make it easy to perform simple natural language processing tasks in OCaml
nlp is distributed under the ISC license.
Published: 22 Feb 2017
README
nlp — Natural Language Processing tools for OCaml
v0.0.1
nlp provides functions to make it easy to perform simple natural language processing tasks in Ocaml
nlp is distributed under the ISC license.
Homepage: https://github.com/dave-tucker/nlp
Installation
nlp can be installed with opam
:
opam install nlp
If you don't use opam
consult the opam
file for build instructions.
Documentation
The documentation and API reference is generated from the source interfaces. It can be consulted online or via odig doc nlp
.
Sample programs
If you installed nlp with opam
sample programs are located in the directory opam var nlp:doc
.
In the distribution sample programs and tests are located in the test
directory of the distribution. They can be built and run with:
topkg build --tests true && topkg test
Dependencies (5)
- astring
-
topkg
build
-
ocamlbuild
build
-
ocamlfind
build
-
ocaml
>= "4.01.0"