-
- Downloads
Implement algorithm for construction of matching automata using Levenshtein method.
Showing
- alib2algo/src/stringology/matching/LevenshteinMatchingAutomaton.cpp 19 additions, 0 deletions...src/stringology/matching/LevenshteinMatchingAutomaton.cpp
- alib2algo/src/stringology/matching/LevenshteinMatchingAutomaton.h 91 additions, 0 deletions...o/src/stringology/matching/LevenshteinMatchingAutomaton.h
- alib2algo/test-src/stringology/matching/LevenshteinMatchingAutomatonTest.cpp 83 additions, 0 deletions...stringology/matching/LevenshteinMatchingAutomatonTest.cpp
- alib2algo/test-src/stringology/matching/LevenshteinMatchingAutomatonTest.h 17 additions, 0 deletions...c/stringology/matching/LevenshteinMatchingAutomatonTest.h
Please register or sign in to comment