Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 2.11 KB

README.md

File metadata and controls

34 lines (20 loc) · 2.11 KB

Distanbol

https://distanbol.acdh.oeaw.ac.at

Distanbol generates a human-readable rendering of the Stanbol enrich-output.

Distanbol accepts two parameters as query parameters:

URL: The URL to the Stanbol output Json file.

Confidence(Optional): The minimum confidence threshold determined by Stanbol. The results will have a confidence of greater than this number. The default value is 0.7.

You can either:

  • Put your Stanbol json output URL as a query:

    https://distanbol.acdh.oeaw.ac.at?URL={URL of your Stanbol output in json}&confidence={minimum confidence threshold}

  • Or use the form on the homepage.

Examples with default Confidence(0.7):

Examples with confidence as parameter(same example, different confidence):

Licensing

All Distanbol code unless otherwise noted is licensed under the terms of the MIT License.