Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 502 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 502 Bytes

dawg is a program that build supervised learning models. For documentation on usage, see the wiki.

dawg is written in OCaml. To build it, you will need the following OCaml packages, each of which is available through opam:

  • camlp4
  • omake
  • atdgen
  • mikmatch
  • cmdliner
  • lwt

You can install all the necessary packages with this command: $ opam install atd atdgen cmdliner omake lwt camlp4 pcre mikmatch