Skip to content

Integration of a Edit-Distance Service #21

Description

@plc-dev

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

  • OpenAPI-Spec,
    • by virtue of that, a REST-API
    • and preferably a mirroring CLI,
  • be distributed as a Docker-Image
  • and - if required - state its minimal hardware requirements.

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions