package nlp

  1. Overview
  2. Docs
Natural Language Processing tools for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

nlp-0.0.1.tbz
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)

  1. astring
  2. topkg build
  3. ocamlbuild build
  4. ocamlfind build
  5. ocaml >= "4.01.0"

Dev Dependencies

None

Used by

None

Conflicts

None