graphannis-webservice 3.3.3

This is a web service to the new backend implementation of the ANNIS linguistic search and visualization system.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!doctype html> <!-- Important: must specify -->
<html>

<head>
  <meta charset="utf-8"> <!-- Important: rapi-doc uses utf8 charecters -->
  <script type="module" src="https://unpkg.com/rapidoc/dist/rapidoc-min.js"></script>
</head>

<body>
  <rapi-doc spec-url="https://raw.githubusercontent.com/korpling/graphANNIS/main/webservice/src/openapi.yml">
  </rapi-doc>
</body>

</html>