Skip to content

johnfedoruk/fuzzy-match

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fuzzy Match

Fuzzy matching calculated using Levenshtein distance.

Running

Running the application using the shell script to search for the <target> word with a maximum Levenshtein <distance> (int). The <distance> is optional, and defaults to 1 (perfect match).

sh run.sh <target> <distance>

Building

Compiling from source

make

Cleaning working directory

make clean

Directory Structure

Directory Tracked Description
bin FALSE Executable binaries
build FALSE Object files
include TRUE Header files
lib TRUE Compiled libraries
src TRUE C/C++ source files
test TRUE Test files

About

Fuzzy matching calculated using Levenshtein distance.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors