Merge branch 'fuzzy-multi-match' into 'master'
Add simox::alg::fuzzy_match and simox::alg::fuzzy_multi_match based on difflib See merge request sw/simox/simox!155
Showing
- CMakeLists.txt 3 additions, 0 deletionsCMakeLists.txt
- CMakeModules/SimoxConfig.cmake.in 1 addition, 0 deletionsCMakeModules/SimoxConfig.cmake.in
- SimoxUtility/CMakeLists.txt 15 additions, 4 deletionsSimoxUtility/CMakeLists.txt
- SimoxUtility/algorithm/string.h 1 addition, 0 deletionsSimoxUtility/algorithm/string.h
- SimoxUtility/algorithm/string/fuzzy_match.cpp 18 additions, 0 deletionsSimoxUtility/algorithm/string/fuzzy_match.cpp
- SimoxUtility/algorithm/string/fuzzy_match.h 20 additions, 0 deletionsSimoxUtility/algorithm/string/fuzzy_match.h
- SimoxUtility/algorithm/string/fuzzy_match.hpp 25 additions, 0 deletionsSimoxUtility/algorithm/string/fuzzy_match.hpp
- SimoxUtility/algorithm/string/fuzzy_multi_match.hpp 195 additions, 0 deletionsSimoxUtility/algorithm/string/fuzzy_multi_match.hpp
- SimoxUtility/tests/algorithm/CMakeLists.txt 4 additions, 0 deletionsSimoxUtility/tests/algorithm/CMakeLists.txt
- SimoxUtility/tests/algorithm/fuzzy_match.cpp 49 additions, 0 deletionsSimoxUtility/tests/algorithm/fuzzy_match.cpp
Loading
Please register or sign in to comment