An open API service indexing awesome lists of open source software.

https://github.com/luispedro/hbc

My Version of Hal Daumé's Hierarchical Bayesian Compiler
https://github.com/luispedro/hbc

Last synced: 11 months ago
JSON representation

My Version of Hal Daumé's Hierarchical Bayesian Compiler

Awesome Lists containing this project

README

          

To compile, install ghc (haskell.org/ghc) and run:

ghc --make -fglasgow-exts -O2 Main.hs -o hbc

This will create an executable called "hbc"

More information at:

http://hal3.name/HBC