Calculate the edit distance between stuff
Find a file
2017-08-10 18:12:25 +02:00
include solved bug when comparing same input 2017-08-10 18:12:25 +02:00
Test added normalized for templates 2017-03-06 17:29:32 +01:00
.gitignore update gitignore 2015-11-02 15:15:59 +01:00
cmake_uninstall.cmake.in First commit 2015-11-02 15:15:36 +01:00
CMakeLists.txt added normalized for templates 2017-03-06 17:29:32 +01:00
editdistance-config.cmake added rpm package and install stuff 2015-11-02 16:03:17 +01:00
README.md update readmev2 2015-11-03 11:46:17 +01:00

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})