diff options
author | David Spencer <baildon.research@googlemail.com> | 2018-10-26 10:57:35 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-10 07:47:20 +0700 |
commit | d84b96345662d564808babbe090c5e5db217652c (patch) | |
tree | 22f1d1565720c753b869ebe074f468f79c7e19cd /haskell/haskell-edit-distance/slack-desc | |
parent | 5290652302269cfae46925c0f6df6f5bda8d0d91 (diff) |
haskell/haskell-edit-distance: Added (Levenshtein edit distances).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-edit-distance/slack-desc')
-rw-r--r-- | haskell/haskell-edit-distance/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/haskell/haskell-edit-distance/slack-desc b/haskell/haskell-edit-distance/slack-desc new file mode 100644 index 000000000000..000cf6781b27 --- /dev/null +++ b/haskell/haskell-edit-distance/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +haskell-edit-distance: haskell-edit-distance (Levenshtein edit distances) +haskell-edit-distance: +haskell-edit-distance: Optimized edit distances for fuzzy matching, including Levenshtein +haskell-edit-distance: and restricted Damerau-Levenshtein algorithms. +haskell-edit-distance: +haskell-edit-distance: +haskell-edit-distance: +haskell-edit-distance: +haskell-edit-distance: +haskell-edit-distance: +haskell-edit-distance: |