Fuzzy matching calculated using Levenshtein distance.
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>Compiling from source
makeCleaning working directory
make clean| 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 |