From e6eadaa425923664886a3b84a99587a3141b72db Mon Sep 17 00:00:00 2001 From: Lukas Werner Date: Mon, 13 Jun 2022 11:33:42 -0700 Subject: [PATCH] documentation --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 0e3ecb2..3f126b4 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,9 @@ # edit-distance +This package implements the edit distance for two problem domains. + +1. Regular rune by rune edit distance of strings +2. Sentence edit difference allowing for the ability to tell the uniqueness of sentences from an analytical pov. + +Importable as `git.hafen.run/lukas/edit-distance@v0.1` +