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
- Host: GitHub
- URL: https://github.com/smartdataanalytics/qaso
- Owner: SmartDataAnalytics
- License: apache-2.0
- Created: 2022-09-19T11:35:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-15T12:17:20.000Z (over 2 years ago)
- Last Synced: 2025-01-22T06:22:41.612Z (3 months ago)
- Language: Scala
- Size: 1.46 MB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 QASOmvn 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.