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
- Host: GitHub
- URL: https://github.com/luispedro/hbc
- Owner: luispedro
- Created: 2010-03-01T20:30:40.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2013-05-10T21:28:02.000Z (about 13 years ago)
- Last Synced: 2025-04-09T17:11:39.631Z (about 1 year ago)
- Language: Haskell
- Homepage:
- Size: 226 KB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
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