import * as mod from "https://deno.land/std@0.209.0/text/mod.ts";
Functions
get most-similar word | |
Sort based on word similarity | |
Calculates the Levenshtein distance between two strings. | |
Sorts a string-array by similarity to a given string |
import * as mod from "https://deno.land/std@0.209.0/text/mod.ts";
get most-similar word | |
Sort based on word similarity | |
Calculates the Levenshtein distance between two strings. | |
Sorts a string-array by similarity to a given string |