An open API service indexing awesome lists of open source software.

https://github.com/smartdataanalytics/qaso

A Quality Assessment Suite for Ontologies
https://github.com/smartdataanalytics/qaso

Last synced: about 2 months ago
JSON representation

A Quality Assessment Suite for Ontologies

Awesome Lists containing this project

README

        

# QASO
A Quality Assessment Suite for Ontologies. It comprises 14 metrics in which seven metrics for assessing the quality of the matching process and seven for assessing ontologies quality. All implementations are based on Scala 2.11.11 and Apache Spark 2.3.1.

How to use
----------
````
git clone https://github.com/SmartDataAnalytics/QASO.git
cd QASO

mvn clean package
````

Documentation
----------
A description for each configurable parameter and function can be found [here](https://smartdataanalytics.github.io/QASO/index.html#package).

The subsequent steps depend on your IDE. Generally, just import this repository as a Maven project and start using QASO.