A pluggable tool for measuring ontology metrics.
Building the OntoMetrics tool requires the use of Maven.
$ cd ontometrics
$ mvn -X packageUnfortunatly 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:javaTo hack on OntoStats using Eclipse as your IDE, it is easiest to:
$ mvn eclipse:eclipseand then import it as an existing Eclipse project.