mirror of
https://github.com/MalcolmMielle/edit_distance_cpp.git
synced 2025-09-18 02:34:56 +00:00
Calculate the edit distance between stuff
include | ||
Test | ||
.gitignore | ||
cmake_uninstall.cmake.in | ||
CMakeLists.txt | ||
editdistance-config.cmake | ||
README.md |
Edit Distance function for string and graphs.
Install
mkdir build
cd build
cmake ..
make -j8
make install
Use in Cmake
find_package( editdistance REQUIRED )
include_directories(${editdistance_INCLUDE_DIRS})