https://github.com/srush/hierarchical-bayes-compiler
Hal Daume's hbc
https://github.com/srush/hierarchical-bayes-compiler
Last synced: about 1 year ago
JSON representation
Hal Daume's hbc
- Host: GitHub
- URL: https://github.com/srush/hierarchical-bayes-compiler
- Owner: srush
- Created: 2010-01-23T00:51:34.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2010-01-23T03:18:26.000Z (over 16 years ago)
- Last Synced: 2025-04-12T15:12:42.743Z (about 1 year ago)
- Language: Haskell
- Homepage:
- Size: 199 KB
- Stars: 20
- Watchers: 4
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
To compile, install ghc (haskell.org/ghc) and run:
runghc Setup.lhs configure
runghc Setup.lhs build
sudo runghc Setup.lhs install
This will create an executable called "hbc" (first in dist/build/hbc/hbc, and then globally)
More information at:
http://hal3.name/HBC