Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 609 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 609 Bytes

OntoMetrics

[email protected]

A pluggable tool for measuring ontology metrics.

Building

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.

Running

A run target is defined for the Maven exec:java lifecycle target.

$ mvn exec:java

Development Environment

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.