PhDP / alchemy2

A copy of Alchemy 2, a set of tools to handle Markov Logic Networks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alchemy 2

Build status

A copy of the official SVN repository with very very few modifications (see Changes).

Linux x86_64 binaries can be found here.

Installation

Alchemy was developed/tested on Linux (Fedora Core 5) and... it fails to compile with modern versions of gcc, clang, and bison.

I've tested this version of the code with with Bison 2 and g++ 4.4, see install.sh for a simple install script used on Ubuntu to get the right versions of bison and gcc.

There is no target for tests, so, yeah...

Changes

Since alchemy is the reference implementation for markov logic, I tried to make as few changes as possible. I only made a few modifications to simplify compilation:

  • I added files for a full example in examples.
  • I added install.sh, README.md, .travis.cl, and .gitignore.
  • I added the manual and tutorial PDF files in the doc folder.

License

MIT.

About

A copy of Alchemy 2, a set of tools to handle Markov Logic Networks.

License:Other


Languages

Language:C++ 93.2%Language:Yacc 2.3%Language:Makefile 2.2%Language:C 2.2%Language:Perl 0.1%Language:Shell 0.0%