Metadata-Version: 1.1
Name: pracmln
Version: 1.2.3
Summary: Markov logic networks in Python
Home-page: http://www.pracmln.org
Author: Daniel Nyga
Author-email: nyga@cs.uni-bremen.de
License: UNKNOWN
Download-URL: https://github.com/danielnyga/pracmln/archive/1.2.3.tar.gz
Description: 
        pracmln -- Markov logic networks in Python
        ==========================================
        
        pracmln is a toolbox for statistical relational learning and reasoning and provides a pure python implementation of Markov logic networks. pracmln is a statistical relational learning and reasoning system that supports efficient learning and inference in relational domains. pracmln has started as a fork of the ProbCog toolbox and has been extended by latest developments in learning and reasoning by the Institute for Artificial Intelligence  at the University of Bremen, Germany.
        
        
          * Project Page: http://www.pracmln.org
          * Lead developer: Daniel Nyga (nyga@cs.uni-bremen.de)
        
        
        Installation
        ------------
        
            $ pip install pracmln
            
        
        Documentation
        -------------
        
        pracmln comes with its own sphinx-based documentation. To build it, conduct the following actions:
        
            $ cd path/to/pracmln/doc
            $ make html
        
        If you have installed Sphinx, the documentation should be build. Open
        it in your favorite web browser:
        
            $ firefox _build/html/index.html
        
        Sphinx can be installed with
        
            $ sudo pip install sphinx sphinxcontrib-bibtex 
        
        
        
        
Keywords: statistical relational learning,mln,Markov logic networks,reasoning,probcog
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence 
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
