platonus is a simple Markov network management tool.
To use platonus, add the following to your build.sbt
file (if using sbt
0.13.6+):
resolvers += Resolver.jcenterRepo
libraryDependencies += "me.fornever" %% "platonus" % "0.2.1"
For older versions of sbt, use the direct personal repository link instead of
Resolver.jcenterRepo
:
resolvers += "bintray-fornever-maven" at "http://dl.bintray.com/fornever/maven"
Check the docs
directory to read additional documentation.