A pluggable tool for measuring ontology metrics.
Building the OntoMetrics tool requires the use of Maven.
$ cd ontometrics
$ mvn -X package
Unfortunatly we need to pass in the location of some /diagrammetrics/ related resources.
A run target is defined for the Maven exec:java lifecycle target.
$ mvn exec:java
To hack on OntoStats using Eclipse as your IDE, it is easiest to:
$ mvn eclipse:eclipse
and then import it as an existing Eclipse project.