Find the n-closests matches of a term within any whitespace-separated wordlist
|
|
||
|---|---|---|
| src | initial commit | |
| .gitignore | initial commit | |
| Cargo.lock | initial commit | |
| Cargo.toml | initial commit | |
| LICENSE.md | Create LICENSE.md | |
| README.md | initial commit | |
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>]