Python package for opusminer itemset mining software.
Please install boost, boost-python(for python 2) or boost-python3(for python 3) and llvm prior to run this program/package.
(console commands are:
brew install boost
brew install boost-python
brew install boost-python3
brew install llvm --universal)
Refer TestOpusMiner.py in Sample folder as an example to use this program.
In case you might have boost-python compilation error (especially when you are using python 3 on Mac), please kindly refer to the fix of issue 10910 in https://bugs.python.org/issue10910