Liking cljdoc? Tell your friends :D

org.clojars.punit-naik.clj-ml.utils.string


indexed-stringclj

(indexed-string string)
source

match-char-to-strclj

(match-char-to-str edit-map-init c-pos c string)

Matches a characted c with all characters of string Also takes in the position of char c i.e. c-pos in it's original string And an edit-map initial value from previous stages

Matches a characted `c` with all characters of `string`
Also takes in the position of char `c` i.e. `c-pos` in it's original string
And an `edit-map` initial value from previous stages
sourceraw docstring

match-stringsclj

(match-strings s1 s2)

Matches two strings s1 and s2 and finds out their edit distance and similarity

Matches two strings `s1` and `s2` and finds out their `edit distance` and `similarity`
sourceraw docstring

reversed-levenstein-distanceclj

(reversed-levenstein-distance s1 s2)

Finds out the revered levenstein distance (percentage of match) between two strings s1 and s2 by normalising the edit distance

Finds out the revered levenstein distance (percentage of match)
between two strings `s1` and `s2` by normalising the edit distance
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close