Skip to content
Snippets Groups Projects
Commit cabf34cf authored by Benedikt Heinrichs's avatar Benedikt Heinrichs
Browse files

Update README

parent 3fc1c40a
No related branches found
No related tags found
No related merge requests found
Pipeline #869347 passed
......@@ -35,7 +35,7 @@ Navigate to the application after it runs and check out the Swagger interface!
#### Example Request
After the server has been set up and is running, a post request with this JSON data will yield results (comparing two application profiles):
After the server has been set up and is running, a post request with this JSON data will yield results (comparing two [SHACL](https://www.w3.org/TR/shacl/) application profiles):
```
{
......@@ -50,7 +50,7 @@ After the server has been set up and is running, a post request with this JSON d
}
],
"methods": [
"FilterStructureSimplerSimilarity"
"FilterStructureSimplerJaccardSimilarity"
]
}
```
......@@ -60,22 +60,22 @@ The results are:
```
[
{
"method": "FilterStructureSimplerSimilarity",
"method": "FilterStructureSimplerJaccardSimilarity",
"returnObject": {
"similarity_matrix": {
"fileDistances": [],
"graphDistances": [
[
1,
0.8861111111111112
0.880920060331825
],
[
0.8861111111111112,
0.880920060331825,
1
]
]
},
"time_spent": 0.014001131057739258
"time_spent": 0.012035846710205078
}
}
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment