Possible candidates:
Two different kinds of edit-distances:
- text edit distance (e.g., levenshtein, etc.)
- graph edit distance (e.g., GED, etc.)
Input-Formats:
- Text - can just be a string (as a JSON-parameter)
- Graph - adjacency matrix (or list) or general graph formats for labeled property graphs (GraphML, DOT, networkx, etc...)
=> Ask LLM for sensible serialized graph-format
The wrapper should expose an
The code should be added as a subdirectory within the /services/-directory and should adhere to the defined contracts of the repository. Namely, the Makefile targets and the inclusion of a Github CI workflow.
As the above candidates are tested already, units regarding the functionality of the embedded library may be omitted.
Possible candidates:
Two different kinds of edit-distances:
Input-Formats:
=> Ask LLM for sensible serialized graph-format
The wrapper should expose an
The code should be added as a subdirectory within the /services/-directory and should adhere to the defined contracts of the repository. Namely, the Makefile targets and the inclusion of a Github CI workflow.
As the above candidates are tested already, units regarding the functionality of the embedded library may be omitted.