1
0
Fork
You've already forked abitlike
0
Find the n-closests matches of a term within any whitespace-separated wordlist
  • Rust 100%
2022年11月04日 10:13:48 +00:00
src initial commit 2022年11月04日 10:11:42 +00:00
.gitignore initial commit 2022年11月04日 10:11:42 +00:00
Cargo.lock initial commit 2022年11月04日 10:11:42 +00:00
Cargo.toml initial commit 2022年11月04日 10:11:42 +00:00
LICENSE.md Create LICENSE.md 2022年11月04日 10:13:48 +00:00
README.md initial commit 2022年11月04日 10:11:42 +00:00

abitlike

Description

Find the closest matches (using Damerau-Levenshtein distance) of a given term within any word list.

Usage

abitlike --search-target/-s <my term> --file/-f ~/my_word_list.txt [--num-hits/-n <number of hits to return>]